Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
350023741

Files

FilesInfosWarningsErrors
cz/cuni/amis/pogamut/ut3/agent/module/sensor/UT3Items.java00237
cz/cuni/amis/pogamut/ut3/agent/module/sensor/UT3Visibility.java0060
cz/cuni/amis/pogamut/ut3/bot/impl/UT3AgentInfo.java0084
cz/cuni/amis/pogamut/ut3/bot/impl/UT3BotModuleController.java001060
cz/cuni/amis/pogamut/ut3/bot/impl/UT3Self.java009
cz/cuni/amis/pogamut/ut3/communication/messages/UT3ItemType.java001716
cz/cuni/amis/pogamut/ut3/communication/messages/UT3ItemTypeTranslator.java0021
cz/cuni/amis/pogamut/ut3/communication/messages/gbcommands/Teleport.java00913
cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/AliveMessage.java00706
cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/AliveMessageCompositeImpl.java00612
cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/AliveMessageLocal.java00590
cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/AliveMessageLocalImpl.java00910
cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/AliveMessageMessage.java001808
cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/AliveMessageShared.java00525
cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/AliveMessageSharedImpl.java00770
cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/AliveMessageStatic.java00552
cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/AliveMessageStaticImpl.java00742
cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/BeginMessage.java00746
cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/Empty.java00630
cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/EmptyCompositeImpl.java00554
cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/EmptyLocal.java00528
cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/EmptyLocalImpl.java00762
cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/EmptyMessage.java001454
cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/EmptyShared.java00510
cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/EmptySharedImpl.java00758
cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/EmptyStatic.java00536
cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/EmptyStaticImpl.java00724
cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/InfoMessages.java00224
cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/UT2004CompositeObjectCreator.java00574
cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/UT2004SharedObjectCreator.java00352
cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/Yylex.java003038
cz/cuni/amis/pogamut/ut3/factory/guice/remoteagent/UT3BotFactory.java0041
cz/cuni/amis/pogamut/ut3/factory/guice/remoteagent/UT3BotModule.java00208
cz/cuni/amis/pogamut/ut3/factory/guice/remoteagent/UT3CommunicationModule.java00190
cz/cuniz/amis/pogamut/ut3/utils/UT3BotRunner.java00597

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
7Errors Error
NewlineAtEndOfFile48Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
11052Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
3848Errors Error
JavadocMethod516Errors Error
JavadocType42Errors Error
JavadocVariable184Errors Error
JavadocStyle144Errors Error
ConstantName22Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName44Errors Error
MethodName6Errors Error
PackageName0Errors Error
ParameterName56Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport1052Errors Error
IllegalImport0Errors Error
RedundantImport4Errors Error
UnusedImports228Errors Error
LineLength2016Errors Error
MethodLength2Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad58Errors Error
NoWhitespaceAfter96Errors Error
NoWhitespaceBefore34Errors Error
OperatorWrap284Errors Error
ParenPad214Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter1348Errors Error
WhitespaceAround536Errors Error
ModifierOrder0Errors Error
RedundantModifier8Errors Error
AvoidNestedBlocks32Errors Error
EmptyBlock2Errors Error
LeftCurly238Errors Error
NeedBraces144Errors Error
RightCurly40Errors Error
AvoidInlineConditionals6Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField94Errors Error
IllegalInstantiation0Errors Error
InnerAssignment24Errors Error
MagicNumber92Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows6Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn2Errors Error
DesignForExtension650Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor6Errors Error
InterfaceIsType0Errors Error
VisibilityModifier140Errors Error
ArrayTypeStyle10Errors Error
FinalParameters494Errors Error
TodoComment8Errors Error
UpperEll0Errors Error

Details

cz/cuni/amis/pogamut/ut3/agent/module/sensor/UT3Items.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.*.11
ErrorsLine has trailing spaces.14
ErrorsMissing a Javadoc comment.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsMissing a Javadoc comment.16
ErrorsParameter bot should be final.16
ErrorsParameter agentInfo should be final.16
ErrorsParameter game should be final.16
ErrorsLine contains a tab character.17
ErrorsParameter weaponry should be final.17
ErrorsParameter log should be final.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.21
ErrorsMethod 'isPickable' is not designed for extension - needs to be abstract, final or empty.21
ErrorsMissing a Javadoc comment.21
ErrorsParameter item should be final.21
ErrorsLine contains a tab character.22
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.25
Errors'(' is followed by whitespace.25
Errors')' is preceded with whitespace.25
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
Errors'(' is followed by whitespace.28
Errors')' is preceded with whitespace.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
Errors'(' is followed by whitespace.31
Errors')' is preceded with whitespace.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
Errors'(' is followed by whitespace.42
Errors')' is preceded with whitespace.42
ErrorsLine contains a tab character.43
Errors'(' is followed by whitespace.43
Errors')' is preceded with whitespace.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsMust have at least one statement.45
ErrorsLine has trailing spaces.46
ErrorsLine is longer than 80 characters.47
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 has trailing spaces.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
ErrorsLine contains a tab character.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.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
Errors'(' is followed by whitespace.60
Errors')' is preceded with whitespace.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 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
ErrorsExpected an @return tag.71
ErrorsLine contains a tab character.71
ErrorsMethod 'getItemRespawnTime' is not designed for extension - needs to be abstract, final or empty.71
ErrorsParameter ut3ItemType should be final.71
ErrorsExpected @param tag for 'ut3ItemType'.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
Errors'3' is a magic number.73
Errors'28.5' is a magic number.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
Errors'28.5' is a magic number.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
Errors'28.5' is a magic number.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.82
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.84
ErrorsFile does not end with a newline.0
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.*.11
ErrorsLine has trailing spaces.14
ErrorsMissing a Javadoc comment.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.15
ErrorsLine contains a tab character.16
ErrorsMissing a Javadoc comment.16
ErrorsParameter bot should be final.16
ErrorsParameter agentInfo should be final.16
ErrorsParameter game should be final.16
ErrorsLine contains a tab character.17
ErrorsParameter weaponry should be final.17
ErrorsParameter log should be final.17
ErrorsLine contains a tab character.18
ErrorsLine contains a tab character.19
ErrorsLine contains a tab character.21
ErrorsMethod 'isPickable' is not designed for extension - needs to be abstract, final or empty.21
ErrorsMissing a Javadoc comment.21
ErrorsParameter item should be final.21
ErrorsLine contains a tab character.22
ErrorsLine has trailing spaces.24
ErrorsLine contains a tab character.25
Errors'(' is followed by whitespace.25
Errors')' is preceded with whitespace.25
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
Errors'(' is followed by whitespace.28
Errors')' is preceded with whitespace.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
Errors'(' is followed by whitespace.31
Errors')' is preceded with whitespace.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
Errors'(' is followed by whitespace.42
Errors')' is preceded with whitespace.42
ErrorsLine contains a tab character.43
Errors'(' is followed by whitespace.43
Errors')' is preceded with whitespace.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsMust have at least one statement.45
ErrorsLine has trailing spaces.46
ErrorsLine is longer than 80 characters.47
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 has trailing spaces.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
ErrorsLine contains a tab character.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.58
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
Errors'(' is followed by whitespace.60
Errors')' is preceded with whitespace.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 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
ErrorsExpected an @return tag.71
ErrorsLine contains a tab character.71
ErrorsMethod 'getItemRespawnTime' is not designed for extension - needs to be abstract, final or empty.71
ErrorsParameter ut3ItemType should be final.71
ErrorsExpected @param tag for 'ut3ItemType'.71
ErrorsLine is longer than 80 characters.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
Errors'3' is a magic number.73
Errors'28.5' is a magic number.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
Errors'28.5' is a magic number.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
Errors'28.5' is a magic number.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.82
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.84

cz/cuni/amis/pogamut/ut3/agent/module/sensor/UT3Visibility.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.worldview.IWorldView.19
ErrorsLine is longer than 80 characters.20
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEventListener.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.25
ErrorsLine is longer than 80 characters.26
ErrorsUnused import - java.util.ArrayList.27
ErrorsUnused import - java.util.HashMap.28
ErrorsLine has trailing spaces.36
ErrorsComment matches to-do format 'TODO:'.39
ErrorsLine is longer than 80 characters.42
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.51
ErrorsLine has trailing spaces.52
ErrorsLine is longer than 80 characters.58
ErrorsLine has trailing spaces.66
ErrorsLine has trailing spaces.72
ErrorsMissing a Javadoc comment.75
ErrorsParameter bot should be final.75
ErrorsParameter info should be final.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsMissing a Javadoc comment.79
ErrorsParameter bot should be final.79
ErrorsParameter info should be final.79
ErrorsParameter log should be final.79
Errors'{' should be on the previous line.80
ErrorsLine has trailing spaces.83
ErrorsLine is longer than 80 characters.2
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.worldview.IWorldView.19
ErrorsLine is longer than 80 characters.20
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.worldview.event.IWorldEventListener.20
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.21
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.25
ErrorsLine is longer than 80 characters.26
ErrorsUnused import - java.util.ArrayList.27
ErrorsUnused import - java.util.HashMap.28
ErrorsLine has trailing spaces.36
ErrorsComment matches to-do format 'TODO:'.39
ErrorsLine is longer than 80 characters.42
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.51
ErrorsLine has trailing spaces.52
ErrorsLine is longer than 80 characters.58
ErrorsLine has trailing spaces.66
ErrorsLine has trailing spaces.72
ErrorsMissing a Javadoc comment.75
ErrorsParameter bot should be final.75
ErrorsParameter info should be final.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsMissing a Javadoc comment.79
ErrorsParameter bot should be final.79
ErrorsParameter info should be final.79
ErrorsParameter log should be final.79
Errors'{' should be on the previous line.80
ErrorsLine has trailing spaces.83

cz/cuni/amis/pogamut/ut3/bot/impl/UT3AgentInfo.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.11
ErrorsMissing a Javadoc comment.13
ErrorsParameter bot should be final.13
ErrorsParameter game should be final.13
ErrorsParameter log should be final.13
ErrorsMissing a Javadoc comment.18
ErrorsParameter bot should be final.18
ErrorsParameter game should be final.18
ErrorsMethod 'getCurrentWeaponType' is not designed for extension - needs to be abstract, final or empty.22
ErrorsMethod 'getHelmetArmor' is not designed for extension - needs to be abstract, final or empty.39
ErrorsMethod 'getVestArmor' is not designed for extension - needs to be abstract, final or empty.56
ErrorsMethod 'getThighpadArmor' is not designed for extension - needs to be abstract, final or empty.73
ErrorsMethod 'getShieldBeltArmor' is not designed for extension - needs to be abstract, final or empty.90
ErrorsLine contains a tab character.98
ErrorsComment matches to-do format 'TODO:'.99
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
ErrorsComment matches to-do format 'TODO:'.103
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 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 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
ErrorsMethod 'getPowerUp' is not designed for extension - needs to be abstract, final or empty.131
ErrorsMethod 'getPowerUpTime' is not designed for extension - needs to be abstract, final or empty.149
ErrorsMissing a Javadoc comment.11
ErrorsMissing a Javadoc comment.13
ErrorsParameter bot should be final.13
ErrorsParameter game should be final.13
ErrorsParameter log should be final.13
ErrorsMissing a Javadoc comment.18
ErrorsParameter bot should be final.18
ErrorsParameter game should be final.18
ErrorsMethod 'getCurrentWeaponType' is not designed for extension - needs to be abstract, final or empty.22
ErrorsMethod 'getHelmetArmor' is not designed for extension - needs to be abstract, final or empty.39
ErrorsMethod 'getVestArmor' is not designed for extension - needs to be abstract, final or empty.56
ErrorsMethod 'getThighpadArmor' is not designed for extension - needs to be abstract, final or empty.73
ErrorsMethod 'getShieldBeltArmor' is not designed for extension - needs to be abstract, final or empty.90
ErrorsLine contains a tab character.98
ErrorsComment matches to-do format 'TODO:'.99
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
ErrorsComment matches to-do format 'TODO:'.103
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 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 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
ErrorsMethod 'getPowerUp' is not designed for extension - needs to be abstract, final or empty.131
ErrorsMethod 'getPowerUpTime' is not designed for extension - needs to be abstract, final or empty.149

cz/cuni/amis/pogamut/ut3/bot/impl/UT3BotModuleController.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.navigation.PathExecutorState.7
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.EventListener.10
ErrorsLine is longer than 80 characters.11
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.ObjectClassEventListener.11
ErrorsLine is longer than 80 characters.12
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.ObjectClassListener.12
ErrorsLine is longer than 80 characters.13
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.ObjectEventListener.13
ErrorsLine is longer than 80 characters.14
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.ObjectListener.14
ErrorsUnused import - cz.cuni.amis.pogamut.base.utils.math.DistanceUtils.15
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.agent.module.sensor.visibility.Visibility.30
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.43
ErrorsLine is longer than 80 characters.44
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.bot.IUT2004BotController.45
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetPath.51
ErrorsLine is longer than 80 characters.52
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay.52
ErrorsLine is longer than 80 characters.53
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange.53
ErrorsLine is longer than 80 characters.54
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage.54
ErrorsLine is longer than 80 characters.55
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint.55
ErrorsLine is longer than 80 characters.56
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathList.56
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self.57
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.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 contains a tab character.74
ErrorsVariable 'random' 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
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 has trailing spaces.79
ErrorsLine contains a tab character.79
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 contains a tab character.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
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
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsVariable 'navigation' must be private and have accessor methods.92
ErrorsLine has trailing spaces.93
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 is longer than 80 characters.97
ErrorsLine contains a tab character.97
ErrorsLine is longer than 80 characters.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsVariable 'game' must be private and have accessor methods.102
ErrorsLine has trailing spaces.103
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 has trailing spaces.107
ErrorsLine is longer than 80 characters.107
ErrorsLine contains a tab character.107
ErrorsLine is longer than 80 characters.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsVariable 'info' must be private and have accessor methods.112
ErrorsLine has trailing spaces.113
ErrorsLine contains a tab character.113
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 is longer than 80 characters.117
ErrorsLine contains a tab character.117
ErrorsLine is longer than 80 characters.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsVariable 'players' must be private and have accessor methods.122
ErrorsLine has trailing spaces.123
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 contains a tab character.126
ErrorsLine is longer than 80 characters.127
ErrorsLine contains a tab character.127
ErrorsLine is longer than 80 characters.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsVariable 'items' must be private and have accessor methods.132
ErrorsLine has trailing spaces.133
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 contains a tab character.136
ErrorsLine is longer than 80 characters.137
ErrorsLine contains a tab character.137
ErrorsLine is longer than 80 characters.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsVariable 'senses' must be private and have accessor methods.142
ErrorsLine has trailing spaces.143
ErrorsLine contains a tab character.143
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.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsVariable 'weaponry' must be private and have accessor methods.152
ErrorsLine has trailing spaces.153
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine is longer than 80 characters.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 is longer than 80 characters.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsVariable 'config' must be private and have accessor methods.162
ErrorsLine has trailing spaces.163
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 is longer than 80 characters.167
ErrorsLine contains a tab character.167
ErrorsLine is longer than 80 characters.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsVariable 'raycasting' must be private and have accessor methods.172
ErrorsLine has trailing spaces.173
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine is longer than 80 characters.175
ErrorsLine contains a tab character.175
ErrorsLine has trailing spaces.177
ErrorsLine is longer than 80 characters.177
ErrorsLine is longer than 80 characters.180
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsVariable 'body' must be private and have accessor methods.182
ErrorsLine has trailing spaces.183
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine is longer than 80 characters.185
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 contains a tab character.188
ErrorsLine has trailing spaces.189
ErrorsLine is longer than 80 characters.189
ErrorsLine contains a tab character.189
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
ErrorsVariable 'shoot' must be private and have accessor methods.194
ErrorsLine has trailing spaces.195
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 is longer than 80 characters.199
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine has trailing spaces.201
ErrorsLine is longer than 80 characters.201
ErrorsLine contains a tab character.201
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
ErrorsVariable 'move' 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 is longer than 80 characters.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 contains a tab character.213
ErrorsVariable 'ctf' must be private and have accessor methods.213
ErrorsLine contains a tab character.215
ErrorsLine has trailing spaces.218
ErrorsLine is longer than 80 characters.218
ErrorsLine is longer than 80 characters.221
ErrorsLine is longer than 80 characters.223
ErrorsLine is longer than 80 characters.224
ErrorsLine is longer than 80 characters.226
ErrorsLine is longer than 80 characters.227
ErrorsLine is longer than 80 characters.228
ErrorsLine contains a tab character.230
ErrorsVariable 'pathExecutor' must be private and have accessor methods.230
ErrorsLine has trailing spaces.231
ErrorsLine contains a tab character.231
ErrorsLine is longer than 80 characters.233
ErrorsLine has trailing spaces.235
ErrorsLine is longer than 80 characters.235
ErrorsLine is longer than 80 characters.238
ErrorsVariable 'pathPlanner' must be private and have accessor methods.240
ErrorsLine has trailing spaces.241
ErrorsLine is longer than 80 characters.243
ErrorsLine has trailing spaces.245
ErrorsLine is longer than 80 characters.245
ErrorsLine is longer than 80 characters.248
ErrorsVariable 'navBuilder' must be private and have accessor methods.250
ErrorsLine has trailing spaces.251
ErrorsLine is longer than 80 characters.253
ErrorsLine is longer than 80 characters.254
ErrorsLine is longer than 80 characters.257
ErrorsVariable 'listenerRegistrator' must be private and have accessor methods.259
ErrorsLine has trailing spaces.260
ErrorsLine is longer than 80 characters.262
ErrorsVariable 'weaponPrefs' must be private and have accessor methods.265
ErrorsLine has trailing spaces.266
ErrorsVariable 'world' must be private and have accessor methods.270
ErrorsLine has trailing spaces.271
ErrorsVariable 'act' must be private and have accessor methods.275
ErrorsLine is longer than 80 characters.278
ErrorsLine has trailing spaces.279
ErrorsLine is longer than 80 characters.279
ErrorsLine is longer than 80 characters.280
ErrorsLine is longer than 80 characters.281
ErrorsLine contains a tab character.284
ErrorsVariable 'fwMap' must be private and have accessor methods.284
ErrorsLine has trailing spaces.285
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.286
ErrorsLine has trailing spaces.287
ErrorsLine is longer than 80 characters.287
ErrorsLine contains a tab character.287
ErrorsLine contains a tab character.288
ErrorsLine contains a tab character.289
ErrorsLine has trailing spaces.290
ErrorsLine is longer than 80 characters.290
ErrorsLine contains a tab character.290
ErrorsLine is longer than 80 characters.293
ErrorsLine contains a tab character.294
ErrorsLine contains a tab character.295
ErrorsVariable 'getBackToNavGraph' must be private and have accessor methods.295
ErrorsLine has trailing spaces.296
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 has trailing spaces.300
ErrorsLine is longer than 80 characters.300
ErrorsLine contains a tab character.300
ErrorsLine is longer than 80 characters.303
ErrorsLine contains a tab character.304
ErrorsLine contains a tab character.305
ErrorsVariable 'runStraight' must be private and have accessor methods.305
ErrorsLine has trailing spaces.306
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 has trailing spaces.310
ErrorsLine is longer than 80 characters.310
ErrorsLine contains a tab character.310
ErrorsLine is longer than 80 characters.313
ErrorsLine contains a tab character.314
ErrorsLine contains a tab character.315
ErrorsVariable 'visibility' must be private and have accessor methods.315
ErrorsLine has trailing spaces.316
ErrorsLine contains a tab character.316
ErrorsMethod 'initializeController' is not designed for extension - needs to be abstract, final or empty.317
ErrorsLine has trailing spaces.318
ErrorsLine contains a tab character.318
ErrorsParameter bot should be final.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
ErrorsLine has trailing spaces.326
ErrorsLine contains a tab character.326
ErrorsLine is longer than 80 characters.328
ErrorsLine contains a tab character.332
ErrorsMethod 'initializeListeners' is not designed for extension - needs to be abstract, final or empty.332
ErrorsParameter bot should be final.332
ErrorsExpected @param tag for 'bot'.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.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
ErrorsMethod 'initializePathFinding' is not designed for extension - needs to be abstract, final or empty.342
ErrorsParameter bot should be final.342
ErrorsExpected @param tag for 'bot'.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
Errors',' is not followed by whitespace.347
ErrorsLine has trailing spaces.348
ErrorsLine is longer than 80 characters.348
ErrorsLine contains a tab character.348
Errors',' is not followed by whitespace.348
Errors',' is not followed by whitespace.348
ErrorsLine contains a tab character.349
ErrorsLine contains a tab character.350
ErrorsLine has trailing spaces.351
ErrorsLine contains a tab character.351
ErrorsLine is longer than 80 characters.352
ErrorsLine contains a tab character.352
ErrorsLine has trailing spaces.353
ErrorsLine is longer than 80 characters.353
ErrorsLine contains a tab character.353
ErrorsLine contains a tab character.354
ErrorsLine is longer than 80 characters.355
Errors'3000' is a magic number.355
Errors'100000' is a magic number.355
ErrorsLine is longer than 80 characters.356
ErrorsLine is longer than 80 characters.357
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 has trailing spaces.361
ErrorsLine is longer than 80 characters.361
ErrorsLine contains a tab character.361
ErrorsLine contains a tab character.362
ErrorsLine contains a tab character.364
ErrorsLine contains a tab character.365
ErrorsLine has trailing spaces.366
ErrorsLine contains a tab character.366
ErrorsLine contains a tab character.367
ErrorsLine contains a tab character.368
ErrorsLine contains a tab character.369
ErrorsMethod 'initializeModules' is not designed for extension - needs to be abstract, final or empty.369
ErrorsParameter bot should be final.369
ErrorsExpected @param tag for 'bot'.369
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
ErrorsLine has trailing spaces.375
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 has trailing spaces.381
ErrorsLine is longer than 80 characters.381
ErrorsLine contains a tab character.381
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
ErrorsLine contains a tab character.384
ErrorsLine is longer than 80 characters.385
ErrorsLine is longer than 80 characters.386
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 'finishControllerInitialization' is not designed for extension - needs to be abstract, final or empty.392
ErrorsLine contains a tab character.393
ErrorsLine contains a tab character.394
ErrorsLine is longer than 80 characters.395
ErrorsLine contains a tab character.395
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.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 has trailing spaces.408
ErrorsLine contains a tab character.408
ErrorsLine contains a tab character.409
ErrorsMethod 'getRandom' is not designed for extension - needs to be abstract, final or empty.409
ErrorsMissing a Javadoc comment.409
ErrorsLine contains a tab character.410
ErrorsLine contains a tab character.411
ErrorsLine contains a tab character.413
ErrorsMethod 'getGame' 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 contains a tab character.417
ErrorsMethod 'getInfo' is not designed for extension - needs to be abstract, final or empty.417
ErrorsMissing a Javadoc comment.417
ErrorsLine contains a tab character.418
ErrorsLine contains a tab character.419
ErrorsLine contains a tab character.421
ErrorsMethod 'getPlayers' 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 contains a tab character.425
ErrorsMethod 'getItems' is not designed for extension - needs to be abstract, final or empty.425
ErrorsMissing a Javadoc comment.425
ErrorsLine contains a tab character.426
ErrorsLine contains a tab character.427
ErrorsLine contains a tab character.429
ErrorsMethod 'getSenses' is not designed for extension - needs to be abstract, final or empty.429
ErrorsMissing a Javadoc comment.429
ErrorsLine contains a tab character.430
ErrorsLine contains a tab character.431
ErrorsLine contains a tab character.433
ErrorsMethod 'getWeaponry' is not designed for extension - needs to be abstract, final or empty.433
ErrorsMissing a Javadoc comment.433
ErrorsLine contains a tab character.434
ErrorsLine contains a tab character.435
ErrorsLine contains a tab character.437
ErrorsMethod 'getConfig' is not designed for extension - needs to be abstract, final or empty.437
ErrorsMissing a Javadoc comment.437
ErrorsLine contains a tab character.438
ErrorsLine contains a tab character.439
ErrorsLine contains a tab character.441
ErrorsMethod 'getRaycasting' is not designed for extension - needs to be abstract, final or empty.441
ErrorsMissing a Javadoc comment.441
ErrorsLine contains a tab character.442
ErrorsLine contains a tab character.443
ErrorsLine contains a tab character.445
ErrorsMethod 'getBody' is not designed for extension - needs to be abstract, final or empty.445
ErrorsMissing a Javadoc comment.445
ErrorsLine contains a tab character.446
ErrorsLine contains a tab character.447
ErrorsLine contains a tab character.449
ErrorsMethod 'getShoot' is not designed for extension - needs to be abstract, final or empty.449
ErrorsMissing a Javadoc comment.449
ErrorsLine contains a tab character.450
ErrorsLine contains a tab character.451
ErrorsLine contains a tab character.453
ErrorsMethod 'getMove' is not designed for extension - needs to be abstract, final or empty.453
ErrorsMissing a Javadoc comment.453
ErrorsLine contains a tab character.454
ErrorsLine contains a tab character.455
ErrorsLine contains a tab character.457
ErrorsMethod 'getPathExecutor' is not designed for extension - needs to be abstract, final or empty.457
ErrorsMissing a Javadoc comment.457
ErrorsLine contains a tab character.458
ErrorsLine contains a tab character.459
ErrorsLine contains a tab character.461
ErrorsMethod 'getPathPlanner' is not designed for extension - needs to be abstract, final or empty.461
ErrorsMissing a Javadoc comment.461
ErrorsLine contains a tab character.462
ErrorsLine contains a tab character.463
ErrorsLine contains a tab character.465
ErrorsMethod 'getNavBuilder' is not designed for extension - needs to be abstract, final or empty.465
ErrorsMissing a Javadoc comment.465
ErrorsLine contains a tab character.466
ErrorsLine contains a tab character.467
ErrorsLine contains a tab character.469
ErrorsMethod 'getWeaponPrefs' is not designed for extension - needs to be abstract, final or empty.469
ErrorsMissing a Javadoc comment.469
ErrorsLine contains a tab character.470
ErrorsLine contains a tab character.471
ErrorsLine contains a tab character.473
ErrorsMethod 'getWorld' is not designed for extension - needs to be abstract, final or empty.473
ErrorsMissing a Javadoc comment.473
ErrorsLine contains a tab character.474
ErrorsLine contains a tab character.475
ErrorsLine contains a tab character.477
ErrorsMethod 'getFwMap' is not designed for extension - needs to be abstract, final or empty.477
ErrorsMissing a Javadoc comment.477
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
ErrorsMethod 'getNavigation' is not designed for extension - needs to be abstract, final or empty.481
ErrorsMissing a Javadoc comment.481
ErrorsLine contains a tab character.482
ErrorsLine contains a tab character.483
ErrorsLine contains a tab character.485
ErrorsMethod 'getVisibility' is not designed for extension - needs to be abstract, final or empty.485
ErrorsMissing a Javadoc comment.485
ErrorsLine contains a tab character.486
ErrorsLine contains a tab character.487
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.navigation.PathExecutorState.7
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.10
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.EventListener.10
ErrorsLine is longer than 80 characters.11
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.ObjectClassEventListener.11
ErrorsLine is longer than 80 characters.12
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.ObjectClassListener.12
ErrorsLine is longer than 80 characters.13
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.ObjectEventListener.13
ErrorsLine is longer than 80 characters.14
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.worldview.listener.annotation.ObjectListener.14
ErrorsUnused import - cz.cuni.amis.pogamut.base.utils.math.DistanceUtils.15
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.agent.module.sensor.visibility.Visibility.30
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.43
ErrorsLine is longer than 80 characters.44
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.bot.IUT2004BotController.45
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.gbcommands.GetPath.51
ErrorsLine is longer than 80 characters.52
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.AutoTraceRay.52
ErrorsLine is longer than 80 characters.53
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.ConfigChange.53
ErrorsLine is longer than 80 characters.54
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.InitedMessage.54
ErrorsLine is longer than 80 characters.55
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.NavPoint.55
ErrorsLine is longer than 80 characters.56
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.PathList.56
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self.57
ErrorsLine is longer than 80 characters.63
ErrorsLine is longer than 80 characters.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 contains a tab character.74
ErrorsVariable 'random' 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
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 has trailing spaces.79
ErrorsLine contains a tab character.79
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 contains a tab character.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
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
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsVariable 'navigation' must be private and have accessor methods.92
ErrorsLine has trailing spaces.93
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 is longer than 80 characters.97
ErrorsLine contains a tab character.97
ErrorsLine is longer than 80 characters.100
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsVariable 'game' must be private and have accessor methods.102
ErrorsLine has trailing spaces.103
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 has trailing spaces.107
ErrorsLine is longer than 80 characters.107
ErrorsLine contains a tab character.107
ErrorsLine is longer than 80 characters.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsVariable 'info' must be private and have accessor methods.112
ErrorsLine has trailing spaces.113
ErrorsLine contains a tab character.113
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 is longer than 80 characters.117
ErrorsLine contains a tab character.117
ErrorsLine is longer than 80 characters.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.122
ErrorsVariable 'players' must be private and have accessor methods.122
ErrorsLine has trailing spaces.123
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 contains a tab character.126
ErrorsLine is longer than 80 characters.127
ErrorsLine contains a tab character.127
ErrorsLine is longer than 80 characters.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsVariable 'items' must be private and have accessor methods.132
ErrorsLine has trailing spaces.133
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 contains a tab character.136
ErrorsLine is longer than 80 characters.137
ErrorsLine contains a tab character.137
ErrorsLine is longer than 80 characters.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsVariable 'senses' must be private and have accessor methods.142
ErrorsLine has trailing spaces.143
ErrorsLine contains a tab character.143
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.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
ErrorsVariable 'weaponry' must be private and have accessor methods.152
ErrorsLine has trailing spaces.153
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine is longer than 80 characters.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 is longer than 80 characters.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsVariable 'config' must be private and have accessor methods.162
ErrorsLine has trailing spaces.163
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 is longer than 80 characters.167
ErrorsLine contains a tab character.167
ErrorsLine is longer than 80 characters.170
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsVariable 'raycasting' must be private and have accessor methods.172
ErrorsLine has trailing spaces.173
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine is longer than 80 characters.175
ErrorsLine contains a tab character.175
ErrorsLine has trailing spaces.177
ErrorsLine is longer than 80 characters.177
ErrorsLine is longer than 80 characters.180
ErrorsLine contains a tab character.181
ErrorsLine contains a tab character.182
ErrorsVariable 'body' must be private and have accessor methods.182
ErrorsLine has trailing spaces.183
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsLine is longer than 80 characters.185
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 contains a tab character.188
ErrorsLine has trailing spaces.189
ErrorsLine is longer than 80 characters.189
ErrorsLine contains a tab character.189
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
ErrorsVariable 'shoot' must be private and have accessor methods.194
ErrorsLine has trailing spaces.195
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 is longer than 80 characters.199
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
ErrorsLine has trailing spaces.201
ErrorsLine is longer than 80 characters.201
ErrorsLine contains a tab character.201
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
ErrorsVariable 'move' 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 is longer than 80 characters.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 contains a tab character.213
ErrorsVariable 'ctf' must be private and have accessor methods.213
ErrorsLine contains a tab character.215
ErrorsLine has trailing spaces.218
ErrorsLine is longer than 80 characters.218
ErrorsLine is longer than 80 characters.221
ErrorsLine is longer than 80 characters.223
ErrorsLine is longer than 80 characters.224
ErrorsLine is longer than 80 characters.226
ErrorsLine is longer than 80 characters.227
ErrorsLine is longer than 80 characters.228
ErrorsLine contains a tab character.230
ErrorsVariable 'pathExecutor' must be private and have accessor methods.230
ErrorsLine has trailing spaces.231
ErrorsLine contains a tab character.231
ErrorsLine is longer than 80 characters.233
ErrorsLine has trailing spaces.235
ErrorsLine is longer than 80 characters.235
ErrorsLine is longer than 80 characters.238
ErrorsVariable 'pathPlanner' must be private and have accessor methods.240
ErrorsLine has trailing spaces.241
ErrorsLine is longer than 80 characters.243
ErrorsLine has trailing spaces.245
ErrorsLine is longer than 80 characters.245
ErrorsLine is longer than 80 characters.248
ErrorsVariable 'navBuilder' must be private and have accessor methods.250
ErrorsLine has trailing spaces.251
ErrorsLine is longer than 80 characters.253
ErrorsLine is longer than 80 characters.254
ErrorsLine is longer than 80 characters.257
ErrorsVariable 'listenerRegistrator' must be private and have accessor methods.259
ErrorsLine has trailing spaces.260
ErrorsLine is longer than 80 characters.262
ErrorsVariable 'weaponPrefs' must be private and have accessor methods.265
ErrorsLine has trailing spaces.266
ErrorsVariable 'world' must be private and have accessor methods.270
ErrorsLine has trailing spaces.271
ErrorsVariable 'act' must be private and have accessor methods.275
ErrorsLine is longer than 80 characters.278
ErrorsLine has trailing spaces.279
ErrorsLine is longer than 80 characters.279
ErrorsLine is longer than 80 characters.280
ErrorsLine is longer than 80 characters.281
ErrorsLine contains a tab character.284
ErrorsVariable 'fwMap' must be private and have accessor methods.284
ErrorsLine has trailing spaces.285
ErrorsLine contains a tab character.285
ErrorsLine contains a tab character.286
ErrorsLine has trailing spaces.287
ErrorsLine is longer than 80 characters.287
ErrorsLine contains a tab character.287
ErrorsLine contains a tab character.288
ErrorsLine contains a tab character.289
ErrorsLine has trailing spaces.290
ErrorsLine is longer than 80 characters.290
ErrorsLine contains a tab character.290
ErrorsLine is longer than 80 characters.293
ErrorsLine contains a tab character.294
ErrorsLine contains a tab character.295
ErrorsVariable 'getBackToNavGraph' must be private and have accessor methods.295
ErrorsLine has trailing spaces.296
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 has trailing spaces.300
ErrorsLine is longer than 80 characters.300
ErrorsLine contains a tab character.300
ErrorsLine is longer than 80 characters.303
ErrorsLine contains a tab character.304
ErrorsLine contains a tab character.305
ErrorsVariable 'runStraight' must be private and have accessor methods.305
ErrorsLine has trailing spaces.306
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 has trailing spaces.310
ErrorsLine is longer than 80 characters.310
ErrorsLine contains a tab character.310
ErrorsLine is longer than 80 characters.313
ErrorsLine contains a tab character.314
ErrorsLine contains a tab character.315
ErrorsVariable 'visibility' must be private and have accessor methods.315
ErrorsLine has trailing spaces.316
ErrorsLine contains a tab character.316
ErrorsMethod 'initializeController' is not designed for extension - needs to be abstract, final or empty.317
ErrorsLine has trailing spaces.318
ErrorsLine contains a tab character.318
ErrorsParameter bot should be final.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
ErrorsLine has trailing spaces.326
ErrorsLine contains a tab character.326
ErrorsLine is longer than 80 characters.328
ErrorsLine contains a tab character.332
ErrorsMethod 'initializeListeners' is not designed for extension - needs to be abstract, final or empty.332
ErrorsParameter bot should be final.332
ErrorsExpected @param tag for 'bot'.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.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
ErrorsMethod 'initializePathFinding' is not designed for extension - needs to be abstract, final or empty.342
ErrorsParameter bot should be final.342
ErrorsExpected @param tag for 'bot'.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
Errors',' is not followed by whitespace.347
ErrorsLine has trailing spaces.348
ErrorsLine is longer than 80 characters.348
ErrorsLine contains a tab character.348
Errors',' is not followed by whitespace.348
Errors',' is not followed by whitespace.348
ErrorsLine contains a tab character.349
ErrorsLine contains a tab character.350
ErrorsLine has trailing spaces.351
ErrorsLine contains a tab character.351
ErrorsLine is longer than 80 characters.352
ErrorsLine contains a tab character.352
ErrorsLine has trailing spaces.353
ErrorsLine is longer than 80 characters.353
ErrorsLine contains a tab character.353
ErrorsLine contains a tab character.354
ErrorsLine is longer than 80 characters.355
Errors'3000' is a magic number.355
Errors'100000' is a magic number.355
ErrorsLine is longer than 80 characters.356
ErrorsLine is longer than 80 characters.357
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 has trailing spaces.361
ErrorsLine is longer than 80 characters.361
ErrorsLine contains a tab character.361
ErrorsLine contains a tab character.362
ErrorsLine contains a tab character.364
ErrorsLine contains a tab character.365
ErrorsLine has trailing spaces.366
ErrorsLine contains a tab character.366
ErrorsLine contains a tab character.367
ErrorsLine contains a tab character.368
ErrorsLine contains a tab character.369
ErrorsMethod 'initializeModules' is not designed for extension - needs to be abstract, final or empty.369
ErrorsParameter bot should be final.369
ErrorsExpected @param tag for 'bot'.369
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
ErrorsLine has trailing spaces.375
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 has trailing spaces.381
ErrorsLine is longer than 80 characters.381
ErrorsLine contains a tab character.381
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.383
ErrorsLine contains a tab character.384
ErrorsLine is longer than 80 characters.385
ErrorsLine is longer than 80 characters.386
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 'finishControllerInitialization' is not designed for extension - needs to be abstract, final or empty.392
ErrorsLine contains a tab character.393
ErrorsLine contains a tab character.394
ErrorsLine is longer than 80 characters.395
ErrorsLine contains a tab character.395
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.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 has trailing spaces.408
ErrorsLine contains a tab character.408
ErrorsLine contains a tab character.409
ErrorsMethod 'getRandom' is not designed for extension - needs to be abstract, final or empty.409
ErrorsMissing a Javadoc comment.409
ErrorsLine contains a tab character.410
ErrorsLine contains a tab character.411
ErrorsLine contains a tab character.413
ErrorsMethod 'getGame' 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 contains a tab character.417
ErrorsMethod 'getInfo' is not designed for extension - needs to be abstract, final or empty.417
ErrorsMissing a Javadoc comment.417
ErrorsLine contains a tab character.418
ErrorsLine contains a tab character.419
ErrorsLine contains a tab character.421
ErrorsMethod 'getPlayers' 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 contains a tab character.425
ErrorsMethod 'getItems' is not designed for extension - needs to be abstract, final or empty.425
ErrorsMissing a Javadoc comment.425
ErrorsLine contains a tab character.426
ErrorsLine contains a tab character.427
ErrorsLine contains a tab character.429
ErrorsMethod 'getSenses' is not designed for extension - needs to be abstract, final or empty.429
ErrorsMissing a Javadoc comment.429
ErrorsLine contains a tab character.430
ErrorsLine contains a tab character.431
ErrorsLine contains a tab character.433
ErrorsMethod 'getWeaponry' is not designed for extension - needs to be abstract, final or empty.433
ErrorsMissing a Javadoc comment.433
ErrorsLine contains a tab character.434
ErrorsLine contains a tab character.435
ErrorsLine contains a tab character.437
ErrorsMethod 'getConfig' is not designed for extension - needs to be abstract, final or empty.437
ErrorsMissing a Javadoc comment.437
ErrorsLine contains a tab character.438
ErrorsLine contains a tab character.439
ErrorsLine contains a tab character.441
ErrorsMethod 'getRaycasting' is not designed for extension - needs to be abstract, final or empty.441
ErrorsMissing a Javadoc comment.441
ErrorsLine contains a tab character.442
ErrorsLine contains a tab character.443
ErrorsLine contains a tab character.445
ErrorsMethod 'getBody' is not designed for extension - needs to be abstract, final or empty.445
ErrorsMissing a Javadoc comment.445
ErrorsLine contains a tab character.446
ErrorsLine contains a tab character.447
ErrorsLine contains a tab character.449
ErrorsMethod 'getShoot' is not designed for extension - needs to be abstract, final or empty.449
ErrorsMissing a Javadoc comment.449
ErrorsLine contains a tab character.450
ErrorsLine contains a tab character.451
ErrorsLine contains a tab character.453
ErrorsMethod 'getMove' is not designed for extension - needs to be abstract, final or empty.453
ErrorsMissing a Javadoc comment.453
ErrorsLine contains a tab character.454
ErrorsLine contains a tab character.455
ErrorsLine contains a tab character.457
ErrorsMethod 'getPathExecutor' is not designed for extension - needs to be abstract, final or empty.457
ErrorsMissing a Javadoc comment.457
ErrorsLine contains a tab character.458
ErrorsLine contains a tab character.459
ErrorsLine contains a tab character.461
ErrorsMethod 'getPathPlanner' is not designed for extension - needs to be abstract, final or empty.461
ErrorsMissing a Javadoc comment.461
ErrorsLine contains a tab character.462
ErrorsLine contains a tab character.463
ErrorsLine contains a tab character.465
ErrorsMethod 'getNavBuilder' is not designed for extension - needs to be abstract, final or empty.465
ErrorsMissing a Javadoc comment.465
ErrorsLine contains a tab character.466
ErrorsLine contains a tab character.467
ErrorsLine contains a tab character.469
ErrorsMethod 'getWeaponPrefs' is not designed for extension - needs to be abstract, final or empty.469
ErrorsMissing a Javadoc comment.469
ErrorsLine contains a tab character.470
ErrorsLine contains a tab character.471
ErrorsLine contains a tab character.473
ErrorsMethod 'getWorld' is not designed for extension - needs to be abstract, final or empty.473
ErrorsMissing a Javadoc comment.473
ErrorsLine contains a tab character.474
ErrorsLine contains a tab character.475
ErrorsLine contains a tab character.477
ErrorsMethod 'getFwMap' is not designed for extension - needs to be abstract, final or empty.477
ErrorsMissing a Javadoc comment.477
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
ErrorsMethod 'getNavigation' is not designed for extension - needs to be abstract, final or empty.481
ErrorsMissing a Javadoc comment.481
ErrorsLine contains a tab character.482
ErrorsLine contains a tab character.483
ErrorsLine contains a tab character.485
ErrorsMethod 'getVisibility' is not designed for extension - needs to be abstract, final or empty.485
ErrorsMissing a Javadoc comment.485
ErrorsLine contains a tab character.486
ErrorsLine contains a tab character.487

cz/cuni/amis/pogamut/ut3/bot/impl/UT3Self.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.18
Errors'{' is not preceded with whitespace.24
ErrorsLine has trailing spaces.25
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.18
Errors'{' is not preceded with whitespace.24
ErrorsLine has trailing spaces.25

cz/cuni/amis/pogamut/ut3/communication/messages/UT3ItemType.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self.21
ErrorsLine has trailing spaces.30
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.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
ErrorsVariable 'protos' must be private and have accessor methods.43
ErrorsLine contains a tab character.45
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.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.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 contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.65
ErrorsMissing a Javadoc comment.65
ErrorsParameter itemType should be final.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 contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
Errors'if' construct must use '{}'s.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.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.82
ErrorsMissing a Javadoc comment.82
ErrorsParameter itemType should be final.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 contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
Errors'if' construct must use '{}'s.90
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 contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.99
ErrorsMethod 'toString' 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.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.105
ErrorsMethod 'getCategory' is not designed for extension - needs to be abstract, final or empty.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.110
ErrorsMethod 'getGroup' is not designed for extension - needs to be abstract, final or empty.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.115
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.115
ErrorsLine contains a tab character.116
ErrorsParameter obj should be final.116
ErrorsLine contains a tab character.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.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
Errors'if' construct must use '{}'s.124
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 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.133
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.138
ErrorsMethod 'compareTo' is not designed for extension - needs to be abstract, final or empty.138
ErrorsLine contains a tab character.139
ErrorsParameter o should be final.139
Errors'if' construct must use '{}'s.140
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.143
Errors'if' construct must use '{}'s.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
Errors'if' construct must use '{}'s.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.154
ErrorsLine is longer than 80 characters.155
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.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 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.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
ErrorsFirst sentence should end with a period.183
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsFirst sentence should end with a period.185
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsFirst sentence should end with a period.187
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
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 is longer than 80 characters.198
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsFirst sentence should end with a period.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 is longer than 80 characters.205
ErrorsLine contains a tab character.205
ErrorsMissing a Javadoc comment.205
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsFirst sentence should end with a period.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
ErrorsMissing a Javadoc comment.213
ErrorsMissing a Javadoc comment.213
ErrorsLine is longer than 80 characters.214
ErrorsLine contains a tab character.214
ErrorsMissing a Javadoc comment.214
ErrorsMissing a Javadoc comment.214
ErrorsLine contains a tab character.215
ErrorsFirst sentence should end with a period.217
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine is longer than 80 characters.220
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsVariable 'name' must be private and have accessor methods.223
ErrorsLine is longer than 80 characters.225
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
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
ErrorsParameter name should be final.233
Errors'name' hides a field.233
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
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.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.248
ErrorsLine contains a tab character.248
ErrorsComment matches to-do format 'TODO:'.250
ErrorsLine is longer than 80 characters.250
ErrorsLine has trailing spaces.251
ErrorsLine is longer than 80 characters.251
ErrorsLine is longer than 80 characters.252
ErrorsLine has trailing spaces.254
ErrorsLine is longer than 80 characters.255
ErrorsLine has trailing spaces.256
ErrorsLine contains a tab character.257
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.262
ErrorsLine contains a tab character.263
ErrorsLine is longer than 80 characters.264
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 contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsLine is longer than 80 characters.270
ErrorsLine contains a tab character.270
Errors'{' is followed by whitespace.270
ErrorsLine is longer than 80 characters.271
ErrorsLine contains a tab character.271
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 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
Errors'{' is followed by whitespace.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
Errors'{' is followed by whitespace.284
ErrorsLine contains a tab character.285
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
Errors'{' is followed by whitespace.289
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
Errors'{' is followed by whitespace.293
ErrorsLine contains a tab character.294
ErrorsLine contains a tab character.296
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.301
ErrorsLine contains a tab character.302
ErrorsLine is longer than 80 characters.303
ErrorsLine contains a tab character.303
Errors'{' is followed by whitespace.303
ErrorsLine contains a tab character.304
ErrorsLine contains a tab character.305
ErrorsLine contains a tab character.306
ErrorsLine is longer than 80 characters.307
ErrorsLine contains a tab character.307
Errors'{' is followed by whitespace.307
ErrorsLine is longer than 80 characters.308
ErrorsLine contains a tab character.308
ErrorsLine contains a tab character.310
ErrorsLine contains a tab character.311
ErrorsLine is longer than 80 characters.312
ErrorsLine contains a tab character.312
ErrorsLine is longer than 80 characters.313
ErrorsLine contains a tab character.313
ErrorsLine contains a tab character.315
ErrorsLine is longer than 80 characters.316
ErrorsLine contains a tab character.316
ErrorsLine is longer than 80 characters.317
ErrorsLine contains a tab character.317
Errors'{' is followed by whitespace.317
ErrorsLine contains a tab character.318
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
Errors'{' is followed by whitespace.321
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
Errors'{' is followed by whitespace.327
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
Errors'{' is followed by whitespace.331
ErrorsLine contains a tab character.332
ErrorsLine contains a tab character.333
ErrorsLine contains a tab character.334
ErrorsLine is longer than 80 characters.335
ErrorsLine contains a tab character.335
Errors'{' is followed by whitespace.335
ErrorsLine is longer than 80 characters.336
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.338
ErrorsMissing a Javadoc comment.338
ErrorsLine contains a tab character.339
ErrorsLine contains a tab character.340
Errors'{' is followed by whitespace.340
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
Errors'{' is followed by whitespace.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
Errors'{' is followed by whitespace.348
ErrorsLine is longer than 80 characters.349
ErrorsLine contains a tab character.349
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.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 contains a tab character.356
ErrorsLine contains a tab character.357
ErrorsLine contains a tab character.358
ErrorsLine contains a tab character.359
Errors'{' is followed by whitespace.359
ErrorsLine has trailing spaces.360
ErrorsFirst sentence should end with a period.361
ErrorsLine contains a tab character.362
ErrorsLine is longer than 80 characters.363
ErrorsLine contains a tab character.363
Errors'{' is followed by whitespace.363
ErrorsLine contains a tab character.364
ErrorsFirst sentence should end with a period.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.369
Errors'{' is followed by whitespace.369
ErrorsLine contains a tab character.370
ErrorsLine contains a tab character.372
ErrorsLine contains a tab character.373
ErrorsLine is longer than 80 characters.374
ErrorsLine contains a tab character.374
Errors'{' is followed by whitespace.374
ErrorsLine is longer than 80 characters.375
ErrorsLine contains a tab character.375
ErrorsLine contains a tab character.376
ErrorsLine contains a tab character.377
ErrorsLine is longer than 80 characters.378
ErrorsLine contains a tab character.378
Errors'{' is followed by whitespace.378
ErrorsLine is longer than 80 characters.379
ErrorsLine contains a tab character.379
ErrorsLine contains a tab character.381
ErrorsLine is longer than 80 characters.382
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 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 is longer than 80 characters.389
ErrorsLine contains a tab character.389
Errors'{' is followed by whitespace.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
ErrorsLine is longer than 80 characters.393
ErrorsLine contains a tab character.393
Errors'{' is followed by whitespace.393
ErrorsLine is longer than 80 characters.394
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
ErrorsLine is longer than 80 characters.398
ErrorsLine contains a tab character.398
Errors'{' is followed by whitespace.398
ErrorsLine contains a tab character.399
ErrorsLine contains a tab character.401
ErrorsMissing a Javadoc comment.401
ErrorsLine is longer than 80 characters.402
ErrorsLine contains a tab character.402
Errors'{' is followed by whitespace.402
ErrorsLine contains a tab character.403
ErrorsLine contains a tab character.405
ErrorsMissing a Javadoc comment.405
ErrorsLine has trailing spaces.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.409
ErrorsLine contains a tab character.410
ErrorsLine is longer than 80 characters.411
ErrorsLine contains a tab character.411
Errors'{' is followed by whitespace.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 is longer than 80 characters.415
ErrorsLine contains a tab character.415
Errors'{' is followed by whitespace.415
ErrorsLine contains a tab character.416
ErrorsLine contains a tab character.417
ErrorsLine contains a tab character.418
ErrorsLine is longer than 80 characters.419
ErrorsLine contains a tab character.419
Errors'{' is followed by whitespace.419
ErrorsLine is longer than 80 characters.420
ErrorsLine contains a tab character.420
ErrorsLine contains a tab character.422
ErrorsLine contains a tab character.423
ErrorsLine is longer than 80 characters.424
ErrorsLine contains a tab character.424
Errors'{' is followed by whitespace.424
ErrorsLine contains a tab character.425
ErrorsLine contains a tab character.426
ErrorsLine contains a tab character.427
ErrorsLine is longer than 80 characters.428
ErrorsLine contains a tab character.428
Errors'{' is followed by whitespace.428
ErrorsLine is longer than 80 characters.429
ErrorsLine contains a tab character.429
ErrorsLine contains a tab character.430
ErrorsLine contains a tab character.431
ErrorsLine is longer than 80 characters.432
ErrorsLine contains a tab character.432
Errors'{' is followed by whitespace.432
ErrorsLine contains a tab character.433
ErrorsLine contains a tab character.434
ErrorsLine is longer than 80 characters.435
ErrorsLine contains a tab character.435
ErrorsLine is longer than 80 characters.436
ErrorsLine contains a tab character.436
Errors'{' is followed by whitespace.436
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
Errors'{' is followed by whitespace.440
ErrorsLine contains a tab character.441
ErrorsLine contains a tab character.443
ErrorsMissing a Javadoc comment.443
ErrorsLine is longer than 80 characters.444
ErrorsLine contains a tab character.444
Errors'{' is followed by whitespace.444
ErrorsLine contains a tab character.445
ErrorsLine is longer than 80 characters.447
ErrorsLine contains a tab character.447
ErrorsMissing a Javadoc comment.447
ErrorsLine is longer than 80 characters.448
ErrorsLine contains a tab character.448
Errors'{' is followed by whitespace.448
ErrorsLine contains a tab character.449
ErrorsLine has trailing spaces.450
ErrorsLine is longer than 80 characters.451
ErrorsFirst sentence should end with a period.453
ErrorsLine contains a tab character.453
ErrorsLine contains a tab character.454
ErrorsLine is longer than 80 characters.455
ErrorsLine contains a tab character.455
Errors'{' is followed by whitespace.455
ErrorsLine is longer than 80 characters.456
ErrorsLine contains a tab character.456
ErrorsFirst sentence should end with a period.458
ErrorsLine contains a tab character.458
ErrorsLine contains a tab character.459
ErrorsLine contains a tab character.460
ErrorsLine is longer than 80 characters.461
ErrorsLine contains a tab character.461
ErrorsFirst sentence should end with a period.463
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
Errors'{' is followed by whitespace.465
ErrorsLine is longer than 80 characters.466
ErrorsLine contains a tab character.466
ErrorsFirst sentence should end with a period.468
ErrorsLine contains a tab character.468
ErrorsLine contains a tab character.469
ErrorsLine contains a tab character.470
ErrorsLine is longer than 80 characters.471
ErrorsLine contains a tab character.471
ErrorsFirst sentence should end with a period.473
ErrorsLine contains a tab character.473
ErrorsLine contains a tab character.474
ErrorsLine is longer than 80 characters.475
ErrorsLine contains a tab character.475
Errors'{' is followed by whitespace.475
ErrorsLine is longer than 80 characters.476
ErrorsLine contains a tab character.476
ErrorsFirst sentence should end with a period.478
ErrorsLine contains a tab character.478
ErrorsLine contains a tab character.479
ErrorsLine contains a tab character.480
ErrorsLine is longer than 80 characters.481
ErrorsLine contains a tab character.481
ErrorsFirst sentence should end with a period.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
Errors'{' is followed by whitespace.485
ErrorsLine is longer than 80 characters.486
ErrorsLine contains a tab character.486
ErrorsFirst sentence should end with a period.488
ErrorsLine contains a tab character.488
ErrorsLine contains a tab character.489
ErrorsLine has trailing spaces.490
ErrorsLine is longer than 80 characters.490
ErrorsLine contains a tab character.490
Errors'{' is followed by whitespace.490
ErrorsLine is longer than 80 characters.491
ErrorsFirst sentence should end with a period.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
Errors'{' is followed by whitespace.495
ErrorsLine is longer than 80 characters.496
ErrorsLine contains a tab character.496
ErrorsFirst sentence should end with a period.498
ErrorsLine contains a tab character.498
ErrorsLine contains a tab character.499
ErrorsLine contains a tab character.500
ErrorsLine is longer than 80 characters.501
ErrorsLine contains a tab character.501
ErrorsFirst sentence should end with a period.503
ErrorsLine contains a tab character.503
ErrorsLine contains a tab character.504
ErrorsLine is longer than 80 characters.505
ErrorsLine contains a tab character.505
Errors'{' is followed by whitespace.505
ErrorsLine is longer than 80 characters.506
ErrorsLine contains a tab character.506
ErrorsFirst sentence should end with a period.508
ErrorsLine contains a tab character.508
ErrorsLine contains a tab character.509
ErrorsLine contains a tab character.510
ErrorsLine is longer than 80 characters.511
ErrorsLine contains a tab character.511
ErrorsFirst sentence should end with a period.513
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
Errors'{' is followed by whitespace.515
ErrorsLine is longer than 80 characters.516
ErrorsLine has trailing spaces.517
ErrorsFirst sentence should end with a period.518
Errors'(' is preceded with whitespace.519
ErrorsLine is longer than 80 characters.520
Errors'{' is followed by whitespace.520
ErrorsFirst sentence should end with a period.522
ErrorsLine contains a tab character.522
ErrorsLine contains a tab character.523
ErrorsLine contains a tab character.524
ErrorsLine is longer than 80 characters.525
ErrorsLine contains a tab character.525
ErrorsFirst sentence should end with a period.527
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
Errors'{' is followed by whitespace.529
ErrorsLine contains a tab character.530
ErrorsLine has trailing spaces.531
ErrorsFirst sentence should end with a period.532
ErrorsLine contains a tab character.533
ErrorsLine contains a tab character.534
ErrorsLine is longer than 80 characters.535
ErrorsLine contains a tab character.535
ErrorsFirst sentence should end with a period.537
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
Errors'{' is followed by whitespace.541
ErrorsLine contains a tab character.542
ErrorsLine is longer than 80 characters.545
ErrorsLine is longer than 80 characters.546
ErrorsLine contains a tab character.546
Errors'{' is followed by whitespace.546
ErrorsLine has trailing spaces.547
ErrorsLine contains a tab character.548
ErrorsLine contains a tab character.549
ErrorsLine contains a tab character.550
Errors'{' is followed by whitespace.550
ErrorsFirst sentence should end with a period.552
ErrorsLine contains a tab character.552
ErrorsLine contains a tab character.553
ErrorsLine contains a tab character.554
Errors'{' is followed by whitespace.554
ErrorsLine contains a tab character.556
ErrorsLine contains a tab character.557
ErrorsLine contains a tab character.558
ErrorsLine has trailing spaces.559
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
ErrorsParameter name should be final.563
Errors'name' hides a field.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.569
ErrorsLine contains a tab character.570
ErrorsLine contains a tab character.571
ErrorsLine contains a tab character.572
ErrorsParameter name should be final.572
Errors'name' hides a field.572
ErrorsExpected @param tag for 'name'.572
ErrorsParameter category should be final.572
Errors'category' hides a field.572
ErrorsExpected @param tag for 'category'.572
ErrorsParameter group should be final.572
Errors'group' hides a field.572
ErrorsExpected @param tag for 'group'.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.578
ErrorsLine contains a tab character.579
ErrorsLine has trailing spaces.580
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
ErrorsLine contains a tab character.588
ErrorsLine is longer than 80 characters.589
ErrorsLine contains a tab character.589
ErrorsName 'MakePrototype' must match pattern '^[a-z][a-zA-Z0-9]*$'.589
ErrorsParameter category should be final.589
ErrorsParameter group should be final.589
ErrorsLine contains a tab character.590
ErrorsParameter utNames should be final.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
Errors'for' construct must use '{}'s.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 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
ErrorsLine contains a tab character.609
ErrorsMissing a Javadoc comment.609
ErrorsParameter id should be final.609
Errors'if' construct must use '{}'s.610
ErrorsLine contains a tab character.610
ErrorsLine contains a tab character.611
ErrorsLine contains a tab character.613
ErrorsLine contains a tab character.614
ErrorsLine contains a tab character.616
ErrorsLine contains a tab character.617
ErrorsLine contains a tab character.618
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 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
ErrorsExpected an @return tag.627
ErrorsLine contains a tab character.627
ErrorsParameter str should be final.627
ErrorsExpected @param tag for 'str'.627
ErrorsLine contains a tab character.628
Errors'if' construct must use '{}'s.629
ErrorsLine contains a tab character.629
ErrorsLine contains a tab character.630
Errors'if' construct must use '{}'s.631
ErrorsLine contains a tab character.631
ErrorsLine contains a tab character.632
Errors'if' construct must use '{}'s.633
ErrorsLine contains a tab character.633
ErrorsLine contains a tab character.634
Errors'if' construct must use '{}'s.635
ErrorsLine contains a tab character.635
ErrorsLine contains a tab character.636
Errors'if' construct must use '{}'s.637
ErrorsLine contains a tab character.637
ErrorsLine contains a tab character.638
Errors'if' construct must use '{}'s.639
ErrorsLine contains a tab character.639
ErrorsLine contains a tab character.640
Errors'if' construct must use '{}'s.641
ErrorsLine contains a tab character.641
ErrorsLine contains a tab character.642
Errors'if' construct must use '{}'s.643
ErrorsLine contains a tab character.643
ErrorsLine contains a tab character.644
Errors'if' construct must use '{}'s.645
ErrorsLine contains a tab character.645
ErrorsLine contains a tab character.646
Errors'if' construct must use '{}'s.647
ErrorsLine contains a tab character.647
ErrorsLine contains a tab character.648
Errors'if' construct must use '{}'s.649
ErrorsLine contains a tab character.649
ErrorsLine contains a tab character.650
Errors'if' construct must use '{}'s.651
ErrorsLine contains a tab character.651
ErrorsLine contains a tab character.652
Errors'if' construct must use '{}'s.653
ErrorsLine contains a tab character.653
ErrorsLine contains a tab character.654
Errors'if' construct must use '{}'s.655
ErrorsLine contains a tab character.655
ErrorsLine contains a tab character.656
Errors'if' construct must use '{}'s.657
ErrorsLine contains a tab character.657
ErrorsLine contains a tab character.658
Errors'if' construct must use '{}'s.659
ErrorsLine contains a tab character.659
ErrorsLine contains a tab character.660
Errors'if' construct must use '{}'s.661
ErrorsLine contains a tab character.661
ErrorsLine contains a tab character.662
Errors'if' construct must use '{}'s.663
ErrorsLine contains a tab character.663
ErrorsLine contains a tab character.664
ErrorsLine contains a tab character.665
ErrorsLine contains a tab character.666
ErrorsLine contains a tab character.668
ErrorsLine contains a tab character.669
ErrorsLine has trailing spaces.670
ErrorsLine contains a tab character.670
ErrorsLine contains a tab character.671
ErrorsLine contains a tab character.672
ErrorsLine contains a tab character.673
ErrorsLine contains a tab character.674
ErrorsLine contains a tab character.675
ErrorsExpected an @return tag.676
ErrorsLine contains a tab character.676
ErrorsParameter item should be final.676
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 contains a tab character.681
ErrorsLine is longer than 80 characters.682
ErrorsLine contains a tab character.682
ErrorsLine contains a tab character.683
ErrorsLine contains a tab character.685
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.685
ErrorsLine contains a tab character.686
ErrorsLine contains a tab character.687
ErrorsLine contains a tab character.688
ErrorsLine contains a tab character.690
ErrorsLine contains a tab character.691
ErrorsLine has trailing spaces.692
ErrorsLine contains a tab character.692
ErrorsLine contains a tab character.693
ErrorsLine contains a tab character.694
ErrorsLine contains a tab character.695
ErrorsLine contains a tab character.696
ErrorsExpected an @return tag.697
ErrorsLine contains a tab character.697
ErrorsParameter utName should be final.697
ErrorsLine contains a tab character.698
ErrorsLine contains a tab character.700
ErrorsLine contains a tab character.701
Errors'if' construct must use '{}'s.702
ErrorsLine contains a tab character.702
ErrorsLine contains a tab character.703
ErrorsLine contains a tab character.705
ErrorsLine contains a tab character.706
ErrorsLine contains a tab character.707
ErrorsLine contains a tab character.708
ErrorsLine contains a tab character.709
ErrorsLine is longer than 80 characters.711
ErrorsLine contains a tab character.711
ErrorsLine is longer than 80 characters.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.gbinfomessages.Self.21
ErrorsLine has trailing spaces.30
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.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
ErrorsVariable 'protos' must be private and have accessor methods.43
ErrorsLine contains a tab character.45
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.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.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 contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.65
ErrorsMissing a Javadoc comment.65
ErrorsParameter itemType should be final.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 contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
Errors'if' construct must use '{}'s.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.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.82
ErrorsMissing a Javadoc comment.82
ErrorsParameter itemType should be final.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 contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
Errors'if' construct must use '{}'s.90
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 contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.99
ErrorsMethod 'toString' 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.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.105
ErrorsMethod 'getCategory' is not designed for extension - needs to be abstract, final or empty.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.110
ErrorsMethod 'getGroup' is not designed for extension - needs to be abstract, final or empty.110
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.115
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.115
ErrorsLine contains a tab character.116
ErrorsParameter obj should be final.116
ErrorsLine contains a tab character.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.121
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
Errors'if' construct must use '{}'s.124
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 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.133
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.133
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.138
ErrorsMethod 'compareTo' is not designed for extension - needs to be abstract, final or empty.138
ErrorsLine contains a tab character.139
ErrorsParameter o should be final.139
Errors'if' construct must use '{}'s.140
ErrorsLine contains a tab character.140
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.143
Errors'if' construct must use '{}'s.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
Errors'if' construct must use '{}'s.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.154
ErrorsLine is longer than 80 characters.155
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.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 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.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
ErrorsFirst sentence should end with a period.183
ErrorsLine contains a tab character.183
ErrorsLine contains a tab character.184
ErrorsFirst sentence should end with a period.185
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
ErrorsFirst sentence should end with a period.187
ErrorsLine contains a tab character.187
ErrorsLine contains a tab character.188
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 is longer than 80 characters.198
ErrorsLine contains a tab character.198
ErrorsLine contains a tab character.199
ErrorsFirst sentence should end with a period.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 is longer than 80 characters.205
ErrorsLine contains a tab character.205
ErrorsMissing a Javadoc comment.205
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine contains a tab character.210
ErrorsFirst sentence should end with a period.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
ErrorsMissing a Javadoc comment.213
ErrorsMissing a Javadoc comment.213
ErrorsLine is longer than 80 characters.214
ErrorsLine contains a tab character.214
ErrorsMissing a Javadoc comment.214
ErrorsMissing a Javadoc comment.214
ErrorsLine contains a tab character.215
ErrorsFirst sentence should end with a period.217
ErrorsLine contains a tab character.217
ErrorsLine contains a tab character.218
ErrorsLine is longer than 80 characters.220
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsVariable 'name' must be private and have accessor methods.223
ErrorsLine is longer than 80 characters.225
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
ErrorsLine contains a tab character.231
ErrorsLine contains a tab character.232
ErrorsLine contains a tab character.233
ErrorsParameter name should be final.233
Errors'name' hides a field.233
ErrorsLine contains a tab character.234
ErrorsLine contains a tab character.235
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.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.248
ErrorsLine contains a tab character.248
ErrorsComment matches to-do format 'TODO:'.250
ErrorsLine is longer than 80 characters.250
ErrorsLine has trailing spaces.251
ErrorsLine is longer than 80 characters.251
ErrorsLine is longer than 80 characters.252
ErrorsLine has trailing spaces.254
ErrorsLine is longer than 80 characters.255
ErrorsLine has trailing spaces.256
ErrorsLine contains a tab character.257
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.262
ErrorsLine contains a tab character.263
ErrorsLine is longer than 80 characters.264
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 contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsLine is longer than 80 characters.270
ErrorsLine contains a tab character.270
Errors'{' is followed by whitespace.270
ErrorsLine is longer than 80 characters.271
ErrorsLine contains a tab character.271
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 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
Errors'{' is followed by whitespace.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
Errors'{' is followed by whitespace.284
ErrorsLine contains a tab character.285
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
Errors'{' is followed by whitespace.289
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
Errors'{' is followed by whitespace.293
ErrorsLine contains a tab character.294
ErrorsLine contains a tab character.296
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.301
ErrorsLine contains a tab character.302
ErrorsLine is longer than 80 characters.303
ErrorsLine contains a tab character.303
Errors'{' is followed by whitespace.303
ErrorsLine contains a tab character.304
ErrorsLine contains a tab character.305
ErrorsLine contains a tab character.306
ErrorsLine is longer than 80 characters.307
ErrorsLine contains a tab character.307
Errors'{' is followed by whitespace.307
ErrorsLine is longer than 80 characters.308
ErrorsLine contains a tab character.308
ErrorsLine contains a tab character.310
ErrorsLine contains a tab character.311
ErrorsLine is longer than 80 characters.312
ErrorsLine contains a tab character.312
ErrorsLine is longer than 80 characters.313
ErrorsLine contains a tab character.313
ErrorsLine contains a tab character.315
ErrorsLine is longer than 80 characters.316
ErrorsLine contains a tab character.316
ErrorsLine is longer than 80 characters.317
ErrorsLine contains a tab character.317
Errors'{' is followed by whitespace.317
ErrorsLine contains a tab character.318
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
Errors'{' is followed by whitespace.321
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
Errors'{' is followed by whitespace.327
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
Errors'{' is followed by whitespace.331
ErrorsLine contains a tab character.332
ErrorsLine contains a tab character.333
ErrorsLine contains a tab character.334
ErrorsLine is longer than 80 characters.335
ErrorsLine contains a tab character.335
Errors'{' is followed by whitespace.335
ErrorsLine is longer than 80 characters.336
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.338
ErrorsMissing a Javadoc comment.338
ErrorsLine contains a tab character.339
ErrorsLine contains a tab character.340
Errors'{' is followed by whitespace.340
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
Errors'{' is followed by whitespace.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
Errors'{' is followed by whitespace.348
ErrorsLine is longer than 80 characters.349
ErrorsLine contains a tab character.349
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.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 contains a tab character.356
ErrorsLine contains a tab character.357
ErrorsLine contains a tab character.358
ErrorsLine contains a tab character.359
Errors'{' is followed by whitespace.359
ErrorsLine has trailing spaces.360
ErrorsFirst sentence should end with a period.361
ErrorsLine contains a tab character.362
ErrorsLine is longer than 80 characters.363
ErrorsLine contains a tab character.363
Errors'{' is followed by whitespace.363
ErrorsLine contains a tab character.364
ErrorsFirst sentence should end with a period.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.369
Errors'{' is followed by whitespace.369
ErrorsLine contains a tab character.370
ErrorsLine contains a tab character.372
ErrorsLine contains a tab character.373
ErrorsLine is longer than 80 characters.374
ErrorsLine contains a tab character.374
Errors'{' is followed by whitespace.374
ErrorsLine is longer than 80 characters.375
ErrorsLine contains a tab character.375
ErrorsLine contains a tab character.376
ErrorsLine contains a tab character.377
ErrorsLine is longer than 80 characters.378
ErrorsLine contains a tab character.378
Errors'{' is followed by whitespace.378
ErrorsLine is longer than 80 characters.379
ErrorsLine contains a tab character.379
ErrorsLine contains a tab character.381
ErrorsLine is longer than 80 characters.382
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 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 is longer than 80 characters.389
ErrorsLine contains a tab character.389
Errors'{' is followed by whitespace.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
ErrorsLine is longer than 80 characters.393
ErrorsLine contains a tab character.393
Errors'{' is followed by whitespace.393
ErrorsLine is longer than 80 characters.394
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
ErrorsLine is longer than 80 characters.398
ErrorsLine contains a tab character.398
Errors'{' is followed by whitespace.398
ErrorsLine contains a tab character.399
ErrorsLine contains a tab character.401
ErrorsMissing a Javadoc comment.401
ErrorsLine is longer than 80 characters.402
ErrorsLine contains a tab character.402
Errors'{' is followed by whitespace.402
ErrorsLine contains a tab character.403
ErrorsLine contains a tab character.405
ErrorsMissing a Javadoc comment.405
ErrorsLine has trailing spaces.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.409
ErrorsLine contains a tab character.410
ErrorsLine is longer than 80 characters.411
ErrorsLine contains a tab character.411
Errors'{' is followed by whitespace.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 is longer than 80 characters.415
ErrorsLine contains a tab character.415
Errors'{' is followed by whitespace.415
ErrorsLine contains a tab character.416
ErrorsLine contains a tab character.417
ErrorsLine contains a tab character.418
ErrorsLine is longer than 80 characters.419
ErrorsLine contains a tab character.419
Errors'{' is followed by whitespace.419
ErrorsLine is longer than 80 characters.420
ErrorsLine contains a tab character.420
ErrorsLine contains a tab character.422
ErrorsLine contains a tab character.423
ErrorsLine is longer than 80 characters.424
ErrorsLine contains a tab character.424
Errors'{' is followed by whitespace.424
ErrorsLine contains a tab character.425
ErrorsLine contains a tab character.426
ErrorsLine contains a tab character.427
ErrorsLine is longer than 80 characters.428
ErrorsLine contains a tab character.428
Errors'{' is followed by whitespace.428
ErrorsLine is longer than 80 characters.429
ErrorsLine contains a tab character.429
ErrorsLine contains a tab character.430
ErrorsLine contains a tab character.431
ErrorsLine is longer than 80 characters.432
ErrorsLine contains a tab character.432
Errors'{' is followed by whitespace.432
ErrorsLine contains a tab character.433
ErrorsLine contains a tab character.434
ErrorsLine is longer than 80 characters.435
ErrorsLine contains a tab character.435
ErrorsLine is longer than 80 characters.436
ErrorsLine contains a tab character.436
Errors'{' is followed by whitespace.436
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
Errors'{' is followed by whitespace.440
ErrorsLine contains a tab character.441
ErrorsLine contains a tab character.443
ErrorsMissing a Javadoc comment.443
ErrorsLine is longer than 80 characters.444
ErrorsLine contains a tab character.444
Errors'{' is followed by whitespace.444
ErrorsLine contains a tab character.445
ErrorsLine is longer than 80 characters.447
ErrorsLine contains a tab character.447
ErrorsMissing a Javadoc comment.447
ErrorsLine is longer than 80 characters.448
ErrorsLine contains a tab character.448
Errors'{' is followed by whitespace.448
ErrorsLine contains a tab character.449
ErrorsLine has trailing spaces.450
ErrorsLine is longer than 80 characters.451
ErrorsFirst sentence should end with a period.453
ErrorsLine contains a tab character.453
ErrorsLine contains a tab character.454
ErrorsLine is longer than 80 characters.455
ErrorsLine contains a tab character.455
Errors'{' is followed by whitespace.455
ErrorsLine is longer than 80 characters.456
ErrorsLine contains a tab character.456
ErrorsFirst sentence should end with a period.458
ErrorsLine contains a tab character.458
ErrorsLine contains a tab character.459
ErrorsLine contains a tab character.460
ErrorsLine is longer than 80 characters.461
ErrorsLine contains a tab character.461
ErrorsFirst sentence should end with a period.463
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
Errors'{' is followed by whitespace.465
ErrorsLine is longer than 80 characters.466
ErrorsLine contains a tab character.466
ErrorsFirst sentence should end with a period.468
ErrorsLine contains a tab character.468
ErrorsLine contains a tab character.469
ErrorsLine contains a tab character.470
ErrorsLine is longer than 80 characters.471
ErrorsLine contains a tab character.471
ErrorsFirst sentence should end with a period.473
ErrorsLine contains a tab character.473
ErrorsLine contains a tab character.474
ErrorsLine is longer than 80 characters.475
ErrorsLine contains a tab character.475
Errors'{' is followed by whitespace.475
ErrorsLine is longer than 80 characters.476
ErrorsLine contains a tab character.476
ErrorsFirst sentence should end with a period.478
ErrorsLine contains a tab character.478
ErrorsLine contains a tab character.479
ErrorsLine contains a tab character.480
ErrorsLine is longer than 80 characters.481
ErrorsLine contains a tab character.481
ErrorsFirst sentence should end with a period.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
Errors'{' is followed by whitespace.485
ErrorsLine is longer than 80 characters.486
ErrorsLine contains a tab character.486
ErrorsFirst sentence should end with a period.488
ErrorsLine contains a tab character.488
ErrorsLine contains a tab character.489
ErrorsLine has trailing spaces.490
ErrorsLine is longer than 80 characters.490
ErrorsLine contains a tab character.490
Errors'{' is followed by whitespace.490
ErrorsLine is longer than 80 characters.491
ErrorsFirst sentence should end with a period.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
Errors'{' is followed by whitespace.495
ErrorsLine is longer than 80 characters.496
ErrorsLine contains a tab character.496
ErrorsFirst sentence should end with a period.498
ErrorsLine contains a tab character.498
ErrorsLine contains a tab character.499
ErrorsLine contains a tab character.500
ErrorsLine is longer than 80 characters.501
ErrorsLine contains a tab character.501
ErrorsFirst sentence should end with a period.503
ErrorsLine contains a tab character.503
ErrorsLine contains a tab character.504
ErrorsLine is longer than 80 characters.505
ErrorsLine contains a tab character.505
Errors'{' is followed by whitespace.505
ErrorsLine is longer than 80 characters.506
ErrorsLine contains a tab character.506
ErrorsFirst sentence should end with a period.508
ErrorsLine contains a tab character.508
ErrorsLine contains a tab character.509
ErrorsLine contains a tab character.510
ErrorsLine is longer than 80 characters.511
ErrorsLine contains a tab character.511
ErrorsFirst sentence should end with a period.513
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
Errors'{' is followed by whitespace.515
ErrorsLine is longer than 80 characters.516
ErrorsLine has trailing spaces.517
ErrorsFirst sentence should end with a period.518
Errors'(' is preceded with whitespace.519
ErrorsLine is longer than 80 characters.520
Errors'{' is followed by whitespace.520
ErrorsFirst sentence should end with a period.522
ErrorsLine contains a tab character.522
ErrorsLine contains a tab character.523
ErrorsLine contains a tab character.524
ErrorsLine is longer than 80 characters.525
ErrorsLine contains a tab character.525
ErrorsFirst sentence should end with a period.527
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
Errors'{' is followed by whitespace.529
ErrorsLine contains a tab character.530
ErrorsLine has trailing spaces.531
ErrorsFirst sentence should end with a period.532
ErrorsLine contains a tab character.533
ErrorsLine contains a tab character.534
ErrorsLine is longer than 80 characters.535
ErrorsLine contains a tab character.535
ErrorsFirst sentence should end with a period.537
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
Errors'{' is followed by whitespace.541
ErrorsLine contains a tab character.542
ErrorsLine is longer than 80 characters.545
ErrorsLine is longer than 80 characters.546
ErrorsLine contains a tab character.546
Errors'{' is followed by whitespace.546
ErrorsLine has trailing spaces.547
ErrorsLine contains a tab character.548
ErrorsLine contains a tab character.549
ErrorsLine contains a tab character.550
Errors'{' is followed by whitespace.550
ErrorsFirst sentence should end with a period.552
ErrorsLine contains a tab character.552
ErrorsLine contains a tab character.553
ErrorsLine contains a tab character.554
Errors'{' is followed by whitespace.554
ErrorsLine contains a tab character.556
ErrorsLine contains a tab character.557
ErrorsLine contains a tab character.558
ErrorsLine has trailing spaces.559
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
ErrorsParameter name should be final.563
Errors'name' hides a field.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.569
ErrorsLine contains a tab character.570
ErrorsLine contains a tab character.571
ErrorsLine contains a tab character.572
ErrorsParameter name should be final.572
Errors'name' hides a field.572
ErrorsExpected @param tag for 'name'.572
ErrorsParameter category should be final.572
Errors'category' hides a field.572
ErrorsExpected @param tag for 'category'.572
ErrorsParameter group should be final.572
Errors'group' hides a field.572
ErrorsExpected @param tag for 'group'.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.578
ErrorsLine contains a tab character.579
ErrorsLine has trailing spaces.580
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
ErrorsLine contains a tab character.588
ErrorsLine is longer than 80 characters.589
ErrorsLine contains a tab character.589
ErrorsName 'MakePrototype' must match pattern '^[a-z][a-zA-Z0-9]*$'.589
ErrorsParameter category should be final.589
ErrorsParameter group should be final.589
ErrorsLine contains a tab character.590
ErrorsParameter utNames should be final.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
Errors'for' construct must use '{}'s.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 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
ErrorsLine contains a tab character.609
ErrorsMissing a Javadoc comment.609
ErrorsParameter id should be final.609
Errors'if' construct must use '{}'s.610
ErrorsLine contains a tab character.610
ErrorsLine contains a tab character.611
ErrorsLine contains a tab character.613
ErrorsLine contains a tab character.614
ErrorsLine contains a tab character.616
ErrorsLine contains a tab character.617
ErrorsLine contains a tab character.618
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 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
ErrorsExpected an @return tag.627
ErrorsLine contains a tab character.627
ErrorsParameter str should be final.627
ErrorsExpected @param tag for 'str'.627
ErrorsLine contains a tab character.628
Errors'if' construct must use '{}'s.629
ErrorsLine contains a tab character.629
ErrorsLine contains a tab character.630
Errors'if' construct must use '{}'s.631
ErrorsLine contains a tab character.631
ErrorsLine contains a tab character.632
Errors'if' construct must use '{}'s.633
ErrorsLine contains a tab character.633
ErrorsLine contains a tab character.634
Errors'if' construct must use '{}'s.635
ErrorsLine contains a tab character.635
ErrorsLine contains a tab character.636
Errors'if' construct must use '{}'s.637
ErrorsLine contains a tab character.637
ErrorsLine contains a tab character.638
Errors'if' construct must use '{}'s.639
ErrorsLine contains a tab character.639
ErrorsLine contains a tab character.640
Errors'if' construct must use '{}'s.641
ErrorsLine contains a tab character.641
ErrorsLine contains a tab character.642
Errors'if' construct must use '{}'s.643
ErrorsLine contains a tab character.643
ErrorsLine contains a tab character.644
Errors'if' construct must use '{}'s.645
ErrorsLine contains a tab character.645
ErrorsLine contains a tab character.646
Errors'if' construct must use '{}'s.647
ErrorsLine contains a tab character.647
ErrorsLine contains a tab character.648
Errors'if' construct must use '{}'s.649
ErrorsLine contains a tab character.649
ErrorsLine contains a tab character.650
Errors'if' construct must use '{}'s.651
ErrorsLine contains a tab character.651
ErrorsLine contains a tab character.652
Errors'if' construct must use '{}'s.653
ErrorsLine contains a tab character.653
ErrorsLine contains a tab character.654
Errors'if' construct must use '{}'s.655
ErrorsLine contains a tab character.655
ErrorsLine contains a tab character.656
Errors'if' construct must use '{}'s.657
ErrorsLine contains a tab character.657
ErrorsLine contains a tab character.658
Errors'if' construct must use '{}'s.659
ErrorsLine contains a tab character.659
ErrorsLine contains a tab character.660
Errors'if' construct must use '{}'s.661
ErrorsLine contains a tab character.661
ErrorsLine contains a tab character.662
Errors'if' construct must use '{}'s.663
ErrorsLine contains a tab character.663
ErrorsLine contains a tab character.664
ErrorsLine contains a tab character.665
ErrorsLine contains a tab character.666
ErrorsLine contains a tab character.668
ErrorsLine contains a tab character.669
ErrorsLine has trailing spaces.670
ErrorsLine contains a tab character.670
ErrorsLine contains a tab character.671
ErrorsLine contains a tab character.672
ErrorsLine contains a tab character.673
ErrorsLine contains a tab character.674
ErrorsLine contains a tab character.675
ErrorsExpected an @return tag.676
ErrorsLine contains a tab character.676
ErrorsParameter item should be final.676
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 contains a tab character.681
ErrorsLine is longer than 80 characters.682
ErrorsLine contains a tab character.682
ErrorsLine contains a tab character.683
ErrorsLine contains a tab character.685
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.685
ErrorsLine contains a tab character.686
ErrorsLine contains a tab character.687
ErrorsLine contains a tab character.688
ErrorsLine contains a tab character.690
ErrorsLine contains a tab character.691
ErrorsLine has trailing spaces.692
ErrorsLine contains a tab character.692
ErrorsLine contains a tab character.693
ErrorsLine contains a tab character.694
ErrorsLine contains a tab character.695
ErrorsLine contains a tab character.696
ErrorsExpected an @return tag.697
ErrorsLine contains a tab character.697
ErrorsParameter utName should be final.697
ErrorsLine contains a tab character.698
ErrorsLine contains a tab character.700
ErrorsLine contains a tab character.701
Errors'if' construct must use '{}'s.702
ErrorsLine contains a tab character.702
ErrorsLine contains a tab character.703
ErrorsLine contains a tab character.705
ErrorsLine contains a tab character.706
ErrorsLine contains a tab character.707
ErrorsLine contains a tab character.708
ErrorsLine contains a tab character.709
ErrorsLine is longer than 80 characters.711
ErrorsLine contains a tab character.711

cz/cuni/amis/pogamut/ut3/communication/messages/UT3ItemTypeTranslator.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.6
ErrorsLine contains a tab character.8
ErrorsMethod 'get' is not designed for extension - needs to be abstract, final or empty.8
ErrorsLine contains a tab character.9
ErrorsParameter utName should be final.9
Errors'if' construct must use '{}'s.10
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.10
ErrorsLine contains a tab character.11
ErrorsLine contains a tab character.12
ErrorsMissing a Javadoc comment.6
ErrorsLine contains a tab character.8
ErrorsMethod 'get' is not designed for extension - needs to be abstract, final or empty.8
ErrorsLine contains a tab character.9
ErrorsParameter utName should be final.9
Errors'if' construct must use '{}'s.10
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.10
ErrorsLine contains a tab character.11
ErrorsLine contains a tab character.12

cz/cuni/amis/pogamut/ut3/communication/messages/gbcommands/Teleport.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.5
ErrorsLine has trailing spaces.7
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.9
ErrorsLine is longer than 80 characters.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.12
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.12
ErrorsLine contains a tab character.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.12
Errors';' is not followed by whitespace.12
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.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 has trailing spaces.20
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
Errors'{' should be on the previous line.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
ErrorsLine contains a tab character.26
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.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 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
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.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.41
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsParameter Id should be final.47
Errors'Id' hides a field.47
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.47
ErrorsParameter TargetLocation should be final.47
Errors'TargetLocation' hides a field.47
ErrorsName 'TargetLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.47
ErrorsParameter TargetRotation should be final.47
Errors'TargetRotation' hides a field.47
ErrorsName 'TargetRotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.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.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.54
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.56
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
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 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.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
ErrorsParameter original should be final.78
ErrorsExpected @param tag for 'original'.78
ErrorsLine has trailing spaces.79
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
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.87
ErrorsFirst sentence should end with a period.88
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.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 contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.94
ErrorsVariable 'Id' must be private and have accessor methods.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
Errors';' is preceded with whitespace.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsFirst sentence should end with a period.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
ErrorsExpected an @return tag.106
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.106
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
Errors'{' should be on the previous line.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 has trailing spaces.113
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.115
ErrorsFirst sentence should end with a period.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
ErrorsExpected an @return tag.121
ErrorsLine has trailing spaces.121
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.121
ErrorsParameter Id should be final.122
Errors'Id' hides a field.122
ErrorsExpected @param tag for 'Id'.122
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.122
ErrorsLine has trailing spaces.123
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
Errors'{' should be on the previous line.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
ErrorsLine has trailing spaces.130
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
ErrorsName 'TargetLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.135
ErrorsVariable 'TargetLocation' must be private and have accessor methods.135
ErrorsLine has trailing spaces.136
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
Errors';' is preceded with whitespace.138
ErrorsLine has trailing spaces.139
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.142
ErrorsLine has trailing spaces.143
ErrorsLine contains a tab character.144
ErrorsLine has trailing spaces.145
ErrorsLine contains a tab character.145
ErrorsExpected an @return tag.147
ErrorsMethod 'getTargetLocation' is not designed for extension - needs to be abstract, final or empty.147
ErrorsLine has trailing spaces.148
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
Errors'{' should be on the previous line.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 has trailing spaces.154
ErrorsLine contains a tab character.154
ErrorsLine has trailing spaces.155
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.158
ErrorsLine contains a tab character.159
ErrorsLine has trailing spaces.160
ErrorsLine contains a tab character.160
ErrorsExpected an @return tag.162
ErrorsLine has trailing spaces.162
ErrorsMethod 'setTargetLocation' is not designed for extension - needs to be abstract, final or empty.162
ErrorsParameter TargetLocation should be final.163
Errors'TargetLocation' hides a field.163
ErrorsExpected @param tag for 'TargetLocation'.163
ErrorsName 'TargetLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.163
ErrorsLine has trailing spaces.164
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
Errors'{' should be on the previous line.165
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.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
ErrorsName 'TargetRotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.174
ErrorsVariable 'TargetRotation' must be private and have accessor methods.174
ErrorsLine has trailing spaces.175
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
Errors';' is preceded with whitespace.177
ErrorsLine has trailing spaces.178
ErrorsLine contains a tab character.178
ErrorsLine has trailing spaces.179
ErrorsLine contains a tab character.179
ErrorsLine has trailing spaces.180
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsLine has trailing spaces.182
ErrorsExpected an @return tag.184
ErrorsMethod 'getTargetRotation' is not designed for extension - needs to be abstract, final or empty.184
ErrorsLine has trailing spaces.185
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
Errors'{' should be on the previous line.186
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 has trailing spaces.191
ErrorsLine contains a tab character.191
ErrorsLine has trailing spaces.192
ErrorsLine contains a tab character.192
ErrorsLine has trailing spaces.193
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine has trailing spaces.195
ErrorsExpected an @return tag.197
ErrorsLine has trailing spaces.197
ErrorsMethod 'setTargetRotation' is not designed for extension - needs to be abstract, final or empty.197
ErrorsParameter TargetRotation should be final.198
Errors'TargetRotation' hides a field.198
ErrorsExpected @param tag for 'TargetRotation'.198
ErrorsName 'TargetRotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.198
ErrorsLine has trailing spaces.199
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
Errors'{' should be on the previous line.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine has trailing spaces.204
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.205
ErrorsMissing a Javadoc comment.205
ErrorsLine has trailing spaces.208
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.209
ErrorsMissing a Javadoc comment.209
ErrorsLine contains a tab character.210
Errors'+' should be on a new line.210
ErrorsLine has trailing spaces.211
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
Errors'+' should be on a new line.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
Errors'+' should be on a new line.214
ErrorsLine contains a tab character.215
Errors'+' should be on a new line.215
ErrorsLine has trailing spaces.216
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
Errors'+' should be on a new line.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
Errors'+' should be on a new line.219
ErrorsLine contains a tab character.220
Errors'+' should be on a new line.220
ErrorsLine has trailing spaces.221
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
Errors'+' should be on a new line.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
Errors'+' should be on a new line.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';' is preceded with whitespace.228
ErrorsLine contains a tab character.229
ErrorsLine has trailing spaces.230
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231
ErrorsMethod 'toMessage' 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 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
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
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 is longer than 80 characters.242
ErrorsLine contains a tab character.242
Errors'+' should be on a new line.242
ErrorsLine is longer than 80 characters.243
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.244
ErrorsLine has trailing spaces.245
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
Errors'+' should be on a new line.247
ErrorsLine is longer than 80 characters.248
ErrorsLine contains a tab character.248
Errors'+' should be on a new line.248
ErrorsLine is longer than 80 characters.249
ErrorsLine contains a tab character.249
Errors'+' should be on a new line.249
ErrorsLine is longer than 80 characters.250
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 has trailing spaces.255
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 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
ErrorsFile does not end with a newline.0
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.5
ErrorsLine has trailing spaces.7
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.9
ErrorsLine is longer than 80 characters.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.12
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.12
ErrorsUsing the '.*' form of import should be avoided - java.util.*.12
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.12
ErrorsLine contains a tab character.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.12
Errors';' is not followed by whitespace.12
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
Errors';' is not followed by whitespace.12
ErrorsLine contains a tab character.13
ErrorsLine contains a tab character.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 has trailing spaces.20
ErrorsLine contains a tab character.20
ErrorsLine contains a tab character.21
ErrorsLine contains a tab character.22
Errors'{' should be on the previous line.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
ErrorsLine contains a tab character.26
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.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 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
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.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.41
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsParameter Id should be final.47
Errors'Id' hides a field.47
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.47
ErrorsParameter TargetLocation should be final.47
Errors'TargetLocation' hides a field.47
ErrorsName 'TargetLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.47
ErrorsParameter TargetRotation should be final.47
Errors'TargetRotation' hides a field.47
ErrorsName 'TargetRotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.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.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.54
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.56
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
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 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.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
ErrorsParameter original should be final.78
ErrorsExpected @param tag for 'original'.78
ErrorsLine has trailing spaces.79
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
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.87
ErrorsFirst sentence should end with a period.88
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.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 contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.94
ErrorsVariable 'Id' must be private and have accessor methods.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
Errors';' is preceded with whitespace.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsFirst sentence should end with a period.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
ErrorsExpected an @return tag.106
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.106
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
Errors'{' should be on the previous line.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 has trailing spaces.113
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.115
ErrorsFirst sentence should end with a period.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
ErrorsExpected an @return tag.121
ErrorsLine has trailing spaces.121
ErrorsMethod 'setId' is not designed for extension - needs to be abstract, final or empty.121
ErrorsParameter Id should be final.122
Errors'Id' hides a field.122
ErrorsExpected @param tag for 'Id'.122
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.122
ErrorsLine has trailing spaces.123
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
Errors'{' should be on the previous line.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
ErrorsLine has trailing spaces.130
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
ErrorsName 'TargetLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.135
ErrorsVariable 'TargetLocation' must be private and have accessor methods.135
ErrorsLine has trailing spaces.136
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
Errors';' is preceded with whitespace.138
ErrorsLine has trailing spaces.139
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.142
ErrorsLine has trailing spaces.143
ErrorsLine contains a tab character.144
ErrorsLine has trailing spaces.145
ErrorsLine contains a tab character.145
ErrorsExpected an @return tag.147
ErrorsMethod 'getTargetLocation' is not designed for extension - needs to be abstract, final or empty.147
ErrorsLine has trailing spaces.148
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
Errors'{' should be on the previous line.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 has trailing spaces.154
ErrorsLine contains a tab character.154
ErrorsLine has trailing spaces.155
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.158
ErrorsLine contains a tab character.159
ErrorsLine has trailing spaces.160
ErrorsLine contains a tab character.160
ErrorsExpected an @return tag.162
ErrorsLine has trailing spaces.162
ErrorsMethod 'setTargetLocation' is not designed for extension - needs to be abstract, final or empty.162
ErrorsParameter TargetLocation should be final.163
Errors'TargetLocation' hides a field.163
ErrorsExpected @param tag for 'TargetLocation'.163
ErrorsName 'TargetLocation' must match pattern '^[a-z][a-zA-Z0-9]*$'.163
ErrorsLine has trailing spaces.164
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
Errors'{' should be on the previous line.165
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.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
ErrorsName 'TargetRotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.174
ErrorsVariable 'TargetRotation' must be private and have accessor methods.174
ErrorsLine has trailing spaces.175
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
Errors';' is preceded with whitespace.177
ErrorsLine has trailing spaces.178
ErrorsLine contains a tab character.178
ErrorsLine has trailing spaces.179
ErrorsLine contains a tab character.179
ErrorsLine has trailing spaces.180
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsLine has trailing spaces.182
ErrorsExpected an @return tag.184
ErrorsMethod 'getTargetRotation' is not designed for extension - needs to be abstract, final or empty.184
ErrorsLine has trailing spaces.185
ErrorsLine contains a tab character.185
ErrorsLine contains a tab character.186
Errors'{' should be on the previous line.186
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 has trailing spaces.191
ErrorsLine contains a tab character.191
ErrorsLine has trailing spaces.192
ErrorsLine contains a tab character.192
ErrorsLine has trailing spaces.193
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsLine has trailing spaces.195
ErrorsExpected an @return tag.197
ErrorsLine has trailing spaces.197
ErrorsMethod 'setTargetRotation' is not designed for extension - needs to be abstract, final or empty.197
ErrorsParameter TargetRotation should be final.198
Errors'TargetRotation' hides a field.198
ErrorsExpected @param tag for 'TargetRotation'.198
ErrorsName 'TargetRotation' must match pattern '^[a-z][a-zA-Z0-9]*$'.198
ErrorsLine has trailing spaces.199
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
Errors'{' should be on the previous line.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine has trailing spaces.204
ErrorsLine contains a tab character.204
ErrorsLine contains a tab character.205
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.205
ErrorsMissing a Javadoc comment.205
ErrorsLine has trailing spaces.208
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.209
ErrorsMissing a Javadoc comment.209
ErrorsLine contains a tab character.210
Errors'+' should be on a new line.210
ErrorsLine has trailing spaces.211
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
Errors'+' should be on a new line.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
Errors'+' should be on a new line.214
ErrorsLine contains a tab character.215
Errors'+' should be on a new line.215
ErrorsLine has trailing spaces.216
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.217
Errors'+' should be on a new line.217
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
Errors'+' should be on a new line.219
ErrorsLine contains a tab character.220
Errors'+' should be on a new line.220
ErrorsLine has trailing spaces.221
ErrorsLine contains a tab character.221
ErrorsLine contains a tab character.222
Errors'+' should be on a new line.222
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
Errors'+' should be on a new line.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';' is preceded with whitespace.228
ErrorsLine contains a tab character.229
ErrorsLine has trailing spaces.230
ErrorsLine contains a tab character.230
ErrorsLine contains a tab character.231
ErrorsMethod 'toMessage' 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 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
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
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 is longer than 80 characters.242
ErrorsLine contains a tab character.242
Errors'+' should be on a new line.242
ErrorsLine is longer than 80 characters.243
ErrorsLine contains a tab character.243
ErrorsLine contains a tab character.244
ErrorsLine has trailing spaces.245
ErrorsLine contains a tab character.245
ErrorsLine contains a tab character.246
ErrorsLine contains a tab character.247
Errors'+' should be on a new line.247
ErrorsLine is longer than 80 characters.248
ErrorsLine contains a tab character.248
Errors'+' should be on a new line.248
ErrorsLine is longer than 80 characters.249
ErrorsLine contains a tab character.249
Errors'+' should be on a new line.249
ErrorsLine is longer than 80 characters.250
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 has trailing spaces.255
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 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

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

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.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 is longer than 80 characters.33
ErrorsLine contains a tab character.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
Errors'{' should be on the previous line.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 has trailing spaces.40
ErrorsLine has trailing spaces.41
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 contains a tab character.46
ErrorsLine contains a tab character.47
Errors'{' should be on the previous line.47
ErrorsLine contains a tab character.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
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 contains a tab character.52
ErrorsLine is longer than 80 characters.53
ErrorsLine contains a tab character.53
ErrorsMissing a Javadoc comment.53
ErrorsName 'AliveMessageId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.53
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.54
ErrorsLine has trailing spaces.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
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.56
ErrorsMissing a Javadoc comment.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.60
ErrorsLine contains a tab character.61
ErrorsMissing a Javadoc comment.61
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.61
ErrorsVariable 'SimTime' must be private and have accessor methods.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
ErrorsExpected an @return tag.66
ErrorsLine contains a tab character.66
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.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.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
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.74
ErrorsParameter SimTime should be final.74
Errors'SimTime' hides a field.74
ErrorsExpected @param tag for 'SimTime'.74
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsExpected an @return tag.83
Errors';' is preceded with whitespace.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.86
ErrorsMissing a Javadoc comment.87
ErrorsLine contains a tab character.87
ErrorsLine has trailing spaces.88
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsMissing a Javadoc comment.89
ErrorsLine contains a tab character.90
ErrorsMissing a Javadoc comment.90
ErrorsLine contains a tab character.91
ErrorsMissing a Javadoc comment.91
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsMissing a Javadoc comment.93
Errors'(' should be on the previous line.94
ErrorsParameter source should be final.94
ErrorsParameter eventTime should be final.94
ErrorsParameter teamId should be final.94
Errors'teamId' hides a field.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 has trailing spaces.99
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
ErrorsExpected an @return tag.103
ErrorsLine contains a tab character.103
ErrorsMethod 'getSimTime' 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
ErrorsLine contains a tab character.108
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.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
ErrorsMethod 'getId' 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.116
ErrorsLine has trailing spaces.117
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsMethod 'getLocalEvent' is not designed for extension - needs to be abstract, final or empty.118
ErrorsLine contains a tab character.119
ErrorsLine is longer than 80 characters.120
ErrorsLine contains a tab character.120
Errors'(' should be on the previous line.121
Errors'cast' is not followed by whitespace.121
ErrorsLine contains a tab character.122
ErrorsLine has trailing spaces.123
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsMethod 'getSharedEvent' is not designed for extension - needs to be abstract, final or empty.124
ErrorsLine contains a tab character.125
ErrorsLine is longer than 80 characters.126
ErrorsLine contains a tab character.126
Errors'(' should be on the previous line.127
Errors'cast' is not followed by whitespace.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 'getStaticEvent' is not designed for extension - needs to be abstract, final or empty.130
ErrorsLine contains a tab character.131
ErrorsLine is longer than 80 characters.132
ErrorsLine contains a tab character.132
Errors'(' should be on the previous line.133
Errors'cast' is not followed by whitespace.133
ErrorsLine contains a tab character.134
ErrorsLine has trailing spaces.135
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine has trailing spaces.137
ErrorsLine has trailing spaces.138
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.139
ErrorsMissing a Javadoc comment.139
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 is longer than 80 characters.143
ErrorsLine contains a tab character.143
ErrorsLine has trailing spaces.144
ErrorsLine contains a tab character.144
Errors'+' should be on a new line.144
ErrorsLine has trailing spaces.145
ErrorsLine contains a tab character.145
ErrorsLine has trailing spaces.146
ErrorsLine contains a tab character.146
ErrorsLine has trailing spaces.148
ErrorsLine contains a tab character.148
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.150
ErrorsMissing a Javadoc comment.150
ErrorsLine contains a tab character.151
Errors'+' should be on a new line.151
ErrorsLine has trailing spaces.152
ErrorsLine contains a tab character.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
Errors'+' should be on a new line.154
ErrorsLine has trailing spaces.155
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.158
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsMethod 'toJsonLiteral' is not designed for extension - needs to be abstract, final or empty.159
ErrorsMissing a Javadoc comment.159
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 has trailing spaces.164
ErrorsLine contains a tab character.164
ErrorsLine has trailing spaces.167
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.170
ErrorsLine contains a tab character.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 is longer than 80 characters.173
ErrorsLine contains a tab character.173
ErrorsLine has trailing spaces.174
ErrorsLine contains a tab character.174
ErrorsLine has trailing spaces.175
ErrorsLine is longer than 80 characters.175
ErrorsLine contains a tab character.175
ErrorsLine has trailing spaces.176
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine has trailing spaces.178
ErrorsLine contains a tab character.178
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.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 is longer than 80 characters.33
ErrorsLine contains a tab character.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
Errors'{' should be on the previous line.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 has trailing spaces.40
ErrorsLine has trailing spaces.41
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 contains a tab character.46
ErrorsLine contains a tab character.47
Errors'{' should be on the previous line.47
ErrorsLine contains a tab character.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
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 contains a tab character.52
ErrorsLine is longer than 80 characters.53
ErrorsLine contains a tab character.53
ErrorsMissing a Javadoc comment.53
ErrorsName 'AliveMessageId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.53
ErrorsLine has trailing spaces.54
ErrorsLine contains a tab character.54
ErrorsLine has trailing spaces.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
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.56
ErrorsMissing a Javadoc comment.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.60
ErrorsLine contains a tab character.61
ErrorsMissing a Javadoc comment.61
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.61
ErrorsVariable 'SimTime' must be private and have accessor methods.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
ErrorsExpected an @return tag.66
ErrorsLine contains a tab character.66
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.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.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
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.74
ErrorsParameter SimTime should be final.74
Errors'SimTime' hides a field.74
ErrorsExpected @param tag for 'SimTime'.74
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsExpected an @return tag.83
Errors';' is preceded with whitespace.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.86
ErrorsMissing a Javadoc comment.87
ErrorsLine contains a tab character.87
ErrorsLine has trailing spaces.88
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsMissing a Javadoc comment.89
ErrorsLine contains a tab character.90
ErrorsMissing a Javadoc comment.90
ErrorsLine contains a tab character.91
ErrorsMissing a Javadoc comment.91
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsMissing a Javadoc comment.93
Errors'(' should be on the previous line.94
ErrorsParameter source should be final.94
ErrorsParameter eventTime should be final.94
ErrorsParameter teamId should be final.94
Errors'teamId' hides a field.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 has trailing spaces.99
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
ErrorsExpected an @return tag.103
ErrorsLine contains a tab character.103
ErrorsMethod 'getSimTime' 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
ErrorsLine contains a tab character.108
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.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
ErrorsMethod 'getId' 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.116
ErrorsLine has trailing spaces.117
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsMethod 'getLocalEvent' is not designed for extension - needs to be abstract, final or empty.118
ErrorsLine contains a tab character.119
ErrorsLine is longer than 80 characters.120
ErrorsLine contains a tab character.120
Errors'(' should be on the previous line.121
Errors'cast' is not followed by whitespace.121
ErrorsLine contains a tab character.122
ErrorsLine has trailing spaces.123
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsMethod 'getSharedEvent' is not designed for extension - needs to be abstract, final or empty.124
ErrorsLine contains a tab character.125
ErrorsLine is longer than 80 characters.126
ErrorsLine contains a tab character.126
Errors'(' should be on the previous line.127
Errors'cast' is not followed by whitespace.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 'getStaticEvent' is not designed for extension - needs to be abstract, final or empty.130
ErrorsLine contains a tab character.131
ErrorsLine is longer than 80 characters.132
ErrorsLine contains a tab character.132
Errors'(' should be on the previous line.133
Errors'cast' is not followed by whitespace.133
ErrorsLine contains a tab character.134
ErrorsLine has trailing spaces.135
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine has trailing spaces.137
ErrorsLine has trailing spaces.138
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.139
ErrorsMissing a Javadoc comment.139
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 is longer than 80 characters.143
ErrorsLine contains a tab character.143
ErrorsLine has trailing spaces.144
ErrorsLine contains a tab character.144
Errors'+' should be on a new line.144
ErrorsLine has trailing spaces.145
ErrorsLine contains a tab character.145
ErrorsLine has trailing spaces.146
ErrorsLine contains a tab character.146
ErrorsLine has trailing spaces.148
ErrorsLine contains a tab character.148
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.150
ErrorsMissing a Javadoc comment.150
ErrorsLine contains a tab character.151
Errors'+' should be on a new line.151
ErrorsLine has trailing spaces.152
ErrorsLine contains a tab character.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
Errors'+' should be on a new line.154
ErrorsLine has trailing spaces.155
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.158
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsMethod 'toJsonLiteral' is not designed for extension - needs to be abstract, final or empty.159
ErrorsMissing a Javadoc comment.159
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 has trailing spaces.164
ErrorsLine contains a tab character.164
ErrorsLine has trailing spaces.167
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.170
ErrorsLine contains a tab character.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 is longer than 80 characters.173
ErrorsLine contains a tab character.173
ErrorsLine has trailing spaces.174
ErrorsLine contains a tab character.174
ErrorsLine has trailing spaces.175
ErrorsLine is longer than 80 characters.175
ErrorsLine contains a tab character.175
ErrorsLine has trailing spaces.176
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine has trailing spaces.178
ErrorsLine contains a tab character.178

cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/AliveMessageCompositeImpl.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.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 has trailing spaces.23
ErrorsLine has trailing spaces.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 has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
Errors'{' should be on the previous line.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
Errors'{' should be on the previous line.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 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 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 partLocal should be final.53
Errors'partLocal' hides a field.53
ErrorsLine contains a tab character.54
ErrorsParameter partShared should be final.54
Errors'partShared' hides a field.54
ErrorsLine contains a tab character.55
ErrorsParameter partStatic should be final.55
Errors'partStatic' hides a field.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 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 has trailing spaces.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
ErrorsParameter original should be final.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 has trailing spaces.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.74
ErrorsMissing a Javadoc comment.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.78
ErrorsLine contains a tab character.79
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.79
ErrorsLine contains a tab character.80
ErrorsParameter SimTime should be final.80
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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 has trailing spaces.84
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsMissing a Javadoc comment.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsVariable 'partStatic' must be private and have accessor methods.87
ErrorsLine has trailing spaces.88
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsMethod 'getStatic' 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 has trailing spaces.93
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsMissing a Javadoc comment.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsVariable 'partLocal' 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
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.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
ErrorsMissing a Javadoc comment.103
ErrorsLine contains a tab character.104
ErrorsVariable 'partShared' must be private and have accessor methods.104
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.106
ErrorsLine contains a tab character.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 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
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine has trailing spaces.116
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.121
Errors'{' should be on the previous line.121
ErrorsLine has trailing spaces.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
Errors';' is preceded with whitespace.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 has trailing spaces.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.130
ErrorsMissing a Javadoc comment.130
ErrorsLine contains a tab character.132
Errors'+' should be on a new line.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
Errors'+' should be on a new line.134
ErrorsLine has trailing spaces.135
ErrorsLine contains a tab character.135
ErrorsLine has trailing spaces.136
ErrorsLine contains a tab character.136
ErrorsLine has trailing spaces.138
ErrorsLine contains a tab character.138
ErrorsLine has trailing spaces.139
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.140
ErrorsMissing a Javadoc comment.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 is longer than 80 characters.143
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 has trailing spaces.145
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine has trailing spaces.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 has trailing spaces.150
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 contains a tab character.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.155
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.158
ErrorsLine contains a tab character.158
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.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 has trailing spaces.23
ErrorsLine has trailing spaces.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 has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
Errors'{' should be on the previous line.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
Errors'{' should be on the previous line.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 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 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 partLocal should be final.53
Errors'partLocal' hides a field.53
ErrorsLine contains a tab character.54
ErrorsParameter partShared should be final.54
Errors'partShared' hides a field.54
ErrorsLine contains a tab character.55
ErrorsParameter partStatic should be final.55
Errors'partStatic' hides a field.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 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 has trailing spaces.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
ErrorsParameter original should be final.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 has trailing spaces.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.74
ErrorsMissing a Javadoc comment.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.78
ErrorsLine contains a tab character.79
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.79
ErrorsLine contains a tab character.80
ErrorsParameter SimTime should be final.80
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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 has trailing spaces.84
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsMissing a Javadoc comment.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsVariable 'partStatic' must be private and have accessor methods.87
ErrorsLine has trailing spaces.88
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsMethod 'getStatic' 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 has trailing spaces.93
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsMissing a Javadoc comment.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsVariable 'partLocal' 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
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.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
ErrorsMissing a Javadoc comment.103
ErrorsLine contains a tab character.104
ErrorsVariable 'partShared' must be private and have accessor methods.104
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.106
ErrorsLine contains a tab character.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 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
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine has trailing spaces.116
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.121
Errors'{' should be on the previous line.121
ErrorsLine has trailing spaces.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
Errors';' is preceded with whitespace.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 has trailing spaces.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.130
ErrorsMissing a Javadoc comment.130
ErrorsLine contains a tab character.132
Errors'+' should be on a new line.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
Errors'+' should be on a new line.134
ErrorsLine has trailing spaces.135
ErrorsLine contains a tab character.135
ErrorsLine has trailing spaces.136
ErrorsLine contains a tab character.136
ErrorsLine has trailing spaces.138
ErrorsLine contains a tab character.138
ErrorsLine has trailing spaces.139
ErrorsLine contains a tab character.139
ErrorsLine contains a tab character.140
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.140
ErrorsMissing a Javadoc comment.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 is longer than 80 characters.143
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 has trailing spaces.145
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
ErrorsLine has trailing spaces.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 has trailing spaces.150
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 contains a tab character.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.155
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.158
ErrorsLine contains a tab character.158

cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/AliveMessageLocal.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.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
Errors'{' should be on the previous line.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
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
ErrorsLine contains a tab character.42
Errors'{' should be on the previous line.42
ErrorsLine contains a tab character.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.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
ErrorsName 'AliveMessageId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.51
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
ErrorsLine is longer than 80 characters.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 has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsMissing a Javadoc comment.56
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.56
ErrorsVariable 'SimTime' must be private and have accessor methods.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
ErrorsExpected an @return tag.61
ErrorsLine contains a tab character.61
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.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
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.69
ErrorsParameter SimTime should be final.69
Errors'SimTime' hides a field.69
ErrorsExpected @param tag for 'SimTime'.69
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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.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 has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsMethod 'getCompositeClass' is not designed for extension - needs to be abstract, final or empty.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 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.83
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.84
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
ErrorsExpected an @return tag.90
Errors';' is preceded with whitespace.91
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.93
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.96
ErrorsMissing a Javadoc comment.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.99
ErrorsMissing a Javadoc comment.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
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.102
ErrorsMissing a Javadoc comment.102
ErrorsLine is longer than 80 characters.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 has trailing spaces.106
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.108
ErrorsMissing a Javadoc comment.108
ErrorsLine contains a tab character.110
Errors'+' should be on a new line.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
Errors'+' should be on a new line.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114
ErrorsLine has trailing spaces.115
ErrorsLine contains a tab character.115
ErrorsLine has trailing spaces.117
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.119
ErrorsMissing a Javadoc comment.119
ErrorsLine contains a tab character.120
Errors'+' should be on a new line.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
Errors'+' should be on a new line.123
ErrorsLine has trailing spaces.124
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.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 has trailing spaces.130
ErrorsLine contains a tab character.130
ErrorsLine is longer than 80 characters.131
ErrorsLine contains a tab character.131
ErrorsLine has trailing spaces.132
ErrorsLine contains a tab character.132
ErrorsLine is longer than 80 characters.133
ErrorsLine contains a tab character.133
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.134
ErrorsLine has trailing spaces.135
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 contains a tab character.137
ErrorsLine has trailing spaces.138
ErrorsLine contains a tab character.138
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.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
Errors'{' should be on the previous line.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
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
ErrorsLine contains a tab character.42
Errors'{' should be on the previous line.42
ErrorsLine contains a tab character.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.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
ErrorsName 'AliveMessageId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.51
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
ErrorsLine is longer than 80 characters.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 has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsMissing a Javadoc comment.56
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.56
ErrorsVariable 'SimTime' must be private and have accessor methods.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
ErrorsExpected an @return tag.61
ErrorsLine contains a tab character.61
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.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
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.69
ErrorsParameter SimTime should be final.69
Errors'SimTime' hides a field.69
ErrorsExpected @param tag for 'SimTime'.69
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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.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 has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsMethod 'getCompositeClass' is not designed for extension - needs to be abstract, final or empty.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 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.83
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.84
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
ErrorsExpected an @return tag.90
Errors';' is preceded with whitespace.91
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.93
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.96
ErrorsMissing a Javadoc comment.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.99
ErrorsMissing a Javadoc comment.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
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.102
ErrorsMissing a Javadoc comment.102
ErrorsLine is longer than 80 characters.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 has trailing spaces.106
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.108
ErrorsMissing a Javadoc comment.108
ErrorsLine contains a tab character.110
Errors'+' should be on a new line.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
Errors'+' should be on a new line.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114
ErrorsLine has trailing spaces.115
ErrorsLine contains a tab character.115
ErrorsLine has trailing spaces.117
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.119
ErrorsMissing a Javadoc comment.119
ErrorsLine contains a tab character.120
Errors'+' should be on a new line.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
Errors'+' should be on a new line.123
ErrorsLine has trailing spaces.124
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.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 has trailing spaces.130
ErrorsLine contains a tab character.130
ErrorsLine is longer than 80 characters.131
ErrorsLine contains a tab character.131
ErrorsLine has trailing spaces.132
ErrorsLine contains a tab character.132
ErrorsLine is longer than 80 characters.133
ErrorsLine contains a tab character.133
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.134
ErrorsLine has trailing spaces.135
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 contains a tab character.137
ErrorsLine has trailing spaces.138
ErrorsLine contains a tab character.138

cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/AliveMessageLocalImpl.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
Errors'{' should be on the previous line.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
Errors'{' should be on the previous line.41
ErrorsLine contains a tab character.42
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
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
ErrorsParameter original should be final.49
ErrorsExpected @param tag for 'original'.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
Errors';' is preceded with whitespace.52
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.53
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 contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsParameter original should be final.62
ErrorsExpected @param tag for 'original'.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
Errors';' is preceded with whitespace.65
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.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 is longer than 80 characters.75
ErrorsLine contains a tab character.75
ErrorsParameter original should be final.75
ErrorsExpected @param tag for 'original'.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
Errors';' is preceded with whitespace.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 has trailing spaces.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.83
ErrorsLine contains a tab character.83
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.83
ErrorsMissing a Javadoc comment.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.87
ErrorsLine contains a tab character.88
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.88
ErrorsLine contains a tab character.89
ErrorsParameter SimTime should be final.89
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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
ErrorsMethod 'clone' is not designed for extension - needs to be abstract, final or empty.93
ErrorsLine has trailing spaces.94
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 has trailing spaces.100
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.104
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.108
ErrorsVariable 'Time' must be private and have accessor methods.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.112
ErrorsLine contains a tab character.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114
ErrorsExpected an @return tag.116
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.116
ErrorsLine contains a tab character.117
Errors'{' should be on the previous line.117
ErrorsLine is longer than 80 characters.118
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 has trailing spaces.122
ErrorsLine contains a tab character.122
ErrorsLine has trailing spaces.123
ErrorsLine contains a tab character.123
ErrorsLine has trailing spaces.124
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.125
ErrorsMissing a Javadoc comment.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.128
ErrorsMissing a Javadoc comment.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
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.131
ErrorsMissing a Javadoc comment.131
ErrorsLine is longer than 80 characters.132
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.134
ErrorsMissing a Javadoc comment.135
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.137
Errors'{' should be on the previous line.137
ErrorsLine contains a tab character.138
ErrorsMissing a Javadoc comment.138
ErrorsVariable 'time' must be private and have accessor methods.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
ErrorsMissing a Javadoc comment.140
ErrorsVariable 'data' must be private and have accessor methods.140
ErrorsLine has trailing spaces.141
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsMissing a Javadoc comment.142
Errors'(' should be on the previous line.143
ErrorsParameter moverLocal should be final.143
ErrorsParameter time should be final.143
Errors'time' hides a field.143
ErrorsLine contains a tab character.144
Errors'{' should be on the previous line.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 'update' is not designed for extension - needs to be abstract, final or empty.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
ErrorsParameter object should be final.151
ErrorsLine contains a tab character.152
Errors'{' should be on the previous line.152
ErrorsLine contains a tab character.153
Errors'(' is followed by whitespace.153
ErrorsLine contains a tab character.154
Errors'{' should be on the previous line.154
ErrorsLine is longer than 80 characters.155
ErrorsLine contains a tab character.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
Errors'(' is followed by whitespace.158
Errors')' is preceded with whitespace.158
ErrorsLine contains a tab character.159
Errors'{' should be on the previous line.159
ErrorsLine is longer than 80 characters.160
ErrorsLine contains a tab character.160
Errors'cast' is not followed by whitespace.160
ErrorsLine has trailing spaces.161
ErrorsLine contains a tab character.161
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.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'=' is not preceded with whitespace.168
Errors'=' is not followed by whitespace.168
Errors';' is preceded with whitespace.169
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine has trailing spaces.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 contains a tab character.176
Errors'(' is followed by whitespace.176
Errors')' is preceded with whitespace.176
ErrorsLine contains a tab character.177
Errors'{' should be on the previous line.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 is longer than 80 characters.182
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
Errors'+' is not followed by whitespace.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 contains a tab character.189
ErrorsExpected an @return tag.190
ErrorsLine contains a tab character.190
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.190
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
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.195
ErrorsLine contains a tab character.196
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
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine has trailing spaces.204
ErrorsLine contains a tab character.204
ErrorsLine has trailing spaces.205
ErrorsLine contains a tab character.205
ErrorsLine has trailing spaces.206
ErrorsLine contains a tab character.206
ErrorsLine has trailing spaces.207
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.208
ErrorsMissing a Javadoc comment.208
ErrorsLine contains a tab character.210
Errors'+' should be on a new line.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
Errors'+' should be on a new line.213
ErrorsLine has trailing spaces.214
ErrorsLine contains a tab character.214
ErrorsLine has trailing spaces.215
ErrorsLine contains a tab character.215
ErrorsLine has trailing spaces.217
ErrorsLine contains a tab character.217
ErrorsLine has trailing spaces.218
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.219
ErrorsMissing a Javadoc comment.219
ErrorsLine contains a tab character.220
Errors'+' should be on a new line.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
Errors'+' should be on a new line.223
ErrorsLine has trailing spaces.224
ErrorsLine contains a tab character.224
ErrorsLine has trailing spaces.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 has trailing spaces.228
ErrorsLine contains a tab character.228
ErrorsLine is longer than 80 characters.229
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
ErrorsLine has trailing spaces.232
ErrorsLine contains a tab character.232
ErrorsLine is longer than 80 characters.233
ErrorsLine contains a tab character.233
ErrorsLine has trailing spaces.234
ErrorsLine contains a tab character.234
ErrorsLine has trailing spaces.235
ErrorsLine is longer than 80 characters.235
ErrorsLine contains a tab character.235
ErrorsLine has trailing spaces.236
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine has trailing spaces.238
ErrorsLine contains a tab character.238
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
Errors'{' should be on the previous line.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
Errors'{' should be on the previous line.41
ErrorsLine contains a tab character.42
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
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
ErrorsParameter original should be final.49
ErrorsExpected @param tag for 'original'.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
Errors';' is preceded with whitespace.52
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.53
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 contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsParameter original should be final.62
ErrorsExpected @param tag for 'original'.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
Errors';' is preceded with whitespace.65
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.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 is longer than 80 characters.75
ErrorsLine contains a tab character.75
ErrorsParameter original should be final.75
ErrorsExpected @param tag for 'original'.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
Errors';' is preceded with whitespace.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 has trailing spaces.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.83
ErrorsLine contains a tab character.83
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.83
ErrorsMissing a Javadoc comment.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.87
ErrorsLine contains a tab character.88
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.88
ErrorsLine contains a tab character.89
ErrorsParameter SimTime should be final.89
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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
ErrorsMethod 'clone' is not designed for extension - needs to be abstract, final or empty.93
ErrorsLine has trailing spaces.94
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 has trailing spaces.100
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.104
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.108
ErrorsVariable 'Time' must be private and have accessor methods.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.112
ErrorsLine contains a tab character.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114
ErrorsExpected an @return tag.116
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.116
ErrorsLine contains a tab character.117
Errors'{' should be on the previous line.117
ErrorsLine is longer than 80 characters.118
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 has trailing spaces.122
ErrorsLine contains a tab character.122
ErrorsLine has trailing spaces.123
ErrorsLine contains a tab character.123
ErrorsLine has trailing spaces.124
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.125
ErrorsMissing a Javadoc comment.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.128
ErrorsMissing a Javadoc comment.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
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.131
ErrorsMissing a Javadoc comment.131
ErrorsLine is longer than 80 characters.132
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.134
ErrorsMissing a Javadoc comment.135
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.137
Errors'{' should be on the previous line.137
ErrorsLine contains a tab character.138
ErrorsMissing a Javadoc comment.138
ErrorsVariable 'time' must be private and have accessor methods.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
ErrorsMissing a Javadoc comment.140
ErrorsVariable 'data' must be private and have accessor methods.140
ErrorsLine has trailing spaces.141
ErrorsLine contains a tab character.141
ErrorsLine contains a tab character.142
ErrorsMissing a Javadoc comment.142
Errors'(' should be on the previous line.143
ErrorsParameter moverLocal should be final.143
ErrorsParameter time should be final.143
Errors'time' hides a field.143
ErrorsLine contains a tab character.144
Errors'{' should be on the previous line.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 'update' is not designed for extension - needs to be abstract, final or empty.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
ErrorsParameter object should be final.151
ErrorsLine contains a tab character.152
Errors'{' should be on the previous line.152
ErrorsLine contains a tab character.153
Errors'(' is followed by whitespace.153
ErrorsLine contains a tab character.154
Errors'{' should be on the previous line.154
ErrorsLine is longer than 80 characters.155
ErrorsLine contains a tab character.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
Errors'(' is followed by whitespace.158
Errors')' is preceded with whitespace.158
ErrorsLine contains a tab character.159
Errors'{' should be on the previous line.159
ErrorsLine is longer than 80 characters.160
ErrorsLine contains a tab character.160
Errors'cast' is not followed by whitespace.160
ErrorsLine has trailing spaces.161
ErrorsLine contains a tab character.161
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.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'=' is not preceded with whitespace.168
Errors'=' is not followed by whitespace.168
Errors';' is preceded with whitespace.169
ErrorsLine contains a tab character.169
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine has trailing spaces.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 contains a tab character.176
Errors'(' is followed by whitespace.176
Errors')' is preceded with whitespace.176
ErrorsLine contains a tab character.177
Errors'{' should be on the previous line.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 is longer than 80 characters.182
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
Errors'+' is not followed by whitespace.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 contains a tab character.189
ErrorsExpected an @return tag.190
ErrorsLine contains a tab character.190
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.190
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
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.195
ErrorsLine contains a tab character.196
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
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.203
ErrorsLine has trailing spaces.204
ErrorsLine contains a tab character.204
ErrorsLine has trailing spaces.205
ErrorsLine contains a tab character.205
ErrorsLine has trailing spaces.206
ErrorsLine contains a tab character.206
ErrorsLine has trailing spaces.207
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.208
ErrorsMissing a Javadoc comment.208
ErrorsLine contains a tab character.210
Errors'+' should be on a new line.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
Errors'+' should be on a new line.213
ErrorsLine has trailing spaces.214
ErrorsLine contains a tab character.214
ErrorsLine has trailing spaces.215
ErrorsLine contains a tab character.215
ErrorsLine has trailing spaces.217
ErrorsLine contains a tab character.217
ErrorsLine has trailing spaces.218
ErrorsLine contains a tab character.218
ErrorsLine contains a tab character.219
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.219
ErrorsMissing a Javadoc comment.219
ErrorsLine contains a tab character.220
Errors'+' should be on a new line.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
Errors'+' should be on a new line.223
ErrorsLine has trailing spaces.224
ErrorsLine contains a tab character.224
ErrorsLine has trailing spaces.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 has trailing spaces.228
ErrorsLine contains a tab character.228
ErrorsLine is longer than 80 characters.229
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
ErrorsLine has trailing spaces.232
ErrorsLine contains a tab character.232
ErrorsLine is longer than 80 characters.233
ErrorsLine contains a tab character.233
ErrorsLine has trailing spaces.234
ErrorsLine contains a tab character.234
ErrorsLine has trailing spaces.235
ErrorsLine is longer than 80 characters.235
ErrorsLine contains a tab character.235
ErrorsLine has trailing spaces.236
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine has trailing spaces.238
ErrorsLine contains a tab character.238

cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/AliveMessageMessage.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.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 is longer than 80 characters.33
ErrorsLine contains a tab character.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
Errors'{' should be on the previous line.35
ErrorsLine has trailing spaces.36
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
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
Errors'{' should be on the previous line.43
ErrorsLine contains a tab character.44
ErrorsLine has trailing spaces.45
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 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 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 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 has trailing spaces.62
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.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.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
ErrorsParameter Time should be final.71
Errors'Time' hides a field.71
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.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 contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.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 has trailing spaces.83
ErrorsLine is longer than 80 characters.83
ErrorsLine contains a tab character.83
ErrorsParameter original should be final.83
ErrorsExpected @param tag for 'original'.83
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
Errors';' is preceded with whitespace.86
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.91
ErrorsLine has trailing spaces.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.94
ErrorsLine contains a tab character.94
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.94
ErrorsMissing a Javadoc comment.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
ErrorsMissing a Javadoc comment.99
ErrorsName 'TeamId' must match pattern '^[a-z][a-zA-Z0-9]*$'.99
ErrorsVariable 'TeamId' must be private and have accessor methods.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
ErrorsMethod 'setTeamId' is not designed for extension - needs to be abstract, final or empty.104
ErrorsParameter TeamId should be final.104
Errors'TeamId' hides a field.104
ErrorsExpected @param tag for 'TeamId'.104
ErrorsName 'TeamId' must match pattern '^[a-z][a-zA-Z0-9]*$'.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.108
ErrorsMethod 'getTeamId' is not designed for extension - needs to be abstract, final or empty.108
ErrorsMissing a Javadoc comment.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 has trailing spaces.112
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.114
ErrorsLine contains a tab character.115
ErrorsLine has trailing spaces.116
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.118
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.121
ErrorsVariable 'Time' must be private and have accessor methods.121
ErrorsLine contains a tab character.122
ErrorsLine has trailing spaces.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 is longer than 80 characters.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
ErrorsName 'Time_Set' must match pattern '^[a-z][a-zA-Z0-9]*$'.128
ErrorsVariable 'Time_Set' must be private and have accessor methods.128
ErrorsLine has trailing spaces.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.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.134
ErrorsLine has trailing spaces.135
ErrorsLine contains a tab character.135
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 has trailing spaces.141
ErrorsLine contains a tab character.141
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.142
ErrorsLine is longer than 80 characters.143
ErrorsLine contains a tab character.143
ErrorsMissing a Javadoc comment.143
ErrorsLine has trailing spaces.144
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.145
ErrorsLine has trailing spaces.146
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
Errors'if' construct must use '{}'s.148
ErrorsLine is longer than 80 characters.148
ErrorsLine contains a tab character.148
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.149
ErrorsInner assignments should be avoided.149
ErrorsLine is longer than 80 characters.150
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine has trailing spaces.152
ErrorsLine contains a tab character.152
ErrorsLine is longer than 80 characters.153
ErrorsLine contains a tab character.153
ErrorsMissing a Javadoc comment.153
ErrorsLine has trailing spaces.154
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.155
ErrorsLine has trailing spaces.156
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
Errors'if' construct must use '{}'s.158
ErrorsLine has trailing spaces.158
ErrorsLine is longer than 80 characters.158
ErrorsLine contains a tab character.158
ErrorsLine has trailing spaces.159
ErrorsLine contains a tab character.159
ErrorsInner assignments should be avoided.159
ErrorsLine is longer than 80 characters.160
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine has trailing spaces.162
ErrorsLine contains a tab character.162
ErrorsLine has trailing spaces.163
ErrorsLine is longer than 80 characters.163
ErrorsLine contains a tab character.163
ErrorsMissing a Javadoc comment.163
ErrorsLine has trailing spaces.164
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.165
ErrorsLine has trailing spaces.166
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 has trailing spaces.169
ErrorsLine contains a tab character.169
ErrorsInner assignments should be avoided.169
ErrorsLine is longer than 80 characters.170
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine has trailing spaces.172
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine has trailing spaces.174
ErrorsLine is longer than 80 characters.175
ErrorsLine contains a tab character.175
ErrorsLine has trailing spaces.176
ErrorsLine contains a tab character.176
ErrorsLine has trailing spaces.177
ErrorsLine contains a tab character.177
ErrorsLine has trailing spaces.180
ErrorsLine has trailing spaces.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 has trailing spaces.186
ErrorsLine contains a tab character.186
ErrorsLine has trailing spaces.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
Errors'{' should be on the previous line.191
ErrorsLine has trailing spaces.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.194
ErrorsLine contains a tab character.194
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.194
ErrorsMissing a Javadoc comment.194
ErrorsLine is longer than 80 characters.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 contains a tab character.198
ErrorsMethod 'clone' is not designed for extension - needs to be abstract, final or empty.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 has trailing spaces.203
ErrorsLine contains a tab character.203
ErrorsLine is longer than 80 characters.204
ErrorsLine contains a tab character.204
ErrorsMethod 'getLocal' 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 is longer than 80 characters.207
ErrorsLine contains a tab character.207
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.207
ErrorsMissing a Javadoc comment.207
ErrorsLine is longer than 80 characters.208
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine is longer than 80 characters.210
ErrorsLine contains a tab character.210
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.210
ErrorsMissing a Javadoc comment.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.215
ErrorsLine contains a tab character.216
ErrorsLine has trailing spaces.217
ErrorsLine contains a tab character.217
ErrorsExpected an @return tag.219
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.219
ErrorsLine contains a tab character.220
Errors'{' should be on the previous line.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 has trailing spaces.224
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.225
ErrorsMissing a Javadoc comment.225
ErrorsLine contains a tab character.227
Errors'+' should be on a new line.227
ErrorsLine has trailing spaces.228
ErrorsLine contains a tab character.228
ErrorsLine is longer than 80 characters.229
ErrorsLine contains a tab character.229
ErrorsLine has trailing spaces.230
ErrorsLine contains a tab character.230
Errors'+' should be on a new line.230
ErrorsLine has trailing spaces.231
ErrorsLine contains a tab character.231
ErrorsLine has trailing spaces.232
ErrorsLine contains a tab character.232
ErrorsLine has trailing spaces.234
ErrorsLine contains a tab character.234
ErrorsLine has trailing spaces.235
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.236
ErrorsMissing a Javadoc comment.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 is longer than 80 characters.239
ErrorsLine contains a tab character.239
ErrorsLine has trailing spaces.240
ErrorsLine contains a tab character.240
Errors'+' should be on a new line.240
ErrorsLine has trailing spaces.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.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 has trailing spaces.252
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 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.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 contains a tab character.260
ErrorsLine has trailing spaces.263
ErrorsLine has trailing spaces.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 has trailing spaces.269
ErrorsLine contains a tab character.269
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
Errors'{' should be on the previous line.274
ErrorsLine has trailing spaces.275
ErrorsLine contains a tab character.275
ErrorsLine has trailing spaces.276
ErrorsLine contains a tab character.276
ErrorsLine has trailing spaces.277
ErrorsLine is longer than 80 characters.277
ErrorsLine contains a tab character.277
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.277
ErrorsMissing a Javadoc comment.277
ErrorsLine is longer than 80 characters.278
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.279
ErrorsLine has trailing spaces.280
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
ErrorsMethod 'clone' is not designed for extension - needs to be abstract, final or empty.281
ErrorsLine has trailing spaces.282
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 has trailing spaces.286
ErrorsLine contains a tab character.286
ErrorsLine has trailing spaces.287
ErrorsLine contains a tab character.287
ErrorsLine contains a tab character.288
ErrorsMethod 'isDifferentFrom' is not designed for extension - needs to be abstract, final or empty.288
ErrorsLine contains a tab character.289
ErrorsParameter other should be final.289
ErrorsLine contains a tab character.290
Errors'{' should be on the previous line.290
ErrorsLine contains a tab character.291
ErrorsLine contains a tab character.292
Errors'{' should be on the previous line.292
ErrorsLine contains a tab character.293
ErrorsLine contains a tab character.294
Errors'}' should be on the same line.294
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
Errors'{' should be on the previous line.296
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.298
Errors'}' should be on the same line.298
ErrorsLine contains a tab character.299
ErrorsLine contains a tab character.300
Errors'{' should be on the previous line.300
ErrorsLine is longer than 80 characters.301
ErrorsLine contains a tab character.301
ErrorsLine has trailing spaces.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 has trailing spaces.307
ErrorsLine contains a tab character.307
ErrorsLine has trailing spaces.308
ErrorsLine contains a tab character.308
ErrorsLine contains a tab character.309
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.309
ErrorsMissing a Javadoc comment.309
ErrorsLine contains a tab character.311
Errors'+' should be on a new line.311
ErrorsLine has trailing spaces.312
ErrorsLine contains a tab character.312
ErrorsLine has trailing spaces.313
ErrorsLine contains a tab character.313
ErrorsLine has trailing spaces.315
ErrorsLine contains a tab character.315
ErrorsLine has trailing spaces.316
ErrorsLine contains a tab character.316
ErrorsLine contains a tab character.317
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.317
ErrorsMissing a Javadoc comment.317
ErrorsLine contains a tab character.318
Errors'+' should be on a new line.318
ErrorsLine has trailing spaces.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.322
ErrorsLine contains a tab character.322
ErrorsLine has trailing spaces.323
ErrorsLine contains a tab character.323
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 has trailing spaces.327
ErrorsLine contains a tab character.327
ErrorsLine is longer than 80 characters.328
ErrorsLine contains a tab character.328
ErrorsLine has trailing spaces.329
ErrorsLine contains a tab character.329
ErrorsLine has trailing spaces.330
ErrorsLine is longer than 80 characters.330
ErrorsLine contains a tab character.330
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.334
ErrorsLine has trailing spaces.335
ErrorsLine is longer than 80 characters.336
ErrorsLine contains a tab character.336
ErrorsLine has trailing spaces.337
ErrorsLine contains a tab character.337
ErrorsLine has trailing spaces.338
ErrorsLine contains a tab character.338
ErrorsLine has trailing spaces.341
ErrorsLine has trailing spaces.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 has trailing spaces.347
ErrorsLine contains a tab character.347
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
Errors'{' should be on the previous line.352
ErrorsLine has trailing spaces.353
ErrorsLine contains a tab character.353
ErrorsLine has trailing spaces.354
ErrorsLine contains a tab character.354
ErrorsLine has trailing spaces.355
ErrorsLine contains a tab character.355
ErrorsLine contains a tab character.356
ErrorsMissing a Javadoc comment.356
ErrorsLine contains a tab character.357
Errors'{' should be on the previous line.357
ErrorsLine has trailing spaces.358
ErrorsLine contains a tab character.358
ErrorsLine has trailing spaces.359
ErrorsLine contains a tab character.359
ErrorsLine has trailing spaces.360
ErrorsLine has trailing spaces.361
ErrorsLine contains a tab character.361
ErrorsLine has trailing spaces.362
ErrorsLine is longer than 80 characters.362
ErrorsLine contains a tab character.362
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.362
ErrorsMissing a Javadoc comment.362
ErrorsLine is longer than 80 characters.363
ErrorsLine contains a tab character.363
ErrorsLine contains a tab character.364
ErrorsLine has trailing spaces.365
ErrorsLine contains a tab character.365
ErrorsLine contains a tab character.366
ErrorsMethod 'clone' is not designed for extension - needs to be abstract, final or empty.366
ErrorsLine has trailing spaces.367
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 has trailing spaces.372
ErrorsLine contains a tab character.372
ErrorsLine has trailing spaces.373
ErrorsLine contains a tab character.373
ErrorsLine has trailing spaces.374
ErrorsLine contains a tab character.374
ErrorsLine is longer than 80 characters.375
ErrorsLine contains a tab character.375
ErrorsMissing a Javadoc comment.375
ErrorsVariable 'propertyMap' must be private and have accessor methods.375
ErrorsLine contains a tab character.376
ErrorsLine contains a tab character.377
ErrorsLine has trailing spaces.378
ErrorsLine contains a tab character.378
ErrorsLine contains a tab character.379
ErrorsMethod 'getProperty' is not designed for extension - needs to be abstract, final or empty.379
ErrorsLine contains a tab character.380
ErrorsParameter id should be final.380
ErrorsLine contains a tab character.381
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.384
ErrorsMethod 'getProperties' is not designed for extension - needs to be abstract, final or empty.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 has trailing spaces.389
ErrorsLine contains a tab character.389
ErrorsLine has trailing spaces.390
ErrorsLine contains a tab character.390
ErrorsLine has trailing spaces.391
ErrorsLine contains a tab character.391
ErrorsLine contains a tab character.392
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.392
ErrorsMissing a Javadoc comment.392
ErrorsLine contains a tab character.394
Errors'+' should be on a new line.394
ErrorsLine has trailing spaces.395
ErrorsLine contains a tab character.395
ErrorsLine has trailing spaces.396
ErrorsLine contains a tab character.396
ErrorsLine has trailing spaces.398
ErrorsLine contains a tab character.398
ErrorsLine has trailing spaces.399
ErrorsLine contains a tab character.399
ErrorsLine contains a tab character.400
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.400
ErrorsMissing a Javadoc comment.400
ErrorsLine contains a tab character.401
Errors'+' should be on a new line.401
ErrorsLine has trailing spaces.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 has trailing spaces.405
ErrorsLine contains a tab character.405
ErrorsLine has trailing spaces.406
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.409
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
ErrorsLine has trailing spaces.412
ErrorsLine contains a tab character.412
ErrorsLine has trailing spaces.413
ErrorsLine is longer than 80 characters.413
ErrorsLine contains a tab character.413
ErrorsLine has trailing spaces.414
ErrorsLine contains a tab character.414
ErrorsLine contains a tab character.415
ErrorsLine has trailing spaces.416
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 has trailing spaces.419
ErrorsLine contains a tab character.419
ErrorsLine contains a tab character.420
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.420
ErrorsLine is longer than 80 characters.421
ErrorsLine contains a tab character.421
ErrorsParameter object should be final.421
ErrorsLine contains a tab character.422
ErrorsLine contains a tab character.423
Errors'{' should be on the previous line.423
ErrorsLine is longer than 80 characters.424
ErrorsLine contains a tab character.424
ErrorsLine contains a tab character.425
ErrorsLine contains a tab character.426
Errors'(' is followed by whitespace.426
Errors')' is preceded with whitespace.426
ErrorsLine has trailing spaces.427
ErrorsLine is longer than 80 characters.427
ErrorsLine contains a tab character.427
ErrorsLine contains a tab character.428
ErrorsLine is longer than 80 characters.429
ErrorsLine contains a tab character.429
Errors'cast' is not followed by whitespace.429
ErrorsLine has trailing spaces.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 contains a tab character.433
ErrorsLine has trailing spaces.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
Errors'=' is not preceded with whitespace.437
Errors'=' is not followed by whitespace.437
Errors';' is preceded with whitespace.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 has trailing spaces.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 has trailing spaces.445
ErrorsLine contains a tab character.445
ErrorsLine contains a tab character.446
ErrorsLine contains a tab character.447
ErrorsLine has trailing spaces.448
ErrorsLine contains a tab character.448
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 is longer than 80 characters.452
ErrorsLine contains a tab character.452
ErrorsLine contains a tab character.453
ErrorsLine contains a tab character.454
ErrorsLine has trailing spaces.455
ErrorsLine contains a tab character.455
ErrorsLine contains a tab character.456
ErrorsMethod 'getLocalEvent' is not designed for extension - needs to be abstract, final or empty.456
ErrorsLine contains a tab character.457
ErrorsLine contains a tab character.458
Errors'(' should be on the previous line.459
ErrorsLine contains a tab character.460
ErrorsLine contains a tab character.462
ErrorsMethod 'getSharedEvent' is not designed for extension - needs to be abstract, final or empty.462
ErrorsLine contains a tab character.463
ErrorsLine is longer than 80 characters.464
ErrorsLine contains a tab character.464
Errors'(' should be on the previous line.465
ErrorsLine contains a tab character.466
ErrorsLine contains a tab character.468
ErrorsMethod 'getStaticEvent' is not designed for extension - needs to be abstract, final or empty.468
ErrorsLine contains a tab character.469
ErrorsLine is longer than 80 characters.470
ErrorsLine contains a tab character.470
Errors'(' should be on the previous line.471
ErrorsLine contains a tab character.472
ErrorsLine has trailing spaces.473
ErrorsLine contains a tab character.473
ErrorsLine has trailing spaces.474
ErrorsLine contains a tab character.474
ErrorsLine contains a tab character.475
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.475
ErrorsMissing a Javadoc comment.475
ErrorsLine contains a tab character.477
Errors'+' should be on a new line.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
Errors'+' should be on a new line.480
ErrorsLine has trailing spaces.481
ErrorsLine contains a tab character.481
ErrorsLine has trailing spaces.482
ErrorsLine contains a tab character.482
ErrorsLine has trailing spaces.484
ErrorsLine contains a tab character.484
ErrorsLine has trailing spaces.485
ErrorsLine contains a tab character.485
ErrorsLine contains a tab character.486
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.486
ErrorsMissing a Javadoc comment.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 is longer than 80 characters.489
ErrorsLine contains a tab character.489
ErrorsLine has trailing spaces.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 has trailing spaces.492
ErrorsLine contains a tab character.492
ErrorsLine contains a tab character.493
ErrorsLine has trailing spaces.494
ErrorsLine contains a tab character.494
ErrorsLine has trailing spaces.495
ErrorsLine contains a tab character.495
ErrorsLine is longer than 80 characters.496
ErrorsLine contains a tab character.496
ErrorsLine has trailing spaces.497
ErrorsLine contains a tab character.497
ErrorsLine is longer than 80 characters.498
ErrorsLine contains a tab character.498
ErrorsLine has trailing spaces.499
ErrorsLine contains a tab character.499
ErrorsLine is longer than 80 characters.500
ErrorsLine contains a tab character.500
ErrorsLine has trailing spaces.501
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 has trailing spaces.503
ErrorsLine contains a tab character.503
ErrorsLine contains a tab character.504
ErrorsLine has trailing spaces.505
ErrorsLine contains a tab character.505
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.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 is longer than 80 characters.33
ErrorsLine contains a tab character.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
Errors'{' should be on the previous line.35
ErrorsLine has trailing spaces.36
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
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
Errors'{' should be on the previous line.43
ErrorsLine contains a tab character.44
ErrorsLine has trailing spaces.45
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 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 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 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 has trailing spaces.62
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.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.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
ErrorsParameter Time should be final.71
Errors'Time' hides a field.71
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.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 contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.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 has trailing spaces.83
ErrorsLine is longer than 80 characters.83
ErrorsLine contains a tab character.83
ErrorsParameter original should be final.83
ErrorsExpected @param tag for 'original'.83
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
Errors';' is preceded with whitespace.86
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.91
ErrorsLine has trailing spaces.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.94
ErrorsLine contains a tab character.94
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.94
ErrorsMissing a Javadoc comment.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
ErrorsMissing a Javadoc comment.99
ErrorsName 'TeamId' must match pattern '^[a-z][a-zA-Z0-9]*$'.99
ErrorsVariable 'TeamId' must be private and have accessor methods.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
ErrorsMethod 'setTeamId' is not designed for extension - needs to be abstract, final or empty.104
ErrorsParameter TeamId should be final.104
Errors'TeamId' hides a field.104
ErrorsExpected @param tag for 'TeamId'.104
ErrorsName 'TeamId' must match pattern '^[a-z][a-zA-Z0-9]*$'.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.108
ErrorsMethod 'getTeamId' is not designed for extension - needs to be abstract, final or empty.108
ErrorsMissing a Javadoc comment.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 has trailing spaces.112
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.114
ErrorsLine contains a tab character.115
ErrorsLine has trailing spaces.116
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.118
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.121
ErrorsVariable 'Time' must be private and have accessor methods.121
ErrorsLine contains a tab character.122
ErrorsLine has trailing spaces.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 is longer than 80 characters.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
ErrorsName 'Time_Set' must match pattern '^[a-z][a-zA-Z0-9]*$'.128
ErrorsVariable 'Time_Set' must be private and have accessor methods.128
ErrorsLine has trailing spaces.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.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.134
ErrorsLine has trailing spaces.135
ErrorsLine contains a tab character.135
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 has trailing spaces.141
ErrorsLine contains a tab character.141
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.142
ErrorsLine is longer than 80 characters.143
ErrorsLine contains a tab character.143
ErrorsMissing a Javadoc comment.143
ErrorsLine has trailing spaces.144
ErrorsLine contains a tab character.144
ErrorsLine contains a tab character.145
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.145
ErrorsLine has trailing spaces.146
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
Errors'if' construct must use '{}'s.148
ErrorsLine is longer than 80 characters.148
ErrorsLine contains a tab character.148
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.149
ErrorsInner assignments should be avoided.149
ErrorsLine is longer than 80 characters.150
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
ErrorsLine has trailing spaces.152
ErrorsLine contains a tab character.152
ErrorsLine is longer than 80 characters.153
ErrorsLine contains a tab character.153
ErrorsMissing a Javadoc comment.153
ErrorsLine has trailing spaces.154
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.155
ErrorsLine has trailing spaces.156
ErrorsLine contains a tab character.156
ErrorsLine contains a tab character.157
Errors'if' construct must use '{}'s.158
ErrorsLine has trailing spaces.158
ErrorsLine is longer than 80 characters.158
ErrorsLine contains a tab character.158
ErrorsLine has trailing spaces.159
ErrorsLine contains a tab character.159
ErrorsInner assignments should be avoided.159
ErrorsLine is longer than 80 characters.160
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine has trailing spaces.162
ErrorsLine contains a tab character.162
ErrorsLine has trailing spaces.163
ErrorsLine is longer than 80 characters.163
ErrorsLine contains a tab character.163
ErrorsMissing a Javadoc comment.163
ErrorsLine has trailing spaces.164
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.165
ErrorsLine has trailing spaces.166
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 has trailing spaces.169
ErrorsLine contains a tab character.169
ErrorsInner assignments should be avoided.169
ErrorsLine is longer than 80 characters.170
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsLine has trailing spaces.172
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine has trailing spaces.174
ErrorsLine is longer than 80 characters.175
ErrorsLine contains a tab character.175
ErrorsLine has trailing spaces.176
ErrorsLine contains a tab character.176
ErrorsLine has trailing spaces.177
ErrorsLine contains a tab character.177
ErrorsLine has trailing spaces.180
ErrorsLine has trailing spaces.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 has trailing spaces.186
ErrorsLine contains a tab character.186
ErrorsLine has trailing spaces.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
Errors'{' should be on the previous line.191
ErrorsLine has trailing spaces.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.194
ErrorsLine contains a tab character.194
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.194
ErrorsMissing a Javadoc comment.194
ErrorsLine is longer than 80 characters.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 contains a tab character.198
ErrorsMethod 'clone' is not designed for extension - needs to be abstract, final or empty.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 has trailing spaces.203
ErrorsLine contains a tab character.203
ErrorsLine is longer than 80 characters.204
ErrorsLine contains a tab character.204
ErrorsMethod 'getLocal' 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 is longer than 80 characters.207
ErrorsLine contains a tab character.207
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.207
ErrorsMissing a Javadoc comment.207
ErrorsLine is longer than 80 characters.208
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.209
ErrorsLine is longer than 80 characters.210
ErrorsLine contains a tab character.210
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.210
ErrorsMissing a Javadoc comment.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.215
ErrorsLine contains a tab character.216
ErrorsLine has trailing spaces.217
ErrorsLine contains a tab character.217
ErrorsExpected an @return tag.219
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.219
ErrorsLine contains a tab character.220
Errors'{' should be on the previous line.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 has trailing spaces.224
ErrorsLine contains a tab character.224
ErrorsLine contains a tab character.225
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.225
ErrorsMissing a Javadoc comment.225
ErrorsLine contains a tab character.227
Errors'+' should be on a new line.227
ErrorsLine has trailing spaces.228
ErrorsLine contains a tab character.228
ErrorsLine is longer than 80 characters.229
ErrorsLine contains a tab character.229
ErrorsLine has trailing spaces.230
ErrorsLine contains a tab character.230
Errors'+' should be on a new line.230
ErrorsLine has trailing spaces.231
ErrorsLine contains a tab character.231
ErrorsLine has trailing spaces.232
ErrorsLine contains a tab character.232
ErrorsLine has trailing spaces.234
ErrorsLine contains a tab character.234
ErrorsLine has trailing spaces.235
ErrorsLine contains a tab character.235
ErrorsLine contains a tab character.236
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.236
ErrorsMissing a Javadoc comment.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 is longer than 80 characters.239
ErrorsLine contains a tab character.239
ErrorsLine has trailing spaces.240
ErrorsLine contains a tab character.240
Errors'+' should be on a new line.240
ErrorsLine has trailing spaces.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.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 has trailing spaces.252
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 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.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 contains a tab character.260
ErrorsLine has trailing spaces.263
ErrorsLine has trailing spaces.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 has trailing spaces.269
ErrorsLine contains a tab character.269
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
Errors'{' should be on the previous line.274
ErrorsLine has trailing spaces.275
ErrorsLine contains a tab character.275
ErrorsLine has trailing spaces.276
ErrorsLine contains a tab character.276
ErrorsLine has trailing spaces.277
ErrorsLine is longer than 80 characters.277
ErrorsLine contains a tab character.277
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.277
ErrorsMissing a Javadoc comment.277
ErrorsLine is longer than 80 characters.278
ErrorsLine contains a tab character.278
ErrorsLine contains a tab character.279
ErrorsLine has trailing spaces.280
ErrorsLine contains a tab character.280
ErrorsLine contains a tab character.281
ErrorsMethod 'clone' is not designed for extension - needs to be abstract, final or empty.281
ErrorsLine has trailing spaces.282
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 has trailing spaces.286
ErrorsLine contains a tab character.286
ErrorsLine has trailing spaces.287
ErrorsLine contains a tab character.287
ErrorsLine contains a tab character.288
ErrorsMethod 'isDifferentFrom' is not designed for extension - needs to be abstract, final or empty.288
ErrorsLine contains a tab character.289
ErrorsParameter other should be final.289
ErrorsLine contains a tab character.290
Errors'{' should be on the previous line.290
ErrorsLine contains a tab character.291
ErrorsLine contains a tab character.292
Errors'{' should be on the previous line.292
ErrorsLine contains a tab character.293
ErrorsLine contains a tab character.294
Errors'}' should be on the same line.294
ErrorsLine contains a tab character.295
ErrorsLine contains a tab character.296
Errors'{' should be on the previous line.296
ErrorsLine contains a tab character.297
ErrorsLine contains a tab character.298
Errors'}' should be on the same line.298
ErrorsLine contains a tab character.299
ErrorsLine contains a tab character.300
Errors'{' should be on the previous line.300
ErrorsLine is longer than 80 characters.301
ErrorsLine contains a tab character.301
ErrorsLine has trailing spaces.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 has trailing spaces.307
ErrorsLine contains a tab character.307
ErrorsLine has trailing spaces.308
ErrorsLine contains a tab character.308
ErrorsLine contains a tab character.309
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.309
ErrorsMissing a Javadoc comment.309
ErrorsLine contains a tab character.311
Errors'+' should be on a new line.311
ErrorsLine has trailing spaces.312
ErrorsLine contains a tab character.312
ErrorsLine has trailing spaces.313
ErrorsLine contains a tab character.313
ErrorsLine has trailing spaces.315
ErrorsLine contains a tab character.315
ErrorsLine has trailing spaces.316
ErrorsLine contains a tab character.316
ErrorsLine contains a tab character.317
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.317
ErrorsMissing a Javadoc comment.317
ErrorsLine contains a tab character.318
Errors'+' should be on a new line.318
ErrorsLine has trailing spaces.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.322
ErrorsLine contains a tab character.322
ErrorsLine has trailing spaces.323
ErrorsLine contains a tab character.323
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 has trailing spaces.327
ErrorsLine contains a tab character.327
ErrorsLine is longer than 80 characters.328
ErrorsLine contains a tab character.328
ErrorsLine has trailing spaces.329
ErrorsLine contains a tab character.329
ErrorsLine has trailing spaces.330
ErrorsLine is longer than 80 characters.330
ErrorsLine contains a tab character.330
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.334
ErrorsLine has trailing spaces.335
ErrorsLine is longer than 80 characters.336
ErrorsLine contains a tab character.336
ErrorsLine has trailing spaces.337
ErrorsLine contains a tab character.337
ErrorsLine has trailing spaces.338
ErrorsLine contains a tab character.338
ErrorsLine has trailing spaces.341
ErrorsLine has trailing spaces.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 has trailing spaces.347
ErrorsLine contains a tab character.347
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
Errors'{' should be on the previous line.352
ErrorsLine has trailing spaces.353
ErrorsLine contains a tab character.353
ErrorsLine has trailing spaces.354
ErrorsLine contains a tab character.354
ErrorsLine has trailing spaces.355
ErrorsLine contains a tab character.355
ErrorsLine contains a tab character.356
ErrorsMissing a Javadoc comment.356
ErrorsLine contains a tab character.357
Errors'{' should be on the previous line.357
ErrorsLine has trailing spaces.358
ErrorsLine contains a tab character.358
ErrorsLine has trailing spaces.359
ErrorsLine contains a tab character.359
ErrorsLine has trailing spaces.360
ErrorsLine has trailing spaces.361
ErrorsLine contains a tab character.361
ErrorsLine has trailing spaces.362
ErrorsLine is longer than 80 characters.362
ErrorsLine contains a tab character.362
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.362
ErrorsMissing a Javadoc comment.362
ErrorsLine is longer than 80 characters.363
ErrorsLine contains a tab character.363
ErrorsLine contains a tab character.364
ErrorsLine has trailing spaces.365
ErrorsLine contains a tab character.365
ErrorsLine contains a tab character.366
ErrorsMethod 'clone' is not designed for extension - needs to be abstract, final or empty.366
ErrorsLine has trailing spaces.367
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 has trailing spaces.372
ErrorsLine contains a tab character.372
ErrorsLine has trailing spaces.373
ErrorsLine contains a tab character.373
ErrorsLine has trailing spaces.374
ErrorsLine contains a tab character.374
ErrorsLine is longer than 80 characters.375
ErrorsLine contains a tab character.375
ErrorsMissing a Javadoc comment.375
ErrorsVariable 'propertyMap' must be private and have accessor methods.375
ErrorsLine contains a tab character.376
ErrorsLine contains a tab character.377
ErrorsLine has trailing spaces.378
ErrorsLine contains a tab character.378
ErrorsLine contains a tab character.379
ErrorsMethod 'getProperty' is not designed for extension - needs to be abstract, final or empty.379
ErrorsLine contains a tab character.380
ErrorsParameter id should be final.380
ErrorsLine contains a tab character.381
ErrorsLine contains a tab character.382
ErrorsLine contains a tab character.384
ErrorsMethod 'getProperties' is not designed for extension - needs to be abstract, final or empty.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 has trailing spaces.389
ErrorsLine contains a tab character.389
ErrorsLine has trailing spaces.390
ErrorsLine contains a tab character.390
ErrorsLine has trailing spaces.391
ErrorsLine contains a tab character.391
ErrorsLine contains a tab character.392
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.392
ErrorsMissing a Javadoc comment.392
ErrorsLine contains a tab character.394
Errors'+' should be on a new line.394
ErrorsLine has trailing spaces.395
ErrorsLine contains a tab character.395
ErrorsLine has trailing spaces.396
ErrorsLine contains a tab character.396
ErrorsLine has trailing spaces.398
ErrorsLine contains a tab character.398
ErrorsLine has trailing spaces.399
ErrorsLine contains a tab character.399
ErrorsLine contains a tab character.400
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.400
ErrorsMissing a Javadoc comment.400
ErrorsLine contains a tab character.401
Errors'+' should be on a new line.401
ErrorsLine has trailing spaces.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 has trailing spaces.405
ErrorsLine contains a tab character.405
ErrorsLine has trailing spaces.406
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.409
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
ErrorsLine has trailing spaces.412
ErrorsLine contains a tab character.412
ErrorsLine has trailing spaces.413
ErrorsLine is longer than 80 characters.413
ErrorsLine contains a tab character.413
ErrorsLine has trailing spaces.414
ErrorsLine contains a tab character.414
ErrorsLine contains a tab character.415
ErrorsLine has trailing spaces.416
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 has trailing spaces.419
ErrorsLine contains a tab character.419
ErrorsLine contains a tab character.420
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.420
ErrorsLine is longer than 80 characters.421
ErrorsLine contains a tab character.421
ErrorsParameter object should be final.421
ErrorsLine contains a tab character.422
ErrorsLine contains a tab character.423
Errors'{' should be on the previous line.423
ErrorsLine is longer than 80 characters.424
ErrorsLine contains a tab character.424
ErrorsLine contains a tab character.425
ErrorsLine contains a tab character.426
Errors'(' is followed by whitespace.426
Errors')' is preceded with whitespace.426
ErrorsLine has trailing spaces.427
ErrorsLine is longer than 80 characters.427
ErrorsLine contains a tab character.427
ErrorsLine contains a tab character.428
ErrorsLine is longer than 80 characters.429
ErrorsLine contains a tab character.429
Errors'cast' is not followed by whitespace.429
ErrorsLine has trailing spaces.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 contains a tab character.433
ErrorsLine has trailing spaces.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
Errors'=' is not preceded with whitespace.437
Errors'=' is not followed by whitespace.437
Errors';' is preceded with whitespace.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 has trailing spaces.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 has trailing spaces.445
ErrorsLine contains a tab character.445
ErrorsLine contains a tab character.446
ErrorsLine contains a tab character.447
ErrorsLine has trailing spaces.448
ErrorsLine contains a tab character.448
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 is longer than 80 characters.452
ErrorsLine contains a tab character.452
ErrorsLine contains a tab character.453
ErrorsLine contains a tab character.454
ErrorsLine has trailing spaces.455
ErrorsLine contains a tab character.455
ErrorsLine contains a tab character.456
ErrorsMethod 'getLocalEvent' is not designed for extension - needs to be abstract, final or empty.456
ErrorsLine contains a tab character.457
ErrorsLine contains a tab character.458
Errors'(' should be on the previous line.459
ErrorsLine contains a tab character.460
ErrorsLine contains a tab character.462
ErrorsMethod 'getSharedEvent' is not designed for extension - needs to be abstract, final or empty.462
ErrorsLine contains a tab character.463
ErrorsLine is longer than 80 characters.464
ErrorsLine contains a tab character.464
Errors'(' should be on the previous line.465
ErrorsLine contains a tab character.466
ErrorsLine contains a tab character.468
ErrorsMethod 'getStaticEvent' is not designed for extension - needs to be abstract, final or empty.468
ErrorsLine contains a tab character.469
ErrorsLine is longer than 80 characters.470
ErrorsLine contains a tab character.470
Errors'(' should be on the previous line.471
ErrorsLine contains a tab character.472
ErrorsLine has trailing spaces.473
ErrorsLine contains a tab character.473
ErrorsLine has trailing spaces.474
ErrorsLine contains a tab character.474
ErrorsLine contains a tab character.475
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.475
ErrorsMissing a Javadoc comment.475
ErrorsLine contains a tab character.477
Errors'+' should be on a new line.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
Errors'+' should be on a new line.480
ErrorsLine has trailing spaces.481
ErrorsLine contains a tab character.481
ErrorsLine has trailing spaces.482
ErrorsLine contains a tab character.482
ErrorsLine has trailing spaces.484
ErrorsLine contains a tab character.484
ErrorsLine has trailing spaces.485
ErrorsLine contains a tab character.485
ErrorsLine contains a tab character.486
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.486
ErrorsMissing a Javadoc comment.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 is longer than 80 characters.489
ErrorsLine contains a tab character.489
ErrorsLine has trailing spaces.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 has trailing spaces.492
ErrorsLine contains a tab character.492
ErrorsLine contains a tab character.493
ErrorsLine has trailing spaces.494
ErrorsLine contains a tab character.494
ErrorsLine has trailing spaces.495
ErrorsLine contains a tab character.495
ErrorsLine is longer than 80 characters.496
ErrorsLine contains a tab character.496
ErrorsLine has trailing spaces.497
ErrorsLine contains a tab character.497
ErrorsLine is longer than 80 characters.498
ErrorsLine contains a tab character.498
ErrorsLine has trailing spaces.499
ErrorsLine contains a tab character.499
ErrorsLine is longer than 80 characters.500
ErrorsLine contains a tab character.500
ErrorsLine has trailing spaces.501
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 has trailing spaces.503
ErrorsLine contains a tab character.503
ErrorsLine contains a tab character.504
ErrorsLine has trailing spaces.505
ErrorsLine contains a tab character.505

cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/AliveMessageShared.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.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
Errors'{' should be on the previous line.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
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
ErrorsLine contains a tab character.42
Errors'{' should be on the previous line.42
ErrorsLine contains a tab character.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.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
ErrorsName 'AliveMessageId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.51
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
ErrorsLine is longer than 80 characters.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 has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsMissing a Javadoc comment.56
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.56
ErrorsVariable 'SimTime' must be private and have accessor methods.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
ErrorsExpected an @return tag.61
ErrorsLine contains a tab character.61
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.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
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.69
ErrorsParameter SimTime should be final.69
Errors'SimTime' hides a field.69
ErrorsExpected @param tag for 'SimTime'.69
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsMissing a Javadoc comment.74
ErrorsName 'SharedPropertyTokens' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.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 has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine is longer than 80 characters.79
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.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
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsMethod 'getCompositeClass' is not designed for extension - needs to be abstract, final or empty.87
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 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.92
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsLine contains a tab character.97
Errors'+' should be on a new line.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine has trailing spaces.102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.103
ErrorsMissing a Javadoc comment.103
ErrorsLine contains a tab character.104
Errors'+' should be on a new line.104
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.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 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 has trailing spaces.116
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 contains a tab character.118
ErrorsLine has trailing spaces.119
ErrorsLine contains a tab character.119
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.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
Errors'{' should be on the previous line.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
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
ErrorsLine contains a tab character.42
Errors'{' should be on the previous line.42
ErrorsLine contains a tab character.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.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
ErrorsName 'AliveMessageId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.51
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
ErrorsLine is longer than 80 characters.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 has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsMissing a Javadoc comment.56
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.56
ErrorsVariable 'SimTime' must be private and have accessor methods.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
ErrorsExpected an @return tag.61
ErrorsLine contains a tab character.61
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.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
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.69
ErrorsParameter SimTime should be final.69
Errors'SimTime' hides a field.69
ErrorsExpected @param tag for 'SimTime'.69
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsMissing a Javadoc comment.74
ErrorsName 'SharedPropertyTokens' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.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 has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine is longer than 80 characters.79
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.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
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsMethod 'getCompositeClass' is not designed for extension - needs to be abstract, final or empty.87
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 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.92
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsLine contains a tab character.97
Errors'+' should be on a new line.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine has trailing spaces.102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.103
ErrorsMissing a Javadoc comment.103
ErrorsLine contains a tab character.104
Errors'+' should be on a new line.104
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.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 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 has trailing spaces.116
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 contains a tab character.118
ErrorsLine has trailing spaces.119
ErrorsLine contains a tab character.119

cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/AliveMessageSharedImpl.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
Errors'{' should be on the previous line.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
ErrorsParameter source should be final.37
ErrorsLine has trailing spaces.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 is longer than 80 characters.41
ErrorsLine contains a tab character.41
ErrorsMissing a Javadoc comment.41
ErrorsParameter objectId should be final.41
ErrorsParameter properties should be final.41
ErrorsLine contains a tab character.42
Errors'cast' is not followed by whitespace.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 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
Errors'(' is followed by whitespace.50
Errors')' is preceded with whitespace.50
ErrorsLine contains a tab character.51
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
Errors'(' is followed by whitespace.52
Errors'(' is followed by whitespace.52
Errors')' is preceded with whitespace.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.54
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
Errors'+' should be on a new line.54
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
Errors'+' should be on a new line.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
ErrorsLine has trailing spaces.63
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 has trailing spaces.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
ErrorsMissing a Javadoc comment.69
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsMethod 'getId' 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 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
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.76
ErrorsLine contains a tab character.77
ErrorsParameter SimTime should be final.77
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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
ErrorsMethod 'clone' is not designed for extension - needs to be abstract, final or empty.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 contains a tab character.86
ErrorsLine has trailing spaces.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.89
ErrorsLine has trailing spaces.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
ErrorsMissing a Javadoc comment.92
ErrorsVariable 'propertyMap' must be private and have accessor methods.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
ErrorsMethod 'getProperty' is not designed for extension - needs to be abstract, final or empty.96
ErrorsLine contains a tab character.97
ErrorsParameter id should be final.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.101
ErrorsMethod 'getProperties' is not designed for extension - needs to be abstract, final or empty.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 has trailing spaces.106
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.108
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.109
ErrorsMissing a Javadoc comment.110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.112
Errors'{' should be on the previous line.112
ErrorsLine has trailing spaces.113
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsMissing a Javadoc comment.114
ErrorsLine contains a tab character.115
ErrorsMissing a Javadoc comment.115
ErrorsLine contains a tab character.116
ErrorsMissing a Javadoc comment.116
ErrorsLine has trailing spaces.117
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsMissing a Javadoc comment.118
Errors'(' should be on the previous line.119
ErrorsParameter data should be final.119
ErrorsParameter time should be final.119
Errors'time' hides a field.119
ErrorsParameter teamId should be final.119
Errors'teamId' hides a field.119
ErrorsLine contains a tab character.120
Errors'{' should be on the previous line.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 has trailing spaces.125
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsExpected an @return tag.129
ErrorsLine contains a tab character.129
ErrorsMethod 'getSimTime' 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.132
ErrorsLine has trailing spaces.133
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsMethod 'getId' 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
ErrorsLine contains a tab character.137
ErrorsLine has trailing spaces.138
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsMethod 'getTeamId' 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.142
ErrorsLine has trailing spaces.143
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsMethod 'getCompositeObjectClass' is not designed for extension - needs to be abstract, final or empty.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
Errors'{' should be on the previous line.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
ErrorsMethod 'getPropertyEvents' is not designed for extension - needs to be abstract, final or empty.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 has trailing spaces.153
ErrorsLine contains a tab character.153
ErrorsLine is longer than 80 characters.154
ErrorsLine contains a tab character.154
Errors'(' is followed by whitespace.154
Errors')' is preceded with whitespace.154
ErrorsLine contains a tab character.155
Errors'{' should be on the previous line.155
ErrorsLine contains a tab character.156
Errors'(' is followed by whitespace.156
ErrorsLine contains a tab character.157
Errors'{' should be on the previous line.157
ErrorsLine is longer than 80 characters.158
ErrorsLine contains a tab character.158
Errors'(' is followed by whitespace.158
Errors')' is preceded with whitespace.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 has trailing spaces.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 has trailing spaces.166
ErrorsLine has trailing spaces.167
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.168
ErrorsMissing a Javadoc comment.168
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 has trailing spaces.172
ErrorsLine contains a tab character.172
ErrorsLine has trailing spaces.174
ErrorsLine contains a tab character.174
ErrorsLine has trailing spaces.175
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.176
ErrorsMissing a Javadoc comment.176
ErrorsLine contains a tab character.177
Errors'+' should be on a new line.177
ErrorsLine has trailing spaces.178
ErrorsLine contains a tab character.178
ErrorsLine has trailing spaces.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 has trailing spaces.182
ErrorsLine contains a tab character.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 is longer than 80 characters.185
ErrorsLine contains a tab character.185
ErrorsLine has trailing spaces.186
ErrorsLine contains a tab character.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 is longer than 80 characters.189
ErrorsLine contains a tab character.189
ErrorsLine has trailing spaces.190
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine has trailing spaces.192
ErrorsLine contains a tab character.192
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
Errors'{' should be on the previous line.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsMissing a Javadoc comment.37
ErrorsParameter source should be final.37
ErrorsLine has trailing spaces.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 is longer than 80 characters.41
ErrorsLine contains a tab character.41
ErrorsMissing a Javadoc comment.41
ErrorsParameter objectId should be final.41
ErrorsParameter properties should be final.41
ErrorsLine contains a tab character.42
Errors'cast' is not followed by whitespace.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 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
Errors'(' is followed by whitespace.50
Errors')' is preceded with whitespace.50
ErrorsLine contains a tab character.51
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
Errors'(' is followed by whitespace.52
Errors'(' is followed by whitespace.52
Errors')' is preceded with whitespace.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.54
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
Errors'+' should be on a new line.54
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
Errors'+' should be on a new line.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
ErrorsLine has trailing spaces.63
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 has trailing spaces.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
ErrorsMissing a Javadoc comment.69
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsMethod 'getId' 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 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
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.76
ErrorsLine contains a tab character.77
ErrorsParameter SimTime should be final.77
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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
ErrorsMethod 'clone' is not designed for extension - needs to be abstract, final or empty.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 contains a tab character.86
ErrorsLine has trailing spaces.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.89
ErrorsLine has trailing spaces.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
ErrorsMissing a Javadoc comment.92
ErrorsVariable 'propertyMap' must be private and have accessor methods.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
ErrorsMethod 'getProperty' is not designed for extension - needs to be abstract, final or empty.96
ErrorsLine contains a tab character.97
ErrorsParameter id should be final.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.101
ErrorsMethod 'getProperties' is not designed for extension - needs to be abstract, final or empty.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 has trailing spaces.106
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.108
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.109
ErrorsMissing a Javadoc comment.110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.112
Errors'{' should be on the previous line.112
ErrorsLine has trailing spaces.113
ErrorsLine contains a tab character.113
ErrorsLine contains a tab character.114
ErrorsMissing a Javadoc comment.114
ErrorsLine contains a tab character.115
ErrorsMissing a Javadoc comment.115
ErrorsLine contains a tab character.116
ErrorsMissing a Javadoc comment.116
ErrorsLine has trailing spaces.117
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsMissing a Javadoc comment.118
Errors'(' should be on the previous line.119
ErrorsParameter data should be final.119
ErrorsParameter time should be final.119
Errors'time' hides a field.119
ErrorsParameter teamId should be final.119
Errors'teamId' hides a field.119
ErrorsLine contains a tab character.120
Errors'{' should be on the previous line.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 has trailing spaces.125
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsExpected an @return tag.129
ErrorsLine contains a tab character.129
ErrorsMethod 'getSimTime' 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.132
ErrorsLine has trailing spaces.133
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsMethod 'getId' 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
ErrorsLine contains a tab character.137
ErrorsLine has trailing spaces.138
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsMethod 'getTeamId' 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.142
ErrorsLine has trailing spaces.143
ErrorsLine contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsMethod 'getCompositeObjectClass' is not designed for extension - needs to be abstract, final or empty.144
ErrorsLine contains a tab character.145
ErrorsLine contains a tab character.146
Errors'{' should be on the previous line.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
ErrorsMethod 'getPropertyEvents' is not designed for extension - needs to be abstract, final or empty.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 has trailing spaces.153
ErrorsLine contains a tab character.153
ErrorsLine is longer than 80 characters.154
ErrorsLine contains a tab character.154
Errors'(' is followed by whitespace.154
Errors')' is preceded with whitespace.154
ErrorsLine contains a tab character.155
Errors'{' should be on the previous line.155
ErrorsLine contains a tab character.156
Errors'(' is followed by whitespace.156
ErrorsLine contains a tab character.157
Errors'{' should be on the previous line.157
ErrorsLine is longer than 80 characters.158
ErrorsLine contains a tab character.158
Errors'(' is followed by whitespace.158
Errors')' is preceded with whitespace.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 has trailing spaces.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 has trailing spaces.166
ErrorsLine has trailing spaces.167
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.168
ErrorsMissing a Javadoc comment.168
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 has trailing spaces.172
ErrorsLine contains a tab character.172
ErrorsLine has trailing spaces.174
ErrorsLine contains a tab character.174
ErrorsLine has trailing spaces.175
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.176
ErrorsMissing a Javadoc comment.176
ErrorsLine contains a tab character.177
Errors'+' should be on a new line.177
ErrorsLine has trailing spaces.178
ErrorsLine contains a tab character.178
ErrorsLine has trailing spaces.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 has trailing spaces.182
ErrorsLine contains a tab character.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 is longer than 80 characters.185
ErrorsLine contains a tab character.185
ErrorsLine has trailing spaces.186
ErrorsLine contains a tab character.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 is longer than 80 characters.189
ErrorsLine contains a tab character.189
ErrorsLine has trailing spaces.190
ErrorsLine contains a tab character.190
ErrorsLine contains a tab character.191
ErrorsLine has trailing spaces.192
ErrorsLine contains a tab character.192

cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/AliveMessageStatic.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.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
Errors'{' should be on the previous line.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
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
ErrorsLine contains a tab character.42
Errors'{' should be on the previous line.42
ErrorsLine contains a tab character.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.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
ErrorsName 'AliveMessageId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.51
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
ErrorsLine is longer than 80 characters.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 has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsMissing a Javadoc comment.56
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.56
ErrorsVariable 'SimTime' must be private and have accessor methods.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
ErrorsExpected an @return tag.61
ErrorsLine contains a tab character.61
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.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
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.69
ErrorsParameter SimTime should be final.69
Errors'SimTime' hides a field.69
ErrorsExpected @param tag for 'SimTime'.69
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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.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 has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsMethod 'getCompositeClass' is not designed for extension - needs to be abstract, final or empty.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 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.83
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsMethod 'isDifferentFrom' is not designed for extension - needs to be abstract, final or empty.86
ErrorsLine contains a tab character.87
ErrorsParameter other should be final.87
ErrorsLine contains a tab character.88
Errors'{' should be on the previous line.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
Errors'{' should be on the previous line.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
Errors'}' should be on the same line.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
Errors'{' should be on the previous line.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
Errors'}' should be on the same line.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
Errors'{' should be on the previous line.98
ErrorsLine is longer than 80 characters.99
ErrorsLine contains a tab character.99
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
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.107
ErrorsMissing a Javadoc comment.107
ErrorsLine contains a tab character.109
Errors'+' should be on a new line.109
ErrorsLine has trailing spaces.110
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.111
ErrorsLine contains a tab character.111
ErrorsLine has trailing spaces.113
ErrorsLine contains a tab character.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.115
ErrorsMissing a Javadoc comment.115
ErrorsLine contains a tab character.116
Errors'+' should be on a new line.116
ErrorsLine has trailing spaces.117
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.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 has trailing spaces.128
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 contains a tab character.130
ErrorsLine has trailing spaces.131
ErrorsLine contains a tab character.131
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.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
Errors'{' should be on the previous line.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
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
ErrorsLine contains a tab character.42
Errors'{' should be on the previous line.42
ErrorsLine contains a tab character.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsLine is longer than 80 characters.45
ErrorsLine contains a tab character.45
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.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
ErrorsName 'AliveMessageId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.51
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
ErrorsLine is longer than 80 characters.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 has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsMissing a Javadoc comment.56
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.56
ErrorsVariable 'SimTime' must be private and have accessor methods.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
ErrorsExpected an @return tag.61
ErrorsLine contains a tab character.61
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.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
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.69
ErrorsParameter SimTime should be final.69
Errors'SimTime' hides a field.69
ErrorsExpected @param tag for 'SimTime'.69
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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.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 has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsMethod 'getCompositeClass' is not designed for extension - needs to be abstract, final or empty.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 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.83
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.84
ErrorsLine has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsMethod 'isDifferentFrom' is not designed for extension - needs to be abstract, final or empty.86
ErrorsLine contains a tab character.87
ErrorsParameter other should be final.87
ErrorsLine contains a tab character.88
Errors'{' should be on the previous line.88
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
Errors'{' should be on the previous line.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
Errors'}' should be on the same line.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
Errors'{' should be on the previous line.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
Errors'}' should be on the same line.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
Errors'{' should be on the previous line.98
ErrorsLine is longer than 80 characters.99
ErrorsLine contains a tab character.99
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
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.107
ErrorsMissing a Javadoc comment.107
ErrorsLine contains a tab character.109
Errors'+' should be on a new line.109
ErrorsLine has trailing spaces.110
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.111
ErrorsLine contains a tab character.111
ErrorsLine has trailing spaces.113
ErrorsLine contains a tab character.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.115
ErrorsMissing a Javadoc comment.115
ErrorsLine contains a tab character.116
Errors'+' should be on a new line.116
ErrorsLine has trailing spaces.117
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.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 has trailing spaces.128
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 contains a tab character.130
ErrorsLine has trailing spaces.131
ErrorsLine contains a tab character.131

cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/AliveMessageStaticImpl.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
Errors'{' should be on the previous line.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
Errors'{' should be on the previous line.41
ErrorsLine contains a tab character.42
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
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
ErrorsParameter original should be final.49
ErrorsExpected @param tag for 'original'.49
ErrorsLine has trailing spaces.50
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 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 is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsParameter original should be final.59
ErrorsExpected @param tag for 'original'.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
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
ErrorsParameter original should be final.69
ErrorsExpected @param tag for 'original'.69
ErrorsLine has trailing spaces.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 has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.74
ErrorsMissing a Javadoc comment.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.78
ErrorsLine contains a tab character.79
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.79
ErrorsLine contains a tab character.80
ErrorsParameter SimTime should be final.80
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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
ErrorsMethod 'clone' is not designed for extension - needs to be abstract, final or empty.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 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.91
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.93
ErrorsMissing a Javadoc comment.94
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.96
Errors'{' should be on the previous line.96
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsMissing a Javadoc comment.98
ErrorsLine contains a tab character.99
ErrorsMissing a Javadoc comment.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsMissing a Javadoc comment.101
Errors'(' should be on the previous line.102
ErrorsParameter source should be final.102
ErrorsParameter time should be final.102
Errors'time' hides a field.102
ErrorsLine contains a tab character.103
Errors'{' should be on the previous line.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.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsExpected an @return tag.111
ErrorsLine contains a tab character.111
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.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 'getId' 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 contains a tab character.119
ErrorsLine has trailing spaces.120
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.121
ErrorsLine is longer than 80 characters.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsParameter object should be final.123
ErrorsLine contains a tab character.124
Errors'(' is followed by whitespace.124
ErrorsLine contains a tab character.125
Errors'{' should be on the previous line.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 is longer than 80 characters.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
Errors'(' is followed by whitespace.130
ErrorsLine contains a tab character.131
Errors'{' should be on the previous line.131
ErrorsLine is longer than 80 characters.132
ErrorsLine contains a tab character.132
Errors'cast' is not followed by whitespace.132
ErrorsLine is longer than 80 characters.133
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
Errors'(' is followed by whitespace.134
Errors')' is preceded with whitespace.134
ErrorsLine contains a tab character.135
Errors'{' should be on the previous line.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
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 contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine has trailing spaces.145
ErrorsLine contains a tab character.145
ErrorsLine has trailing spaces.146
ErrorsLine has trailing spaces.147
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsMethod 'isDifferentFrom' is not designed for extension - needs to be abstract, final or empty.148
ErrorsLine contains a tab character.149
ErrorsParameter other should be final.149
ErrorsLine contains a tab character.150
Errors'{' should be on the previous line.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
Errors'{' should be on the previous line.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
Errors'}' should be on the same line.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
Errors'{' should be on the previous line.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
Errors'}' should be on the same line.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
Errors'{' should be on the previous line.160
ErrorsLine is longer than 80 characters.161
ErrorsLine contains a tab character.161
ErrorsLine has trailing spaces.163
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 has trailing spaces.167
ErrorsLine contains a tab character.167
ErrorsLine has trailing spaces.168
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.169
ErrorsMissing a Javadoc comment.169
ErrorsLine contains a tab character.171
Errors'+' should be on a new line.171
ErrorsLine has trailing spaces.172
ErrorsLine contains a tab character.172
ErrorsLine has trailing spaces.173
ErrorsLine contains a tab character.173
ErrorsLine has trailing spaces.175
ErrorsLine contains a tab character.175
ErrorsLine has trailing spaces.176
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.177
ErrorsMissing a Javadoc comment.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 has trailing spaces.180
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsLine has trailing spaces.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 has trailing spaces.190
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 contains a tab character.192
ErrorsLine has trailing spaces.193
ErrorsLine contains a tab character.193
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine has trailing spaces.28
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
Errors'{' should be on the previous line.33
ErrorsLine has trailing spaces.34
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.35
ErrorsLine contains a tab character.35
ErrorsLine has trailing spaces.36
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
Errors'{' should be on the previous line.41
ErrorsLine contains a tab character.42
ErrorsLine has trailing spaces.43
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
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
ErrorsParameter original should be final.49
ErrorsExpected @param tag for 'original'.49
ErrorsLine has trailing spaces.50
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 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 is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsParameter original should be final.59
ErrorsExpected @param tag for 'original'.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
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
ErrorsParameter original should be final.69
ErrorsExpected @param tag for 'original'.69
ErrorsLine has trailing spaces.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 has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine has trailing spaces.74
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.74
ErrorsMissing a Javadoc comment.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.78
ErrorsLine contains a tab character.79
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.79
ErrorsLine contains a tab character.80
ErrorsParameter SimTime should be final.80
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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
ErrorsMethod 'clone' is not designed for extension - needs to be abstract, final or empty.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 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.91
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.93
ErrorsMissing a Javadoc comment.94
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.96
Errors'{' should be on the previous line.96
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsMissing a Javadoc comment.98
ErrorsLine contains a tab character.99
ErrorsMissing a Javadoc comment.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsMissing a Javadoc comment.101
Errors'(' should be on the previous line.102
ErrorsParameter source should be final.102
ErrorsParameter time should be final.102
Errors'time' hides a field.102
ErrorsLine contains a tab character.103
Errors'{' should be on the previous line.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.108
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsExpected an @return tag.111
ErrorsLine contains a tab character.111
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.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 'getId' 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 contains a tab character.119
ErrorsLine has trailing spaces.120
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.121
ErrorsLine is longer than 80 characters.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsParameter object should be final.123
ErrorsLine contains a tab character.124
Errors'(' is followed by whitespace.124
ErrorsLine contains a tab character.125
Errors'{' should be on the previous line.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 is longer than 80 characters.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
Errors'(' is followed by whitespace.130
ErrorsLine contains a tab character.131
Errors'{' should be on the previous line.131
ErrorsLine is longer than 80 characters.132
ErrorsLine contains a tab character.132
Errors'cast' is not followed by whitespace.132
ErrorsLine is longer than 80 characters.133
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
Errors'(' is followed by whitespace.134
Errors')' is preceded with whitespace.134
ErrorsLine contains a tab character.135
Errors'{' should be on the previous line.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
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 contains a tab character.143
ErrorsLine contains a tab character.144
ErrorsLine has trailing spaces.145
ErrorsLine contains a tab character.145
ErrorsLine has trailing spaces.146
ErrorsLine has trailing spaces.147
ErrorsLine contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsMethod 'isDifferentFrom' is not designed for extension - needs to be abstract, final or empty.148
ErrorsLine contains a tab character.149
ErrorsParameter other should be final.149
ErrorsLine contains a tab character.150
Errors'{' should be on the previous line.150
ErrorsLine contains a tab character.151
ErrorsLine contains a tab character.152
Errors'{' should be on the previous line.152
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
Errors'}' should be on the same line.154
ErrorsLine contains a tab character.155
ErrorsLine contains a tab character.156
Errors'{' should be on the previous line.156
ErrorsLine contains a tab character.157
ErrorsLine contains a tab character.158
Errors'}' should be on the same line.158
ErrorsLine contains a tab character.159
ErrorsLine contains a tab character.160
Errors'{' should be on the previous line.160
ErrorsLine is longer than 80 characters.161
ErrorsLine contains a tab character.161
ErrorsLine has trailing spaces.163
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 has trailing spaces.167
ErrorsLine contains a tab character.167
ErrorsLine has trailing spaces.168
ErrorsLine contains a tab character.168
ErrorsLine contains a tab character.169
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.169
ErrorsMissing a Javadoc comment.169
ErrorsLine contains a tab character.171
Errors'+' should be on a new line.171
ErrorsLine has trailing spaces.172
ErrorsLine contains a tab character.172
ErrorsLine has trailing spaces.173
ErrorsLine contains a tab character.173
ErrorsLine has trailing spaces.175
ErrorsLine contains a tab character.175
ErrorsLine has trailing spaces.176
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.177
ErrorsMissing a Javadoc comment.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 has trailing spaces.180
ErrorsLine contains a tab character.180
ErrorsLine contains a tab character.181
ErrorsLine has trailing spaces.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 has trailing spaces.190
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 contains a tab character.192
ErrorsLine has trailing spaces.193
ErrorsLine contains a tab character.193

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

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.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 has trailing spaces.29
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
Errors'{' should be on the previous line.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 has trailing spaces.38
ErrorsLine has trailing spaces.39
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 contains a tab character.45
Errors'{' should be on the previous line.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 has trailing spaces.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 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 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
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.63
ErrorsLine has trailing spaces.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 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 has trailing spaces.70
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
ErrorsParameter Time should be final.74
Errors'Time' hides a field.74
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.74
ErrorsParameter VisUpdate should be final.74
Errors'VisUpdate' hides a field.74
ErrorsName 'VisUpdate' must match pattern '^[a-z][a-zA-Z0-9]*$'.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.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
ErrorsParameter original should be final.88
ErrorsExpected @param tag for 'original'.88
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
Errors';' is preceded with whitespace.91
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
Errors';' is preceded with whitespace.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.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.99
ErrorsLine contains a tab character.100
ErrorsMissing a Javadoc comment.100
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.100
ErrorsVariable 'SimTime' must be private and have accessor methods.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
ErrorsExpected an @return tag.105
ErrorsLine contains a tab character.105
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.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 is longer than 80 characters.111
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.113
ErrorsParameter SimTime should be final.113
Errors'SimTime' hides a field.113
ErrorsExpected @param tag for 'SimTime'.113
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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 has trailing spaces.117
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine has trailing spaces.119
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.122
ErrorsVariable 'Time' must be private and have accessor methods.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.126
ErrorsExpected an @return tag.128
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.128
ErrorsLine contains a tab character.129
Errors'{' should be on the previous line.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 has trailing spaces.133
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine has trailing spaces.135
ErrorsLine is longer than 80 characters.135
ErrorsName 'VisUpdate' must match pattern '^[a-z][a-zA-Z0-9]*$'.138
ErrorsVariable 'VisUpdate' must be private and have accessor methods.138
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.142
ErrorsLine is longer than 80 characters.142
ErrorsExpected an @return tag.144
ErrorsMethod 'isVisUpdate' is not designed for extension - needs to be abstract, final or empty.144
ErrorsLine contains a tab character.145
Errors'{' should be on the previous line.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 has trailing spaces.149
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.150
ErrorsMissing a Javadoc comment.150
ErrorsLine contains a tab character.152
Errors'+' should be on a new line.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
Errors'+' should be on a new line.155
ErrorsLine has trailing spaces.156
ErrorsLine contains a tab character.156
ErrorsLine is longer than 80 characters.157
ErrorsLine contains a tab character.157
ErrorsLine has trailing spaces.158
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 has trailing spaces.160
ErrorsLine contains a tab character.160
ErrorsLine has trailing spaces.162
ErrorsLine contains a tab character.162
ErrorsLine has trailing spaces.163
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.164
ErrorsMissing a Javadoc comment.164
ErrorsLine contains a tab character.165
Errors'+' should be on a new line.165
ErrorsLine has trailing spaces.166
ErrorsLine contains a tab character.166
ErrorsLine is longer than 80 characters.167
ErrorsLine contains a tab character.167
ErrorsLine has trailing spaces.168
ErrorsLine contains a tab character.168
Errors'+' should be on a new line.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
Errors'+' should be on a new line.171
ErrorsLine has trailing spaces.172
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.175
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsMethod 'toJsonLiteral' is not designed for extension - needs to be abstract, final or empty.176
ErrorsMissing a Javadoc comment.176
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 contains a tab character.180
ErrorsLine has trailing spaces.181
ErrorsLine contains a tab character.181
Errors'+' should be on a new line.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 has trailing spaces.184
ErrorsLine contains a tab character.184
ErrorsLine has trailing spaces.187
ErrorsLine contains a tab character.187
ErrorsLine has trailing spaces.188
ErrorsLine contains a tab character.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 is longer than 80 characters.191
ErrorsLine contains a tab character.191
ErrorsLine has trailing spaces.192
ErrorsLine contains a tab character.192
ErrorsLine is longer than 80 characters.193
ErrorsLine contains a tab character.193
ErrorsLine has trailing spaces.194
ErrorsLine contains a tab character.194
ErrorsLine has trailing spaces.195
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 contains a tab character.197
ErrorsLine has trailing spaces.198
ErrorsLine contains a tab character.198
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine contains a tab character.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 has trailing spaces.29
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
Errors'{' should be on the previous line.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 has trailing spaces.38
ErrorsLine has trailing spaces.39
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 contains a tab character.45
Errors'{' should be on the previous line.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 has trailing spaces.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 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 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
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.63
ErrorsLine has trailing spaces.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 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 has trailing spaces.70
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
ErrorsParameter Time should be final.74
Errors'Time' hides a field.74
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.74
ErrorsParameter VisUpdate should be final.74
Errors'VisUpdate' hides a field.74
ErrorsName 'VisUpdate' must match pattern '^[a-z][a-zA-Z0-9]*$'.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.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
ErrorsParameter original should be final.88
ErrorsExpected @param tag for 'original'.88
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
Errors';' is preceded with whitespace.91
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
Errors';' is preceded with whitespace.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.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.99
ErrorsLine contains a tab character.100
ErrorsMissing a Javadoc comment.100
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.100
ErrorsVariable 'SimTime' must be private and have accessor methods.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
ErrorsExpected an @return tag.105
ErrorsLine contains a tab character.105
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.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 is longer than 80 characters.111
ErrorsLine contains a tab character.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.113
ErrorsParameter SimTime should be final.113
Errors'SimTime' hides a field.113
ErrorsExpected @param tag for 'SimTime'.113
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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 has trailing spaces.117
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsLine has trailing spaces.119
ErrorsName 'Time' must match pattern '^[a-z][a-zA-Z0-9]*$'.122
ErrorsVariable 'Time' must be private and have accessor methods.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.126
ErrorsExpected an @return tag.128
ErrorsMethod 'getTime' is not designed for extension - needs to be abstract, final or empty.128
ErrorsLine contains a tab character.129
Errors'{' should be on the previous line.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 has trailing spaces.133
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsLine has trailing spaces.135
ErrorsLine is longer than 80 characters.135
ErrorsName 'VisUpdate' must match pattern '^[a-z][a-zA-Z0-9]*$'.138
ErrorsVariable 'VisUpdate' must be private and have accessor methods.138
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.142
ErrorsLine is longer than 80 characters.142
ErrorsExpected an @return tag.144
ErrorsMethod 'isVisUpdate' is not designed for extension - needs to be abstract, final or empty.144
ErrorsLine contains a tab character.145
Errors'{' should be on the previous line.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 has trailing spaces.149
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.150
ErrorsMissing a Javadoc comment.150
ErrorsLine contains a tab character.152
Errors'+' should be on a new line.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
Errors'+' should be on a new line.155
ErrorsLine has trailing spaces.156
ErrorsLine contains a tab character.156
ErrorsLine is longer than 80 characters.157
ErrorsLine contains a tab character.157
ErrorsLine has trailing spaces.158
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 has trailing spaces.160
ErrorsLine contains a tab character.160
ErrorsLine has trailing spaces.162
ErrorsLine contains a tab character.162
ErrorsLine has trailing spaces.163
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.164
ErrorsMissing a Javadoc comment.164
ErrorsLine contains a tab character.165
Errors'+' should be on a new line.165
ErrorsLine has trailing spaces.166
ErrorsLine contains a tab character.166
ErrorsLine is longer than 80 characters.167
ErrorsLine contains a tab character.167
ErrorsLine has trailing spaces.168
ErrorsLine contains a tab character.168
Errors'+' should be on a new line.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
Errors'+' should be on a new line.171
ErrorsLine has trailing spaces.172
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.175
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsMethod 'toJsonLiteral' is not designed for extension - needs to be abstract, final or empty.176
ErrorsMissing a Javadoc comment.176
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 contains a tab character.180
ErrorsLine has trailing spaces.181
ErrorsLine contains a tab character.181
Errors'+' should be on a new line.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 has trailing spaces.184
ErrorsLine contains a tab character.184
ErrorsLine has trailing spaces.187
ErrorsLine contains a tab character.187
ErrorsLine has trailing spaces.188
ErrorsLine contains a tab character.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 is longer than 80 characters.191
ErrorsLine contains a tab character.191
ErrorsLine has trailing spaces.192
ErrorsLine contains a tab character.192
ErrorsLine is longer than 80 characters.193
ErrorsLine contains a tab character.193
ErrorsLine has trailing spaces.194
ErrorsLine contains a tab character.194
ErrorsLine has trailing spaces.195
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 contains a tab character.197
ErrorsLine has trailing spaces.198
ErrorsLine contains a tab character.198

cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/Empty.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
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
ErrorsLine is longer than 80 characters.28
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
Errors'{' should be on the previous line.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 has trailing spaces.35
ErrorsLine has trailing spaces.36
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
ErrorsLine contains a tab character.42
Errors'{' should be on the previous line.42
ErrorsLine contains a tab character.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsLine has trailing spaces.45
ErrorsLine is longer than 80 characters.45
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 is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsMissing a Javadoc comment.48
ErrorsName 'EmptyId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.51
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
ErrorsLine is longer than 80 characters.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 has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsMissing a Javadoc comment.56
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.56
ErrorsVariable 'SimTime' must be private and have accessor methods.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
ErrorsExpected an @return tag.61
ErrorsLine contains a tab character.61
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.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
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.69
ErrorsParameter SimTime should be final.69
Errors'SimTime' hides a field.69
ErrorsExpected @param tag for 'SimTime'.69
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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.73
ErrorsMissing a Javadoc comment.74
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
ErrorsMissing a Javadoc comment.76
ErrorsLine contains a tab character.77
ErrorsMissing a Javadoc comment.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
Errors'(' should be on the previous line.81
ErrorsParameter source should be final.81
ErrorsParameter eventTime should be final.81
ErrorsParameter teamId should be final.81
Errors'teamId' hides a field.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 has trailing spaces.86
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.89
ErrorsExpected an @return tag.90
ErrorsLine contains a tab character.90
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.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 contains a tab character.95
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.95
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
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.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
ErrorsMethod 'getLocalEvent' is not designed for extension - needs to be abstract, final or empty.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
Errors'(' should be on the previous line.108
Errors'cast' is not followed by whitespace.108
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsMethod 'getSharedEvent' is not designed for extension - needs to be abstract, final or empty.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
Errors'(' should be on the previous line.114
Errors'cast' is not followed by whitespace.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 'getStaticEvent' 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
Errors'(' should be on the previous line.120
Errors'cast' is not followed by whitespace.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 has trailing spaces.125
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.126
ErrorsMissing a Javadoc comment.126
ErrorsLine contains a tab character.128
Errors'+' should be on a new line.128
ErrorsLine has trailing spaces.129
ErrorsLine contains a tab character.129
ErrorsLine has trailing spaces.130
ErrorsLine contains a tab character.130
ErrorsLine has trailing spaces.132
ErrorsLine contains a tab character.132
ErrorsLine has trailing spaces.133
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.134
ErrorsMissing a Javadoc comment.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 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
ErrorsMethod 'toJsonLiteral' 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.142
ErrorsLine has trailing spaces.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 has trailing spaces.148
ErrorsLine contains a tab character.148
ErrorsLine is longer than 80 characters.149
ErrorsLine contains a tab character.149
ErrorsLine has trailing spaces.150
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 contains a tab character.152
ErrorsLine has trailing spaces.153
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 contains a tab character.155
ErrorsLine has trailing spaces.156
ErrorsLine contains a tab character.156
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
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
ErrorsLine is longer than 80 characters.28
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
Errors'{' should be on the previous line.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 has trailing spaces.35
ErrorsLine has trailing spaces.36
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
ErrorsLine contains a tab character.42
Errors'{' should be on the previous line.42
ErrorsLine contains a tab character.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsLine has trailing spaces.45
ErrorsLine is longer than 80 characters.45
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 is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsMissing a Javadoc comment.48
ErrorsName 'EmptyId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.51
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
ErrorsLine is longer than 80 characters.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 has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsMissing a Javadoc comment.56
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.56
ErrorsVariable 'SimTime' must be private and have accessor methods.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
ErrorsExpected an @return tag.61
ErrorsLine contains a tab character.61
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.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
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.69
ErrorsParameter SimTime should be final.69
Errors'SimTime' hides a field.69
ErrorsExpected @param tag for 'SimTime'.69
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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.73
ErrorsMissing a Javadoc comment.74
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
ErrorsMissing a Javadoc comment.76
ErrorsLine contains a tab character.77
ErrorsMissing a Javadoc comment.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
Errors'(' should be on the previous line.81
ErrorsParameter source should be final.81
ErrorsParameter eventTime should be final.81
ErrorsParameter teamId should be final.81
Errors'teamId' hides a field.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 has trailing spaces.86
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.89
ErrorsExpected an @return tag.90
ErrorsLine contains a tab character.90
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.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 contains a tab character.95
ErrorsMethod 'getObject' is not designed for extension - needs to be abstract, final or empty.95
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
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.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
ErrorsMethod 'getLocalEvent' is not designed for extension - needs to be abstract, final or empty.105
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
Errors'(' should be on the previous line.108
Errors'cast' is not followed by whitespace.108
ErrorsLine contains a tab character.109
ErrorsLine has trailing spaces.110
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsMethod 'getSharedEvent' is not designed for extension - needs to be abstract, final or empty.111
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
Errors'(' should be on the previous line.114
Errors'cast' is not followed by whitespace.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 'getStaticEvent' 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
Errors'(' should be on the previous line.120
Errors'cast' is not followed by whitespace.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 has trailing spaces.125
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.126
ErrorsMissing a Javadoc comment.126
ErrorsLine contains a tab character.128
Errors'+' should be on a new line.128
ErrorsLine has trailing spaces.129
ErrorsLine contains a tab character.129
ErrorsLine has trailing spaces.130
ErrorsLine contains a tab character.130
ErrorsLine has trailing spaces.132
ErrorsLine contains a tab character.132
ErrorsLine has trailing spaces.133
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.134
ErrorsMissing a Javadoc comment.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 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
ErrorsMethod 'toJsonLiteral' 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.142
ErrorsLine has trailing spaces.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 has trailing spaces.148
ErrorsLine contains a tab character.148
ErrorsLine is longer than 80 characters.149
ErrorsLine contains a tab character.149
ErrorsLine has trailing spaces.150
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 contains a tab character.152
ErrorsLine has trailing spaces.153
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 contains a tab character.155
ErrorsLine has trailing spaces.156
ErrorsLine contains a tab character.156

cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/EmptyCompositeImpl.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.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 has trailing spaces.23
ErrorsLine has trailing spaces.24
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
Errors'{' should be on the previous line.28
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine has trailing spaces.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 contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
Errors'{' should be on the previous line.36
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.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 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 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
ErrorsParameter partLocal should be final.48
Errors'partLocal' hides a field.48
ErrorsLine contains a tab character.49
ErrorsParameter partShared should be final.49
Errors'partShared' hides a field.49
ErrorsLine contains a tab character.50
ErrorsParameter partStatic should be final.50
Errors'partStatic' hides a field.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 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
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsParameter original should be final.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 has trailing spaces.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.69
ErrorsMissing a Javadoc comment.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 has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.74
ErrorsLine contains a tab character.75
ErrorsParameter SimTime should be final.75
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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.79
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.80
ErrorsMissing a Javadoc comment.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsVariable 'partStatic' must be private and have accessor methods.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsMethod 'getStatic' 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 has trailing spaces.88
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.91
ErrorsVariable 'partLocal' must be private and have accessor methods.91
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsMethod 'getLocal' 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 contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsMissing a Javadoc comment.98
ErrorsLine contains a tab character.99
ErrorsVariable 'partShared' must be private and have accessor methods.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.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 has trailing spaces.106
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.108
ErrorsLine contains a tab character.109
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.109
ErrorsMissing a Javadoc comment.109
ErrorsLine contains a tab character.111
Errors'+' should be on a new line.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
Errors'+' should be on a new line.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114
ErrorsLine has trailing spaces.115
ErrorsLine contains a tab character.115
ErrorsLine has trailing spaces.117
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.119
ErrorsMissing a Javadoc comment.119
ErrorsLine contains a tab character.120
Errors'+' should be on a new line.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
Errors'+' should be on a new line.122
ErrorsLine has trailing spaces.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 has trailing spaces.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 has trailing spaces.134
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 has trailing spaces.137
ErrorsLine contains a tab character.137
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.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 has trailing spaces.23
ErrorsLine has trailing spaces.24
ErrorsLine has trailing spaces.26
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
Errors'{' should be on the previous line.28
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine has trailing spaces.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 contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
Errors'{' should be on the previous line.36
ErrorsLine contains a tab character.37
ErrorsLine has trailing spaces.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 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 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
ErrorsParameter partLocal should be final.48
Errors'partLocal' hides a field.48
ErrorsLine contains a tab character.49
ErrorsParameter partShared should be final.49
Errors'partShared' hides a field.49
ErrorsLine contains a tab character.50
ErrorsParameter partStatic should be final.50
Errors'partStatic' hides a field.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 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
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsParameter original should be final.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 has trailing spaces.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.69
ErrorsMissing a Javadoc comment.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 has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.74
ErrorsLine contains a tab character.75
ErrorsParameter SimTime should be final.75
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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.79
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.80
ErrorsMissing a Javadoc comment.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsVariable 'partStatic' must be private and have accessor methods.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsMethod 'getStatic' 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 has trailing spaces.88
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.91
ErrorsVariable 'partLocal' must be private and have accessor methods.91
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsMethod 'getLocal' 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 contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsMissing a Javadoc comment.98
ErrorsLine contains a tab character.99
ErrorsVariable 'partShared' must be private and have accessor methods.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.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 has trailing spaces.106
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.108
ErrorsLine contains a tab character.109
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.109
ErrorsMissing a Javadoc comment.109
ErrorsLine contains a tab character.111
Errors'+' should be on a new line.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
Errors'+' should be on a new line.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114
ErrorsLine has trailing spaces.115
ErrorsLine contains a tab character.115
ErrorsLine has trailing spaces.117
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.118
ErrorsLine contains a tab character.119
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.119
ErrorsMissing a Javadoc comment.119
ErrorsLine contains a tab character.120
Errors'+' should be on a new line.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
Errors'+' should be on a new line.122
ErrorsLine has trailing spaces.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 has trailing spaces.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 has trailing spaces.134
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 has trailing spaces.137
ErrorsLine contains a tab character.137

cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/EmptyLocal.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.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
Errors'{' should be on the previous line.29
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine has trailing spaces.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 contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
Errors'{' should be on the previous line.37
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.39
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.42
ErrorsLine contains a tab character.42
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.43
ErrorsName 'EmptyId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsLine has trailing spaces.46
ErrorsLine is longer than 80 characters.46
ErrorsLine contains a tab character.46
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.46
ErrorsMissing a Javadoc comment.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsMissing a Javadoc comment.51
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.51
ErrorsVariable 'SimTime' must be private and have accessor methods.51
ErrorsLine has trailing spaces.52
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
ErrorsExpected an @return tag.56
ErrorsLine contains a tab character.56
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.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 is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter SimTime should be final.64
Errors'SimTime' hides a field.64
ErrorsExpected @param tag for 'SimTime'.64
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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 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
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsMethod 'getCompositeClass' is not designed for extension - needs to be abstract, final or empty.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 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 contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsMethod 'getLocal' 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 contains a tab character.86
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.86
ErrorsMissing a Javadoc comment.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
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.89
ErrorsMissing a Javadoc comment.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 contains a tab character.93
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsLine contains a tab character.97
Errors'+' should be on a new line.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine has trailing spaces.102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.103
ErrorsMissing a Javadoc comment.103
ErrorsLine contains a tab character.104
Errors'+' should be on a new line.104
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.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 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 has trailing spaces.116
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 contains a tab character.118
ErrorsLine has trailing spaces.119
ErrorsLine contains a tab character.119
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.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
Errors'{' should be on the previous line.29
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine has trailing spaces.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 contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
Errors'{' should be on the previous line.37
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.39
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.42
ErrorsLine contains a tab character.42
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.43
ErrorsName 'EmptyId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsLine has trailing spaces.46
ErrorsLine is longer than 80 characters.46
ErrorsLine contains a tab character.46
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.46
ErrorsMissing a Javadoc comment.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsMissing a Javadoc comment.51
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.51
ErrorsVariable 'SimTime' must be private and have accessor methods.51
ErrorsLine has trailing spaces.52
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
ErrorsExpected an @return tag.56
ErrorsLine contains a tab character.56
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.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 is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter SimTime should be final.64
Errors'SimTime' hides a field.64
ErrorsExpected @param tag for 'SimTime'.64
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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 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
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsMethod 'getCompositeClass' is not designed for extension - needs to be abstract, final or empty.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 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 contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsMethod 'getLocal' 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 contains a tab character.86
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.86
ErrorsMissing a Javadoc comment.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
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.89
ErrorsMissing a Javadoc comment.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 contains a tab character.93
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsLine contains a tab character.97
Errors'+' should be on a new line.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.98
ErrorsLine has trailing spaces.99
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine has trailing spaces.102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.103
ErrorsMissing a Javadoc comment.103
ErrorsLine contains a tab character.104
Errors'+' should be on a new line.104
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.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 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 has trailing spaces.116
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 contains a tab character.118
ErrorsLine has trailing spaces.119
ErrorsLine contains a tab character.119

cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/EmptyLocalImpl.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
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
Errors'{' should be on the previous line.28
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine has trailing spaces.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 contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
Errors'{' should be on the previous line.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
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsParameter original should be final.44
ErrorsExpected @param tag for 'original'.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.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
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
ErrorsParameter original should be final.54
ErrorsExpected @param tag for 'original'.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 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
ErrorsParameter original should be final.64
ErrorsExpected @param tag for 'original'.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 has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.69
ErrorsMissing a Javadoc comment.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 has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.74
ErrorsLine contains a tab character.75
ErrorsParameter SimTime should be final.75
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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
ErrorsMethod 'clone' is not designed for extension - needs to be abstract, final or empty.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 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.86
ErrorsLine has trailing spaces.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.89
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.91
ErrorsMissing a Javadoc comment.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.94
ErrorsMissing a Javadoc comment.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
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.97
ErrorsMissing a Javadoc comment.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
ErrorsMissing a Javadoc comment.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.103
Errors'{' should be on the previous line.103
ErrorsLine contains a tab character.104
ErrorsMissing a Javadoc comment.104
ErrorsVariable 'time' must be private and have accessor methods.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
ErrorsMissing a Javadoc comment.106
ErrorsVariable 'data' 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
ErrorsMissing a Javadoc comment.108
Errors'(' should be on the previous line.109
ErrorsParameter moverLocal should be final.109
ErrorsParameter time should be final.109
Errors'time' hides a field.109
ErrorsLine contains a tab character.110
Errors'{' should be on the previous line.110
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
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.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
ErrorsParameter object should be final.117
ErrorsLine contains a tab character.118
Errors'{' should be on the previous line.118
ErrorsLine contains a tab character.119
Errors'(' is followed by whitespace.119
ErrorsLine contains a tab character.120
Errors'{' should be on the previous line.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
Errors'(' is followed by whitespace.124
Errors')' is preceded with whitespace.124
ErrorsLine contains a tab character.125
Errors'{' should be on the previous line.125
ErrorsLine is longer than 80 characters.126
ErrorsLine contains a tab character.126
Errors'cast' is not followed by whitespace.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 has trailing spaces.131
ErrorsLine contains a tab character.131
ErrorsLine has trailing spaces.132
ErrorsLine contains a tab character.132
ErrorsLine is longer than 80 characters.133
ErrorsLine contains a tab character.133
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
Errors'(' is followed by whitespace.135
Errors')' is preceded with whitespace.135
ErrorsLine contains a tab character.136
Errors'{' should be on the previous line.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 has trailing spaces.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 is longer than 80 characters.143
ErrorsLine contains a tab character.143
Errors'+' is not followed by 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 contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsExpected an @return tag.149
ErrorsLine contains a tab character.149
ErrorsMethod 'getSimTime' 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.152
ErrorsLine has trailing spaces.153
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsMethod 'getObject' 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 contains a tab character.157
ErrorsLine has trailing spaces.158
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.159
ErrorsLine contains a tab character.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 has trailing spaces.164
ErrorsLine contains a tab character.164
ErrorsLine has trailing spaces.165
ErrorsLine contains a tab character.165
ErrorsLine has trailing spaces.166
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.167
ErrorsMissing a Javadoc comment.167
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 has trailing spaces.171
ErrorsLine contains a tab character.171
ErrorsLine has trailing spaces.173
ErrorsLine contains a tab character.173
ErrorsLine has trailing spaces.174
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.175
ErrorsMissing a Javadoc comment.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 has trailing spaces.178
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine has trailing spaces.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 has trailing spaces.188
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 contains a tab character.190
ErrorsLine has trailing spaces.191
ErrorsLine contains a tab character.191
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
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
Errors'{' should be on the previous line.28
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine has trailing spaces.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 contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
Errors'{' should be on the previous line.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
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsParameter original should be final.44
ErrorsExpected @param tag for 'original'.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.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
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
ErrorsParameter original should be final.54
ErrorsExpected @param tag for 'original'.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 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
ErrorsParameter original should be final.64
ErrorsExpected @param tag for 'original'.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 has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.69
ErrorsMissing a Javadoc comment.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 has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.74
ErrorsLine contains a tab character.75
ErrorsParameter SimTime should be final.75
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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
ErrorsMethod 'clone' is not designed for extension - needs to be abstract, final or empty.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 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.86
ErrorsLine has trailing spaces.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.89
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.91
ErrorsMissing a Javadoc comment.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.94
ErrorsMissing a Javadoc comment.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
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.97
ErrorsMissing a Javadoc comment.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
ErrorsMissing a Javadoc comment.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.103
Errors'{' should be on the previous line.103
ErrorsLine contains a tab character.104
ErrorsMissing a Javadoc comment.104
ErrorsVariable 'time' must be private and have accessor methods.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
ErrorsMissing a Javadoc comment.106
ErrorsVariable 'data' 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
ErrorsMissing a Javadoc comment.108
Errors'(' should be on the previous line.109
ErrorsParameter moverLocal should be final.109
ErrorsParameter time should be final.109
Errors'time' hides a field.109
ErrorsLine contains a tab character.110
Errors'{' should be on the previous line.110
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
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.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
ErrorsParameter object should be final.117
ErrorsLine contains a tab character.118
Errors'{' should be on the previous line.118
ErrorsLine contains a tab character.119
Errors'(' is followed by whitespace.119
ErrorsLine contains a tab character.120
Errors'{' should be on the previous line.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
Errors'(' is followed by whitespace.124
Errors')' is preceded with whitespace.124
ErrorsLine contains a tab character.125
Errors'{' should be on the previous line.125
ErrorsLine is longer than 80 characters.126
ErrorsLine contains a tab character.126
Errors'cast' is not followed by whitespace.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 has trailing spaces.131
ErrorsLine contains a tab character.131
ErrorsLine has trailing spaces.132
ErrorsLine contains a tab character.132
ErrorsLine is longer than 80 characters.133
ErrorsLine contains a tab character.133
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
Errors'(' is followed by whitespace.135
Errors')' is preceded with whitespace.135
ErrorsLine contains a tab character.136
Errors'{' should be on the previous line.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 has trailing spaces.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 is longer than 80 characters.143
ErrorsLine contains a tab character.143
Errors'+' is not followed by 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 contains a tab character.147
ErrorsLine contains a tab character.148
ErrorsExpected an @return tag.149
ErrorsLine contains a tab character.149
ErrorsMethod 'getSimTime' 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.152
ErrorsLine has trailing spaces.153
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsMethod 'getObject' 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 contains a tab character.157
ErrorsLine has trailing spaces.158
ErrorsLine contains a tab character.158
ErrorsLine contains a tab character.159
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.159
ErrorsLine contains a tab character.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 has trailing spaces.164
ErrorsLine contains a tab character.164
ErrorsLine has trailing spaces.165
ErrorsLine contains a tab character.165
ErrorsLine has trailing spaces.166
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.167
ErrorsMissing a Javadoc comment.167
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 has trailing spaces.171
ErrorsLine contains a tab character.171
ErrorsLine has trailing spaces.173
ErrorsLine contains a tab character.173
ErrorsLine has trailing spaces.174
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.175
ErrorsMissing a Javadoc comment.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 has trailing spaces.178
ErrorsLine contains a tab character.178
ErrorsLine contains a tab character.179
ErrorsLine has trailing spaces.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 has trailing spaces.188
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 contains a tab character.190
ErrorsLine has trailing spaces.191
ErrorsLine contains a tab character.191

cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/EmptyMessage.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
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
ErrorsLine is longer than 80 characters.28
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
Errors'{' should be on the previous line.30
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.31
ErrorsLine has trailing spaces.32
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
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
Errors'{' should be on the previous line.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 contains a tab character.45
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.46
ErrorsParameter original should be final.46
ErrorsExpected @param tag for 'original'.46
ErrorsLine has trailing spaces.47
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 has trailing spaces.52
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.54
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.54
ErrorsMissing a Javadoc comment.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
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsMissing a Javadoc comment.59
ErrorsName 'TeamId' must match pattern '^[a-z][a-zA-Z0-9]*$'.59
ErrorsVariable 'TeamId' must be private and have accessor methods.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 contains a tab character.63
ErrorsLine is longer than 80 characters.64
ErrorsLine contains a tab character.64
ErrorsMethod 'setTeamId' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter TeamId should be final.64
Errors'TeamId' hides a field.64
ErrorsExpected @param tag for 'TeamId'.64
ErrorsName 'TeamId' must match pattern '^[a-z][a-zA-Z0-9]*$'.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
ErrorsMethod 'getTeamId' is not designed for extension - needs to be abstract, final or empty.68
ErrorsMissing a Javadoc comment.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.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.74
ErrorsLine contains a tab character.75
ErrorsMissing a Javadoc comment.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.77
ErrorsLine has trailing spaces.78
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 has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsInner assignments should be avoided.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 is longer than 80 characters.85
ErrorsLine contains a tab character.85
ErrorsMissing a Javadoc comment.85
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.87
ErrorsLine has trailing spaces.88
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
Errors'if' construct must use '{}'s.90
ErrorsLine has trailing spaces.90
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine contains a tab character.91
ErrorsInner assignments should be avoided.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 is longer than 80 characters.95
ErrorsLine contains a tab character.95
ErrorsMissing a Javadoc comment.95
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
Errors'if' construct must use '{}'s.100
ErrorsLine is longer than 80 characters.100
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsInner assignments should be avoided.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 has trailing spaces.106
ErrorsLine is longer than 80 characters.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.109
ErrorsLine has trailing spaces.112
ErrorsLine has trailing spaces.113
ErrorsLine has trailing spaces.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
Errors'{' should be on the previous line.118
ErrorsLine has trailing spaces.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.121
ErrorsLine contains a tab character.121
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.121
ErrorsMissing a Javadoc comment.121
ErrorsLine is longer than 80 characters.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
ErrorsMethod 'clone' is not designed for extension - needs to be abstract, final or empty.125
ErrorsLine has trailing spaces.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
ErrorsLine has trailing spaces.130
ErrorsLine contains a tab character.130
ErrorsLine is longer than 80 characters.131
ErrorsLine contains a tab character.131
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.131
ErrorsMissing a Javadoc comment.131
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
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.134
ErrorsMissing a Javadoc comment.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
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.137
ErrorsMissing a Javadoc comment.137
ErrorsLine is longer than 80 characters.138
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.142
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.142
ErrorsMissing a Javadoc comment.142
ErrorsLine contains a tab character.144
Errors'+' should be on a new line.144
ErrorsLine has trailing spaces.145
ErrorsLine contains a tab character.145
ErrorsLine has trailing spaces.146
ErrorsLine contains a tab character.146
ErrorsLine has trailing spaces.148
ErrorsLine contains a tab character.148
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.150
ErrorsMissing a Javadoc comment.150
ErrorsLine contains a tab character.151
Errors'+' should be on a new line.151
ErrorsLine has trailing spaces.152
ErrorsLine contains a tab character.152
ErrorsLine has trailing spaces.153
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.155
ErrorsLine has trailing spaces.156
ErrorsLine contains a tab character.156
ErrorsLine is longer than 80 characters.157
ErrorsLine contains a tab character.157
ErrorsLine has trailing spaces.158
ErrorsLine contains a tab character.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 is longer than 80 characters.161
ErrorsLine contains a tab character.161
ErrorsLine has trailing spaces.162
ErrorsLine contains a tab character.162
ErrorsLine has trailing spaces.163
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.166
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine has trailing spaces.168
ErrorsLine is longer than 80 characters.169
ErrorsLine contains a tab character.169
ErrorsLine has trailing spaces.170
ErrorsLine contains a tab character.170
ErrorsLine has trailing spaces.171
ErrorsLine contains a tab character.171
ErrorsLine has trailing spaces.174
ErrorsLine has trailing spaces.175
ErrorsLine has trailing spaces.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
Errors'{' should be on the previous line.180
ErrorsLine has trailing spaces.181
ErrorsLine contains a tab character.181
ErrorsLine has trailing spaces.182
ErrorsLine contains a tab character.182
ErrorsLine has trailing spaces.183
ErrorsLine is longer than 80 characters.183
ErrorsLine contains a tab character.183
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.183
ErrorsMissing a Javadoc comment.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
ErrorsMethod 'clone' is not designed for extension - needs to be abstract, final or empty.187
ErrorsLine has trailing spaces.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
ErrorsLine has trailing spaces.192
ErrorsLine contains a tab character.192
ErrorsLine has trailing spaces.193
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsMethod 'isDifferentFrom' is not designed for extension - needs to be abstract, final or empty.194
ErrorsLine contains a tab character.195
ErrorsParameter other should be final.195
ErrorsLine contains a tab character.196
Errors'{' should be on the previous line.196
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
Errors'{' should be on the previous line.198
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
Errors'}' should be on the same line.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
Errors'{' should be on the previous line.202
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
Errors'}' should be on the same line.204
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
Errors'{' should be on the previous line.206
ErrorsLine contains a tab character.207
ErrorsLine has trailing spaces.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 has trailing spaces.213
ErrorsLine contains a tab character.213
ErrorsLine has trailing spaces.214
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.215
ErrorsMissing a Javadoc comment.215
ErrorsLine contains a tab character.217
Errors'+' should be on a new line.217
ErrorsLine has trailing spaces.218
ErrorsLine contains a tab character.218
ErrorsLine has trailing spaces.219
ErrorsLine contains a tab character.219
ErrorsLine has trailing spaces.221
ErrorsLine contains a tab character.221
ErrorsLine has trailing spaces.222
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.223
ErrorsMissing a Javadoc comment.223
ErrorsLine contains a tab character.224
Errors'+' should be on a new line.224
ErrorsLine has trailing spaces.225
ErrorsLine contains a tab character.225
ErrorsLine has trailing spaces.226
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.227
ErrorsLine has trailing spaces.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 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.236
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.239
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsLine has trailing spaces.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 has trailing spaces.244
ErrorsLine contains a tab character.244
ErrorsLine has trailing spaces.247
ErrorsLine has trailing spaces.248
ErrorsLine has trailing spaces.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
Errors'{' should be on the previous line.253
ErrorsLine has trailing spaces.254
ErrorsLine contains a tab character.254
ErrorsLine has trailing spaces.255
ErrorsLine contains a tab character.255
ErrorsLine has trailing spaces.256
ErrorsLine contains a tab character.256
ErrorsLine contains a tab character.257
ErrorsMissing a Javadoc comment.257
ErrorsLine contains a tab character.258
Errors'{' should be on the previous line.258
ErrorsLine has trailing spaces.259
ErrorsLine contains a tab character.259
ErrorsLine has trailing spaces.260
ErrorsLine contains a tab character.260
ErrorsLine has trailing spaces.261
ErrorsLine has trailing spaces.262
ErrorsLine contains a tab character.262
ErrorsLine has trailing spaces.263
ErrorsLine is longer than 80 characters.263
ErrorsLine contains a tab character.263
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.263
ErrorsMissing a Javadoc comment.263
ErrorsLine is longer than 80 characters.264
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
ErrorsLine has trailing spaces.266
ErrorsLine contains a tab character.266
ErrorsLine contains a tab character.267
ErrorsMethod 'clone' is not designed for extension - needs to be abstract, final or empty.267
ErrorsLine has trailing spaces.268
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsLine 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 has trailing spaces.274
ErrorsLine contains a tab character.274
ErrorsLine has trailing spaces.275
ErrorsLine contains a tab character.275
ErrorsLine is longer than 80 characters.276
ErrorsLine contains a tab character.276
ErrorsMissing a Javadoc comment.276
ErrorsVariable 'propertyMap' must be private and have accessor methods.276
ErrorsLine contains a tab character.277
ErrorsLine contains a tab character.278
ErrorsLine has trailing spaces.279
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsMethod 'getProperty' is not designed for extension - needs to be abstract, final or empty.280
ErrorsLine contains a tab character.281
ErrorsParameter id should be final.281
ErrorsLine contains a tab character.282
ErrorsLine contains a tab character.283
ErrorsLine contains a tab character.285
ErrorsMethod 'getProperties' is not designed for extension - needs to be abstract, final or empty.285
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
ErrorsLine contains a tab character.288
ErrorsLine has trailing spaces.289
ErrorsLine contains a tab character.289
ErrorsLine has trailing spaces.290
ErrorsLine contains a tab character.290
ErrorsLine has trailing spaces.291
ErrorsLine contains a tab character.291
ErrorsLine has trailing spaces.292
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.293
ErrorsMissing a Javadoc comment.293
ErrorsLine contains a tab character.295
Errors'+' should be on a new line.295
ErrorsLine has trailing spaces.296
ErrorsLine contains a tab character.296
ErrorsLine has trailing spaces.297
ErrorsLine contains a tab character.297
ErrorsLine has trailing spaces.299
ErrorsLine contains a tab character.299
ErrorsLine has trailing spaces.300
ErrorsLine contains a tab character.300
ErrorsLine contains a tab character.301
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.301
ErrorsMissing a Javadoc comment.301
ErrorsLine contains a tab character.302
Errors'+' should be on a new line.302
ErrorsLine has trailing spaces.303
ErrorsLine contains a tab character.303
ErrorsLine has trailing spaces.304
ErrorsLine contains a tab character.304
ErrorsLine contains a tab character.305
ErrorsLine has trailing spaces.306
ErrorsLine contains a tab character.306
ErrorsLine has trailing spaces.307
ErrorsLine contains a tab character.307
ErrorsLine is longer than 80 characters.308
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 has trailing spaces.311
ErrorsLine contains a tab character.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.314
ErrorsLine contains a tab character.314
ErrorsLine has trailing spaces.315
ErrorsLine contains a tab character.315
ErrorsLine contains a tab character.316
ErrorsLine has trailing spaces.317
ErrorsLine contains a tab character.317
ErrorsLine has trailing spaces.318
ErrorsLine contains a tab character.318
ErrorsLine has trailing spaces.319
ErrorsLine contains a tab character.319
ErrorsLine has trailing spaces.320
ErrorsLine contains a tab character.320
ErrorsLine contains a tab character.321
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.321
ErrorsLine is longer than 80 characters.322
ErrorsLine contains a tab character.322
ErrorsParameter object should be final.322
ErrorsLine contains a tab character.323
ErrorsLine contains a tab character.324
Errors'{' should be on the previous line.324
ErrorsLine is longer than 80 characters.325
ErrorsLine contains a tab character.325
ErrorsLine contains a tab character.326
ErrorsLine contains a tab character.327
Errors'(' is followed by whitespace.327
Errors')' is preceded with whitespace.327
ErrorsLine has trailing spaces.328
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
Errors'cast' is not followed by whitespace.330
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.334
ErrorsLine has trailing spaces.335
ErrorsLine contains a tab character.335
ErrorsLine has trailing spaces.336
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.337
ErrorsLine has trailing spaces.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 contains a tab character.341
ErrorsLine has trailing spaces.342
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 is longer than 80 characters.346
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 contains a tab character.350
ErrorsMethod 'getLocalEvent' is not designed for extension - needs to be abstract, final or empty.350
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.352
Errors'(' should be on the previous line.353
ErrorsLine contains a tab character.354
ErrorsLine contains a tab character.356
ErrorsMethod 'getSharedEvent' 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
Errors'(' should be on the previous line.359
ErrorsLine contains a tab character.360
ErrorsLine contains a tab character.362
ErrorsMethod 'getStaticEvent' is not designed for extension - needs to be abstract, final or empty.362
ErrorsLine contains a tab character.363
ErrorsLine contains a tab character.364
Errors'(' should be on the previous line.365
ErrorsLine contains a tab character.366
ErrorsLine has trailing spaces.367
ErrorsLine contains a tab character.367
ErrorsLine has trailing spaces.368
ErrorsLine contains a tab character.368
ErrorsLine contains a tab character.369
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.369
ErrorsMissing a Javadoc comment.369
ErrorsLine contains a tab character.371
Errors'+' should be on a new line.371
ErrorsLine has trailing spaces.372
ErrorsLine contains a tab character.372
ErrorsLine has trailing spaces.373
ErrorsLine contains a tab character.373
ErrorsLine has trailing spaces.375
ErrorsLine contains a tab character.375
ErrorsLine has trailing spaces.376
ErrorsLine contains a tab character.376
ErrorsLine contains a tab character.377
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.377
ErrorsMissing a Javadoc comment.377
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 has trailing spaces.380
ErrorsLine contains a tab character.380
ErrorsLine contains a tab character.381
ErrorsLine has trailing spaces.382
ErrorsLine contains a tab character.382
ErrorsLine has trailing spaces.383
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 is longer than 80 characters.386
ErrorsLine contains a tab character.386
ErrorsLine has trailing spaces.387
ErrorsLine contains a tab character.387
ErrorsLine is longer than 80 characters.388
ErrorsLine contains a tab character.388
ErrorsLine has trailing spaces.389
ErrorsLine contains a tab character.389
ErrorsLine has trailing spaces.390
ErrorsLine is longer than 80 characters.390
ErrorsLine contains a tab character.390
ErrorsLine has trailing spaces.391
ErrorsLine contains a tab character.391
ErrorsLine contains a tab character.392
ErrorsLine has trailing spaces.393
ErrorsLine contains a tab character.393
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
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
ErrorsLine is longer than 80 characters.28
ErrorsLine contains a tab character.28
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.30
Errors'{' should be on the previous line.30
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.31
ErrorsLine has trailing spaces.32
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
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
Errors'{' should be on the previous line.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 contains a tab character.45
ErrorsLine has trailing spaces.46
ErrorsLine contains a tab character.46
ErrorsParameter original should be final.46
ErrorsExpected @param tag for 'original'.46
ErrorsLine has trailing spaces.47
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 has trailing spaces.52
ErrorsLine contains a tab character.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.54
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.54
ErrorsMissing a Javadoc comment.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
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsMissing a Javadoc comment.59
ErrorsName 'TeamId' must match pattern '^[a-z][a-zA-Z0-9]*$'.59
ErrorsVariable 'TeamId' must be private and have accessor methods.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 contains a tab character.63
ErrorsLine is longer than 80 characters.64
ErrorsLine contains a tab character.64
ErrorsMethod 'setTeamId' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter TeamId should be final.64
Errors'TeamId' hides a field.64
ErrorsExpected @param tag for 'TeamId'.64
ErrorsName 'TeamId' must match pattern '^[a-z][a-zA-Z0-9]*$'.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
ErrorsMethod 'getTeamId' is not designed for extension - needs to be abstract, final or empty.68
ErrorsMissing a Javadoc comment.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.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.74
ErrorsLine contains a tab character.75
ErrorsMissing a Javadoc comment.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.77
ErrorsLine has trailing spaces.78
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 has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsInner assignments should be avoided.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 is longer than 80 characters.85
ErrorsLine contains a tab character.85
ErrorsMissing a Javadoc comment.85
ErrorsLine has trailing spaces.86
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.87
ErrorsLine has trailing spaces.88
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
Errors'if' construct must use '{}'s.90
ErrorsLine has trailing spaces.90
ErrorsLine is longer than 80 characters.90
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine contains a tab character.91
ErrorsInner assignments should be avoided.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 is longer than 80 characters.95
ErrorsLine contains a tab character.95
ErrorsMissing a Javadoc comment.95
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.96
ErrorsLine contains a tab character.97
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.97
ErrorsLine has trailing spaces.98
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
Errors'if' construct must use '{}'s.100
ErrorsLine is longer than 80 characters.100
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsInner assignments should be avoided.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 has trailing spaces.106
ErrorsLine is longer than 80 characters.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.109
ErrorsLine has trailing spaces.112
ErrorsLine has trailing spaces.113
ErrorsLine has trailing spaces.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
Errors'{' should be on the previous line.118
ErrorsLine has trailing spaces.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.121
ErrorsLine contains a tab character.121
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.121
ErrorsMissing a Javadoc comment.121
ErrorsLine is longer than 80 characters.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
ErrorsMethod 'clone' is not designed for extension - needs to be abstract, final or empty.125
ErrorsLine has trailing spaces.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
ErrorsLine has trailing spaces.130
ErrorsLine contains a tab character.130
ErrorsLine is longer than 80 characters.131
ErrorsLine contains a tab character.131
ErrorsMethod 'getLocal' is not designed for extension - needs to be abstract, final or empty.131
ErrorsMissing a Javadoc comment.131
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
ErrorsMethod 'getShared' is not designed for extension - needs to be abstract, final or empty.134
ErrorsMissing a Javadoc comment.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
ErrorsMethod 'getStatic' is not designed for extension - needs to be abstract, final or empty.137
ErrorsMissing a Javadoc comment.137
ErrorsLine is longer than 80 characters.138
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.142
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.142
ErrorsMissing a Javadoc comment.142
ErrorsLine contains a tab character.144
Errors'+' should be on a new line.144
ErrorsLine has trailing spaces.145
ErrorsLine contains a tab character.145
ErrorsLine has trailing spaces.146
ErrorsLine contains a tab character.146
ErrorsLine has trailing spaces.148
ErrorsLine contains a tab character.148
ErrorsLine has trailing spaces.149
ErrorsLine contains a tab character.149
ErrorsLine contains a tab character.150
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.150
ErrorsMissing a Javadoc comment.150
ErrorsLine contains a tab character.151
Errors'+' should be on a new line.151
ErrorsLine has trailing spaces.152
ErrorsLine contains a tab character.152
ErrorsLine has trailing spaces.153
ErrorsLine contains a tab character.153
ErrorsLine contains a tab character.154
ErrorsLine has trailing spaces.155
ErrorsLine contains a tab character.155
ErrorsLine has trailing spaces.156
ErrorsLine contains a tab character.156
ErrorsLine is longer than 80 characters.157
ErrorsLine contains a tab character.157
ErrorsLine has trailing spaces.158
ErrorsLine contains a tab character.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 is longer than 80 characters.161
ErrorsLine contains a tab character.161
ErrorsLine has trailing spaces.162
ErrorsLine contains a tab character.162
ErrorsLine has trailing spaces.163
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.166
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine has trailing spaces.168
ErrorsLine is longer than 80 characters.169
ErrorsLine contains a tab character.169
ErrorsLine has trailing spaces.170
ErrorsLine contains a tab character.170
ErrorsLine has trailing spaces.171
ErrorsLine contains a tab character.171
ErrorsLine has trailing spaces.174
ErrorsLine has trailing spaces.175
ErrorsLine has trailing spaces.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
Errors'{' should be on the previous line.180
ErrorsLine has trailing spaces.181
ErrorsLine contains a tab character.181
ErrorsLine has trailing spaces.182
ErrorsLine contains a tab character.182
ErrorsLine has trailing spaces.183
ErrorsLine is longer than 80 characters.183
ErrorsLine contains a tab character.183
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.183
ErrorsMissing a Javadoc comment.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
ErrorsMethod 'clone' is not designed for extension - needs to be abstract, final or empty.187
ErrorsLine has trailing spaces.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
ErrorsLine has trailing spaces.192
ErrorsLine contains a tab character.192
ErrorsLine has trailing spaces.193
ErrorsLine contains a tab character.193
ErrorsLine contains a tab character.194
ErrorsMethod 'isDifferentFrom' is not designed for extension - needs to be abstract, final or empty.194
ErrorsLine contains a tab character.195
ErrorsParameter other should be final.195
ErrorsLine contains a tab character.196
Errors'{' should be on the previous line.196
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.198
Errors'{' should be on the previous line.198
ErrorsLine contains a tab character.199
ErrorsLine contains a tab character.200
Errors'}' should be on the same line.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
Errors'{' should be on the previous line.202
ErrorsLine contains a tab character.203
ErrorsLine contains a tab character.204
Errors'}' should be on the same line.204
ErrorsLine contains a tab character.205
ErrorsLine contains a tab character.206
Errors'{' should be on the previous line.206
ErrorsLine contains a tab character.207
ErrorsLine has trailing spaces.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 has trailing spaces.213
ErrorsLine contains a tab character.213
ErrorsLine has trailing spaces.214
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.215
ErrorsMissing a Javadoc comment.215
ErrorsLine contains a tab character.217
Errors'+' should be on a new line.217
ErrorsLine has trailing spaces.218
ErrorsLine contains a tab character.218
ErrorsLine has trailing spaces.219
ErrorsLine contains a tab character.219
ErrorsLine has trailing spaces.221
ErrorsLine contains a tab character.221
ErrorsLine has trailing spaces.222
ErrorsLine contains a tab character.222
ErrorsLine contains a tab character.223
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.223
ErrorsMissing a Javadoc comment.223
ErrorsLine contains a tab character.224
Errors'+' should be on a new line.224
ErrorsLine has trailing spaces.225
ErrorsLine contains a tab character.225
ErrorsLine has trailing spaces.226
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.227
ErrorsLine has trailing spaces.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 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.236
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.239
ErrorsLine contains a tab character.239
ErrorsLine contains a tab character.240
ErrorsLine has trailing spaces.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 has trailing spaces.244
ErrorsLine contains a tab character.244
ErrorsLine has trailing spaces.247
ErrorsLine has trailing spaces.248
ErrorsLine has trailing spaces.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
Errors'{' should be on the previous line.253
ErrorsLine has trailing spaces.254
ErrorsLine contains a tab character.254
ErrorsLine has trailing spaces.255
ErrorsLine contains a tab character.255
ErrorsLine has trailing spaces.256
ErrorsLine contains a tab character.256
ErrorsLine contains a tab character.257
ErrorsMissing a Javadoc comment.257
ErrorsLine contains a tab character.258
Errors'{' should be on the previous line.258
ErrorsLine has trailing spaces.259
ErrorsLine contains a tab character.259
ErrorsLine has trailing spaces.260
ErrorsLine contains a tab character.260
ErrorsLine has trailing spaces.261
ErrorsLine has trailing spaces.262
ErrorsLine contains a tab character.262
ErrorsLine has trailing spaces.263
ErrorsLine is longer than 80 characters.263
ErrorsLine contains a tab character.263
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.263
ErrorsMissing a Javadoc comment.263
ErrorsLine is longer than 80 characters.264
ErrorsLine contains a tab character.264
ErrorsLine contains a tab character.265
ErrorsLine has trailing spaces.266
ErrorsLine contains a tab character.266
ErrorsLine contains a tab character.267
ErrorsMethod 'clone' is not designed for extension - needs to be abstract, final or empty.267
ErrorsLine has trailing spaces.268
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
ErrorsLine contains a tab character.270
ErrorsLine 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 has trailing spaces.274
ErrorsLine contains a tab character.274
ErrorsLine has trailing spaces.275
ErrorsLine contains a tab character.275
ErrorsLine is longer than 80 characters.276
ErrorsLine contains a tab character.276
ErrorsMissing a Javadoc comment.276
ErrorsVariable 'propertyMap' must be private and have accessor methods.276
ErrorsLine contains a tab character.277
ErrorsLine contains a tab character.278
ErrorsLine has trailing spaces.279
ErrorsLine contains a tab character.279
ErrorsLine contains a tab character.280
ErrorsMethod 'getProperty' is not designed for extension - needs to be abstract, final or empty.280
ErrorsLine contains a tab character.281
ErrorsParameter id should be final.281
ErrorsLine contains a tab character.282
ErrorsLine contains a tab character.283
ErrorsLine contains a tab character.285
ErrorsMethod 'getProperties' is not designed for extension - needs to be abstract, final or empty.285
ErrorsLine contains a tab character.286
ErrorsLine contains a tab character.287
ErrorsLine contains a tab character.288
ErrorsLine has trailing spaces.289
ErrorsLine contains a tab character.289
ErrorsLine has trailing spaces.290
ErrorsLine contains a tab character.290
ErrorsLine has trailing spaces.291
ErrorsLine contains a tab character.291
ErrorsLine has trailing spaces.292
ErrorsLine contains a tab character.292
ErrorsLine contains a tab character.293
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.293
ErrorsMissing a Javadoc comment.293
ErrorsLine contains a tab character.295
Errors'+' should be on a new line.295
ErrorsLine has trailing spaces.296
ErrorsLine contains a tab character.296
ErrorsLine has trailing spaces.297
ErrorsLine contains a tab character.297
ErrorsLine has trailing spaces.299
ErrorsLine contains a tab character.299
ErrorsLine has trailing spaces.300
ErrorsLine contains a tab character.300
ErrorsLine contains a tab character.301
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.301
ErrorsMissing a Javadoc comment.301
ErrorsLine contains a tab character.302
Errors'+' should be on a new line.302
ErrorsLine has trailing spaces.303
ErrorsLine contains a tab character.303
ErrorsLine has trailing spaces.304
ErrorsLine contains a tab character.304
ErrorsLine contains a tab character.305
ErrorsLine has trailing spaces.306
ErrorsLine contains a tab character.306
ErrorsLine has trailing spaces.307
ErrorsLine contains a tab character.307
ErrorsLine is longer than 80 characters.308
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 has trailing spaces.311
ErrorsLine contains a tab character.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.314
ErrorsLine contains a tab character.314
ErrorsLine has trailing spaces.315
ErrorsLine contains a tab character.315
ErrorsLine contains a tab character.316
ErrorsLine has trailing spaces.317
ErrorsLine contains a tab character.317
ErrorsLine has trailing spaces.318
ErrorsLine contains a tab character.318
ErrorsLine has trailing spaces.319
ErrorsLine contains a tab character.319
ErrorsLine has trailing spaces.320
ErrorsLine contains a tab character.320
ErrorsLine contains a tab character.321
ErrorsMethod 'update' is not designed for extension - needs to be abstract, final or empty.321
ErrorsLine is longer than 80 characters.322
ErrorsLine contains a tab character.322
ErrorsParameter object should be final.322
ErrorsLine contains a tab character.323
ErrorsLine contains a tab character.324
Errors'{' should be on the previous line.324
ErrorsLine is longer than 80 characters.325
ErrorsLine contains a tab character.325
ErrorsLine contains a tab character.326
ErrorsLine contains a tab character.327
Errors'(' is followed by whitespace.327
Errors')' is preceded with whitespace.327
ErrorsLine has trailing spaces.328
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
Errors'cast' is not followed by whitespace.330
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.334
ErrorsLine has trailing spaces.335
ErrorsLine contains a tab character.335
ErrorsLine has trailing spaces.336
ErrorsLine contains a tab character.336
ErrorsLine contains a tab character.337
ErrorsLine has trailing spaces.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 contains a tab character.341
ErrorsLine has trailing spaces.342
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 is longer than 80 characters.346
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 contains a tab character.350
ErrorsMethod 'getLocalEvent' is not designed for extension - needs to be abstract, final or empty.350
ErrorsLine contains a tab character.351
ErrorsLine contains a tab character.352
Errors'(' should be on the previous line.353
ErrorsLine contains a tab character.354
ErrorsLine contains a tab character.356
ErrorsMethod 'getSharedEvent' 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
Errors'(' should be on the previous line.359
ErrorsLine contains a tab character.360
ErrorsLine contains a tab character.362
ErrorsMethod 'getStaticEvent' is not designed for extension - needs to be abstract, final or empty.362
ErrorsLine contains a tab character.363
ErrorsLine contains a tab character.364
Errors'(' should be on the previous line.365
ErrorsLine contains a tab character.366
ErrorsLine has trailing spaces.367
ErrorsLine contains a tab character.367
ErrorsLine has trailing spaces.368
ErrorsLine contains a tab character.368
ErrorsLine contains a tab character.369
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.369
ErrorsMissing a Javadoc comment.369
ErrorsLine contains a tab character.371
Errors'+' should be on a new line.371
ErrorsLine has trailing spaces.372
ErrorsLine contains a tab character.372
ErrorsLine has trailing spaces.373
ErrorsLine contains a tab character.373
ErrorsLine has trailing spaces.375
ErrorsLine contains a tab character.375
ErrorsLine has trailing spaces.376
ErrorsLine contains a tab character.376
ErrorsLine contains a tab character.377
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.377
ErrorsMissing a Javadoc comment.377
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 has trailing spaces.380
ErrorsLine contains a tab character.380
ErrorsLine contains a tab character.381
ErrorsLine has trailing spaces.382
ErrorsLine contains a tab character.382
ErrorsLine has trailing spaces.383
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 is longer than 80 characters.386
ErrorsLine contains a tab character.386
ErrorsLine has trailing spaces.387
ErrorsLine contains a tab character.387
ErrorsLine is longer than 80 characters.388
ErrorsLine contains a tab character.388
ErrorsLine has trailing spaces.389
ErrorsLine contains a tab character.389
ErrorsLine has trailing spaces.390
ErrorsLine is longer than 80 characters.390
ErrorsLine contains a tab character.390
ErrorsLine has trailing spaces.391
ErrorsLine contains a tab character.391
ErrorsLine contains a tab character.392
ErrorsLine has trailing spaces.393
ErrorsLine contains a tab character.393

cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/EmptyShared.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.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
Errors'{' should be on the previous line.29
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine has trailing spaces.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 contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
Errors'{' should be on the previous line.37
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.39
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.42
ErrorsLine contains a tab character.42
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.43
ErrorsName 'EmptyId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsLine has trailing spaces.46
ErrorsLine is longer than 80 characters.46
ErrorsLine contains a tab character.46
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.46
ErrorsMissing a Javadoc comment.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsMissing a Javadoc comment.51
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.51
ErrorsVariable 'SimTime' must be private and have accessor methods.51
ErrorsLine has trailing spaces.52
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
ErrorsExpected an @return tag.56
ErrorsLine contains a tab character.56
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.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 is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter SimTime should be final.64
Errors'SimTime' hides a field.64
ErrorsExpected @param tag for 'SimTime'.64
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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 has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsMissing a Javadoc comment.69
ErrorsName 'SharedPropertyTokens' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.69
ErrorsLine has trailing spaces.70
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 has trailing spaces.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 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 has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsMethod 'getCompositeClass' is not designed for extension - needs to be abstract, final or empty.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.87
ErrorsLine has trailing spaces.88
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.90
ErrorsMissing a Javadoc comment.90
ErrorsLine contains a tab character.92
Errors'+' should be on a new line.92
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.98
ErrorsMissing a Javadoc comment.98
ErrorsLine contains a tab character.99
Errors'+' should be on a new line.99
ErrorsLine has trailing spaces.100
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 has trailing spaces.104
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 contains a tab character.106
ErrorsLine is longer than 80 characters.107
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 has trailing spaces.110
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.111
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 contains a tab character.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.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
Errors'{' should be on the previous line.29
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine has trailing spaces.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 contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
Errors'{' should be on the previous line.37
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.39
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.42
ErrorsLine contains a tab character.42
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.43
ErrorsName 'EmptyId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsLine has trailing spaces.46
ErrorsLine is longer than 80 characters.46
ErrorsLine contains a tab character.46
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.46
ErrorsMissing a Javadoc comment.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsMissing a Javadoc comment.51
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.51
ErrorsVariable 'SimTime' must be private and have accessor methods.51
ErrorsLine has trailing spaces.52
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
ErrorsExpected an @return tag.56
ErrorsLine contains a tab character.56
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.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 is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter SimTime should be final.64
Errors'SimTime' hides a field.64
ErrorsExpected @param tag for 'SimTime'.64
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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 has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsMissing a Javadoc comment.69
ErrorsName 'SharedPropertyTokens' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.69
ErrorsLine has trailing spaces.70
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 has trailing spaces.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 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 has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsMethod 'getCompositeClass' is not designed for extension - needs to be abstract, final or empty.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.87
ErrorsLine has trailing spaces.88
ErrorsLine contains a tab character.88
ErrorsLine has trailing spaces.89
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.90
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.90
ErrorsMissing a Javadoc comment.90
ErrorsLine contains a tab character.92
Errors'+' should be on a new line.92
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.93
ErrorsLine has trailing spaces.94
ErrorsLine contains a tab character.94
ErrorsLine has trailing spaces.96
ErrorsLine contains a tab character.96
ErrorsLine has trailing spaces.97
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.98
ErrorsMissing a Javadoc comment.98
ErrorsLine contains a tab character.99
Errors'+' should be on a new line.99
ErrorsLine has trailing spaces.100
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 has trailing spaces.104
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 contains a tab character.106
ErrorsLine is longer than 80 characters.107
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 has trailing spaces.110
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.111
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 contains a tab character.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114

cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/EmptySharedImpl.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
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
Errors'{' should be on the previous line.28
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsParameter source should be final.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 is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsParameter objectId should be final.36
ErrorsParameter properties should be final.36
ErrorsLine contains a tab character.37
Errors'cast' is not followed by whitespace.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 is longer than 80 characters.41
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
ErrorsLine contains a tab character.45
Errors'(' is followed by whitespace.45
Errors')' is preceded with whitespace.45
ErrorsLine contains a tab character.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
Errors'(' is followed by whitespace.47
Errors'(' is followed by whitespace.47
Errors')' is preceded with whitespace.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
Errors'+' should be on a new line.49
ErrorsLine is longer than 80 characters.50
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 has trailing spaces.54
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
Errors'+' should be on a new line.54
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.57
ErrorsLine 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 contains a tab character.61
ErrorsLine has trailing spaces.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
ErrorsMissing a Javadoc comment.64
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsMethod 'getId' 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 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.71
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.71
ErrorsLine contains a tab character.72
ErrorsParameter SimTime should be final.72
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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
ErrorsMethod 'clone' is not designed for extension - needs to be abstract, final or empty.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 has trailing spaces.82
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.84
ErrorsLine has trailing spaces.85
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
ErrorsMissing a Javadoc comment.87
ErrorsVariable 'propertyMap' must be private and have accessor methods.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
ErrorsMethod 'getProperty' is not designed for extension - needs to be abstract, final or empty.91
ErrorsLine contains a tab character.92
ErrorsParameter id should be final.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.96
ErrorsMethod 'getProperties' 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
ErrorsLine has trailing spaces.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.102
ErrorsLine has trailing spaces.103
ErrorsLine contains a tab character.103
ErrorsLine has trailing spaces.104
ErrorsLine contains a tab character.104
ErrorsMissing a Javadoc comment.105
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.107
Errors'{' should be on the previous line.107
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsMissing a Javadoc comment.109
ErrorsLine contains a tab character.110
ErrorsMissing a Javadoc comment.110
ErrorsLine contains a tab character.111
ErrorsMissing a Javadoc comment.111
ErrorsLine has trailing spaces.112
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsMissing a Javadoc comment.113
Errors'(' should be on the previous line.114
ErrorsParameter data should be final.114
ErrorsParameter time should be final.114
Errors'time' hides a field.114
ErrorsParameter teamId should be final.114
Errors'teamId' hides a field.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 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 contains a tab character.123
ErrorsExpected an @return tag.124
ErrorsLine contains a tab character.124
ErrorsMethod 'getSimTime' 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 'getId' 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.132
ErrorsLine has trailing spaces.133
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsMethod 'getTeamId' 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
ErrorsLine contains a tab character.137
ErrorsLine has trailing spaces.138
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsMethod 'getCompositeObjectClass' 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
Errors'{' should be on the previous line.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
ErrorsMethod 'getPropertyEvents' is not designed for extension - needs to be abstract, final or empty.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 has trailing spaces.148
ErrorsLine contains a tab character.148
ErrorsLine is longer than 80 characters.149
ErrorsLine contains a tab character.149
Errors'(' is followed by whitespace.149
Errors')' is preceded with whitespace.149
ErrorsLine contains a tab character.150
Errors'{' should be on the previous line.150
ErrorsLine contains a tab character.151
Errors'(' is followed by whitespace.151
ErrorsLine contains a tab character.152
Errors'{' should be on the previous line.152
ErrorsLine is longer than 80 characters.153
ErrorsLine contains a tab character.153
Errors'(' is followed by whitespace.153
Errors')' is preceded with whitespace.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 has trailing spaces.158
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 has trailing spaces.162
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.163
ErrorsMissing a Javadoc comment.163
ErrorsLine contains a tab character.165
Errors'+' should be on a new line.165
ErrorsLine has trailing spaces.166
ErrorsLine contains a tab character.166
ErrorsLine has trailing spaces.167
ErrorsLine contains a tab character.167
ErrorsLine has trailing spaces.169
ErrorsLine contains a tab character.169
ErrorsLine has trailing spaces.170
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.171
ErrorsMissing a Javadoc comment.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 has trailing spaces.174
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsLine has trailing spaces.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 has trailing spaces.184
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 contains a tab character.186
ErrorsLine has trailing spaces.187
ErrorsLine contains a tab character.187
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
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
Errors'{' should be on the previous line.28
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.31
ErrorsLine contains a tab character.31
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
ErrorsParameter source should be final.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 is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsParameter objectId should be final.36
ErrorsParameter properties should be final.36
ErrorsLine contains a tab character.37
Errors'cast' is not followed by whitespace.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 is longer than 80 characters.41
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
ErrorsLine contains a tab character.45
Errors'(' is followed by whitespace.45
Errors')' is preceded with whitespace.45
ErrorsLine contains a tab character.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
Errors'(' is followed by whitespace.47
Errors'(' is followed by whitespace.47
Errors')' is preceded with whitespace.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
Errors'+' should be on a new line.49
ErrorsLine is longer than 80 characters.50
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 has trailing spaces.54
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
Errors'+' should be on a new line.54
ErrorsLine is longer than 80 characters.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine is longer than 80 characters.57
ErrorsLine contains a tab character.57
ErrorsLine 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 contains a tab character.61
ErrorsLine has trailing spaces.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
ErrorsMissing a Javadoc comment.64
ErrorsName 'Id' must match pattern '^[a-z][a-zA-Z0-9]*$'.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsMethod 'getId' 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 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.71
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.71
ErrorsLine contains a tab character.72
ErrorsParameter SimTime should be final.72
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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
ErrorsMethod 'clone' is not designed for extension - needs to be abstract, final or empty.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 has trailing spaces.82
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.84
ErrorsLine has trailing spaces.85
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
ErrorsMissing a Javadoc comment.87
ErrorsVariable 'propertyMap' must be private and have accessor methods.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
ErrorsMethod 'getProperty' is not designed for extension - needs to be abstract, final or empty.91
ErrorsLine contains a tab character.92
ErrorsParameter id should be final.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.96
ErrorsMethod 'getProperties' 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
ErrorsLine has trailing spaces.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.102
ErrorsLine has trailing spaces.103
ErrorsLine contains a tab character.103
ErrorsLine has trailing spaces.104
ErrorsLine contains a tab character.104
ErrorsMissing a Javadoc comment.105
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.107
Errors'{' should be on the previous line.107
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.108
ErrorsLine contains a tab character.109
ErrorsMissing a Javadoc comment.109
ErrorsLine contains a tab character.110
ErrorsMissing a Javadoc comment.110
ErrorsLine contains a tab character.111
ErrorsMissing a Javadoc comment.111
ErrorsLine has trailing spaces.112
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsMissing a Javadoc comment.113
Errors'(' should be on the previous line.114
ErrorsParameter data should be final.114
ErrorsParameter time should be final.114
Errors'time' hides a field.114
ErrorsParameter teamId should be final.114
Errors'teamId' hides a field.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 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 contains a tab character.123
ErrorsExpected an @return tag.124
ErrorsLine contains a tab character.124
ErrorsMethod 'getSimTime' 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 'getId' 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.132
ErrorsLine has trailing spaces.133
ErrorsLine contains a tab character.133
ErrorsLine contains a tab character.134
ErrorsMethod 'getTeamId' 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
ErrorsLine contains a tab character.137
ErrorsLine has trailing spaces.138
ErrorsLine contains a tab character.138
ErrorsLine contains a tab character.139
ErrorsMethod 'getCompositeObjectClass' 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
Errors'{' should be on the previous line.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
ErrorsMethod 'getPropertyEvents' is not designed for extension - needs to be abstract, final or empty.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 has trailing spaces.148
ErrorsLine contains a tab character.148
ErrorsLine is longer than 80 characters.149
ErrorsLine contains a tab character.149
Errors'(' is followed by whitespace.149
Errors')' is preceded with whitespace.149
ErrorsLine contains a tab character.150
Errors'{' should be on the previous line.150
ErrorsLine contains a tab character.151
Errors'(' is followed by whitespace.151
ErrorsLine contains a tab character.152
Errors'{' should be on the previous line.152
ErrorsLine is longer than 80 characters.153
ErrorsLine contains a tab character.153
Errors'(' is followed by whitespace.153
Errors')' is preceded with whitespace.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 has trailing spaces.158
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 has trailing spaces.162
ErrorsLine contains a tab character.162
ErrorsLine contains a tab character.163
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.163
ErrorsMissing a Javadoc comment.163
ErrorsLine contains a tab character.165
Errors'+' should be on a new line.165
ErrorsLine has trailing spaces.166
ErrorsLine contains a tab character.166
ErrorsLine has trailing spaces.167
ErrorsLine contains a tab character.167
ErrorsLine has trailing spaces.169
ErrorsLine contains a tab character.169
ErrorsLine has trailing spaces.170
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.171
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.171
ErrorsMissing a Javadoc comment.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 has trailing spaces.174
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.175
ErrorsLine has trailing spaces.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 has trailing spaces.184
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 contains a tab character.186
ErrorsLine has trailing spaces.187
ErrorsLine contains a tab character.187

cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/EmptyStatic.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.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
Errors'{' should be on the previous line.29
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine has trailing spaces.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 contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
Errors'{' should be on the previous line.37
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.39
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.42
ErrorsLine contains a tab character.42
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.43
ErrorsName 'EmptyId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsLine has trailing spaces.46
ErrorsLine is longer than 80 characters.46
ErrorsLine contains a tab character.46
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.46
ErrorsMissing a Javadoc comment.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsMissing a Javadoc comment.51
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.51
ErrorsVariable 'SimTime' must be private and have accessor methods.51
ErrorsLine has trailing spaces.52
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
ErrorsExpected an @return tag.56
ErrorsLine contains a tab character.56
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.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 is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter SimTime should be final.64
Errors'SimTime' hides a field.64
ErrorsExpected @param tag for 'SimTime'.64
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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 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
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsMethod 'getCompositeClass' is not designed for extension - needs to be abstract, final or empty.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 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 contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsMethod 'isDifferentFrom' is not designed for extension - needs to be abstract, final or empty.81
ErrorsLine contains a tab character.82
ErrorsParameter other should be final.82
ErrorsLine contains a tab character.83
Errors'{' should be on the previous line.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
Errors'{' should be on the previous line.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
Errors'}' should be on the same line.87
ErrorsLine contains a tab character.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.91
Errors'}' should be on the same line.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
Errors'{' should be on the previous line.93
ErrorsLine contains a tab character.94
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 has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.102
ErrorsMissing a Javadoc comment.102
ErrorsLine contains a tab character.104
Errors'+' should be on a new line.104
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.110
ErrorsMissing a Javadoc comment.110
ErrorsLine contains a tab character.111
Errors'+' should be on a new line.111
ErrorsLine has trailing spaces.112
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.115
ErrorsLine contains a tab character.115
ErrorsLine has trailing spaces.116
ErrorsLine contains a tab character.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 is longer than 80 characters.119
ErrorsLine contains a tab character.119
ErrorsLine has trailing spaces.120
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 contains a tab character.122
ErrorsLine has trailing spaces.123
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 has trailing spaces.126
ErrorsLine contains a tab character.126
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.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
Errors'{' should be on the previous line.29
ErrorsLine has trailing spaces.30
ErrorsLine contains a tab character.30
ErrorsLine has trailing spaces.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 contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
Errors'{' should be on the previous line.37
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.39
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.42
ErrorsLine contains a tab character.42
ErrorsLine is longer than 80 characters.43
ErrorsLine contains a tab character.43
ErrorsMissing a Javadoc comment.43
ErrorsName 'EmptyId' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.45
ErrorsLine has trailing spaces.46
ErrorsLine is longer than 80 characters.46
ErrorsLine contains a tab character.46
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.46
ErrorsMissing a Javadoc comment.46
ErrorsLine is longer than 80 characters.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsMissing a Javadoc comment.51
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.51
ErrorsVariable 'SimTime' must be private and have accessor methods.51
ErrorsLine has trailing spaces.52
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
ErrorsExpected an @return tag.56
ErrorsLine contains a tab character.56
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.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 is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter SimTime should be final.64
Errors'SimTime' hides a field.64
ErrorsExpected @param tag for 'SimTime'.64
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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 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
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsMethod 'getCompositeClass' is not designed for extension - needs to be abstract, final or empty.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 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 contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsMethod 'isDifferentFrom' is not designed for extension - needs to be abstract, final or empty.81
ErrorsLine contains a tab character.82
ErrorsParameter other should be final.82
ErrorsLine contains a tab character.83
Errors'{' should be on the previous line.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
Errors'{' should be on the previous line.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
Errors'}' should be on the same line.87
ErrorsLine contains a tab character.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.91
Errors'}' should be on the same line.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
Errors'{' should be on the previous line.93
ErrorsLine contains a tab character.94
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 has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.102
ErrorsMissing a Javadoc comment.102
ErrorsLine contains a tab character.104
Errors'+' should be on a new line.104
ErrorsLine has trailing spaces.105
ErrorsLine contains a tab character.105
ErrorsLine has trailing spaces.106
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.110
ErrorsMissing a Javadoc comment.110
ErrorsLine contains a tab character.111
Errors'+' should be on a new line.111
ErrorsLine has trailing spaces.112
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.115
ErrorsLine contains a tab character.115
ErrorsLine has trailing spaces.116
ErrorsLine contains a tab character.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 is longer than 80 characters.119
ErrorsLine contains a tab character.119
ErrorsLine has trailing spaces.120
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 contains a tab character.122
ErrorsLine has trailing spaces.123
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 has trailing spaces.126
ErrorsLine contains a tab character.126

cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/EmptyStaticImpl.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
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
Errors'{' should be on the previous line.28
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine has trailing spaces.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 contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
Errors'{' should be on the previous line.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
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsParameter original should be final.44
ErrorsExpected @param tag for 'original'.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.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
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
ErrorsParameter original should be final.54
ErrorsExpected @param tag for 'original'.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 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
ErrorsParameter original should be final.64
ErrorsExpected @param tag for 'original'.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 has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.69
ErrorsMissing a Javadoc comment.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 has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.74
ErrorsLine contains a tab character.75
ErrorsParameter SimTime should be final.75
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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
ErrorsMethod 'clone' is not designed for extension - needs to be abstract, final or empty.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 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.86
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.87
ErrorsLine has trailing spaces.88
ErrorsLine contains a tab character.88
ErrorsMissing a Javadoc comment.89
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.91
Errors'{' should be on the previous line.91
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsMissing a Javadoc comment.93
ErrorsLine contains a tab character.94
ErrorsMissing a Javadoc comment.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsMissing a Javadoc comment.96
Errors'(' should be on the previous line.97
ErrorsParameter source should be final.97
ErrorsParameter time should be final.97
Errors'time' hides a field.97
ErrorsLine contains a tab character.98
Errors'{' should be on the previous line.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 contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsExpected an @return tag.106
ErrorsLine contains a tab character.106
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.106
ErrorsLine contains a tab character.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
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.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 'update' is not designed for extension - needs to be abstract, final or empty.116
ErrorsLine is longer than 80 characters.117
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsParameter object should be final.118
ErrorsLine contains a tab character.119
Errors'(' is followed by whitespace.119
ErrorsLine contains a tab character.120
Errors'{' should be on the previous line.120
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 is longer than 80 characters.124
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
Errors'(' is followed by whitespace.125
ErrorsLine contains a tab character.126
Errors'{' should be on the previous line.126
ErrorsLine is longer than 80 characters.127
ErrorsLine contains a tab character.127
Errors'cast' is not followed by whitespace.127
ErrorsLine is longer than 80 characters.128
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
Errors'(' is followed by whitespace.129
Errors')' is preceded with whitespace.129
ErrorsLine contains a tab character.130
Errors'{' should be on the previous line.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 is longer than 80 characters.135
ErrorsLine contains a tab character.135
ErrorsLine has trailing spaces.136
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 has trailing spaces.140
ErrorsLine contains a tab character.140
ErrorsLine has trailing spaces.141
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsMethod 'isDifferentFrom' is not designed for extension - needs to be abstract, final or empty.143
ErrorsLine contains a tab character.144
ErrorsParameter other should be final.144
ErrorsLine contains a tab character.145
Errors'{' should be on the previous line.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
Errors'{' should be on the previous line.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
Errors'}' should be on the same line.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
Errors'{' should be on the previous line.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
Errors'}' should be on the same line.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
Errors'{' should be on the previous line.155
ErrorsLine contains a tab character.156
ErrorsLine has trailing spaces.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 has trailing spaces.162
ErrorsLine contains a tab character.162
ErrorsLine has trailing spaces.163
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.164
ErrorsMissing a Javadoc comment.164
ErrorsLine contains a tab character.166
Errors'+' should be on a new line.166
ErrorsLine has trailing spaces.167
ErrorsLine contains a tab character.167
ErrorsLine has trailing spaces.168
ErrorsLine contains a tab character.168
ErrorsLine has trailing spaces.170
ErrorsLine contains a tab character.170
ErrorsLine has trailing spaces.171
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.172
ErrorsMissing a Javadoc comment.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 has trailing spaces.175
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine has trailing spaces.177
ErrorsLine contains a tab character.177
ErrorsLine has trailing spaces.178
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 contains a tab character.180
ErrorsLine is longer than 80 characters.181
ErrorsLine contains a tab character.181
ErrorsLine has trailing spaces.182
ErrorsLine contains a tab character.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.185
ErrorsLine contains a tab character.185
ErrorsLine has trailing spaces.186
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine has trailing spaces.188
ErrorsLine contains a tab character.188
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.2
ErrorsLine contains a tab character.2
ErrorsLine is longer than 80 characters.3
ErrorsLine contains a tab character.3
ErrorsLine is longer than 80 characters.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.4
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.4
ErrorsUsing the '.*' form of import should be avoided - java.util.*.4
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.4
ErrorsLine contains a tab character.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.4
Errors';' is not followed by whitespace.4
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
Errors';' is not followed by whitespace.4
ErrorsLine is longer than 80 characters.5
ErrorsLine contains a tab character.5
ErrorsLine has trailing spaces.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine contains a tab character.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.9
ErrorsLine is longer than 80 characters.10
ErrorsLine contains a tab character.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
ErrorsLine has trailing spaces.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.14
ErrorsLine contains a tab character.14
ErrorsLine has trailing spaces.15
ErrorsLine contains a tab character.16
ErrorsLine has trailing spaces.17
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine contains a tab character.18
ErrorsLine has trailing spaces.19
ErrorsLine contains a tab character.19
ErrorsLine has trailing spaces.22
ErrorsLine has trailing spaces.23
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
Errors'{' should be on the previous line.28
ErrorsLine has trailing spaces.29
ErrorsLine contains a tab character.29
ErrorsLine has trailing spaces.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 contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
Errors'{' should be on the previous line.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
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine has trailing spaces.44
ErrorsLine contains a tab character.44
ErrorsParameter original should be final.44
ErrorsExpected @param tag for 'original'.44
ErrorsLine has trailing spaces.45
ErrorsLine contains a tab character.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
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
ErrorsParameter original should be final.54
ErrorsExpected @param tag for 'original'.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 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
ErrorsParameter original should be final.64
ErrorsExpected @param tag for 'original'.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 has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.69
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.69
ErrorsMissing a Javadoc comment.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 has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsMethod 'setSimTime' is not designed for extension - needs to be abstract, final or empty.74
ErrorsLine contains a tab character.75
ErrorsParameter SimTime should be final.75
ErrorsName 'SimTime' must match pattern '^[a-z][a-zA-Z0-9]*$'.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
ErrorsMethod 'clone' is not designed for extension - needs to be abstract, final or empty.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 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.86
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.87
ErrorsLine has trailing spaces.88
ErrorsLine contains a tab character.88
ErrorsMissing a Javadoc comment.89
ErrorsLine contains a tab character.89
ErrorsLine contains a tab character.91
Errors'{' should be on the previous line.91
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsMissing a Javadoc comment.93
ErrorsLine contains a tab character.94
ErrorsMissing a Javadoc comment.94
ErrorsLine has trailing spaces.95
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsMissing a Javadoc comment.96
Errors'(' should be on the previous line.97
ErrorsParameter source should be final.97
ErrorsParameter time should be final.97
Errors'time' hides a field.97
ErrorsLine contains a tab character.98
Errors'{' should be on the previous line.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 contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsExpected an @return tag.106
ErrorsLine contains a tab character.106
ErrorsMethod 'getSimTime' is not designed for extension - needs to be abstract, final or empty.106
ErrorsLine contains a tab character.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
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.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 'update' is not designed for extension - needs to be abstract, final or empty.116
ErrorsLine is longer than 80 characters.117
ErrorsLine contains a tab character.117
ErrorsLine contains a tab character.118
ErrorsParameter object should be final.118
ErrorsLine contains a tab character.119
Errors'(' is followed by whitespace.119
ErrorsLine contains a tab character.120
Errors'{' should be on the previous line.120
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 is longer than 80 characters.124
ErrorsLine contains a tab character.124
ErrorsLine contains a tab character.125
Errors'(' is followed by whitespace.125
ErrorsLine contains a tab character.126
Errors'{' should be on the previous line.126
ErrorsLine is longer than 80 characters.127
ErrorsLine contains a tab character.127
Errors'cast' is not followed by whitespace.127
ErrorsLine is longer than 80 characters.128
ErrorsLine contains a tab character.128
ErrorsLine contains a tab character.129
Errors'(' is followed by whitespace.129
Errors')' is preceded with whitespace.129
ErrorsLine contains a tab character.130
Errors'{' should be on the previous line.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 is longer than 80 characters.135
ErrorsLine contains a tab character.135
ErrorsLine has trailing spaces.136
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 has trailing spaces.140
ErrorsLine contains a tab character.140
ErrorsLine has trailing spaces.141
ErrorsLine has trailing spaces.142
ErrorsLine contains a tab character.142
ErrorsLine contains a tab character.143
ErrorsMethod 'isDifferentFrom' is not designed for extension - needs to be abstract, final or empty.143
ErrorsLine contains a tab character.144
ErrorsParameter other should be final.144
ErrorsLine contains a tab character.145
Errors'{' should be on the previous line.145
ErrorsLine contains a tab character.146
ErrorsLine contains a tab character.147
Errors'{' should be on the previous line.147
ErrorsLine contains a tab character.148
ErrorsLine contains a tab character.149
Errors'}' should be on the same line.149
ErrorsLine contains a tab character.150
ErrorsLine contains a tab character.151
Errors'{' should be on the previous line.151
ErrorsLine contains a tab character.152
ErrorsLine contains a tab character.153
Errors'}' should be on the same line.153
ErrorsLine contains a tab character.154
ErrorsLine contains a tab character.155
Errors'{' should be on the previous line.155
ErrorsLine contains a tab character.156
ErrorsLine has trailing spaces.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 has trailing spaces.162
ErrorsLine contains a tab character.162
ErrorsLine has trailing spaces.163
ErrorsLine contains a tab character.163
ErrorsLine contains a tab character.164
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.164
ErrorsMissing a Javadoc comment.164
ErrorsLine contains a tab character.166
Errors'+' should be on a new line.166
ErrorsLine has trailing spaces.167
ErrorsLine contains a tab character.167
ErrorsLine has trailing spaces.168
ErrorsLine contains a tab character.168
ErrorsLine has trailing spaces.170
ErrorsLine contains a tab character.170
ErrorsLine has trailing spaces.171
ErrorsLine contains a tab character.171
ErrorsLine contains a tab character.172
ErrorsMethod 'toHtmlString' is not designed for extension - needs to be abstract, final or empty.172
ErrorsMissing a Javadoc comment.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 has trailing spaces.175
ErrorsLine contains a tab character.175
ErrorsLine contains a tab character.176
ErrorsLine has trailing spaces.177
ErrorsLine contains a tab character.177
ErrorsLine has trailing spaces.178
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 contains a tab character.180
ErrorsLine is longer than 80 characters.181
ErrorsLine contains a tab character.181
ErrorsLine has trailing spaces.182
ErrorsLine contains a tab character.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.185
ErrorsLine contains a tab character.185
ErrorsLine has trailing spaces.186
ErrorsLine contains a tab character.186
ErrorsLine contains a tab character.187
ErrorsLine has trailing spaces.188
ErrorsLine contains a tab character.188

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

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine contains a tab character.2
ErrorsLine contains a tab character.3
ErrorsLine has trailing spaces.5
ErrorsLine contains a tab character.5
ErrorsLine is longer than 80 characters.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.10
ErrorsLine contains a tab character.11
ErrorsLine has trailing spaces.12
ErrorsLine contains a tab character.12
ErrorsLine is longer than 80 characters.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.15
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.translator.event.*.15
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.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.15
ErrorsUsing the '.*' form of import should be avoided - java.util.*.15
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.15
Errors';' is not followed by whitespace.15
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.15
Errors';' is not followed by whitespace.15
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
ErrorsLine is longer than 80 characters.18
ErrorsUtility classes should not have a public or default constructor.20
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.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
Errors',' is not followed by whitespace.24
Errors',' is not followed by whitespace.24
Errors',' is not followed by whitespace.24
ErrorsLine contains a tab character.25
ErrorsFirst sentence should end with a period.27
ErrorsLine contains a tab character.27
ErrorsLine is longer than 80 characters.28
ErrorsLine contains a tab character.28
Errors',' is not followed by whitespace.28
ErrorsName 'prototypeMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.28
ErrorsLine contains a tab character.29
Errors',' is not followed by whitespace.29
ErrorsFirst sentence should end with a period.31
ErrorsLine contains a tab character.31
ErrorsLine is longer than 80 characters.32
ErrorsLine contains a tab character.32
Errors',' is not followed by whitespace.32
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.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 is longer than 80 characters.38
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.39
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 is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine has trailing spaces.46
ErrorsFile does not end with a newline.0
ErrorsLine contains a tab character.2
ErrorsLine contains a tab character.3
ErrorsLine has trailing spaces.5
ErrorsLine contains a tab character.5
ErrorsLine is longer than 80 characters.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.10
ErrorsLine contains a tab character.11
ErrorsLine has trailing spaces.12
ErrorsLine contains a tab character.12
ErrorsLine is longer than 80 characters.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.15
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.translator.event.*.15
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.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.15
ErrorsUsing the '.*' form of import should be avoided - java.util.*.15
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.15
Errors';' is not followed by whitespace.15
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.15
Errors';' is not followed by whitespace.15
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
ErrorsLine is longer than 80 characters.18
ErrorsUtility classes should not have a public or default constructor.20
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.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
Errors',' is not followed by whitespace.24
Errors',' is not followed by whitespace.24
Errors',' is not followed by whitespace.24
ErrorsLine contains a tab character.25
ErrorsFirst sentence should end with a period.27
ErrorsLine contains a tab character.27
ErrorsLine is longer than 80 characters.28
ErrorsLine contains a tab character.28
Errors',' is not followed by whitespace.28
ErrorsName 'prototypeMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.28
ErrorsLine contains a tab character.29
Errors',' is not followed by whitespace.29
ErrorsFirst sentence should end with a period.31
ErrorsLine contains a tab character.31
ErrorsLine is longer than 80 characters.32
ErrorsLine contains a tab character.32
Errors',' is not followed by whitespace.32
ErrorsLine contains a tab character.34
ErrorsLine has trailing spaces.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 is longer than 80 characters.38
ErrorsLine contains a tab character.38
ErrorsLine has trailing spaces.39
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 is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsLine contains a tab character.43
ErrorsLine has trailing spaces.46

cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/UT2004CompositeObjectCreator.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine contains a tab character.2
ErrorsLine contains a tab character.3
ErrorsLine has trailing spaces.5
ErrorsLine contains a tab character.5
ErrorsLine is longer than 80 characters.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.10
ErrorsLine contains a tab character.11
ErrorsLine has trailing spaces.12
ErrorsLine contains a tab character.12
ErrorsLine is longer than 80 characters.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.15
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.translator.event.*.15
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.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.15
ErrorsUsing the '.*' form of import should be avoided - java.util.*.15
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.15
Errors';' is not followed by whitespace.15
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.15
Errors';' is not followed by whitespace.15
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
ErrorsMissing a Javadoc comment.17
ErrorsUtility classes should not have a public or default constructor.17
ErrorsLine has trailing spaces.18
ErrorsLine contains a tab character.18
ErrorsLine is longer than 80 characters.19
ErrorsMissing a Javadoc comment.19
ErrorsLine contains a tab character.19
ErrorsRedundant 'static' modifier.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
ErrorsRedundant 'public' modifier.21
ErrorsLine has trailing spaces.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 has trailing spaces.25
ErrorsLine contains a tab character.25
ErrorsLine is longer than 80 characters.26
ErrorsMissing a Javadoc comment.26
ErrorsLine contains a tab character.26
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsMethod 'create' is not designed for extension - needs to be abstract, final or empty.28
ErrorsLine contains a tab character.29
ErrorsLine has trailing spaces.30
ErrorsLine is longer than 80 characters.30
ErrorsLine contains a tab character.30
ErrorsParameter localPart should be final.30
ErrorsParameter sharedPart should be final.30
ErrorsParameter staticPart should be final.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 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
Errors'(' should be on the previous line.35
Errors'(' is followed by whitespace.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
Errors'(' should be on the previous line.38
ErrorsLine contains a tab character.39
Errors'cast' is not followed by whitespace.39
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.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
Errors'(' should be on the previous line.43
ErrorsLine is longer than 80 characters.44
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.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
Errors'(' should be on the previous line.48
ErrorsLine contains a tab character.49
Errors'cast' is not followed by whitespace.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
Errors';' is preceded with whitespace.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 has trailing spaces.56
ErrorsLine contains a tab character.56
ErrorsLine is longer than 80 characters.57
ErrorsMissing a Javadoc comment.57
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsMethod 'create' is not designed for extension - needs to be abstract, final or empty.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.61
ErrorsParameter localPart should be final.61
ErrorsParameter sharedPart should be final.61
ErrorsParameter staticPart should be final.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 has trailing spaces.65
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
Errors'(' should be on the previous line.66
Errors'(' is followed by whitespace.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
Errors'(' should be on the previous line.69
ErrorsLine contains a tab character.70
Errors'cast' is not followed by whitespace.70
ErrorsLine has trailing spaces.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
Errors'(' should be on the previous line.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 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
Errors'(' should be on the previous line.79
ErrorsLine contains a tab character.80
Errors'cast' is not followed by whitespace.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
Errors';' is preceded with whitespace.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.88
ErrorsMissing a Javadoc comment.88
ErrorsLine has trailing spaces.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 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 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 is longer than 80 characters.100
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 has trailing spaces.104
ErrorsLine contains a tab character.104
ErrorsLine is longer than 80 characters.105
ErrorsLine contains a tab character.105
ErrorsMissing a Javadoc comment.105
ErrorsParameter localPart should be final.105
ErrorsParameter sharedPart should be final.105
ErrorsParameter staticPart should be final.105
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 has trailing spaces.110
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.112
ErrorsLine contains a tab character.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 is longer than 80 characters.115
ErrorsLine contains a tab character.115
Errors'(' is followed by whitespace.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 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 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 contains a tab character.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
ErrorsLine has trailing spaces.128
ErrorsLine contains a tab character.128
ErrorsFile does not end with a newline.0
ErrorsLine contains a tab character.2
ErrorsLine contains a tab character.3
ErrorsLine has trailing spaces.5
ErrorsLine contains a tab character.5
ErrorsLine is longer than 80 characters.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.10
ErrorsLine contains a tab character.11
ErrorsLine has trailing spaces.12
ErrorsLine contains a tab character.12
ErrorsLine is longer than 80 characters.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.15
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.translator.event.*.15
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.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.15
ErrorsUsing the '.*' form of import should be avoided - java.util.*.15
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.15
Errors';' is not followed by whitespace.15
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.15
Errors';' is not followed by whitespace.15
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
ErrorsMissing a Javadoc comment.17
ErrorsUtility classes should not have a public or default constructor.17
ErrorsLine has trailing spaces.18
ErrorsLine contains a tab character.18
ErrorsLine is longer than 80 characters.19
ErrorsMissing a Javadoc comment.19
ErrorsLine contains a tab character.19
ErrorsRedundant 'static' modifier.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
ErrorsRedundant 'public' modifier.21
ErrorsLine has trailing spaces.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 has trailing spaces.25
ErrorsLine contains a tab character.25
ErrorsLine is longer than 80 characters.26
ErrorsMissing a Javadoc comment.26
ErrorsLine contains a tab character.26
ErrorsLine has trailing spaces.27
ErrorsLine contains a tab character.27
ErrorsLine contains a tab character.28
ErrorsMethod 'create' is not designed for extension - needs to be abstract, final or empty.28
ErrorsLine contains a tab character.29
ErrorsLine has trailing spaces.30
ErrorsLine is longer than 80 characters.30
ErrorsLine contains a tab character.30
ErrorsParameter localPart should be final.30
ErrorsParameter sharedPart should be final.30
ErrorsParameter staticPart should be final.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 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
Errors'(' should be on the previous line.35
Errors'(' is followed by whitespace.35
ErrorsLine contains a tab character.36
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
Errors'(' should be on the previous line.38
ErrorsLine contains a tab character.39
Errors'cast' is not followed by whitespace.39
ErrorsLine has trailing spaces.40
ErrorsLine contains a tab character.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
Errors'(' should be on the previous line.43
ErrorsLine is longer than 80 characters.44
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.47
ErrorsLine contains a tab character.47
ErrorsLine contains a tab character.48
Errors'(' should be on the previous line.48
ErrorsLine contains a tab character.49
Errors'cast' is not followed by whitespace.49
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
Errors';' is preceded with whitespace.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 has trailing spaces.56
ErrorsLine contains a tab character.56
ErrorsLine is longer than 80 characters.57
ErrorsMissing a Javadoc comment.57
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsMethod 'create' is not designed for extension - needs to be abstract, final or empty.59
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.61
ErrorsParameter localPart should be final.61
ErrorsParameter sharedPart should be final.61
ErrorsParameter staticPart should be final.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 has trailing spaces.65
ErrorsLine is longer than 80 characters.65
ErrorsLine contains a tab character.65
ErrorsLine has trailing spaces.66
ErrorsLine contains a tab character.66
Errors'(' should be on the previous line.66
Errors'(' is followed by whitespace.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
Errors'(' should be on the previous line.69
ErrorsLine contains a tab character.70
Errors'cast' is not followed by whitespace.70
ErrorsLine has trailing spaces.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
Errors'(' should be on the previous line.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 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
Errors'(' should be on the previous line.79
ErrorsLine contains a tab character.80
Errors'cast' is not followed by whitespace.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
Errors';' is preceded with whitespace.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.88
ErrorsMissing a Javadoc comment.88
ErrorsLine has trailing spaces.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 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 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 is longer than 80 characters.100
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 has trailing spaces.104
ErrorsLine contains a tab character.104
ErrorsLine is longer than 80 characters.105
ErrorsLine contains a tab character.105
ErrorsMissing a Javadoc comment.105
ErrorsParameter localPart should be final.105
ErrorsParameter sharedPart should be final.105
ErrorsParameter staticPart should be final.105
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 has trailing spaces.110
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.112
ErrorsLine contains a tab character.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 is longer than 80 characters.115
ErrorsLine contains a tab character.115
Errors'(' is followed by whitespace.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 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 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 contains a tab character.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
ErrorsLine has trailing spaces.128
ErrorsLine contains a tab character.128

cz/cuni/amis/pogamut/ut3/communication/messages/gbinfomessages/UT2004SharedObjectCreator.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine contains a tab character.2
ErrorsLine contains a tab character.3
ErrorsLine has trailing spaces.5
ErrorsLine contains a tab character.5
ErrorsLine is longer than 80 characters.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.10
ErrorsLine contains a tab character.11
ErrorsLine has trailing spaces.12
ErrorsLine contains a tab character.12
ErrorsLine is longer than 80 characters.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.15
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.translator.event.*.15
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.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.15
ErrorsUsing the '.*' form of import should be avoided - java.util.*.15
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.15
Errors';' is not followed by whitespace.15
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.15
Errors';' is not followed by whitespace.15
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
ErrorsMissing a Javadoc comment.17
ErrorsUtility classes should not have a public or default constructor.17
ErrorsLine has trailing spaces.18
ErrorsLine contains a tab character.18
ErrorsLine is longer than 80 characters.19
ErrorsMissing a Javadoc comment.19
ErrorsLine contains a tab character.19
ErrorsRedundant 'static' modifier.19
ErrorsLine contains a tab character.20
ErrorsLine is longer than 80 characters.21
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
ErrorsRedundant 'public' modifier.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 is longer than 80 characters.25
ErrorsMissing a Javadoc comment.25
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsMethod 'create' is not designed for extension - needs to be abstract, final or empty.27
ErrorsLine is longer than 80 characters.28
ErrorsLine contains a tab character.28
ErrorsParameter id should be final.28
ErrorsParameter c should be final.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 has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine is longer than 80 characters.33
ErrorsMissing a Javadoc comment.33
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsMethod 'create' 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 id should be final.36
ErrorsParameter c 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 has trailing spaces.40
ErrorsLine contains a tab character.40
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.41
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsMissing a Javadoc comment.42
ErrorsLine has trailing spaces.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 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 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
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.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 msgClass should be final.60
ErrorsParameter objectId should be final.60
ErrorsParameter properties should be final.60
Errors')' is preceded with whitespace.60
ErrorsLine contains a tab character.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 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 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 contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsFile does not end with a newline.0
ErrorsLine contains a tab character.2
ErrorsLine contains a tab character.3
ErrorsLine has trailing spaces.5
ErrorsLine contains a tab character.5
ErrorsLine is longer than 80 characters.6
ErrorsLine contains a tab character.6
ErrorsLine has trailing spaces.7
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine has trailing spaces.9
ErrorsLine contains a tab character.10
ErrorsLine contains a tab character.11
ErrorsLine has trailing spaces.12
ErrorsLine contains a tab character.12
ErrorsLine is longer than 80 characters.13
ErrorsLine contains a tab character.13
ErrorsLine is longer than 80 characters.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.agent.*.15
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.translator.event.*.15
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.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.translator.event.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.object.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.communication.worldview.property.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.objects.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004multi.communication.worldview.property.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.15
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.token.*.15
ErrorsUsing the '.*' form of import should be avoided - java.util.*.15
ErrorsUsing the '.*' form of import should be avoided - javax.vecmath.*.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.15
Errors';' is not followed by whitespace.15
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.communication.messages.UnrealId.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.translator.event.IWorldObjectUpdateResult.Result.15
Errors';' is not followed by whitespace.15
ErrorsUnused import - cz.cuni.amis.utils.SafeEquals.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
Errors';' is not followed by whitespace.15
ErrorsMissing a Javadoc comment.17
ErrorsUtility classes should not have a public or default constructor.17
ErrorsLine has trailing spaces.18
ErrorsLine contains a tab character.18
ErrorsLine is longer than 80 characters.19
ErrorsMissing a Javadoc comment.19
ErrorsLine contains a tab character.19
ErrorsRedundant 'static' modifier.19
ErrorsLine contains a tab character.20
ErrorsLine is longer than 80 characters.21
ErrorsLine contains a tab character.21
ErrorsMissing a Javadoc comment.21
ErrorsRedundant 'public' modifier.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 is longer than 80 characters.25
ErrorsMissing a Javadoc comment.25
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsMethod 'create' is not designed for extension - needs to be abstract, final or empty.27
ErrorsLine is longer than 80 characters.28
ErrorsLine contains a tab character.28
ErrorsParameter id should be final.28
ErrorsParameter c should be final.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 has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsLine is longer than 80 characters.33
ErrorsMissing a Javadoc comment.33
ErrorsLine contains a tab character.33
ErrorsLine contains a tab character.34
ErrorsLine contains a tab character.35
ErrorsMethod 'create' 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 id should be final.36
ErrorsParameter c 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 has trailing spaces.40
ErrorsLine contains a tab character.40
ErrorsLine has trailing spaces.41
ErrorsLine contains a tab character.41
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.42
ErrorsMissing a Javadoc comment.42
ErrorsLine has trailing spaces.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 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 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
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.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 msgClass should be final.60
ErrorsParameter objectId should be final.60
ErrorsParameter properties should be final.60
Errors')' is preceded with whitespace.60
ErrorsLine contains a tab character.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 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 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 contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73

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

ViolationMessageLine
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.translator.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.parser.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.parser.exception.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.parser.impl.yylex.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.24
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.26
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.parser.*.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.29
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.30
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.31
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.34
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.35
ErrorsFirst sentence should end with a period.41
ErrorsLine has trailing spaces.42
ErrorsLine is longer than 80 characters.45
ErrorsFirst sentence should end with a period.49
ErrorsFirst sentence should end with a period.52
ErrorsFirst sentence should end with a period.55
ErrorsMissing a Javadoc comment.57
ErrorsMissing a Javadoc comment.58
ErrorsMissing a Javadoc comment.59
ErrorsMissing a Javadoc comment.60
ErrorsFirst sentence should end with a period.62
ErrorsLine has trailing spaces.68
ErrorsArray brackets at illegal position.68
ErrorsFirst sentence should end with a period.72
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.75
Errors'+' is not preceded with whitespace.76
Errors'+' should be on a new line.76
Errors'+' is not preceded with whitespace.77
Errors'+' should be on a new line.77
Errors'+' is not preceded with whitespace.78
Errors'+' should be on a new line.78
Errors'+' is not preceded with whitespace.79
Errors'+' should be on a new line.79
Errors'+' is not preceded with whitespace.80
Errors'+' should be on a new line.80
ErrorsFirst sentence should end with a period.83
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.88
ErrorsMissing a Javadoc comment.93
Errors'+' is not preceded with whitespace.94
Errors'+' should be on a new line.94
Errors'+' is not preceded with whitespace.95
Errors'+' should be on a new line.95
Errors'+' is not preceded with whitespace.96
Errors'+' should be on a new line.96
ErrorsMissing a Javadoc comment.99
Errors'77' is a magic number.100
ErrorsMissing a Javadoc comment.106
ErrorsParameter packed should be final.106
ErrorsParameter offset should be final.106
ErrorsParameter result should be final.106
Errors'do' construct must use '{}'s.113
ErrorsFirst sentence should end with a period.119
ErrorsLine has trailing spaces.119
ErrorsMissing a Javadoc comment.124
Errors'+' is not preceded with whitespace.125
Errors'+' should be on a new line.125
Errors'+' is not preceded with whitespace.126
Errors'+' should be on a new line.126
Errors'+' is not preceded with whitespace.127
Errors'+' should be on a new line.127
Errors'+' is not preceded with whitespace.128
Errors'+' should be on a new line.128
Errors'+' is not preceded with whitespace.129
Errors'+' should be on a new line.129
Errors'+' is not preceded with whitespace.130
Errors'+' should be on a new line.130
Errors'+' is not preceded with whitespace.131
Errors'+' should be on a new line.131
Errors'+' is not preceded with whitespace.132
Errors'+' should be on a new line.132
Errors'+' is not preceded with whitespace.133
Errors'+' should be on a new line.133
ErrorsMissing a Javadoc comment.136
Errors'77' is a magic number.137
ErrorsMissing a Javadoc comment.143
ErrorsParameter packed should be final.143
ErrorsParameter offset should be final.143
ErrorsParameter result should be final.143
Errors'16' is a magic number.148
ErrorsFirst sentence should end with a period.154
ErrorsLine has trailing spaces.154
ErrorsMissing a Javadoc comment.159
Errors'+' is not preceded with whitespace.160
Errors'+' should be on a new line.160
Errors'+' is not preceded with whitespace.161
Errors'+' should be on a new line.161
Errors'+' is not preceded with whitespace.162
Errors'+' should be on a new line.162
Errors'+' is not preceded with whitespace.163
Errors'+' should be on a new line.163
Errors'+' is not preceded with whitespace.164
Errors'+' should be on a new line.164
Errors'+' is not preceded with whitespace.165
Errors'+' should be on a new line.165
Errors'+' is not preceded with whitespace.166
Errors'+' should be on a new line.166
Errors'+' is not preceded with whitespace.167
Errors'+' should be on a new line.167
Errors'+' is not preceded with whitespace.168
Errors'+' should be on a new line.168
Errors'+' is not preceded with whitespace.169
Errors'+' should be on a new line.169
Errors'+' is not preceded with whitespace.170
Errors'+' should be on a new line.170
Errors'+' is not preceded with whitespace.171
Errors'+' should be on a new line.171
Errors'+' is not preceded with whitespace.172
Errors'+' should be on a new line.172
Errors'+' is not preceded with whitespace.173
Errors'+' should be on a new line.173
Errors'+' is not preceded with whitespace.174
Errors'+' should be on a new line.174
Errors'+' is not preceded with whitespace.175
Errors'+' should be on a new line.175
Errors'+' is not preceded with whitespace.176
Errors'+' should be on a new line.176
Errors'+' is not preceded with whitespace.177
Errors'+' should be on a new line.177
Errors'+' is not preceded with whitespace.178
Errors'+' should be on a new line.178
Errors'+' is not preceded with whitespace.179
Errors'+' should be on a new line.179
Errors'+' is not preceded with whitespace.180
Errors'+' should be on a new line.180
Errors'+' is not preceded with whitespace.181
Errors'+' should be on a new line.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
Errors'+' is not preceded with whitespace.189
Errors'+' should be on a new line.189
Errors'+' is not preceded with whitespace.190
Errors'+' should be on a new line.190
Errors'+' is not preceded with whitespace.191
Errors'+' should be on a new line.191
Errors'+' is not preceded with whitespace.192
Errors'+' should be on a new line.192
ErrorsMissing a Javadoc comment.195
Errors'1995' is a magic number.196
ErrorsMissing a Javadoc comment.202
ErrorsParameter packed should be final.202
ErrorsParameter offset should be final.202
ErrorsParameter result should be final.202
Errors'do' construct must use '{}'s.210
ErrorsMissing a Javadoc comment.217
ErrorsMissing a Javadoc comment.218
ErrorsMissing a Javadoc comment.219
ErrorsMissing a Javadoc comment.222
ErrorsArray brackets at illegal position.222
ErrorsFirst sentence should end with a period.228
ErrorsMissing a Javadoc comment.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
ErrorsMissing a Javadoc comment.239
Errors'77' is a magic number.240
ErrorsLine is longer than 80 characters.246
ErrorsMissing a Javadoc comment.246
ErrorsParameter packed should be final.246
ErrorsParameter offset should be final.246
ErrorsParameter result should be final.246
Errors'do' construct must use '{}'s.253
ErrorsFirst sentence should end with a period.258
ErrorsFirst sentence should end with a period.261
ErrorsFirst sentence should end with a period.264
ErrorsFirst sentence should end with a period.267
ErrorsArray brackets at illegal position.269
ErrorsFirst sentence should end with a period.271
ErrorsFirst sentence should end with a period.274
ErrorsFirst sentence should end with a period.277
ErrorsFirst sentence should end with a period.280
ErrorsFirst sentence should end with a period.284
ErrorsFirst sentence should end with a period.287
ErrorsFirst sentence should end with a period.290
ErrorsLine has trailing spaces.291
ErrorsFirst sentence should end with a period.296
ErrorsLine has trailing spaces.296
ErrorsFirst sentence should end with a period.301
ErrorsFirst sentence should end with a period.304
ErrorsLine has trailing spaces.308
ErrorsLine contains a tab character.308
ErrorsLine contains a tab character.309
ErrorsMissing a Javadoc comment.309
ErrorsLine contains a tab character.310
ErrorsMissing a Javadoc comment.310
ErrorsFirst sentence should end with a period.312
ErrorsLine contains a tab character.312
ErrorsLine contains a tab character.313
ErrorsVariable 'mapIntIDDouble' must be private and have accessor methods.313
ErrorsFirst sentence should end with a period.315
ErrorsLine contains a tab character.315
ErrorsLine contains a tab character.316
ErrorsVariable 'mapIntDouble' must be private and have accessor methods.316
ErrorsLine has trailing spaces.317
ErrorsLine contains a tab character.317
ErrorsFirst sentence should end with a period.318
ErrorsLine is longer than 80 characters.318
ErrorsLine contains a tab character.318
ErrorsLine contains a tab character.319
ErrorsVariable 'translator' must be private and have accessor methods.319
ErrorsLine has trailing spaces.320
ErrorsLine contains a tab character.320
ErrorsFirst sentence should end with a period.321
ErrorsLine has trailing spaces.321
ErrorsLine contains a tab character.321
ErrorsLine contains a tab character.322
ErrorsVariable 'itemTranslator' must be private and have accessor methods.322
ErrorsLine has trailing spaces.323
ErrorsLine contains a tab character.323
ErrorsFirst sentence should end with a period.324
ErrorsLine has trailing spaces.324
ErrorsLine contains a tab character.324
ErrorsLine contains a tab character.325
ErrorsVariable 'observer' must be private and have accessor methods.325
ErrorsLine has trailing spaces.326
ErrorsLine contains a tab character.326
ErrorsFirst sentence should end with a period.327
ErrorsLine contains a tab character.327
ErrorsLine contains a tab character.328
ErrorsVariable 'itemTypeTranslator' must be private and have accessor methods.328
ErrorsLine has trailing spaces.329
ErrorsLine contains a tab character.329
ErrorsFirst sentence should end with a period.330
ErrorsLine has trailing spaces.330
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.331
ErrorsVariable 'ut2004Time' must be private and have accessor methods.331
ErrorsLine has trailing spaces.332
ErrorsLine contains a tab character.332
ErrorsLine contains a tab character.333
ErrorsMissing a Javadoc comment.333
Errors'{' is not preceded with whitespace.333
ErrorsLine contains a tab character.334
ErrorsLine has trailing spaces.335
ErrorsLine contains a tab character.335
ErrorsLine contains a tab character.336
ErrorsMethod 'setReader' is not designed for extension - needs to be abstract, final or empty.336
ErrorsMissing a Javadoc comment.336
ErrorsParameter reader should be final.336
ErrorsLine contains a tab character.337
ErrorsLine contains a tab character.338
ErrorsLine has trailing spaces.339
ErrorsLine contains a tab character.339
ErrorsLine contains a tab character.340
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.340
ErrorsMissing a Javadoc comment.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
ErrorsMethod 'setItemTranslator' is not designed for extension - needs to be abstract, final or empty.344
ErrorsMissing a Javadoc comment.344
ErrorsParameter translator should be final.344
Errors'translator' hides a field.344
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.346
ErrorsLine has trailing spaces.347
ErrorsLine contains a tab character.347
ErrorsLine contains a tab character.348
ErrorsMethod 'setItemTypeTranslator' is not designed for extension - needs to be abstract, final or empty.348
ErrorsLine contains a tab character.349
ErrorsParameter translator should be final.349
Errors'translator' hides a field.349
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
ErrorsMethod 'setObserver' is not designed for extension - needs to be abstract, final or empty.353
ErrorsMissing a Javadoc comment.353
ErrorsParameter observer should be final.353
Errors'observer' hides a field.353
ErrorsLine contains a tab character.354
ErrorsLine contains a tab character.355
ErrorsLine has trailing spaces.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 'setTranslator' is not designed for extension - needs to be abstract, final or empty.361
ErrorsParameter translator should be final.361
Errors'translator' hides a field.361
ErrorsExpected @param tag for 'translator'.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
ErrorsMethod 'setTime' is not designed for extension - needs to be abstract, final or empty.365
ErrorsMissing a Javadoc comment.365
ErrorsParameter obj should be final.365
ErrorsParameter time should be final.365
ErrorsLine is longer than 80 characters.366
ErrorsLine is longer than 80 characters.367
Errors'(' is followed by whitespace.367
Errors'cast' is not followed by whitespace.367
Errors'*' is not preceded with whitespace.367
Errors'*' is not followed by whitespace.367
Errors'1000' is a magic number.367
Errors')' is preceded with whitespace.367
ErrorsLine contains a tab character.368
ErrorsLine has trailing spaces.369
ErrorsLine contains a tab character.369
ErrorsLine contains a tab character.370
ErrorsMethod 'setTime' is not designed for extension - needs to be abstract, final or empty.370
ErrorsMissing a Javadoc comment.370
ErrorsParameter obj should be final.370
ErrorsParameter time should be final.370
ErrorsLine is longer than 80 characters.371
ErrorsLine contains a tab character.371
ErrorsLine is longer than 80 characters.372
ErrorsLine contains a tab character.372
Errors'(' is followed by whitespace.372
Errors'cast' is not followed by whitespace.372
Errors'*' is not preceded with whitespace.372
Errors'*' is not followed by whitespace.372
Errors'1000' is a magic number.372
Errors')' is preceded with whitespace.372
ErrorsLine contains a tab character.373
ErrorsLine has trailing spaces.374
ErrorsLine contains a tab character.374
ErrorsLine contains a tab character.375
ErrorsLine has trailing spaces.376
ErrorsLine contains a tab character.376
ErrorsLine is longer than 80 characters.377
ErrorsLine contains a tab character.377
ErrorsLine is longer than 80 characters.378
ErrorsLine contains a tab character.378
ErrorsLine has trailing spaces.379
ErrorsLine contains a tab character.379
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.384
ErrorsLine is longer than 80 characters.385
ErrorsLine contains a tab character.385
ErrorsMethod 'setPropertyByReflection' is not designed for extension - needs to be abstract, final or empty.385
ErrorsExpected @param tag for '<T>'.385
Errors'(' is followed by whitespace.385
ErrorsParameter object should be final.385
ErrorsParameter propertyName should be final.385
ErrorsParameter valueType should be final.385
ErrorsParameter value should be final.385
Errors')' is preceded with whitespace.385
ErrorsLine contains a tab character.386
ErrorsLine is longer than 80 characters.388
ErrorsLine is longer than 80 characters.391
Errors'+' is not preceded with whitespace.391
Errors'+' is not followed by whitespace.391
Errors'(' is followed by whitespace.391
Errors')' is preceded with whitespace.391
Errors'+' is not preceded with whitespace.391
Errors'+' is not followed by whitespace.391
Errors'(' is followed by whitespace.391
Errors')' is preceded with whitespace.391
Errors'(' is followed by whitespace.392
Errors')' is preceded with whitespace.392
ErrorsLine contains a tab character.393
ErrorsLine is longer than 80 characters.394
ErrorsLine contains a tab character.394
Errors'(' is followed by whitespace.394
Errors')' is preceded with whitespace.394
ErrorsLine contains a tab character.395
Errors'(' is followed by whitespace.395
Errors')' is preceded with whitespace.395
ErrorsLine contains a tab character.396
ErrorsLine contains a tab character.397
Errors'(' is followed by whitespace.397
Errors')' is preceded with whitespace.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
Errors'(' is followed by whitespace.402
Errors')' is preceded with whitespace.402
Errors'(' is followed by whitespace.403
Errors')' is preceded with whitespace.403
ErrorsLine is longer than 80 characters.405
Errors'+' is not preceded with whitespace.405
Errors'+' is not followed by whitespace.405
Errors'+' is not preceded with whitespace.405
Errors'+' is not followed by whitespace.405
Errors')' is preceded with whitespace.405
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
ErrorsLine contains a tab character.414
ErrorsLine contains a tab character.415
ErrorsLine has trailing spaces.416
ErrorsLine contains a tab character.416
ErrorsLine contains a tab character.417
ErrorsLine contains a tab character.418
ErrorsMethod 'exceptionOccured' is not designed for extension - needs to be abstract, final or empty.418
ErrorsParameter e should be final.418
ErrorsExpected @param tag for 'e'.418
ErrorsParameter info should be final.418
ErrorsLine contains a tab character.419
ErrorsLine has trailing spaces.420
ErrorsLine contains a tab character.420
ErrorsLine is longer than 80 characters.421
ErrorsLine contains a tab character.421
ErrorsAvoid inline conditionals.421
ErrorsLine contains a tab character.422
ErrorsLine contains a tab character.423
Errors'if' construct must use '{}'s.424
ErrorsLine has trailing spaces.424
ErrorsLine contains a tab character.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
ErrorsLine contains a tab character.429
ErrorsLine contains a tab character.430
ErrorsLine contains a tab character.431
ErrorsMethod 'warning' is not designed for extension - needs to be abstract, final or empty.431
ErrorsParameter info should be final.431
ErrorsExpected @param tag for 'info'.431
ErrorsLine contains a tab character.432
ErrorsLine has trailing spaces.433
ErrorsLine contains a tab character.433
ErrorsLine is longer than 80 characters.434
ErrorsLine contains a tab character.434
ErrorsAvoid inline conditionals.434
ErrorsLine contains a tab character.435
ErrorsLine has trailing spaces.436
ErrorsLine is longer than 80 characters.436
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 has trailing spaces.442
ErrorsLine is longer than 80 characters.442
ErrorsLine is longer than 80 characters.443
ErrorsLine is longer than 80 characters.444
ErrorsLine is longer than 80 characters.445
ErrorsLine has trailing spaces.447
ErrorsLine is longer than 80 characters.447
ErrorsLine has trailing spaces.449
ErrorsMethod 'tryParsingUnprocessedMessage' is not designed for extension - needs to be abstract, final or empty.450
ErrorsParameter messageName should be final.450
ErrorsExpected @param tag for 'messageName'.450
Errors'{' is not preceded with whitespace.450
ErrorsLine has trailing spaces.453
ErrorsLine is longer than 80 characters.455
ErrorsLine is longer than 80 characters.456
ErrorsLine is longer than 80 characters.458
ErrorsLine has trailing spaces.459
ErrorsLine is longer than 80 characters.459
ErrorsLine has trailing spaces.460
ErrorsLine is longer than 80 characters.460
ErrorsLine has trailing spaces.462
ErrorsLine has trailing spaces.463
ErrorsLine has trailing spaces.464
ErrorsExpected an @return tag.465
ErrorsLine is longer than 80 characters.465
ErrorsMethod 'tryParsingUnprocessedMessageParameter' is not designed for extension - needs to be abstract, final or empty.465
ErrorsParameter paramName should be final.465
ErrorsParameter wholeParamText should be final.465
Errors'{' is not preceded with whitespace.465
ErrorsLine has trailing spaces.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
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.477
ErrorsMethod 'getToken' is not designed for extension - needs to be abstract, final or empty.477
ErrorsParameter text should be final.477
ErrorsExpected @param tag for 'text'.477
ErrorsParameter delimiters should be final.477
ErrorsExpected @param tag for 'delimiters'.477
ErrorsParameter num should be final.477
ErrorsExpected @param tag for 'num'.477
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 is longer than 80 characters.485
ErrorsLine contains a tab character.485
Errors'+' is not preceded with whitespace.485
Errors'+' is not followed by whitespace.485
Errors'+' is not preceded with whitespace.485
Errors'+' is not followed by whitespace.485
Errors'+' is not preceded with whitespace.485
Errors'+' is not followed by whitespace.485
Errors'+' is not preceded with whitespace.485
Errors'+' is not followed by whitespace.485
ErrorsLine contains a tab character.486
ErrorsLine contains a tab character.487
ErrorsLine contains a tab character.488
ErrorsLine has trailing spaces.489
ErrorsLine contains a tab character.489
ErrorsLine contains a tab character.490
ErrorsLine contains a tab character.491
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 has trailing spaces.496
ErrorsLine contains a tab character.496
ErrorsLine contains a tab character.497
ErrorsMethod 'getToken' is not designed for extension - needs to be abstract, final or empty.497
ErrorsParameter text should be final.497
ErrorsExpected @param tag for 'text'.497
ErrorsParameter num should be final.497
ErrorsExpected @param tag for 'num'.497
ErrorsLine has trailing spaces.498
ErrorsLine contains a tab character.498
ErrorsLine contains a tab character.499
ErrorsLine contains a tab character.501
ErrorsLine contains a tab character.502
ErrorsLine contains a tab character.503
ErrorsLine is longer than 80 characters.504
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
ErrorsLine contains a tab character.509
ErrorsMethod 'intValue' is not designed for extension - needs to be abstract, final or empty.509
Errors'(' is followed by whitespace.509
ErrorsParameter txt should be final.509
Errors')' is preceded with whitespace.509
Errors'if' construct must use '{}'s.510
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.514
Errors'+' is not preceded with whitespace.514
Errors'+' is not followed by whitespace.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.517
Errors'+' is not preceded with whitespace.517
Errors'+' is not followed by whitespace.517
Errors'+' is not preceded with whitespace.517
Errors'+' is not followed by whitespace.517
ErrorsLine has trailing spaces.518
ErrorsLine contains a tab character.518
ErrorsLine contains a tab character.520
Errors'+' is not preceded with whitespace.520
Errors'+' is not followed by whitespace.520
Errors'+' is not preceded with whitespace.520
Errors'+' is not followed by whitespace.520
ErrorsLine contains a tab character.521
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 is longer than 80 characters.528
ErrorsLine contains a tab character.528
ErrorsLine has trailing spaces.529
ErrorsLine contains a tab character.529
ErrorsLine contains a tab character.530
ErrorsLine contains a tab character.531
ErrorsLine contains a tab character.532
ErrorsLine contains a tab character.533
ErrorsMethod 'longValue' is not designed for extension - needs to be abstract, final or empty.533
Errors'(' is followed by whitespace.533
ErrorsParameter txt should be final.533
Errors')' is preceded with whitespace.533
Errors'if' construct must use '{}'s.534
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.538
Errors'+' is not preceded with whitespace.538
Errors'+' is not followed by whitespace.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.541
Errors'+' is not preceded with whitespace.541
Errors'+' is not followed by whitespace.541
Errors'+' is not preceded with whitespace.541
Errors'+' is not followed by whitespace.541
ErrorsLine has trailing spaces.542
ErrorsLine contains a tab character.542
ErrorsLine is longer than 80 characters.544
ErrorsLine contains a tab character.544
Errors'+' is not preceded with whitespace.544
Errors'+' is not followed by whitespace.544
Errors'+' is not preceded with whitespace.544
Errors'+' is not followed by whitespace.544
ErrorsLine contains a tab character.545
ErrorsLine contains a tab character.547
ErrorsLine has trailing spaces.548
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 is longer than 80 characters.552
ErrorsLine contains a tab character.552
ErrorsLine has trailing spaces.553
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 'integerValue' is not designed for extension - needs to be abstract, final or empty.557
Errors'(' is followed by whitespace.557
ErrorsParameter txt should be final.557
Errors')' is preceded with whitespace.557
Errors'if' construct must use '{}'s.558
ErrorsLine is longer than 80 characters.558
ErrorsLine contains a tab character.558
ErrorsLine contains a tab character.559
ErrorsLine contains a tab character.560
ErrorsLine contains a tab character.562
Errors'+' is not preceded with whitespace.562
Errors'+' is not followed by whitespace.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.565
Errors'+' is not preceded with whitespace.565
Errors'+' is not followed by whitespace.565
Errors'+' is not preceded with whitespace.565
Errors'+' is not followed by whitespace.565
ErrorsLine has trailing spaces.566
ErrorsLine contains a tab character.566
ErrorsLine contains a tab character.568
Errors'+' is not preceded with whitespace.568
Errors'+' is not followed by whitespace.568
Errors'+' is not preceded with whitespace.568
Errors'+' is not followed by whitespace.568
ErrorsLine contains a tab character.569
ErrorsLine contains a tab character.571
ErrorsLine has trailing spaces.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 has trailing spaces.577
ErrorsLine is longer than 80 characters.577
ErrorsLine contains a tab character.577
ErrorsLine has trailing spaces.578
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
ErrorsMethod 'doubleValue' is not designed for extension - needs to be abstract, final or empty.582
ErrorsParameter txt should be final.582
Errors'if' construct must use '{}'s.583
ErrorsLine is longer than 80 characters.583
ErrorsLine contains a tab character.583
ErrorsLine contains a tab character.584
ErrorsLine contains a tab character.585
ErrorsLine contains a tab character.587
Errors'+' is not preceded with whitespace.587
Errors'+' is not followed by whitespace.587
Errors'+' is not preceded with whitespace.587
Errors'+' is not followed by whitespace.587
ErrorsLine contains a tab character.588
ErrorsLine contains a tab character.590
Errors'+' is not preceded with whitespace.590
Errors'+' is not followed by whitespace.590
Errors'+' is not preceded with whitespace.590
Errors'+' is not followed by whitespace.590
ErrorsLine has trailing spaces.591
ErrorsLine contains a tab character.591
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
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.596
ErrorsLine has trailing spaces.597
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 has trailing spaces.601
ErrorsLine is longer than 80 characters.601
ErrorsLine contains a tab character.601
ErrorsLine has trailing spaces.602
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
ErrorsMethod 'floatValue' is not designed for extension - needs to be abstract, final or empty.606
ErrorsParameter txt should be final.606
Errors'if' construct must use '{}'s.607
ErrorsLine is longer than 80 characters.607
ErrorsLine contains a tab character.607
ErrorsLine contains a tab character.608
ErrorsLine contains a tab character.609
ErrorsLine contains a tab character.611
Errors'+' is not preceded with whitespace.611
Errors'+' is not followed by whitespace.611
Errors'+' is not preceded with whitespace.611
Errors'+' is not followed by whitespace.611
ErrorsLine contains a tab character.612
ErrorsLine contains a tab character.614
Errors'+' is not preceded with whitespace.614
Errors'+' is not followed by whitespace.614
Errors'+' is not preceded with whitespace.614
Errors'+' is not followed by whitespace.614
ErrorsLine has trailing spaces.615
ErrorsLine contains a tab character.615
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
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.620
ErrorsLine has trailing spaces.621
ErrorsLine contains a tab character.621
ErrorsFirst sentence should end with a period.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 contains a tab character.626
ErrorsLine contains a tab character.627
ErrorsLine contains a tab character.628
ErrorsLine contains a tab character.629
ErrorsMethod 'getTriple' is not designed for extension - needs to be abstract, final or empty.629
Errors'(' is followed by whitespace.629
ErrorsParameter txt should be final.629
Errors')' is preceded with whitespace.629
ErrorsLine is longer than 80 characters.630
ErrorsLine contains a tab character.630
ErrorsLine has trailing spaces.631
ErrorsLine contains a tab character.631
ErrorsLine contains a tab character.632
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
Errors',' is not followed by whitespace.639
Errors',' is not followed by whitespace.639
ErrorsLine contains a tab character.640
ErrorsLine contains a tab character.641
ErrorsLine contains a tab character.642
ErrorsLine contains a tab character.643
Errors',' is not followed by whitespace.643
Errors',' is not followed by whitespace.643
ErrorsLine contains a tab character.645
Errors'+' is not preceded with whitespace.645
Errors'+' is not followed by whitespace.645
Errors'+' is not preceded with whitespace.645
Errors'+' is not followed by whitespace.645
ErrorsLine has trailing spaces.646
ErrorsLine contains a tab character.646
ErrorsLine contains a tab character.648
Errors'+' is not preceded with whitespace.648
Errors'+' is not followed by whitespace.648
Errors'+' is not preceded with whitespace.648
Errors'+' is not followed by whitespace.648
ErrorsLine contains a tab character.649
ErrorsLine contains a tab character.651
ErrorsLine has trailing spaces.652
ErrorsLine contains a tab character.652
ErrorsFirst sentence should end with a period.653
ErrorsLine contains a tab character.653
ErrorsLine is longer than 80 characters.654
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
ErrorsLine contains a tab character.659
ErrorsMethod 'locationValue' is not designed for extension - needs to be abstract, final or empty.659
ErrorsParameter txt should be final.659
Errors'if' construct must use '{}'s.660
ErrorsLine has trailing spaces.660
ErrorsLine is longer than 80 characters.660
ErrorsLine contains a tab character.660
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 contains a tab character.665
Errors'+' is not preceded with whitespace.665
Errors'+' is not followed by whitespace.665
Errors'+' is not preceded with whitespace.665
Errors'+' is not followed by whitespace.665
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
Errors'+' is not preceded with whitespace.668
Errors'+' is not followed by whitespace.668
Errors'+' is not preceded with whitespace.668
Errors'+' is not followed by whitespace.668
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 has trailing spaces.675
ErrorsMethod 'itemTypeValue' is not designed for extension - needs to be abstract, final or empty.679
ErrorsParameter txt should be final.679
ErrorsLine has trailing spaces.682
ErrorsMethod 'itemDescriptorValue' is not designed for extension - needs to be abstract, final or empty.683
ErrorsMissing a Javadoc comment.683
ErrorsParameter type should be final.683
ErrorsLine contains a tab character.684
ErrorsLine has trailing spaces.686
ErrorsLine has trailing spaces.691
ErrorsMethod 'categoryValue' is not designed for extension - needs to be abstract, final or empty.692
ErrorsParameter txt should be final.692
Errors'if' construct must use '{}'s.693
ErrorsLine is longer than 80 characters.693
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.697
ErrorsLine contains a tab character.698
ErrorsLine has trailing spaces.700
ErrorsLine contains a tab character.700
ErrorsFirst sentence should end with a period.701
ErrorsLine contains a tab character.701
ErrorsLine is longer than 80 characters.702
ErrorsLine contains a tab character.702
ErrorsLine has trailing spaces.703
ErrorsLine contains a tab character.703
ErrorsLine contains a tab character.704
ErrorsLine contains a tab character.705
ErrorsLine contains a tab character.706
ErrorsLine contains a tab character.707
ErrorsMethod 'velocityValue' is not designed for extension - needs to be abstract, final or empty.707
ErrorsParameter txt should be final.707
Errors'if' construct must use '{}'s.708
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
Errors'+' is not preceded with whitespace.713
Errors'+' is not followed by whitespace.713
Errors'+' is not preceded with whitespace.713
Errors'+' is not followed by whitespace.713
ErrorsLine contains a tab character.714
ErrorsLine contains a tab character.715
ErrorsLine is longer than 80 characters.716
ErrorsLine contains a tab character.716
Errors'+' is not preceded with whitespace.716
Errors'+' is not followed by whitespace.716
Errors'+' is not preceded with whitespace.716
Errors'+' is not followed by whitespace.716
ErrorsLine contains a tab character.717
ErrorsLine contains a tab character.718
ErrorsLine contains a tab character.719
ErrorsFirst sentence should end with a period.721
ErrorsLine contains a tab character.721
ErrorsLine is longer than 80 characters.722
ErrorsLine contains a tab character.722
ErrorsLine has trailing spaces.723
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
ErrorsMethod 'rotationValue' is not designed for extension - needs to be abstract, final or empty.727
ErrorsParameter txt should be final.727
Errors'if' construct must use '{}'s.728
ErrorsLine is longer than 80 characters.728
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
ErrorsLine contains a tab character.733
Errors'+' is not preceded with whitespace.733
Errors'+' is not followed by whitespace.733
Errors'+' is not preceded with whitespace.733
Errors'+' is not followed by whitespace.733
ErrorsLine contains a tab character.734
ErrorsLine contains a tab character.735
ErrorsLine is longer than 80 characters.736
ErrorsLine contains a tab character.736
Errors'+' is not preceded with whitespace.736
Errors'+' is not followed by whitespace.736
Errors'+' is not preceded with whitespace.736
Errors'+' is not followed by whitespace.736
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
ErrorsFirst sentence should end with a period.741
ErrorsLine contains a tab character.741
ErrorsLine is longer than 80 characters.742
ErrorsLine contains a tab character.742
ErrorsLine has trailing spaces.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
ErrorsLine contains a tab character.747
ErrorsMethod 'point3dValue' is not designed for extension - needs to be abstract, final or empty.747
ErrorsParameter txt should be final.747
Errors'if' construct must use '{}'s.748
ErrorsLine is longer than 80 characters.748
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
ErrorsLine contains a tab character.753
Errors'+' is not preceded with whitespace.753
Errors'+' is not followed by whitespace.753
Errors'+' is not preceded with whitespace.753
Errors'+' is not followed by whitespace.753
ErrorsLine contains a tab character.754
Errors',' is not followed by whitespace.754
Errors',' is not followed by whitespace.754
ErrorsLine contains a tab character.755
ErrorsLine contains a tab character.756
Errors'+' is not preceded with whitespace.756
Errors'+' is not followed by whitespace.756
Errors'+' is not preceded with whitespace.756
Errors'+' is not followed by whitespace.756
ErrorsLine contains a tab character.757
ErrorsLine contains a tab character.759
ErrorsLine has trailing spaces.760
ErrorsLine contains a tab character.760
ErrorsFirst sentence should end with a period.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 contains a tab character.765
ErrorsLine contains a tab character.766
ErrorsLine contains a tab character.767
ErrorsMethod 'vector3dValue' is not designed for extension - needs to be abstract, final or empty.767
ErrorsParameter txt should be final.767
Errors'if' construct must use '{}'s.768
ErrorsLine is longer than 80 characters.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
ErrorsLine contains a tab character.773
Errors'+' is not preceded with whitespace.773
Errors'+' is not followed by whitespace.773
Errors'+' is not preceded with whitespace.773
Errors'+' is not followed by whitespace.773
ErrorsLine contains a tab character.774
Errors',' is not followed by whitespace.774
Errors',' is not followed by whitespace.774
ErrorsLine contains a tab character.775
ErrorsLine contains a tab character.776
Errors'+' is not preceded with whitespace.776
Errors'+' is not followed by whitespace.776
Errors'+' is not preceded with whitespace.776
Errors'+' is not followed by whitespace.776
ErrorsLine contains a tab character.777
ErrorsLine contains a tab character.779
ErrorsLine has trailing spaces.780
ErrorsLine contains a tab character.780
ErrorsLine contains a tab character.781
ErrorsLine contains a tab character.782
ErrorsLine has trailing spaces.783
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 has trailing spaces.787
ErrorsLine contains a tab character.787
ErrorsMethod 'stringValue' is not designed for extension - needs to be abstract, final or empty.787
Errors'(' is followed by whitespace.787
ErrorsParameter txt should be final.787
Errors')' is preceded with whitespace.787
ErrorsLine contains a tab character.788
ErrorsLine contains a tab character.789
ErrorsLine contains a tab character.790
ErrorsLine is longer than 80 characters.791
ErrorsLine contains a tab character.791
ErrorsLine contains a tab character.792
ErrorsLine contains a tab character.793
ErrorsLine contains a tab character.794
Errors'+' is not preceded with whitespace.794
Errors'+' is not followed by whitespace.794
Errors'-' is not preceded with whitespace.794
Errors'-' is not followed by whitespace.794
ErrorsLine contains a tab character.795
ErrorsLine has trailing spaces.796
ErrorsLine contains a tab character.796
ErrorsLine contains a tab character.797
ErrorsLine contains a tab character.798
Errors'+' is not preceded with whitespace.798
Errors'+' is not followed by whitespace.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 is longer than 80 characters.802
ErrorsLine contains a tab character.802
Errors'+' is not preceded with whitespace.802
Errors'+' is not followed by whitespace.802
Errors'+' is not preceded with whitespace.802
Errors'+' is not followed by whitespace.802
ErrorsLine contains a tab character.803
ErrorsLine contains a tab character.805
ErrorsLine has trailing spaces.806
ErrorsLine contains a tab character.806
ErrorsLine contains a tab character.807
ErrorsLine contains a tab character.808
ErrorsLine has trailing spaces.809
ErrorsLine contains a tab character.809
ErrorsLine contains a tab character.810
ErrorsLine contains a tab character.811
ErrorsLine contains a tab character.812
ErrorsLine contains a tab character.813
ErrorsMethod 'stringIdValue' is not designed for extension - needs to be abstract, final or empty.813
Errors'(' is followed by whitespace.813
ErrorsParameter txt should be final.813
Errors')' is preceded with whitespace.813
Errors'if' construct must use '{}'s.814
ErrorsLine is longer than 80 characters.814
ErrorsLine contains a tab character.814
ErrorsLine has trailing spaces.815
ErrorsLine contains a tab character.815
ErrorsLine contains a tab character.816
ErrorsLine has trailing spaces.817
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 has trailing spaces.821
ErrorsLine is longer than 80 characters.821
ErrorsLine contains a tab character.821
ErrorsLine has trailing spaces.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
ErrorsMethod 'booleanValue' is not designed for extension - needs to be abstract, final or empty.826
ErrorsParameter txt should be final.826
ErrorsLine contains a tab character.827
ErrorsLine contains a tab character.828
Errors'if' construct must use '{}'s.829
ErrorsLine contains a tab character.829
Errors'if' construct must use '{}'s.830
ErrorsLine contains a tab character.830
ErrorsConditional logic can be removed.830
Errors'else' construct must use '{}'s.831
ErrorsLine contains a tab character.831
ErrorsLine contains a tab character.833
Errors'+' is not preceded with whitespace.833
Errors'+' is not followed by whitespace.833
Errors'+' is not preceded with whitespace.833
Errors'+' is not followed by whitespace.833
ErrorsLine has trailing spaces.834
ErrorsLine contains a tab character.834
ErrorsLine is longer than 80 characters.836
ErrorsLine contains a tab character.836
Errors'+' is not preceded with whitespace.836
Errors'+' is not followed by whitespace.836
Errors'+' is not preceded with whitespace.836
Errors'+' is not followed by whitespace.836
ErrorsLine contains a tab character.837
ErrorsLine contains a tab character.839
ErrorsLine has trailing spaces.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 has trailing spaces.844
ErrorsLine is longer than 80 characters.844
ErrorsLine contains a tab character.844
ErrorsLine has trailing spaces.845
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
ErrorsMethod 'unrealIdValue' is not designed for extension - needs to be abstract, final or empty.849
ErrorsParameter txt should be final.849
Errors'if' construct must use '{}'s.850
ErrorsLine is longer than 80 characters.850
ErrorsLine contains a tab character.850
ErrorsLine contains a tab character.851
ErrorsLine contains a tab character.852
ErrorsLine contains a tab character.853
ErrorsLine is longer than 80 characters.854
ErrorsLine contains a tab character.854
Errors'+' is not preceded with whitespace.854
Errors'+' is not followed by whitespace.854
Errors'+' is not preceded with whitespace.854
Errors'+' is not followed by whitespace.854
ErrorsLine contains a tab character.855
ErrorsLine contains a tab character.856
ErrorsLine contains a tab character.857
ErrorsLine is longer than 80 characters.859
ErrorsLine contains a tab character.859
Errors'+' is not preceded with whitespace.859
Errors'+' is not followed by whitespace.859
Errors'+' is not preceded with whitespace.859
Errors'+' is not followed by whitespace.859
ErrorsLine has trailing spaces.860
ErrorsLine contains a tab character.860
ErrorsLine is longer than 80 characters.862
ErrorsLine contains a tab character.862
Errors'+' is not preceded with whitespace.862
Errors'+' is not followed by whitespace.862
Errors'+' is not preceded with whitespace.862
Errors'+' is not followed by whitespace.862
ErrorsLine contains a tab character.863
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
ErrorsLine has trailing spaces.870
ErrorsLine is longer than 80 characters.870
ErrorsLine contains a tab character.870
ErrorsLine has trailing spaces.871
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
ErrorsMethod 'worldObjectIdValue' is not designed for extension - needs to be abstract, final or empty.875
ErrorsParameter txt should be final.875
Errors'if' construct must use '{}'s.876
ErrorsLine is longer than 80 characters.876
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 is longer than 80 characters.880
ErrorsLine contains a tab character.880
Errors'+' is not preceded with whitespace.880
Errors'+' is not followed by whitespace.880
Errors'+' is not preceded with whitespace.880
Errors'+' is not followed by whitespace.880
ErrorsLine contains a tab character.881
ErrorsLine contains a tab character.882
ErrorsLine contains a tab character.883
ErrorsLine is longer than 80 characters.885
ErrorsLine contains a tab character.885
Errors'+' is not preceded with whitespace.885
Errors'+' is not followed by whitespace.885
Errors'+' is not preceded with whitespace.885
Errors'+' is not followed by whitespace.885
ErrorsLine has trailing spaces.886
ErrorsLine contains a tab character.886
ErrorsLine is longer than 80 characters.888
ErrorsLine contains a tab character.888
Errors'+' is not preceded with whitespace.888
Errors'+' is not followed by whitespace.888
Errors'+' is not preceded with whitespace.888
Errors'+' is not followed by whitespace.888
ErrorsLine contains a tab character.889
ErrorsLine contains a tab character.891
ErrorsLine has trailing spaces.892
ErrorsLine contains a tab character.892
ErrorsLine contains a tab character.893
ErrorsMissing a Javadoc comment.893
ErrorsLine has trailing spaces.894
ErrorsLine contains a tab character.894
ErrorsLine contains a tab character.895
ErrorsLine is longer than 80 characters.896
ErrorsLine contains a tab character.896
ErrorsLine contains a tab character.897
ErrorsLine contains a tab character.898
ErrorsMethod 'setTeamId' is not designed for extension - needs to be abstract, final or empty.898
ErrorsParameter teamId should be final.898
Errors'teamId' hides a field.898
ErrorsExpected @param tag for 'teamId'.898
ErrorsLine contains a tab character.899
ErrorsLine contains a tab character.900
ErrorsLine has trailing spaces.901
ErrorsLine contains a tab character.901
ErrorsLine contains a tab character.902
ErrorsMissing a Javadoc comment.902
ErrorsParameter obj should be final.902
Errors'(' is followed by whitespace.903
Errors'cast' is not followed by whitespace.903
Errors')' is preceded with whitespace.903
ErrorsLine contains a tab character.904
ErrorsLine has trailing spaces.905
ErrorsLine contains a tab character.905
ErrorsMissing a Javadoc comment.907
Errors'10' is a magic number.907
ErrorsMissing a Javadoc comment.908
ErrorsName 'stack_pos' must match pattern '^[a-z][a-zA-Z0-9]*$'.908
ErrorsLine has trailing spaces.909
ErrorsLine has trailing spaces.910
ErrorsLine contains a tab character.910
ErrorsMissing a Javadoc comment.911
ErrorsVariable 'actObj' must be private and have accessor methods.911
ErrorsLine has trailing spaces.912
ErrorsFirst sentence should end with a period.913
ErrorsLine is longer than 80 characters.914
ErrorsName 'state_go' must match pattern '^[a-z][a-zA-Z0-9]*$'.916
ErrorsParameter state should be final.916
ErrorsExpected @param tag for 'state'.916
Errors'{' should be on the previous line.917
ErrorsLine contains a tab character.918
ErrorsLine contains a tab character.919
ErrorsLine has trailing spaces.921
ErrorsName 'state_return' must match pattern '^[a-z][a-zA-Z0-9]*$'.925
Errors'{' should be on the previous line.926
ErrorsLine contains a tab character.927
ErrorsParameter in should be final.937
ErrorsParameter in should be final.947
ErrorsLine has trailing spaces.951
ErrorsParameter packed should be final.957
Errors'0x10000' is a magic number.958
Errors'116' is a magic number.961
Errors'do' construct must use '{}'s.964
ErrorsLine has trailing spaces.974
Errors'-' is not preceded with whitespace.983
Errors'-' is not followed by whitespace.983
Errors'-=' is not preceded with whitespace.986
Errors'-=' is not preceded with whitespace.987
Errors'-=' is not preceded with whitespace.988
ErrorsArray brackets at illegal position.995
Errors'*' is not preceded with whitespace.995
Errors'*' is not followed by whitespace.995
Errors'-' is not preceded with whitespace.1002
Errors'-' is not followed by whitespace.1002
Errors'+=' is not preceded with whitespace.1005
ErrorsLine has trailing spaces.1008
ErrorsLine is longer than 80 characters.1008
ErrorsLine has trailing spaces.1016
ErrorsLine contains a tab character.1019
ErrorsLine has trailing spaces.1023
ErrorsExpected @throws tag for 'java.io.IOException'.1027
Errors'if' construct must use '{}'s.1031
ErrorsLine has trailing spaces.1040
ErrorsLine has trailing spaces.1044
ErrorsParameter reader should be final.1046
ErrorsInner assignments should be avoided.1051
ErrorsInner assignments should be avoided.1052
ErrorsInner assignments should be avoided.1053
ErrorsInner assignments should be avoided.1053
ErrorsExpected an @return tag.1061
ErrorsFirst sentence should end with a period.1066
ErrorsParameter newState should be final.1071
ErrorsExpected an @return tag.1079
Errors'(' is followed by whitespace.1080
Errors'-' is not preceded with whitespace.1080
Errors'-' is not followed by whitespace.1080
Errors')' is preceded with whitespace.1080
ErrorsLine has trailing spaces.1085
ErrorsLine has trailing spaces.1086
ErrorsLine has trailing spaces.1087
ErrorsLine has trailing spaces.1090
ErrorsParameter pos should be final.1095
Errors'+' is not preceded with whitespace.1096
Errors'+' is not followed by whitespace.1096
ErrorsExpected an @return tag.1103
Errors'-' is not preceded with whitespace.1104
Errors'-' is not followed by whitespace.1104
ErrorsLine has trailing spaces.1111
ErrorsLine has trailing spaces.1112
ErrorsParameter errorCode should be final.1122
Errors'}' should be on the same line.1126
ErrorsLine has trailing spaces.1132
ErrorsMethod 'yypushback' is not designed for extension - needs to be abstract, final or empty.1143
ErrorsParameter number should be final.1143
Errors'if' construct must use '{}'s.1144
Errors'(' is followed by whitespace.1144
Errors')' is preceded with whitespace.1144
ErrorsMethod 'yylex' is not designed for extension - needs to be abstract, final or empty.1158
ErrorsMethod length is 247 lines (max allowed is 150).1158
Errors'+=' is not preceded with whitespace.1176
Errors'-' is not preceded with whitespace.1176
Errors'-' is not followed by whitespace.1176
Errors'if' construct must use '{}'s.1195
ErrorsLine is longer than 80 characters.1207
Errors'if' construct must use '{}'s.1209
Errors'if' construct must use '{}'s.1211
Errors'if' construct must use '{}'s.1218
ErrorsLine has trailing spaces.1218
Errors'else' construct must use '{}'s.1220
ErrorsLine has trailing spaces.1220
Errors'if' construct must use '{}'s.1223
ErrorsInner assignments should be avoided.1227
ErrorsInner assignments should be avoided.1227
ErrorsLine has trailing spaces.1228
ErrorsLine has trailing spaces.1234
Errors'if' construct must use '{}'s.1235
Errors'}' should be on the same line.1240
Errors'}' should be on the same line.1254
Errors'if' construct must use '{}'s.1260
Errors'(' is followed by whitespace.1264
Errors')' is preceded with whitespace.1264
Errors'if' construct must use '{}'s.1267
Errors'(' is followed by whitespace.1267
Errors'8' is a magic number.1267
Errors'8' is a magic number.1267
Errors')' is preceded with whitespace.1267
ErrorsAvoid inline conditionals.1276
ErrorsLine has trailing spaces.1277
Errors'4' is a magic number.1277
ErrorsAvoid nested blocks.1278
ErrorsLine is longer than 80 characters.1279
Errors'16' is a magic number.1282
ErrorsLine has trailing spaces.1283
Errors'13' is a magic number.1283
ErrorsAvoid nested blocks.1284
Errors'cast' is not followed by whitespace.1284
ErrorsLine contains a tab character.1285
ErrorsLine has trailing spaces.1286
ErrorsLine contains a tab character.1286
ErrorsLine is longer than 80 characters.1287
ErrorsLine contains a tab character.1287
Errors'cast' is not followed by whitespace.1287
Errors'17' is a magic number.1289
ErrorsLine has trailing spaces.1290
Errors'9' is a magic number.1290
ErrorsAvoid nested blocks.1291
ErrorsLine has trailing spaces.1292
ErrorsLine contains a tab character.1292
ErrorsLine contains a tab character.1293
Errors'18' is a magic number.1295
ErrorsLine has trailing spaces.1296
Errors'7' is a magic number.1296
ErrorsAvoid nested blocks.1297
ErrorsLine contains a tab character.1298
ErrorsLine contains a tab character.1299
Errors'19' is a magic number.1301
ErrorsLine has trailing spaces.1302
Errors'6' is a magic number.1302
ErrorsAvoid nested blocks.1303
ErrorsLine contains a tab character.1304
ErrorsLine contains a tab character.1305
Errors'20' is a magic number.1307
ErrorsLine has trailing spaces.1308
ErrorsLine is longer than 80 characters.1309
ErrorsAvoid nested blocks.1309
Errors'+' is not preceded with whitespace.1309
Errors'21' is a magic number.1311
ErrorsLine has trailing spaces.1312
Errors'11' is a magic number.1312
ErrorsAvoid nested blocks.1313
Errors'if' is not followed by whitespace.1314
Errors',' is not followed by whitespace.1314
ErrorsLine has trailing spaces.1315
ErrorsLine is longer than 80 characters.1315
Errors'22' is a magic number.1318
ErrorsLine has trailing spaces.1319
Errors'5' is a magic number.1319
ErrorsAvoid nested blocks.1320
ErrorsLine contains a tab character.1321
ErrorsLine contains a tab character.1322
Errors'23' is a magic number.1324
ErrorsLine has trailing spaces.1325
Errors'10' is a magic number.1325
ErrorsAvoid nested blocks.1326
ErrorsLine has trailing spaces.1327
ErrorsLine contains a tab character.1327
ErrorsLine contains a tab character.1328
Errors'24' is a magic number.1330
ErrorsLine has trailing spaces.1331
Errors'12' is a magic number.1331
ErrorsAvoid nested blocks.1332
ErrorsLine has trailing spaces.1333
ErrorsLine contains a tab character.1333
ErrorsLine contains a tab character.1334
Errors'25' is a magic number.1336
ErrorsLine has trailing spaces.1337
Errors'15' is a magic number.1337
ErrorsAvoid nested blocks.1338
Errors'cast' is not followed by whitespace.1338
ErrorsLine contains a tab character.1339
Errors'26' is a magic number.1341
ErrorsLine has trailing spaces.1342
Errors'8' is a magic number.1342
ErrorsAvoid nested blocks.1343
ErrorsLine contains a tab character.1344
ErrorsLine contains a tab character.1345
ErrorsLine contains a tab character.1346
ErrorsLine has trailing spaces.1347
ErrorsLine contains a tab character.1347
Errors'{' should be on the previous line.1347
ErrorsLine contains a tab character.1348
ErrorsLine has trailing spaces.1349
ErrorsLine contains a tab character.1349
ErrorsLine contains a tab character.1350
ErrorsLine contains a tab character.1351
Errors'cast' is not followed by whitespace.1351
ErrorsLine contains a tab character.1352
ErrorsLine has trailing spaces.1353
ErrorsLine contains a tab character.1353
ErrorsLine contains a tab character.1354
Errors'cast' is not followed by whitespace.1355
Errors'cast' is not followed by whitespace.1356
Errors'cast' is not followed by whitespace.1359
Errors'cast' is not followed by whitespace.1360
ErrorsLine is longer than 80 characters.1363
ErrorsLine contains a tab character.1363
Errors'cast' is not followed by whitespace.1363
ErrorsLine contains a tab character.1364
ErrorsLine contains a tab character.1365
ErrorsLine contains a tab character.1366
Errors'cast' is not followed by whitespace.1366
ErrorsLine contains a tab character.1367
ErrorsLine has trailing spaces.1368
ErrorsLine contains a tab character.1368
ErrorsLine contains a tab character.1369
ErrorsLine contains a tab character.1370
ErrorsLine contains a tab character.1371
Errors'27' is a magic number.1373
ErrorsLine has trailing spaces.1374
ErrorsAvoid nested blocks.1375
Errors'if' is not followed by whitespace.1376
Errors'{' is not preceded with whitespace.1376
ErrorsLine has trailing spaces.1380
ErrorsLine is longer than 80 characters.1380
Errors'+' is not preceded with whitespace.1380
Errors'28' is a magic number.1383
ErrorsLine has trailing spaces.1384
Errors'14' is a magic number.1384
ErrorsAvoid nested blocks.1385
Errors'cast' is not followed by whitespace.1385
ErrorsLine contains a tab character.1386
Errors'29' is a magic number.1388
ErrorsLine has trailing spaces.1389
Errors'3' is a magic number.1389
ErrorsLine has trailing spaces.1390
ErrorsAvoid nested blocks.1390
Errors'30' is a magic number.1392
ErrorsLine has trailing spaces.1393
ErrorsAvoid nested blocks.1396
ErrorsLine has trailing spaces.1398
Errors'}' should be on the same line.1398
ErrorsParameter argv should be final.1415
ErrorsArray brackets at illegal position.1415
Errors'}' should be on the same line.1418
Errors'(' is followed by whitespace.1423
Errors')' is preceded with whitespace.1423
Errors'while' construct must use '{}'s.1424
Errors'(' is followed by whitespace.1424
Errors')' is preceded with whitespace.1424
Errors'}' should be on the same line.1425
Errors'+' is not preceded with whitespace.1427
Errors'+' is not followed by whitespace.1427
Errors'+' is not preceded with whitespace.1427
Errors'+' is not followed by whitespace.1427
Errors'}' should be on the same line.1428
Errors'+' is not preceded with whitespace.1430
Errors'+' is not followed by whitespace.1430
Errors'+' is not preceded with whitespace.1430
Errors'+' is not followed by whitespace.1430
Errors'}' should be on the same line.1432
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.translator.event.*.16
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.translator.itemdescriptor.*.17
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.parser.*.18
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.parser.exception.*.19
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.parser.impl.yylex.*.20
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.messages.*.21
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.*.22
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.event.*.23
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base.communication.worldview.object.*.24
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.*.25
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.base3d.worldview.object.event.*.26
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.parser.*.28
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.messages.*.29
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.communication.messages.ItemType.Category.30
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.ut2004.communication.worldview.objects.*.31
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.utils.exception.*.34
ErrorsUsing the '.*' form of import should be avoided - cz.cuni.amis.pogamut.multi.agent.*.35
ErrorsFirst sentence should end with a period.41
ErrorsLine has trailing spaces.42
ErrorsLine is longer than 80 characters.45
ErrorsFirst sentence should end with a period.49
ErrorsFirst sentence should end with a period.52
ErrorsFirst sentence should end with a period.55
ErrorsMissing a Javadoc comment.57
ErrorsMissing a Javadoc comment.58
ErrorsMissing a Javadoc comment.59
ErrorsMissing a Javadoc comment.60
ErrorsFirst sentence should end with a period.62
ErrorsLine has trailing spaces.68
ErrorsArray brackets at illegal position.68
ErrorsFirst sentence should end with a period.72
ErrorsLine has trailing spaces.72
ErrorsLine has trailing spaces.75
Errors'+' is not preceded with whitespace.76
Errors'+' should be on a new line.76
Errors'+' is not preceded with whitespace.77
Errors'+' should be on a new line.77
Errors'+' is not preceded with whitespace.78
Errors'+' should be on a new line.78
Errors'+' is not preceded with whitespace.79
Errors'+' should be on a new line.79
Errors'+' is not preceded with whitespace.80
Errors'+' should be on a new line.80
ErrorsFirst sentence should end with a period.83
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.88
ErrorsMissing a Javadoc comment.93
Errors'+' is not preceded with whitespace.94
Errors'+' should be on a new line.94
Errors'+' is not preceded with whitespace.95
Errors'+' should be on a new line.95
Errors'+' is not preceded with whitespace.96
Errors'+' should be on a new line.96
ErrorsMissing a Javadoc comment.99
Errors'77' is a magic number.100
ErrorsMissing a Javadoc comment.106
ErrorsParameter packed should be final.106
ErrorsParameter offset should be final.106
ErrorsParameter result should be final.106
Errors'do' construct must use '{}'s.113
ErrorsFirst sentence should end with a period.119
ErrorsLine has trailing spaces.119
ErrorsMissing a Javadoc comment.124
Errors'+' is not preceded with whitespace.125
Errors'+' should be on a new line.125
Errors'+' is not preceded with whitespace.126
Errors'+' should be on a new line.126
Errors'+' is not preceded with whitespace.127
Errors'+' should be on a new line.127
Errors'+' is not preceded with whitespace.128
Errors'+' should be on a new line.128
Errors'+' is not preceded with whitespace.129
Errors'+' should be on a new line.129
Errors'+' is not preceded with whitespace.130
Errors'+' should be on a new line.130
Errors'+' is not preceded with whitespace.131
Errors'+' should be on a new line.131
Errors'+' is not preceded with whitespace.132
Errors'+' should be on a new line.132
Errors'+' is not preceded with whitespace.133
Errors'+' should be on a new line.133
ErrorsMissing a Javadoc comment.136
Errors'77' is a magic number.137
ErrorsMissing a Javadoc comment.143
ErrorsParameter packed should be final.143
ErrorsParameter offset should be final.143
ErrorsParameter result should be final.143
Errors'16' is a magic number.148
ErrorsFirst sentence should end with a period.154
ErrorsLine has trailing spaces.154
ErrorsMissing a Javadoc comment.159
Errors'+' is not preceded with whitespace.160
Errors'+' should be on a new line.160
Errors'+' is not preceded with whitespace.161
Errors'+' should be on a new line.161
Errors'+' is not preceded with whitespace.162
Errors'+' should be on a new line.162
Errors'+' is not preceded with whitespace.163
Errors'+' should be on a new line.163
Errors'+' is not preceded with whitespace.164
Errors'+' should be on a new line.164
Errors'+' is not preceded with whitespace.165
Errors'+' should be on a new line.165
Errors'+' is not preceded with whitespace.166
Errors'+' should be on a new line.166
Errors'+' is not preceded with whitespace.167
Errors'+' should be on a new line.167
Errors'+' is not preceded with whitespace.168
Errors'+' should be on a new line.168
Errors'+' is not preceded with whitespace.169
Errors'+' should be on a new line.169
Errors'+' is not preceded with whitespace.170
Errors'+' should be on a new line.170
Errors'+' is not preceded with whitespace.171
Errors'+' should be on a new line.171
Errors'+' is not preceded with whitespace.172
Errors'+' should be on a new line.172
Errors'+' is not preceded with whitespace.173
Errors'+' should be on a new line.173
Errors'+' is not preceded with whitespace.174
Errors'+' should be on a new line.174
Errors'+' is not preceded with whitespace.175
Errors'+' should be on a new line.175
Errors'+' is not preceded with whitespace.176
Errors'+' should be on a new line.176
Errors'+' is not preceded with whitespace.177
Errors'+' should be on a new line.177
Errors'+' is not preceded with whitespace.178
Errors'+' should be on a new line.178
Errors'+' is not preceded with whitespace.179
Errors'+' should be on a new line.179
Errors'+' is not preceded with whitespace.180
Errors'+' should be on a new line.180
Errors'+' is not preceded with whitespace.181
Errors'+' should be on a new line.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
Errors'+' is not preceded with whitespace.189
Errors'+' should be on a new line.189
Errors'+' is not preceded with whitespace.190
Errors'+' should be on a new line.190
Errors'+' is not preceded with whitespace.191
Errors'+' should be on a new line.191
Errors'+' is not preceded with whitespace.192
Errors'+' should be on a new line.192
ErrorsMissing a Javadoc comment.195
Errors'1995' is a magic number.196
ErrorsMissing a Javadoc comment.202
ErrorsParameter packed should be final.202
ErrorsParameter offset should be final.202
ErrorsParameter result should be final.202
Errors'do' construct must use '{}'s.210
ErrorsMissing a Javadoc comment.217
ErrorsMissing a Javadoc comment.218
ErrorsMissing a Javadoc comment.219
ErrorsMissing a Javadoc comment.222
ErrorsArray brackets at illegal position.222
ErrorsFirst sentence should end with a period.228
ErrorsMissing a Javadoc comment.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
ErrorsMissing a Javadoc comment.239
Errors'77' is a magic number.240
ErrorsLine is longer than 80 characters.246
ErrorsMissing a Javadoc comment.246
ErrorsParameter packed should be final.246
ErrorsParameter offset should be final.246
ErrorsParameter result should be final.246
Errors'do' construct must use '{}'s.253
ErrorsFirst sentence should end with a period.258
ErrorsFirst sentence should end with a period.261
ErrorsFirst sentence should end with a period.264
ErrorsFirst sentence should end with a period.267
ErrorsArray brackets at illegal position.269
ErrorsFirst sentence should end with a period.271
ErrorsFirst sentence should end with a period.274
ErrorsFirst sentence should end with a period.277
ErrorsFirst sentence should end with a period.280
ErrorsFirst sentence should end with a period.284
ErrorsFirst sentence should end with a period.287
ErrorsFirst sentence should end with a period.290
ErrorsLine has trailing spaces.291
ErrorsFirst sentence should end with a period.296
ErrorsLine has trailing spaces.296
ErrorsFirst sentence should end with a period.301
ErrorsFirst sentence should end with a period.304
ErrorsLine has trailing spaces.308
ErrorsLine contains a tab character.308
ErrorsLine contains a tab character.309
ErrorsMissing a Javadoc comment.309
ErrorsLine contains a tab character.310
ErrorsMissing a Javadoc comment.310
ErrorsFirst sentence should end with a period.312
ErrorsLine contains a tab character.312
ErrorsLine contains a tab character.313
ErrorsVariable 'mapIntIDDouble' must be private and have accessor methods.313
ErrorsFirst sentence should end with a period.315
ErrorsLine contains a tab character.315
ErrorsLine contains a tab character.316
ErrorsVariable 'mapIntDouble' must be private and have accessor methods.316
ErrorsLine has trailing spaces.317
ErrorsLine contains a tab character.317
ErrorsFirst sentence should end with a period.318
ErrorsLine is longer than 80 characters.318
ErrorsLine contains a tab character.318
ErrorsLine contains a tab character.319
ErrorsVariable 'translator' must be private and have accessor methods.319
ErrorsLine has trailing spaces.320
ErrorsLine contains a tab character.320
ErrorsFirst sentence should end with a period.321
ErrorsLine has trailing spaces.321
ErrorsLine contains a tab character.321
ErrorsLine contains a tab character.322
ErrorsVariable 'itemTranslator' must be private and have accessor methods.322
ErrorsLine has trailing spaces.323
ErrorsLine contains a tab character.323
ErrorsFirst sentence should end with a period.324
ErrorsLine has trailing spaces.324
ErrorsLine contains a tab character.324
ErrorsLine contains a tab character.325
ErrorsVariable 'observer' must be private and have accessor methods.325
ErrorsLine has trailing spaces.326
ErrorsLine contains a tab character.326
ErrorsFirst sentence should end with a period.327
ErrorsLine contains a tab character.327
ErrorsLine contains a tab character.328
ErrorsVariable 'itemTypeTranslator' must be private and have accessor methods.328
ErrorsLine has trailing spaces.329
ErrorsLine contains a tab character.329
ErrorsFirst sentence should end with a period.330
ErrorsLine has trailing spaces.330
ErrorsLine contains a tab character.330
ErrorsLine contains a tab character.331
ErrorsVariable 'ut2004Time' must be private and have accessor methods.331
ErrorsLine has trailing spaces.332
ErrorsLine contains a tab character.332
ErrorsLine contains a tab character.333
ErrorsMissing a Javadoc comment.333
Errors'{' is not preceded with whitespace.333
ErrorsLine contains a tab character.334
ErrorsLine has trailing spaces.335
ErrorsLine contains a tab character.335
ErrorsLine contains a tab character.336
ErrorsMethod 'setReader' is not designed for extension - needs to be abstract, final or empty.336
ErrorsMissing a Javadoc comment.336
ErrorsParameter reader should be final.336
ErrorsLine contains a tab character.337
ErrorsLine contains a tab character.338
ErrorsLine has trailing spaces.339
ErrorsLine contains a tab character.339
ErrorsLine contains a tab character.340
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.340
ErrorsMissing a Javadoc comment.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
ErrorsMethod 'setItemTranslator' is not designed for extension - needs to be abstract, final or empty.344
ErrorsMissing a Javadoc comment.344
ErrorsParameter translator should be final.344
Errors'translator' hides a field.344
ErrorsLine contains a tab character.345
ErrorsLine contains a tab character.346
ErrorsLine has trailing spaces.347
ErrorsLine contains a tab character.347
ErrorsLine contains a tab character.348
ErrorsMethod 'setItemTypeTranslator' is not designed for extension - needs to be abstract, final or empty.348
ErrorsLine contains a tab character.349
ErrorsParameter translator should be final.349
Errors'translator' hides a field.349
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
ErrorsMethod 'setObserver' is not designed for extension - needs to be abstract, final or empty.353
ErrorsMissing a Javadoc comment.353
ErrorsParameter observer should be final.353
Errors'observer' hides a field.353
ErrorsLine contains a tab character.354
ErrorsLine contains a tab character.355
ErrorsLine has trailing spaces.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 'setTranslator' is not designed for extension - needs to be abstract, final or empty.361
ErrorsParameter translator should be final.361
Errors'translator' hides a field.361
ErrorsExpected @param tag for 'translator'.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
ErrorsMethod 'setTime' is not designed for extension - needs to be abstract, final or empty.365
ErrorsMissing a Javadoc comment.365
ErrorsParameter obj should be final.365
ErrorsParameter time should be final.365
ErrorsLine is longer than 80 characters.366
ErrorsLine is longer than 80 characters.367
Errors'(' is followed by whitespace.367
Errors'cast' is not followed by whitespace.367
Errors'*' is not preceded with whitespace.367
Errors'*' is not followed by whitespace.367
Errors'1000' is a magic number.367
Errors')' is preceded with whitespace.367
ErrorsLine contains a tab character.368
ErrorsLine has trailing spaces.369
ErrorsLine contains a tab character.369
ErrorsLine contains a tab character.370
ErrorsMethod 'setTime' is not designed for extension - needs to be abstract, final or empty.370
ErrorsMissing a Javadoc comment.370
ErrorsParameter obj should be final.370
ErrorsParameter time should be final.370
ErrorsLine is longer than 80 characters.371
ErrorsLine contains a tab character.371
ErrorsLine is longer than 80 characters.372
ErrorsLine contains a tab character.372
Errors'(' is followed by whitespace.372
Errors'cast' is not followed by whitespace.372
Errors'*' is not preceded with whitespace.372
Errors'*' is not followed by whitespace.372
Errors'1000' is a magic number.372
Errors')' is preceded with whitespace.372
ErrorsLine contains a tab character.373
ErrorsLine has trailing spaces.374
ErrorsLine contains a tab character.374
ErrorsLine contains a tab character.375
ErrorsLine has trailing spaces.376
ErrorsLine contains a tab character.376
ErrorsLine is longer than 80 characters.377
ErrorsLine contains a tab character.377
ErrorsLine is longer than 80 characters.378
ErrorsLine contains a tab character.378
ErrorsLine has trailing spaces.379
ErrorsLine contains a tab character.379
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.384
ErrorsLine is longer than 80 characters.385
ErrorsLine contains a tab character.385
ErrorsMethod 'setPropertyByReflection' is not designed for extension - needs to be abstract, final or empty.385
ErrorsExpected @param tag for '<T>'.385
Errors'(' is followed by whitespace.385
ErrorsParameter object should be final.385
ErrorsParameter propertyName should be final.385
ErrorsParameter valueType should be final.385
ErrorsParameter value should be final.385
Errors')' is preceded with whitespace.385
ErrorsLine contains a tab character.386
ErrorsLine is longer than 80 characters.388
ErrorsLine is longer than 80 characters.391
Errors'+' is not preceded with whitespace.391
Errors'+' is not followed by whitespace.391
Errors'(' is followed by whitespace.391
Errors')' is preceded with whitespace.391
Errors'+' is not preceded with whitespace.391
Errors'+' is not followed by whitespace.391
Errors'(' is followed by whitespace.391
Errors')' is preceded with whitespace.391
Errors'(' is followed by whitespace.392
Errors')' is preceded with whitespace.392
ErrorsLine contains a tab character.393
ErrorsLine is longer than 80 characters.394
ErrorsLine contains a tab character.394
Errors'(' is followed by whitespace.394
Errors')' is preceded with whitespace.394
ErrorsLine contains a tab character.395
Errors'(' is followed by whitespace.395
Errors')' is preceded with whitespace.395
ErrorsLine contains a tab character.396
ErrorsLine contains a tab character.397
Errors'(' is followed by whitespace.397
Errors')' is preceded with whitespace.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
Errors'(' is followed by whitespace.402
Errors')' is preceded with whitespace.402
Errors'(' is followed by whitespace.403
Errors')' is preceded with whitespace.403
ErrorsLine is longer than 80 characters.405
Errors'+' is not preceded with whitespace.405
Errors'+' is not followed by whitespace.405
Errors'+' is not preceded with whitespace.405
Errors'+' is not followed by whitespace.405
Errors')' is preceded with whitespace.405
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
ErrorsLine contains a tab character.414
ErrorsLine contains a tab character.415
ErrorsLine has trailing spaces.416
ErrorsLine contains a tab character.416
ErrorsLine contains a tab character.417
ErrorsLine contains a tab character.418
ErrorsMethod 'exceptionOccured' is not designed for extension - needs to be abstract, final or empty.418
ErrorsParameter e should be final.418
ErrorsExpected @param tag for 'e'.418
ErrorsParameter info should be final.418
ErrorsLine contains a tab character.419
ErrorsLine has trailing spaces.420
ErrorsLine contains a tab character.420
ErrorsLine is longer than 80 characters.421
ErrorsLine contains a tab character.421
ErrorsAvoid inline conditionals.421
ErrorsLine contains a tab character.422
ErrorsLine contains a tab character.423
Errors'if' construct must use '{}'s.424
ErrorsLine has trailing spaces.424
ErrorsLine contains a tab character.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
ErrorsLine contains a tab character.429
ErrorsLine contains a tab character.430
ErrorsLine contains a tab character.431
ErrorsMethod 'warning' is not designed for extension - needs to be abstract, final or empty.431
ErrorsParameter info should be final.431
ErrorsExpected @param tag for 'info'.431
ErrorsLine contains a tab character.432
ErrorsLine has trailing spaces.433
ErrorsLine contains a tab character.433
ErrorsLine is longer than 80 characters.434
ErrorsLine contains a tab character.434
ErrorsAvoid inline conditionals.434
ErrorsLine contains a tab character.435
ErrorsLine has trailing spaces.436
ErrorsLine is longer than 80 characters.436
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 has trailing spaces.442
ErrorsLine is longer than 80 characters.442
ErrorsLine is longer than 80 characters.443
ErrorsLine is longer than 80 characters.444
ErrorsLine is longer than 80 characters.445
ErrorsLine has trailing spaces.447
ErrorsLine is longer than 80 characters.447
ErrorsLine has trailing spaces.449
ErrorsMethod 'tryParsingUnprocessedMessage' is not designed for extension - needs to be abstract, final or empty.450
ErrorsParameter messageName should be final.450
ErrorsExpected @param tag for 'messageName'.450
Errors'{' is not preceded with whitespace.450
ErrorsLine has trailing spaces.453
ErrorsLine is longer than 80 characters.455
ErrorsLine is longer than 80 characters.456
ErrorsLine is longer than 80 characters.458
ErrorsLine has trailing spaces.459
ErrorsLine is longer than 80 characters.459
ErrorsLine has trailing spaces.460
ErrorsLine is longer than 80 characters.460
ErrorsLine has trailing spaces.462
ErrorsLine has trailing spaces.463
ErrorsLine has trailing spaces.464
ErrorsExpected an @return tag.465
ErrorsLine is longer than 80 characters.465
ErrorsMethod 'tryParsingUnprocessedMessageParameter' is not designed for extension - needs to be abstract, final or empty.465
ErrorsParameter paramName should be final.465
ErrorsParameter wholeParamText should be final.465
Errors'{' is not preceded with whitespace.465
ErrorsLine has trailing spaces.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
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.477
ErrorsMethod 'getToken' is not designed for extension - needs to be abstract, final or empty.477
ErrorsParameter text should be final.477
ErrorsExpected @param tag for 'text'.477
ErrorsParameter delimiters should be final.477
ErrorsExpected @param tag for 'delimiters'.477
ErrorsParameter num should be final.477
ErrorsExpected @param tag for 'num'.477
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 is longer than 80 characters.485
ErrorsLine contains a tab character.485
Errors'+' is not preceded with whitespace.485
Errors'+' is not followed by whitespace.485
Errors'+' is not preceded with whitespace.485
Errors'+' is not followed by whitespace.485
Errors'+' is not preceded with whitespace.485
Errors'+' is not followed by whitespace.485
Errors'+' is not preceded with whitespace.485
Errors'+' is not followed by whitespace.485
ErrorsLine contains a tab character.486
ErrorsLine contains a tab character.487
ErrorsLine contains a tab character.488
ErrorsLine has trailing spaces.489
ErrorsLine contains a tab character.489
ErrorsLine contains a tab character.490
ErrorsLine contains a tab character.491
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 has trailing spaces.496
ErrorsLine contains a tab character.496
ErrorsLine contains a tab character.497
ErrorsMethod 'getToken' is not designed for extension - needs to be abstract, final or empty.497
ErrorsParameter text should be final.497
ErrorsExpected @param tag for 'text'.497
ErrorsParameter num should be final.497
ErrorsExpected @param tag for 'num'.497
ErrorsLine has trailing spaces.498
ErrorsLine contains a tab character.498
ErrorsLine contains a tab character.499
ErrorsLine contains a tab character.501
ErrorsLine contains a tab character.502
ErrorsLine contains a tab character.503
ErrorsLine is longer than 80 characters.504
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
ErrorsLine contains a tab character.509
ErrorsMethod 'intValue' is not designed for extension - needs to be abstract, final or empty.509
Errors'(' is followed by whitespace.509
ErrorsParameter txt should be final.509
Errors')' is preceded with whitespace.509
Errors'if' construct must use '{}'s.510
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.514
Errors'+' is not preceded with whitespace.514
Errors'+' is not followed by whitespace.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.517
Errors'+' is not preceded with whitespace.517
Errors'+' is not followed by whitespace.517
Errors'+' is not preceded with whitespace.517
Errors'+' is not followed by whitespace.517
ErrorsLine has trailing spaces.518
ErrorsLine contains a tab character.518
ErrorsLine contains a tab character.520
Errors'+' is not preceded with whitespace.520
Errors'+' is not followed by whitespace.520
Errors'+' is not preceded with whitespace.520
Errors'+' is not followed by whitespace.520
ErrorsLine contains a tab character.521
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 is longer than 80 characters.528
ErrorsLine contains a tab character.528
ErrorsLine has trailing spaces.529
ErrorsLine contains a tab character.529
ErrorsLine contains a tab character.530
ErrorsLine contains a tab character.531
ErrorsLine contains a tab character.532
ErrorsLine contains a tab character.533
ErrorsMethod 'longValue' is not designed for extension - needs to be abstract, final or empty.533
Errors'(' is followed by whitespace.533
ErrorsParameter txt should be final.533
Errors')' is preceded with whitespace.533
Errors'if' construct must use '{}'s.534
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.538
Errors'+' is not preceded with whitespace.538
Errors'+' is not followed by whitespace.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.541
Errors'+' is not preceded with whitespace.541
Errors'+' is not followed by whitespace.541
Errors'+' is not preceded with whitespace.541
Errors'+' is not followed by whitespace.541
ErrorsLine has trailing spaces.542
ErrorsLine contains a tab character.542
ErrorsLine is longer than 80 characters.544
ErrorsLine contains a tab character.544
Errors'+' is not preceded with whitespace.544
Errors'+' is not followed by whitespace.544
Errors'+' is not preceded with whitespace.544
Errors'+' is not followed by whitespace.544
ErrorsLine contains a tab character.545
ErrorsLine contains a tab character.547
ErrorsLine has trailing spaces.548
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 is longer than 80 characters.552
ErrorsLine contains a tab character.552
ErrorsLine has trailing spaces.553
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 'integerValue' is not designed for extension - needs to be abstract, final or empty.557
Errors'(' is followed by whitespace.557
ErrorsParameter txt should be final.557
Errors')' is preceded with whitespace.557
Errors'if' construct must use '{}'s.558
ErrorsLine is longer than 80 characters.558
ErrorsLine contains a tab character.558
ErrorsLine contains a tab character.559
ErrorsLine contains a tab character.560
ErrorsLine contains a tab character.562
Errors'+' is not preceded with whitespace.562
Errors'+' is not followed by whitespace.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.565
Errors'+' is not preceded with whitespace.565
Errors'+' is not followed by whitespace.565
Errors'+' is not preceded with whitespace.565
Errors'+' is not followed by whitespace.565
ErrorsLine has trailing spaces.566
ErrorsLine contains a tab character.566
ErrorsLine contains a tab character.568
Errors'+' is not preceded with whitespace.568
Errors'+' is not followed by whitespace.568
Errors'+' is not preceded with whitespace.568
Errors'+' is not followed by whitespace.568
ErrorsLine contains a tab character.569
ErrorsLine contains a tab character.571
ErrorsLine has trailing spaces.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 has trailing spaces.577
ErrorsLine is longer than 80 characters.577
ErrorsLine contains a tab character.577
ErrorsLine has trailing spaces.578
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
ErrorsMethod 'doubleValue' is not designed for extension - needs to be abstract, final or empty.582
ErrorsParameter txt should be final.582
Errors'if' construct must use '{}'s.583
ErrorsLine is longer than 80 characters.583
ErrorsLine contains a tab character.583
ErrorsLine contains a tab character.584
ErrorsLine contains a tab character.585
ErrorsLine contains a tab character.587
Errors'+' is not preceded with whitespace.587
Errors'+' is not followed by whitespace.587
Errors'+' is not preceded with whitespace.587
Errors'+' is not followed by whitespace.587
ErrorsLine contains a tab character.588
ErrorsLine contains a tab character.590
Errors'+' is not preceded with whitespace.590
Errors'+' is not followed by whitespace.590
Errors'+' is not preceded with whitespace.590
Errors'+' is not followed by whitespace.590
ErrorsLine has trailing spaces.591
ErrorsLine contains a tab character.591
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
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.596
ErrorsLine has trailing spaces.597
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 has trailing spaces.601
ErrorsLine is longer than 80 characters.601
ErrorsLine contains a tab character.601
ErrorsLine has trailing spaces.602
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
ErrorsMethod 'floatValue' is not designed for extension - needs to be abstract, final or empty.606
ErrorsParameter txt should be final.606
Errors'if' construct must use '{}'s.607
ErrorsLine is longer than 80 characters.607
ErrorsLine contains a tab character.607
ErrorsLine contains a tab character.608
ErrorsLine contains a tab character.609
ErrorsLine contains a tab character.611
Errors'+' is not preceded with whitespace.611
Errors'+' is not followed by whitespace.611
Errors'+' is not preceded with whitespace.611
Errors'+' is not followed by whitespace.611
ErrorsLine contains a tab character.612
ErrorsLine contains a tab character.614
Errors'+' is not preceded with whitespace.614
Errors'+' is not followed by whitespace.614
Errors'+' is not preceded with whitespace.614
Errors'+' is not followed by whitespace.614
ErrorsLine has trailing spaces.615
ErrorsLine contains a tab character.615
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
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.620
ErrorsLine has trailing spaces.621
ErrorsLine contains a tab character.621
ErrorsFirst sentence should end with a period.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 contains a tab character.626
ErrorsLine contains a tab character.627
ErrorsLine contains a tab character.628
ErrorsLine contains a tab character.629
ErrorsMethod 'getTriple' is not designed for extension - needs to be abstract, final or empty.629
Errors'(' is followed by whitespace.629
ErrorsParameter txt should be final.629
Errors')' is preceded with whitespace.629
ErrorsLine is longer than 80 characters.630
ErrorsLine contains a tab character.630
ErrorsLine has trailing spaces.631
ErrorsLine contains a tab character.631
ErrorsLine contains a tab character.632
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
Errors',' is not followed by whitespace.639
Errors',' is not followed by whitespace.639
ErrorsLine contains a tab character.640
ErrorsLine contains a tab character.641
ErrorsLine contains a tab character.642
ErrorsLine contains a tab character.643
Errors',' is not followed by whitespace.643
Errors',' is not followed by whitespace.643
ErrorsLine contains a tab character.645
Errors'+' is not preceded with whitespace.645
Errors'+' is not followed by whitespace.645
Errors'+' is not preceded with whitespace.645
Errors'+' is not followed by whitespace.645
ErrorsLine has trailing spaces.646
ErrorsLine contains a tab character.646
ErrorsLine contains a tab character.648
Errors'+' is not preceded with whitespace.648
Errors'+' is not followed by whitespace.648
Errors'+' is not preceded with whitespace.648
Errors'+' is not followed by whitespace.648
ErrorsLine contains a tab character.649
ErrorsLine contains a tab character.651
ErrorsLine has trailing spaces.652
ErrorsLine contains a tab character.652
ErrorsFirst sentence should end with a period.653
ErrorsLine contains a tab character.653
ErrorsLine is longer than 80 characters.654
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
ErrorsLine contains a tab character.659
ErrorsMethod 'locationValue' is not designed for extension - needs to be abstract, final or empty.659
ErrorsParameter txt should be final.659
Errors'if' construct must use '{}'s.660
ErrorsLine has trailing spaces.660
ErrorsLine is longer than 80 characters.660
ErrorsLine contains a tab character.660
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 contains a tab character.665
Errors'+' is not preceded with whitespace.665
Errors'+' is not followed by whitespace.665
Errors'+' is not preceded with whitespace.665
Errors'+' is not followed by whitespace.665
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
Errors'+' is not preceded with whitespace.668
Errors'+' is not followed by whitespace.668
Errors'+' is not preceded with whitespace.668
Errors'+' is not followed by whitespace.668
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 has trailing spaces.675
ErrorsMethod 'itemTypeValue' is not designed for extension - needs to be abstract, final or empty.679
ErrorsParameter txt should be final.679
ErrorsLine has trailing spaces.682
ErrorsMethod 'itemDescriptorValue' is not designed for extension - needs to be abstract, final or empty.683
ErrorsMissing a Javadoc comment.683
ErrorsParameter type should be final.683
ErrorsLine contains a tab character.684
ErrorsLine has trailing spaces.686
ErrorsLine has trailing spaces.691
ErrorsMethod 'categoryValue' is not designed for extension - needs to be abstract, final or empty.692
ErrorsParameter txt should be final.692
Errors'if' construct must use '{}'s.693
ErrorsLine is longer than 80 characters.693
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.697
ErrorsLine contains a tab character.698
ErrorsLine has trailing spaces.700
ErrorsLine contains a tab character.700
ErrorsFirst sentence should end with a period.701
ErrorsLine contains a tab character.701
ErrorsLine is longer than 80 characters.702
ErrorsLine contains a tab character.702
ErrorsLine has trailing spaces.703
ErrorsLine contains a tab character.703
ErrorsLine contains a tab character.704
ErrorsLine contains a tab character.705
ErrorsLine contains a tab character.706
ErrorsLine contains a tab character.707
ErrorsMethod 'velocityValue' is not designed for extension - needs to be abstract, final or empty.707
ErrorsParameter txt should be final.707
Errors'if' construct must use '{}'s.708
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
Errors'+' is not preceded with whitespace.713
Errors'+' is not followed by whitespace.713
Errors'+' is not preceded with whitespace.713
Errors'+' is not followed by whitespace.713
ErrorsLine contains a tab character.714
ErrorsLine contains a tab character.715
ErrorsLine is longer than 80 characters.716
ErrorsLine contains a tab character.716
Errors'+' is not preceded with whitespace.716
Errors'+' is not followed by whitespace.716
Errors'+' is not preceded with whitespace.716
Errors'+' is not followed by whitespace.716
ErrorsLine contains a tab character.717
ErrorsLine contains a tab character.718
ErrorsLine contains a tab character.719
ErrorsFirst sentence should end with a period.721
ErrorsLine contains a tab character.721
ErrorsLine is longer than 80 characters.722
ErrorsLine contains a tab character.722
ErrorsLine has trailing spaces.723
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
ErrorsMethod 'rotationValue' is not designed for extension - needs to be abstract, final or empty.727
ErrorsParameter txt should be final.727
Errors'if' construct must use '{}'s.728
ErrorsLine is longer than 80 characters.728
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
ErrorsLine contains a tab character.733
Errors'+' is not preceded with whitespace.733
Errors'+' is not followed by whitespace.733
Errors'+' is not preceded with whitespace.733
Errors'+' is not followed by whitespace.733
ErrorsLine contains a tab character.734
ErrorsLine contains a tab character.735
ErrorsLine is longer than 80 characters.736
ErrorsLine contains a tab character.736
Errors'+' is not preceded with whitespace.736
Errors'+' is not followed by whitespace.736
Errors'+' is not preceded with whitespace.736
Errors'+' is not followed by whitespace.736
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
ErrorsFirst sentence should end with a period.741
ErrorsLine contains a tab character.741
ErrorsLine is longer than 80 characters.742
ErrorsLine contains a tab character.742
ErrorsLine has trailing spaces.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
ErrorsLine contains a tab character.747
ErrorsMethod 'point3dValue' is not designed for extension - needs to be abstract, final or empty.747
ErrorsParameter txt should be final.747
Errors'if' construct must use '{}'s.748
ErrorsLine is longer than 80 characters.748
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
ErrorsLine contains a tab character.753
Errors'+' is not preceded with whitespace.753
Errors'+' is not followed by whitespace.753
Errors'+' is not preceded with whitespace.753
Errors'+' is not followed by whitespace.753
ErrorsLine contains a tab character.754
Errors',' is not followed by whitespace.754
Errors',' is not followed by whitespace.754
ErrorsLine contains a tab character.755
ErrorsLine contains a tab character.756
Errors'+' is not preceded with whitespace.756
Errors'+' is not followed by whitespace.756
Errors'+' is not preceded with whitespace.756
Errors'+' is not followed by whitespace.756
ErrorsLine contains a tab character.757
ErrorsLine contains a tab character.759
ErrorsLine has trailing spaces.760
ErrorsLine contains a tab character.760
ErrorsFirst sentence should end with a period.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 contains a tab character.765
ErrorsLine contains a tab character.766
ErrorsLine contains a tab character.767
ErrorsMethod 'vector3dValue' is not designed for extension - needs to be abstract, final or empty.767
ErrorsParameter txt should be final.767
Errors'if' construct must use '{}'s.768
ErrorsLine is longer than 80 characters.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
ErrorsLine contains a tab character.773
Errors'+' is not preceded with whitespace.773
Errors'+' is not followed by whitespace.773
Errors'+' is not preceded with whitespace.773
Errors'+' is not followed by whitespace.773
ErrorsLine contains a tab character.774
Errors',' is not followed by whitespace.774
Errors',' is not followed by whitespace.774
ErrorsLine contains a tab character.775
ErrorsLine contains a tab character.776
Errors'+' is not preceded with whitespace.776
Errors'+' is not followed by whitespace.776
Errors'+' is not preceded with whitespace.776
Errors'+' is not followed by whitespace.776
ErrorsLine contains a tab character.777
ErrorsLine contains a tab character.779
ErrorsLine has trailing spaces.780
ErrorsLine contains a tab character.780
ErrorsLine contains a tab character.781
ErrorsLine contains a tab character.782
ErrorsLine has trailing spaces.783
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 has trailing spaces.787
ErrorsLine contains a tab character.787
ErrorsMethod 'stringValue' is not designed for extension - needs to be abstract, final or empty.787
Errors'(' is followed by whitespace.787
ErrorsParameter txt should be final.787
Errors')' is preceded with whitespace.787
ErrorsLine contains a tab character.788
ErrorsLine contains a tab character.789
ErrorsLine contains a tab character.790
ErrorsLine is longer than 80 characters.791
ErrorsLine contains a tab character.791
ErrorsLine contains a tab character.792
ErrorsLine contains a tab character.793
ErrorsLine contains a tab character.794
Errors'+' is not preceded with whitespace.794
Errors'+' is not followed by whitespace.794
Errors'-' is not preceded with whitespace.794
Errors'-' is not followed by whitespace.794
ErrorsLine contains a tab character.795
ErrorsLine has trailing spaces.796
ErrorsLine contains a tab character.796
ErrorsLine contains a tab character.797
ErrorsLine contains a tab character.798
Errors'+' is not preceded with whitespace.798
Errors'+' is not followed by whitespace.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 is longer than 80 characters.802
ErrorsLine contains a tab character.802
Errors'+' is not preceded with whitespace.802
Errors'+' is not followed by whitespace.802
Errors'+' is not preceded with whitespace.802
Errors'+' is not followed by whitespace.802
ErrorsLine contains a tab character.803
ErrorsLine contains a tab character.805
ErrorsLine has trailing spaces.806
ErrorsLine contains a tab character.806
ErrorsLine contains a tab character.807
ErrorsLine contains a tab character.808
ErrorsLine has trailing spaces.809
ErrorsLine contains a tab character.809
ErrorsLine contains a tab character.810
ErrorsLine contains a tab character.811
ErrorsLine contains a tab character.812
ErrorsLine contains a tab character.813
ErrorsMethod 'stringIdValue' is not designed for extension - needs to be abstract, final or empty.813
Errors'(' is followed by whitespace.813
ErrorsParameter txt should be final.813
Errors')' is preceded with whitespace.813
Errors'if' construct must use '{}'s.814
ErrorsLine is longer than 80 characters.814
ErrorsLine contains a tab character.814
ErrorsLine has trailing spaces.815
ErrorsLine contains a tab character.815
ErrorsLine contains a tab character.816
ErrorsLine has trailing spaces.817
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 has trailing spaces.821
ErrorsLine is longer than 80 characters.821
ErrorsLine contains a tab character.821
ErrorsLine has trailing spaces.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
ErrorsMethod 'booleanValue' is not designed for extension - needs to be abstract, final or empty.826
ErrorsParameter txt should be final.826
ErrorsLine contains a tab character.827
ErrorsLine contains a tab character.828
Errors'if' construct must use '{}'s.829
ErrorsLine contains a tab character.829
Errors'if' construct must use '{}'s.830
ErrorsLine contains a tab character.830
ErrorsConditional logic can be removed.830
Errors'else' construct must use '{}'s.831
ErrorsLine contains a tab character.831
ErrorsLine contains a tab character.833
Errors'+' is not preceded with whitespace.833
Errors'+' is not followed by whitespace.833
Errors'+' is not preceded with whitespace.833
Errors'+' is not followed by whitespace.833
ErrorsLine has trailing spaces.834
ErrorsLine contains a tab character.834
ErrorsLine is longer than 80 characters.836
ErrorsLine contains a tab character.836
Errors'+' is not preceded with whitespace.836
Errors'+' is not followed by whitespace.836
Errors'+' is not preceded with whitespace.836
Errors'+' is not followed by whitespace.836
ErrorsLine contains a tab character.837
ErrorsLine contains a tab character.839
ErrorsLine has trailing spaces.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 has trailing spaces.844
ErrorsLine is longer than 80 characters.844
ErrorsLine contains a tab character.844
ErrorsLine has trailing spaces.845
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
ErrorsMethod 'unrealIdValue' is not designed for extension - needs to be abstract, final or empty.849
ErrorsParameter txt should be final.849
Errors'if' construct must use '{}'s.850
ErrorsLine is longer than 80 characters.850
ErrorsLine contains a tab character.850
ErrorsLine contains a tab character.851
ErrorsLine contains a tab character.852
ErrorsLine contains a tab character.853
ErrorsLine is longer than 80 characters.854
ErrorsLine contains a tab character.854
Errors'+' is not preceded with whitespace.854
Errors'+' is not followed by whitespace.854
Errors'+' is not preceded with whitespace.854
Errors'+' is not followed by whitespace.854
ErrorsLine contains a tab character.855
ErrorsLine contains a tab character.856
ErrorsLine contains a tab character.857
ErrorsLine is longer than 80 characters.859
ErrorsLine contains a tab character.859
Errors'+' is not preceded with whitespace.859
Errors'+' is not followed by whitespace.859
Errors'+' is not preceded with whitespace.859
Errors'+' is not followed by whitespace.859
ErrorsLine has trailing spaces.860
ErrorsLine contains a tab character.860
ErrorsLine is longer than 80 characters.862
ErrorsLine contains a tab character.862
Errors'+' is not preceded with whitespace.862
Errors'+' is not followed by whitespace.862
Errors'+' is not preceded with whitespace.862
Errors'+' is not followed by whitespace.862
ErrorsLine contains a tab character.863
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
ErrorsLine has trailing spaces.870
ErrorsLine is longer than 80 characters.870
ErrorsLine contains a tab character.870
ErrorsLine has trailing spaces.871
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
ErrorsMethod 'worldObjectIdValue' is not designed for extension - needs to be abstract, final or empty.875
ErrorsParameter txt should be final.875
Errors'if' construct must use '{}'s.876
ErrorsLine is longer than 80 characters.876
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 is longer than 80 characters.880
ErrorsLine contains a tab character.880
Errors'+' is not preceded with whitespace.880
Errors'+' is not followed by whitespace.880
Errors'+' is not preceded with whitespace.880
Errors'+' is not followed by whitespace.880
ErrorsLine contains a tab character.881
ErrorsLine contains a tab character.882
ErrorsLine contains a tab character.883
ErrorsLine is longer than 80 characters.885
ErrorsLine contains a tab character.885
Errors'+' is not preceded with whitespace.885
Errors'+' is not followed by whitespace.885
Errors'+' is not preceded with whitespace.885
Errors'+' is not followed by whitespace.885
ErrorsLine has trailing spaces.886
ErrorsLine contains a tab character.886
ErrorsLine is longer than 80 characters.888
ErrorsLine contains a tab character.888
Errors'+' is not preceded with whitespace.888
Errors'+' is not followed by whitespace.888
Errors'+' is not preceded with whitespace.888
Errors'+' is not followed by whitespace.888
ErrorsLine contains a tab character.889
ErrorsLine contains a tab character.891
ErrorsLine has trailing spaces.892
ErrorsLine contains a tab character.892
ErrorsLine contains a tab character.893
ErrorsMissing a Javadoc comment.893
ErrorsLine has trailing spaces.894
ErrorsLine contains a tab character.894
ErrorsLine contains a tab character.895
ErrorsLine is longer than 80 characters.896
ErrorsLine contains a tab character.896
ErrorsLine contains a tab character.897
ErrorsLine contains a tab character.898
ErrorsMethod 'setTeamId' is not designed for extension - needs to be abstract, final or empty.898
ErrorsParameter teamId should be final.898
Errors'teamId' hides a field.898
ErrorsExpected @param tag for 'teamId'.898
ErrorsLine contains a tab character.899
ErrorsLine contains a tab character.900
ErrorsLine has trailing spaces.901
ErrorsLine contains a tab character.901
ErrorsLine contains a tab character.902
ErrorsMissing a Javadoc comment.902
ErrorsParameter obj should be final.902
Errors'(' is followed by whitespace.903
Errors'cast' is not followed by whitespace.903
Errors')' is preceded with whitespace.903
ErrorsLine contains a tab character.904
ErrorsLine has trailing spaces.905
ErrorsLine contains a tab character.905
ErrorsMissing a Javadoc comment.907
Errors'10' is a magic number.907
ErrorsMissing a Javadoc comment.908
ErrorsName 'stack_pos' must match pattern '^[a-z][a-zA-Z0-9]*$'.908
ErrorsLine has trailing spaces.909
ErrorsLine has trailing spaces.910
ErrorsLine contains a tab character.910
ErrorsMissing a Javadoc comment.911
ErrorsVariable 'actObj' must be private and have accessor methods.911
ErrorsLine has trailing spaces.912
ErrorsFirst sentence should end with a period.913
ErrorsLine is longer than 80 characters.914
ErrorsName 'state_go' must match pattern '^[a-z][a-zA-Z0-9]*$'.916
ErrorsParameter state should be final.916
ErrorsExpected @param tag for 'state'.916
Errors'{' should be on the previous line.917
ErrorsLine contains a tab character.918
ErrorsLine contains a tab character.919
ErrorsLine has trailing spaces.921
ErrorsName 'state_return' must match pattern '^[a-z][a-zA-Z0-9]*$'.925
Errors'{' should be on the previous line.926
ErrorsLine contains a tab character.927
ErrorsParameter in should be final.937
ErrorsParameter in should be final.947
ErrorsLine has trailing spaces.951
ErrorsParameter packed should be final.957
Errors'0x10000' is a magic number.958
Errors'116' is a magic number.961
Errors'do' construct must use '{}'s.964
ErrorsLine has trailing spaces.974
Errors'-' is not preceded with whitespace.983
Errors'-' is not followed by whitespace.983
Errors'-=' is not preceded with whitespace.986
Errors'-=' is not preceded with whitespace.987
Errors'-=' is not preceded with whitespace.988
ErrorsArray brackets at illegal position.995
Errors'*' is not preceded with whitespace.995
Errors'*' is not followed by whitespace.995
Errors'-' is not preceded with whitespace.1002
Errors'-' is not followed by whitespace.1002
Errors'+=' is not preceded with whitespace.1005
ErrorsLine has trailing spaces.1008
ErrorsLine is longer than 80 characters.1008
ErrorsLine has trailing spaces.1016
ErrorsLine contains a tab character.1019
ErrorsLine has trailing spaces.1023
ErrorsExpected @throws tag for 'java.io.IOException'.1027
Errors'if' construct must use '{}'s.1031
ErrorsLine has trailing spaces.1040
ErrorsLine has trailing spaces.1044
ErrorsParameter reader should be final.1046
ErrorsInner assignments should be avoided.1051
ErrorsInner assignments should be avoided.1052
ErrorsInner assignments should be avoided.1053
ErrorsInner assignments should be avoided.1053
ErrorsExpected an @return tag.1061
ErrorsFirst sentence should end with a period.1066
ErrorsParameter newState should be final.1071
ErrorsExpected an @return tag.1079
Errors'(' is followed by whitespace.1080
Errors'-' is not preceded with whitespace.1080
Errors'-' is not followed by whitespace.1080
Errors')' is preceded with whitespace.1080
ErrorsLine has trailing spaces.1085
ErrorsLine has trailing spaces.1086
ErrorsLine has trailing spaces.1087
ErrorsLine has trailing spaces.1090
ErrorsParameter pos should be final.1095
Errors'+' is not preceded with whitespace.1096
Errors'+' is not followed by whitespace.1096
ErrorsExpected an @return tag.1103
Errors'-' is not preceded with whitespace.1104
Errors'-' is not followed by whitespace.1104
ErrorsLine has trailing spaces.1111
ErrorsLine has trailing spaces.1112
ErrorsParameter errorCode should be final.1122
Errors'}' should be on the same line.1126
ErrorsLine has trailing spaces.1132
ErrorsMethod 'yypushback' is not designed for extension - needs to be abstract, final or empty.1143
ErrorsParameter number should be final.1143
Errors'if' construct must use '{}'s.1144
Errors'(' is followed by whitespace.1144
Errors')' is preceded with whitespace.1144
ErrorsMethod 'yylex' is not designed for extension - needs to be abstract, final or empty.1158
ErrorsMethod length is 247 lines (max allowed is 150).1158
Errors'+=' is not preceded with whitespace.1176
Errors'-' is not preceded with whitespace.1176
Errors'-' is not followed by whitespace.1176
Errors'if' construct must use '{}'s.1195
ErrorsLine is longer than 80 characters.1207
Errors'if' construct must use '{}'s.1209
Errors'if' construct must use '{}'s.1211
Errors'if' construct must use '{}'s.1218
ErrorsLine has trailing spaces.1218
Errors'else' construct must use '{}'s.1220
ErrorsLine has trailing spaces.1220
Errors'if' construct must use '{}'s.1223
ErrorsInner assignments should be avoided.1227
ErrorsInner assignments should be avoided.1227
ErrorsLine has trailing spaces.1228
ErrorsLine has trailing spaces.1234
Errors'if' construct must use '{}'s.1235
Errors'}' should be on the same line.1240
Errors'}' should be on the same line.1254
Errors'if' construct must use '{}'s.1260
Errors'(' is followed by whitespace.1264
Errors')' is preceded with whitespace.1264
Errors'if' construct must use '{}'s.1267
Errors'(' is followed by whitespace.1267
Errors'8' is a magic number.1267
Errors'8' is a magic number.1267
Errors')' is preceded with whitespace.1267
ErrorsAvoid inline conditionals.1276
ErrorsLine has trailing spaces.1277
Errors'4' is a magic number.1277
ErrorsAvoid nested blocks.1278
ErrorsLine is longer than 80 characters.1279
Errors'16' is a magic number.1282
ErrorsLine has trailing spaces.1283
Errors'13' is a magic number.1283
ErrorsAvoid nested blocks.1284
Errors'cast' is not followed by whitespace.1284
ErrorsLine contains a tab character.1285
ErrorsLine has trailing spaces.1286
ErrorsLine contains a tab character.1286
ErrorsLine is longer than 80 characters.1287
ErrorsLine contains a tab character.1287
Errors'cast' is not followed by whitespace.1287
Errors'17' is a magic number.1289
ErrorsLine has trailing spaces.1290
Errors'9' is a magic number.1290
ErrorsAvoid nested blocks.1291
ErrorsLine has trailing spaces.1292
ErrorsLine contains a tab character.1292
ErrorsLine contains a tab character.1293
Errors'18' is a magic number.1295
ErrorsLine has trailing spaces.1296
Errors'7' is a magic number.1296
ErrorsAvoid nested blocks.1297
ErrorsLine contains a tab character.1298
ErrorsLine contains a tab character.1299
Errors'19' is a magic number.1301
ErrorsLine has trailing spaces.1302
Errors'6' is a magic number.1302
ErrorsAvoid nested blocks.1303
ErrorsLine contains a tab character.1304
ErrorsLine contains a tab character.1305
Errors'20' is a magic number.1307
ErrorsLine has trailing spaces.1308
ErrorsLine is longer than 80 characters.1309
ErrorsAvoid nested blocks.1309
Errors'+' is not preceded with whitespace.1309
Errors'21' is a magic number.1311
ErrorsLine has trailing spaces.1312
Errors'11' is a magic number.1312
ErrorsAvoid nested blocks.1313
Errors'if' is not followed by whitespace.1314
Errors',' is not followed by whitespace.1314
ErrorsLine has trailing spaces.1315
ErrorsLine is longer than 80 characters.1315
Errors'22' is a magic number.1318
ErrorsLine has trailing spaces.1319
Errors'5' is a magic number.1319
ErrorsAvoid nested blocks.1320
ErrorsLine contains a tab character.1321
ErrorsLine contains a tab character.1322
Errors'23' is a magic number.1324
ErrorsLine has trailing spaces.1325
Errors'10' is a magic number.1325
ErrorsAvoid nested blocks.1326
ErrorsLine has trailing spaces.1327
ErrorsLine contains a tab character.1327
ErrorsLine contains a tab character.1328
Errors'24' is a magic number.1330
ErrorsLine has trailing spaces.1331
Errors'12' is a magic number.1331
ErrorsAvoid nested blocks.1332
ErrorsLine has trailing spaces.1333
ErrorsLine contains a tab character.1333
ErrorsLine contains a tab character.1334
Errors'25' is a magic number.1336
ErrorsLine has trailing spaces.1337
Errors'15' is a magic number.1337
ErrorsAvoid nested blocks.1338
Errors'cast' is not followed by whitespace.1338
ErrorsLine contains a tab character.1339
Errors'26' is a magic number.1341
ErrorsLine has trailing spaces.1342
Errors'8' is a magic number.1342
ErrorsAvoid nested blocks.1343
ErrorsLine contains a tab character.1344
ErrorsLine contains a tab character.1345
ErrorsLine contains a tab character.1346
ErrorsLine has trailing spaces.1347
ErrorsLine contains a tab character.1347
Errors'{' should be on the previous line.1347
ErrorsLine contains a tab character.1348
ErrorsLine has trailing spaces.1349
ErrorsLine contains a tab character.1349
ErrorsLine contains a tab character.1350
ErrorsLine contains a tab character.1351
Errors'cast' is not followed by whitespace.1351
ErrorsLine contains a tab character.1352
ErrorsLine has trailing spaces.1353
ErrorsLine contains a tab character.1353
ErrorsLine contains a tab character.1354
Errors'cast' is not followed by whitespace.1355
Errors'cast' is not followed by whitespace.1356
Errors'cast' is not followed by whitespace.1359
Errors'cast' is not followed by whitespace.1360
ErrorsLine is longer than 80 characters.1363
ErrorsLine contains a tab character.1363
Errors'cast' is not followed by whitespace.1363
ErrorsLine contains a tab character.1364
ErrorsLine contains a tab character.1365
ErrorsLine contains a tab character.1366
Errors'cast' is not followed by whitespace.1366
ErrorsLine contains a tab character.1367
ErrorsLine has trailing spaces.1368
ErrorsLine contains a tab character.1368
ErrorsLine contains a tab character.1369
ErrorsLine contains a tab character.1370
ErrorsLine contains a tab character.1371
Errors'27' is a magic number.1373
ErrorsLine has trailing spaces.1374
ErrorsAvoid nested blocks.1375
Errors'if' is not followed by whitespace.1376
Errors'{' is not preceded with whitespace.1376
ErrorsLine has trailing spaces.1380
ErrorsLine is longer than 80 characters.1380
Errors'+' is not preceded with whitespace.1380
Errors'28' is a magic number.1383
ErrorsLine has trailing spaces.1384
Errors'14' is a magic number.1384
ErrorsAvoid nested blocks.1385
Errors'cast' is not followed by whitespace.1385
ErrorsLine contains a tab character.1386
Errors'29' is a magic number.1388
ErrorsLine has trailing spaces.1389
Errors'3' is a magic number.1389
ErrorsLine has trailing spaces.1390
ErrorsAvoid nested blocks.1390
Errors'30' is a magic number.1392
ErrorsLine has trailing spaces.1393
ErrorsAvoid nested blocks.1396
ErrorsLine has trailing spaces.1398
Errors'}' should be on the same line.1398
ErrorsParameter argv should be final.1415
ErrorsArray brackets at illegal position.1415
Errors'}' should be on the same line.1418
Errors'(' is followed by whitespace.1423
Errors')' is preceded with whitespace.1423
Errors'while' construct must use '{}'s.1424
Errors'(' is followed by whitespace.1424
Errors')' is preceded with whitespace.1424
Errors'}' should be on the same line.1425
Errors'+' is not preceded with whitespace.1427
Errors'+' is not followed by whitespace.1427
Errors'+' is not preceded with whitespace.1427
Errors'+' is not followed by whitespace.1427
Errors'}' should be on the same line.1428
Errors'+' is not preceded with whitespace.1430
Errors'+' is not followed by whitespace.1430
Errors'+' is not preceded with whitespace.1430
Errors'+' is not followed by whitespace.1430
Errors'}' should be on the same line.1432

cz/cuni/amis/pogamut/ut3/factory/guice/remoteagent/UT3BotFactory.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.IAgent.3
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.params.IRemoteAgentParameters.4
ErrorsRedundant import from the same package - cz.cuni.amis.pogamut.ut3.factory.guice.remoteagent.UT3BotModule.8
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.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
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.IAgent.3
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.params.IRemoteAgentParameters.4
ErrorsRedundant import from the same package - cz.cuni.amis.pogamut.ut3.factory.guice.remoteagent.UT3BotModule.8
ErrorsLine is longer than 80 characters.11
ErrorsLine is longer than 80 characters.12
ErrorsLine is longer than 80 characters.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
ErrorsLine has trailing spaces.32
ErrorsLine contains a tab character.32

cz/cuni/amis/pogamut/ut3/factory/guice/remoteagent/UT3BotModule.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.messages.InfoMessage.8
ErrorsLine is longer than 80 characters.9
ErrorsUnused import - cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentModule.14
ErrorsUnused import - cz.cuni.amis.pogamut.base.factory.guice.GuiceRemoteAgentModule.15
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.26
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004CommunicationModule.26
ErrorsLine is longer than 80 characters.27
ErrorsRedundant import from the same package - cz.cuni.amis.pogamut.ut3.factory.guice.remoteagent.UT3CommunicationModule.27
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.36
ErrorsLine has trailing spaces.37
ErrorsLine is longer than 80 characters.38
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 is longer than 80 characters.42
ErrorsLine is longer than 80 characters.44
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.46
ErrorsLine is longer than 80 characters.47
ErrorsLine has trailing spaces.48
ErrorsLine is longer than 80 characters.50
ErrorsLine has trailing spaces.53
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.56
ErrorsLine is longer than 80 characters.57
ErrorsLine has trailing spaces.58
ErrorsLine is longer than 80 characters.64
ErrorsType Javadoc comment is missing an @param <PARAMS> tag.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 is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsVariable 'worldViewDependenciesProvider' 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
ErrorsMissing a Javadoc comment.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsMissing a Javadoc comment.73
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
ErrorsMissing a Javadoc comment.76
ErrorsParameter botControllerClass should be final.76
Errors'botControllerClass' hides a field.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.80
ErrorsMethod 'prepareNewAgent' is not designed for extension - needs to be abstract, final or empty.80
ErrorsLine contains a tab character.81
ErrorsParameter agentParameters should be final.81
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
ErrorsMethod 'configureModules' 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 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 is longer than 80 characters.96
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 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
ErrorsLine is longer than 80 characters.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 contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsUnused import - cz.cuni.amis.pogamut.base.communication.messages.InfoMessage.8
ErrorsLine is longer than 80 characters.9
ErrorsUnused import - cz.cuni.amis.pogamut.base.factory.guice.GuiceAgentModule.14
ErrorsUnused import - cz.cuni.amis.pogamut.base.factory.guice.GuiceRemoteAgentModule.15
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.26
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.factory.guice.remoteagent.UT2004CommunicationModule.26
ErrorsLine is longer than 80 characters.27
ErrorsRedundant import from the same package - cz.cuni.amis.pogamut.ut3.factory.guice.remoteagent.UT3CommunicationModule.27
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.36
ErrorsLine has trailing spaces.37
ErrorsLine is longer than 80 characters.38
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 is longer than 80 characters.42
ErrorsLine is longer than 80 characters.44
ErrorsLine is longer than 80 characters.45
ErrorsLine is longer than 80 characters.46
ErrorsLine is longer than 80 characters.47
ErrorsLine has trailing spaces.48
ErrorsLine is longer than 80 characters.50
ErrorsLine has trailing spaces.53
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.56
ErrorsLine is longer than 80 characters.57
ErrorsLine has trailing spaces.58
ErrorsLine is longer than 80 characters.64
ErrorsType Javadoc comment is missing an @param <PARAMS> tag.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 is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsVariable 'worldViewDependenciesProvider' 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
ErrorsMissing a Javadoc comment.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsMissing a Javadoc comment.73
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
ErrorsMissing a Javadoc comment.76
ErrorsParameter botControllerClass should be final.76
Errors'botControllerClass' hides a field.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.80
ErrorsMethod 'prepareNewAgent' is not designed for extension - needs to be abstract, final or empty.80
ErrorsLine contains a tab character.81
ErrorsParameter agentParameters should be final.81
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
ErrorsMethod 'configureModules' 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 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 is longer than 80 characters.96
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 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
ErrorsLine is longer than 80 characters.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 contains a tab character.109
ErrorsLine contains a tab character.110

cz/cuni/amis/pogamut/ut3/factory/guice/remoteagent/UT3CommunicationModule.java

ViolationMessageLine
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.ut2004.communication.translator.itemdescriptor.ItemTranslator.27
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.36
ErrorsLine has trailing spaces.37
ErrorsLine is longer than 80 characters.38
ErrorsLine is longer than 80 characters.40
ErrorsLine has trailing spaces.41
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.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 is longer than 80 characters.47
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.50
ErrorsLine has trailing spaces.53
ErrorsExtra HTML tag found: </table>54
ErrorsLine is longer than 80 characters.55
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 has trailing spaces.60
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.63
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.69
ErrorsType Javadoc comment is missing an @param <PARAMS> tag.69
Errors'{' is not preceded with whitespace.69
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsMissing a Javadoc comment.71
ErrorsVariable 'connectionDependenciesProvider' must be private and have accessor methods.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 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 contains a tab character.80
ErrorsMethod 'prepareNewAgent' is not designed for extension - needs to be abstract, final or empty.80
ErrorsLine contains a tab character.81
ErrorsParameter agentParameters should be final.81
ErrorsExpected @param tag for 'agentParameters'.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 has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsMethod 'configureModules' 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
ErrorsLine contains a tab character.89
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 is longer than 80 characters.95
ErrorsLine is longer than 80 characters.96
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 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 has trailing spaces.103
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
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.ut2004.communication.translator.itemdescriptor.ItemTranslator.27
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.36
ErrorsLine has trailing spaces.37
ErrorsLine is longer than 80 characters.38
ErrorsLine is longer than 80 characters.40
ErrorsLine has trailing spaces.41
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.42
ErrorsLine contains a tab character.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 is longer than 80 characters.47
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsLine is longer than 80 characters.49
ErrorsLine is longer than 80 characters.50
ErrorsLine has trailing spaces.53
ErrorsExtra HTML tag found: </table>54
ErrorsLine is longer than 80 characters.55
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 has trailing spaces.60
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.63
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.69
ErrorsType Javadoc comment is missing an @param <PARAMS> tag.69
Errors'{' is not preceded with whitespace.69
ErrorsLine is longer than 80 characters.71
ErrorsLine contains a tab character.71
ErrorsMissing a Javadoc comment.71
ErrorsVariable 'connectionDependenciesProvider' must be private and have accessor methods.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 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 contains a tab character.80
ErrorsMethod 'prepareNewAgent' is not designed for extension - needs to be abstract, final or empty.80
ErrorsLine contains a tab character.81
ErrorsParameter agentParameters should be final.81
ErrorsExpected @param tag for 'agentParameters'.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 has trailing spaces.85
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsMethod 'configureModules' 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
ErrorsLine contains a tab character.89
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 is longer than 80 characters.95
ErrorsLine is longer than 80 characters.96
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 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 has trailing spaces.103
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105

cz/cuniz/amis/pogamut/ut3/utils/UT3BotRunner.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.IAgentId.5
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner.7
ErrorsLine is longer than 80 characters.8
ErrorsUnused import - cz.cuni.amis.pogamut.base.utils.PogamutPlatform.11
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot.14
ErrorsLine has trailing spaces.32
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters.39
ErrorsLine contains a tab character.40
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
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 contains a tab character.54
ErrorsParameter factory should be final.54
ErrorsParameter name should be final.54
ErrorsLine contains a tab character.55
ErrorsParameter host should be final.55
ErrorsParameter port should be final.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
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 contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsUnused @param tag for 'log'.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
ErrorsParameter factory should be final.71
ErrorsParameter name should be final.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.75
ErrorsLine is longer than 80 characters.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 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 contains a tab character.84
ErrorsParameter factory should be final.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
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
ErrorsParameter module should be final.101
ErrorsParameter name should be final.101
ErrorsParameter host should be final.101
ErrorsLine contains a tab character.102
ErrorsParameter port should be final.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
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
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
ErrorsLine contains a tab character.116
ErrorsParameter module should be final.116
ErrorsParameter name should be final.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 is longer than 80 characters.120
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.123
ErrorsLine is longer than 80 characters.124
ErrorsLine contains a tab character.124
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 contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsParameter module should be final.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
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
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
ErrorsParameter botControllerClass should be final.151
ErrorsLine contains a tab character.152
ErrorsParameter name should be final.152
ErrorsParameter host should be final.152
ErrorsParameter port should be final.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
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 is longer than 80 characters.168
ErrorsLine contains a tab character.168
ErrorsParameter botControllerClass should be final.168
ErrorsLine contains a tab character.169
ErrorsParameter name should be final.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 is longer than 80 characters.174
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.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
ErrorsLine has trailing spaces.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 is longer than 80 characters.190
ErrorsLine contains a tab character.190
ErrorsParameter botControllerClass should be final.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.194
ErrorsMethod 'startAgent' is not designed for extension - needs to be abstract, final or empty.194
ErrorsLine contains a tab character.195
ErrorsRedundant throws: 'PogamutException' is unchecked exception.195
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.199
ErrorsMethod 'startAgents' is not designed for extension - needs to be abstract, final or empty.199
ErrorsLine contains a tab character.200
ErrorsParameter count should be final.200
ErrorsRedundant throws: 'PogamutException' is unchecked exception.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.204
ErrorsMethod 'startAgents' is not designed for extension - needs to be abstract, final or empty.204
ErrorsLine contains a tab character.205
ErrorsParameter agentParameters should be final.205
ErrorsLine contains a tab character.206
ErrorsRedundant throws: 'PogamutException' is unchecked exception.206
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.210
ErrorsLine is longer than 80 characters.211
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsLine has trailing spaces.216
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
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.221
ErrorsParameter name should be final.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 contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine has trailing spaces.230
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
ErrorsMethod 'setHost' is not designed for extension - needs to be abstract, final or empty.235
ErrorsParameter host should be final.235
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.241
ErrorsLine has trailing spaces.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.248
ErrorsMethod 'setPort' is not designed for extension - needs to be abstract, final or empty.248
ErrorsParameter port should be final.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine contains a tab character.251
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
ErrorsExpected an @return tag.258
ErrorsLine contains a tab character.258
ErrorsMethod 'newDefaultAgentParameters' 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
ErrorsLine is longer than 80 characters.261
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsLine contains a tab character.264
ErrorsMethod 'setMain' is not designed for extension - needs to be abstract, final or empty.264
ErrorsLine contains a tab character.265
ErrorsParameter state should be final.265
ErrorsLine contains a tab character.266
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.270
ErrorsMethod 'setConsoleLogging' is not designed for extension - needs to be abstract, final or empty.270
ErrorsLine contains a tab character.271
ErrorsParameter enabled should be final.271
ErrorsLine contains a tab character.272
ErrorsLine contains a tab character.273
ErrorsLine contains a tab character.274
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.IAgentId.5
ErrorsUnused import - cz.cuni.amis.pogamut.base.agent.utils.runner.impl.AgentRunner.7
ErrorsLine is longer than 80 characters.8
ErrorsUnused import - cz.cuni.amis.pogamut.base.utils.PogamutPlatform.11
ErrorsUnused import - cz.cuni.amis.pogamut.ut2004.bot.impl.UT2004Bot.14
ErrorsLine has trailing spaces.32
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters.39
ErrorsLine contains a tab character.40
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
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 contains a tab character.54
ErrorsParameter factory should be final.54
ErrorsParameter name should be final.54
ErrorsLine contains a tab character.55
ErrorsParameter host should be final.55
ErrorsParameter port should be final.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
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 contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsUnused @param tag for 'log'.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
ErrorsParameter factory should be final.71
ErrorsParameter name should be final.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.75
ErrorsLine is longer than 80 characters.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 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 contains a tab character.84
ErrorsParameter factory should be final.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
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
ErrorsParameter module should be final.101
ErrorsParameter name should be final.101
ErrorsParameter host should be final.101
ErrorsLine contains a tab character.102
ErrorsParameter port should be final.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
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
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
ErrorsLine contains a tab character.116
ErrorsParameter module should be final.116
ErrorsParameter name should be final.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 is longer than 80 characters.120
ErrorsLine contains a tab character.120
ErrorsLine contains a tab character.121
ErrorsLine contains a tab character.123
ErrorsLine is longer than 80 characters.124
ErrorsLine contains a tab character.124
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 contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsParameter module should be final.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
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
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
ErrorsParameter botControllerClass should be final.151
ErrorsLine contains a tab character.152
ErrorsParameter name should be final.152
ErrorsParameter host should be final.152
ErrorsParameter port should be final.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
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 is longer than 80 characters.168
ErrorsLine contains a tab character.168
ErrorsParameter botControllerClass should be final.168
ErrorsLine contains a tab character.169
ErrorsParameter name should be final.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 is longer than 80 characters.174
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.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
ErrorsLine has trailing spaces.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 is longer than 80 characters.190
ErrorsLine contains a tab character.190
ErrorsParameter botControllerClass should be final.190
ErrorsLine contains a tab character.191
ErrorsLine contains a tab character.192
ErrorsLine contains a tab character.194
ErrorsMethod 'startAgent' is not designed for extension - needs to be abstract, final or empty.194
ErrorsLine contains a tab character.195
ErrorsRedundant throws: 'PogamutException' is unchecked exception.195
ErrorsLine contains a tab character.196
ErrorsLine contains a tab character.197
ErrorsLine contains a tab character.199
ErrorsMethod 'startAgents' is not designed for extension - needs to be abstract, final or empty.199
ErrorsLine contains a tab character.200
ErrorsParameter count should be final.200
ErrorsRedundant throws: 'PogamutException' is unchecked exception.200
ErrorsLine contains a tab character.201
ErrorsLine contains a tab character.202
ErrorsLine contains a tab character.204
ErrorsMethod 'startAgents' is not designed for extension - needs to be abstract, final or empty.204
ErrorsLine contains a tab character.205
ErrorsParameter agentParameters should be final.205
ErrorsLine contains a tab character.206
ErrorsRedundant throws: 'PogamutException' is unchecked exception.206
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsLine contains a tab character.210
ErrorsLine is longer than 80 characters.211
ErrorsLine contains a tab character.211
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsLine contains a tab character.214
ErrorsLine contains a tab character.215
ErrorsLine has trailing spaces.216
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
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.221
ErrorsParameter name should be final.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 contains a tab character.225
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.228
ErrorsLine contains a tab character.229
ErrorsLine has trailing spaces.230
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
ErrorsMethod 'setHost' is not designed for extension - needs to be abstract, final or empty.235
ErrorsParameter host should be final.235
ErrorsLine contains a tab character.236
ErrorsLine contains a tab character.237
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.240
ErrorsLine contains a tab character.241
ErrorsLine has trailing spaces.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.248
ErrorsMethod 'setPort' is not designed for extension - needs to be abstract, final or empty.248
ErrorsParameter port should be final.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
ErrorsLine contains a tab character.251
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
ErrorsExpected an @return tag.258
ErrorsLine contains a tab character.258
ErrorsMethod 'newDefaultAgentParameters' 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
ErrorsLine is longer than 80 characters.261
ErrorsLine contains a tab character.261
ErrorsLine contains a tab character.262
ErrorsLine contains a tab character.264
ErrorsMethod 'setMain' is not designed for extension - needs to be abstract, final or empty.264
ErrorsLine contains a tab character.265
ErrorsParameter state should be final.265
ErrorsLine contains a tab character.266
ErrorsLine contains a tab character.267
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.270
ErrorsMethod 'setConsoleLogging' is not designed for extension - needs to be abstract, final or empty.270
ErrorsLine contains a tab character.271
ErrorsParameter enabled should be final.271
ErrorsLine contains a tab character.272
ErrorsLine contains a tab character.273
ErrorsLine contains a tab character.274