Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
49001539

Files

FilesInfosWarningsErrors
cz/cuni/amis/pogamut/udk/t3dgenerator/T3dElementHelper.java0024
cz/cuni/amis/pogamut/udk/t3dgenerator/datatypes/KismetAbstractLink.java0033
cz/cuni/amis/pogamut/udk/t3dgenerator/datatypes/KismetInputLink.java0019
cz/cuni/amis/pogamut/udk/t3dgenerator/datatypes/KismetLinkTarget.java0027
cz/cuni/amis/pogamut/udk/t3dgenerator/datatypes/KismetOutputLink.java0036
cz/cuni/amis/pogamut/udk/t3dgenerator/datatypes/KismetVariableLink.java0047
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/AbstractActor.java0055
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/AbstractBean.java0034
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/AbstractObject.java0015
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/AbstractKismetObject.java00230
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/DelayAction.java0047
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/ExternalVariable.java0039
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/FinishSequenceAction.java0022
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/KismetEvent.java0070
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/KismetVariable.java0010
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/LogAction.java0030
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/Matinee.java0019
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/MatineeData.java008
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/MatineeMover.java0014
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/ObjectVariable.java0022
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/Sequence.java0046
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/SequenceActivatedEvent.java0017
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/TriggerUsedEvent.java0045
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/package-info.java001
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/AbstractPrimitiveComponent.java0067
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/ArrowComponent.java0025
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/CollisionCylinderComponent.java0037
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/DoorMarker.java0043
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/DrawLightRadiusComponent.java008
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/DrawSphereComponent.java0045
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/Level.java0016
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/MapElement.java0020
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/MapPackage.java0011
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/NavigationPoint.java0024
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/PathNode.java0021
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/PathRenderingComponent.java004
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/PlayerStart.java0039
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/PointLight.java0058
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/PointLightComponent.java0034
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/PrefabInstance.java0022
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/PrefabSpriteComponent.java0011
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/SpriteComponent.java0031
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/StaticMeshActor.java0024
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/StaticMeshComponent.java0038
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/Surface.java001
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/TopLevelPackage.java004
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/Trigger.java0030
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/WorldInfo.java0014
cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/package-info.java002

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
3Errors Error
NewlineAtEndOfFile2Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
133Errors Error
JavadocMethod311Errors Error
JavadocType0Errors Error
JavadocVariable139Errors Error
JavadocStyle11Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport6Errors Error
UnusedImports10Errors Error
LineLength132Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter1Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap1Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter27Errors Error
WhitespaceAround119Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces0Errors Error
RightCurly0Errors Error
AvoidInlineConditionals0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField117Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber14Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension205Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor1Errors Error
InterfaceIsType0Errors Error
VisibilityModifier12Errors Error
ArrayTypeStyle0Errors Error
FinalParameters296Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

cz/cuni/amis/pogamut/udk/t3dgenerator/T3dElementHelper.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsUtility classes should not have a public or default constructor.20
ErrorsLine is longer than 80 characters.23
ErrorsLine has trailing spaces.26
ErrorsExpected an @return tag.28
ErrorsLine is longer than 80 characters.28
ErrorsParameter mapName should be final.28
ErrorsExpected @param tag for 'mapName'.28
ErrorsParameter actors should be final.28
ErrorsExpected @param tag for 'actors'.28
Errors'{' is not preceded with whitespace.28
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.36
ErrorsLine has trailing spaces.37
ErrorsLine has trailing spaces.38
ErrorsExpected an @return tag.39
ErrorsLine is longer than 80 characters.39
ErrorsParameter mapName should be final.39
ErrorsExpected @param tag for 'mapName'.39
ErrorsParameter actors should be final.39
ErrorsExpected @param tag for 'actors'.39
ErrorsParameter killZ should be final.39
Errors'{' is not preceded with whitespace.39
ErrorsLine is longer than 80 characters.40

cz/cuni/amis/pogamut/udk/t3dgenerator/datatypes/KismetAbstractLink.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsMissing a Javadoc comment.17
ErrorsVariable 'drawY' must be private and have accessor methods.17
ErrorsMissing a Javadoc comment.18
ErrorsVariable 'overrideDelta' must be private and have accessor methods.18
ErrorsMissing a Javadoc comment.20
ErrorsVariable 'description' must be private and have accessor methods.21
ErrorsMissing a Javadoc comment.23
ErrorsMissing a Javadoc comment.28
ErrorsParameter drawY should be final.28
Errors'drawY' hides a field.28
ErrorsParameter overrideDelta should be final.28
Errors'overrideDelta' hides a field.28
ErrorsLine has trailing spaces.33
ErrorsMethod 'getDescription' is not designed for extension - needs to be abstract, final or empty.34
ErrorsMissing a Javadoc comment.34
ErrorsMethod 'getDrawY' is not designed for extension - needs to be abstract, final or empty.38
ErrorsMissing a Javadoc comment.38
ErrorsMethod 'getOverrideDelta' is not designed for extension - needs to be abstract, final or empty.42
ErrorsMissing a Javadoc comment.42
ErrorsMethod 'setDescription' is not designed for extension - needs to be abstract, final or empty.46
ErrorsMissing a Javadoc comment.46
ErrorsParameter description should be final.46
Errors'description' hides a field.46
ErrorsMethod 'setDrawY' is not designed for extension - needs to be abstract, final or empty.50
ErrorsMissing a Javadoc comment.50
ErrorsParameter drawY should be final.50
Errors'drawY' hides a field.50
ErrorsMethod 'setOverrideDelta' is not designed for extension - needs to be abstract, final or empty.54
ErrorsMissing a Javadoc comment.54
ErrorsParameter overrideDelta should be final.54
Errors'overrideDelta' hides a field.54
ErrorsLine has trailing spaces.58

cz/cuni/amis/pogamut/udk/t3dgenerator/datatypes/KismetInputLink.java

ViolationMessageLine
ErrorsDuplicate import to line 10 - cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.UnrealReference.11
ErrorsMissing a Javadoc comment.19
ErrorsMissing a Javadoc comment.22
ErrorsParameter target should be final.22
Errors'target' hides a field.22
ErrorsLine is longer than 80 characters.26
ErrorsMissing a Javadoc comment.26
ErrorsParameter target should be final.26
Errors'target' hides a field.26
Errors',' is not followed by whitespace.26
ErrorsParameter drawY should be final.26
ErrorsParameter overrideDelta should be final.26
ErrorsMethod 'getTarget' is not designed for extension - needs to be abstract, final or empty.32
ErrorsMissing a Javadoc comment.32
ErrorsMethod 'setTarget' is not designed for extension - needs to be abstract, final or empty.36
ErrorsMissing a Javadoc comment.36
ErrorsParameter target should be final.36
Errors'target' hides a field.36
ErrorsLine has trailing spaces.40

cz/cuni/amis/pogamut/udk/t3dgenerator/datatypes/KismetLinkTarget.java

ViolationMessageLine
ErrorsDuplicate import to line 10 - cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.DynamicReference.11
ErrorsDuplicate import to line 12 - cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.UnrealReference.13
ErrorsLine is longer than 80 characters.14
ErrorsFirst sentence should end with a period.16
ErrorsMissing a Javadoc comment.23
ErrorsVariable 'targetObject' must be private and have accessor methods.24
ErrorsMissing a Javadoc comment.26
ErrorsVariable 'inputLinkIndex' must be private and have accessor methods.27
ErrorsFirst sentence should end with a period.30
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.35
ErrorsParameter targetObject should be final.35
Errors'targetObject' hides a field.35
ErrorsExpected @param tag for 'targetObject'.35
ErrorsParameter inputLinkName should be final.35
Errors'{' is not preceded with whitespace.35
ErrorsLine is longer than 80 characters.36
ErrorsMissing a Javadoc comment.39
ErrorsParameter targetObject should be final.39
Errors'targetObject' hides a field.39
ErrorsParameter inputLinkIndex should be final.39
Errors'inputLinkIndex' hides a field.39
ErrorsMethod 'getInputLinkIndex' is not designed for extension - needs to be abstract, final or empty.44
ErrorsMissing a Javadoc comment.44
ErrorsMethod 'getTargetObject' is not designed for extension - needs to be abstract, final or empty.48
ErrorsMissing a Javadoc comment.48
ErrorsLine has trailing spaces.52

cz/cuni/amis/pogamut/udk/t3dgenerator/datatypes/KismetOutputLink.java

ViolationMessageLine
ErrorsDuplicate import to line 10 - cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.UnrealReference.11
ErrorsUnused import - java.util.HashMap.15
ErrorsUnused import - java.util.Map.17
ErrorsMissing a Javadoc comment.25
ErrorsVariable 'links' must be private and have accessor methods.25
ErrorsMissing a Javadoc comment.27
ErrorsVariable 'linkOrigin' must be private and have accessor methods.28
ErrorsLine is longer than 80 characters.30
ErrorsMissing a Javadoc comment.30
ErrorsParameter links should be final.30
Errors'links' hides a field.30
ErrorsParameter drawY should be final.30
ErrorsParameter overrideDelta should be final.30
ErrorsMissing a Javadoc comment.35
ErrorsParameter links should be final.35
Errors'links' hides a field.35
ErrorsMissing a Javadoc comment.39
ErrorsParameter singleTargetLink should be final.39
Errors'{' is not preceded with whitespace.39
ErrorsLine is longer than 80 characters.40
ErrorsMethod 'removeLink' is not designed for extension - needs to be abstract, final or empty.43
ErrorsMissing a Javadoc comment.43
ErrorsParameter o should be final.43
ErrorsMethod 'addLink' is not designed for extension - needs to be abstract, final or empty.47
ErrorsMissing a Javadoc comment.47
ErrorsParameter e should be final.47
ErrorsMethod 'getLinkOrigin' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
ErrorsMethod 'setLinkOrigin' is not designed for extension - needs to be abstract, final or empty.55
ErrorsMissing a Javadoc comment.55
ErrorsParameter linkOrigin should be final.55
Errors'linkOrigin' hides a field.55
ErrorsMethod 'getLinks' is not designed for extension - needs to be abstract, final or empty.59
ErrorsMissing a Javadoc comment.59
ErrorsLine has trailing spaces.63
ErrorsLine has trailing spaces.64

cz/cuni/amis/pogamut/udk/t3dgenerator/datatypes/KismetVariableLink.java

ViolationMessageLine
ErrorsDuplicate import to line 10 - cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.UnrealReference.11
ErrorsUnused import - java.util.HashMap.13
ErrorsUnused import - java.util.Map.15
Errors'{' is not preceded with whitespace.22
ErrorsMissing a Javadoc comment.23
ErrorsVariable 'linkedVariables' must be private and have accessor methods.23
ErrorsMissing a Javadoc comment.24
ErrorsVariable 'expectedType' must be private and have accessor methods.24
ErrorsLine is longer than 80 characters.27
ErrorsVariable 'externalVariable' must be private and have accessor methods.30
ErrorsMissing a Javadoc comment.31
ErrorsVariable 'minVars' must be private and have accessor methods.31
ErrorsMissing a Javadoc comment.33
ErrorsParameter linkedVariables should be final.33
Errors'linkedVariables' hides a field.33
ErrorsMissing a Javadoc comment.37
ErrorsParameter singleLinkedVariable should be final.37
ErrorsLine is longer than 80 characters.41
ErrorsMissing a Javadoc comment.41
ErrorsParameter linkedVariables should be final.41
Errors'linkedVariables' hides a field.41
ErrorsParameter drawY should be final.41
ErrorsParameter overrideDelta should be final.41
ErrorsMethod 'getExpectedType' is not designed for extension - needs to be abstract, final or empty.45
ErrorsMissing a Javadoc comment.45
ErrorsMethod 'setExpectedType' is not designed for extension - needs to be abstract, final or empty.49
ErrorsMissing a Javadoc comment.49
ErrorsParameter expectedType should be final.49
Errors'expectedType' hides a field.49
ErrorsMethod 'addLinkedVariable' is not designed for extension - needs to be abstract, final or empty.53
ErrorsMissing a Javadoc comment.53
ErrorsParameter variable should be final.53
Errors'{' is not preceded with whitespace.53
ErrorsFirst sentence should end with a period.57
ErrorsExpected an @return tag.61
ErrorsMethod 'getExternalVariable' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMethod 'setExternalVariable' is not designed for extension - needs to be abstract, final or empty.65
ErrorsMissing a Javadoc comment.65
ErrorsParameter linkVar should be final.65
ErrorsMethod 'getMinVars' is not designed for extension - needs to be abstract, final or empty.69
ErrorsMissing a Javadoc comment.69
ErrorsMethod 'setMinVars' is not designed for extension - needs to be abstract, final or empty.73
ErrorsMissing a Javadoc comment.73
ErrorsParameter minVars should be final.73
Errors'minVars' hides a field.73
ErrorsMethod 'getLinkedVariables' is not designed for extension - needs to be abstract, final or empty.77
ErrorsMissing a Javadoc comment.77

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/AbstractActor.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.11
ErrorsFirst sentence should end with a period.13
ErrorsLine is longer than 80 characters.16
ErrorsMissing a Javadoc comment.21
ErrorsMissing a Javadoc comment.22
ErrorsLine has trailing spaces.23
ErrorsMissing a Javadoc comment.23
ErrorsLine has trailing spaces.24
ErrorsMissing a Javadoc comment.25
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.28
ErrorsParameter className should be final.28
Errors'{' is not preceded with whitespace.28
ErrorsMissing a Javadoc comment.33
ErrorsParameter className should be final.33
ErrorsParameter archetypeName should be final.33
Errors'{' is not preceded with whitespace.33
Errors',' is not followed by whitespace.34
ErrorsMissing a Javadoc comment.37
ErrorsParameter className should be final.37
ErrorsParameter archetypeName should be final.37
ErrorsParameter name should be final.37
Errors',' is not followed by whitespace.38
Errors',' is not followed by whitespace.38
ErrorsMethod 'getLocation' is not designed for extension - needs to be abstract, final or empty.42
ErrorsMissing a Javadoc comment.42
ErrorsMethod 'setLocation' is not designed for extension - needs to be abstract, final or empty.46
ErrorsMissing a Javadoc comment.46
ErrorsParameter location should be final.46
Errors'location' hides a field.46
ErrorsMethod 'getRotation' is not designed for extension - needs to be abstract, final or empty.50
ErrorsMissing a Javadoc comment.50
ErrorsMethod 'setRotation' is not designed for extension - needs to be abstract, final or empty.54
ErrorsMissing a Javadoc comment.54
ErrorsParameter rotation should be final.54
Errors'rotation' hides a field.54
ErrorsMethod 'getCollisionComponent' is not designed for extension - needs to be abstract, final or empty.58
ErrorsMissing a Javadoc comment.58
ErrorsLine is longer than 80 characters.62
ErrorsMethod 'setCollisionComponent' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsParameter collisionComponent should be final.62
Errors'collisionComponent' hides a field.62
ErrorsMethod 'getTag' is not designed for extension - needs to be abstract, final or empty.66
ErrorsMissing a Javadoc comment.66
ErrorsMethod 'setTag' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMissing a Javadoc comment.70
ErrorsParameter tag should be final.70
Errors'tag' hides a field.70
ErrorsMethod 'getPrePivot' is not designed for extension - needs to be abstract, final or empty.74
ErrorsMissing a Javadoc comment.74
ErrorsMethod 'setPrePivot' is not designed for extension - needs to be abstract, final or empty.78
ErrorsMissing a Javadoc comment.78
ErrorsParameter prePivot should be final.78
Errors'prePivot' hides a field.78

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/AbstractBean.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.annotations.UnrealBean.8
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.DynamicReference.11
ErrorsLine is longer than 80 characters.18
ErrorsMissing a Javadoc comment.22
ErrorsLine has trailing spaces.31
ErrorsExpected an @return tag.33
ErrorsParameter className should be final.33
ErrorsExpected @param tag for 'className'.33
ErrorsMissing a Javadoc comment.37
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.39
ErrorsMissing a Javadoc comment.40
ErrorsParameter className should be final.40
ErrorsLine has trailing spaces.41
Errors',' is not followed by whitespace.41
ErrorsMissing a Javadoc comment.44
ErrorsParameter className should be final.44
ErrorsParameter archetype should be final.44
Errors'archetype' hides a field.44
ErrorsMissing a Javadoc comment.48
ErrorsParameter className should be final.48
ErrorsParameter archetypeName should be final.48
ErrorsMissing a Javadoc comment.52
ErrorsParameter className should be final.52
ErrorsParameter archetypeName should be final.52
ErrorsParameter name should be final.52
ErrorsLine is longer than 80 characters.56
ErrorsMissing a Javadoc comment.56
ErrorsParameter className should be final.56
ErrorsParameter archetype should be final.56
Errors'archetype' hides a field.56
ErrorsParameter name should be final.56
ErrorsMethod 'getArchetype' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMissing a Javadoc comment.61

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/AbstractObject.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsFirst sentence should end with a period.11
ErrorsMissing a Javadoc comment.18
ErrorsParameter className should be final.18
ErrorsParameter archetype should be final.18
Errors',' is not followed by whitespace.19
ErrorsMissing a Javadoc comment.22
ErrorsParameter className should be final.22
ErrorsParameter archetypeName should be final.22
Errors',' is not followed by whitespace.23
ErrorsLine has trailing spaces.25
ErrorsMissing a Javadoc comment.26
ErrorsParameter className should be final.26
Errors'{' is not preceded with whitespace.26
ErrorsLine has trailing spaces.27

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/AbstractKismetObject.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.23
ErrorsLine is longer than 80 characters.29
ErrorsMissing a Javadoc comment.29
ErrorsLine is longer than 80 characters.30
ErrorsMissing a Javadoc comment.30
ErrorsLine is longer than 80 characters.31
ErrorsMissing a Javadoc comment.31
ErrorsLine has trailing spaces.32
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.34
ErrorsMissing a Javadoc comment.35
ErrorsMissing a Javadoc comment.37
ErrorsLine has trailing spaces.38
ErrorsMissing a Javadoc comment.39
ErrorsMissing a Javadoc comment.42
ErrorsMissing a Javadoc comment.43
ErrorsMissing a Javadoc comment.44
ErrorsLine has trailing spaces.45
ErrorsFirst sentence should end with a period.46
ErrorsMissing a Javadoc comment.50
ErrorsLine has trailing spaces.51
ErrorsLine is longer than 80 characters.52
ErrorsMissing a Javadoc comment.52
ErrorsParameter className should be final.52
ErrorsParameter archetypeName should be final.52
ErrorsParameter inputLinkNames should be final.52
ErrorsParameter outputLinkNames should be final.52
ErrorsParameter variableLinkNames should be final.52
Errors',' is not followed by whitespace.53
ErrorsLine is longer than 80 characters.57
ErrorsMissing a Javadoc comment.57
ErrorsParameter className should be final.57
ErrorsParameter archetype should be final.57
ErrorsParameter inputLinkNames should be final.57
ErrorsParameter outputLinkNames should be final.57
ErrorsParameter variableLinkNames should be final.57
ErrorsLine is longer than 80 characters.62
ErrorsMissing a Javadoc comment.62
ErrorsParameter inputLinkNames should be final.62
ErrorsParameter outputLinkNames should be final.62
Errors',' is not followed by whitespace.62
ErrorsParameter variableLinkNames should be final.62
Errors'for' is not followed by whitespace.65
Errors'{' is not preceded with whitespace.65
Errors'for' is not followed by whitespace.70
Errors'{' is not preceded with whitespace.70
ErrorsLine is longer than 80 characters.71
ErrorsLine is longer than 80 characters.74
Errors'for' is not followed by whitespace.75
Errors'{' is not preceded with whitespace.75
ErrorsLine is longer than 80 characters.76
ErrorsMissing a Javadoc comment.81
ErrorsParameter linkName should be final.81
ErrorsParameter linkIndex should be final.81
Errors'{' is not preceded with whitespace.81
Errors'if' is not followed by whitespace.82
Errors'{' is not preceded with whitespace.82
ErrorsLine is longer than 80 characters.83
ErrorsMissing a Javadoc comment.88
ErrorsParameter linkName should be final.88
ErrorsParameter linkIndex should be final.88
Errors'{' is not preceded with whitespace.88
Errors'if' is not followed by whitespace.89
Errors'{' is not preceded with whitespace.89
ErrorsLine is longer than 80 characters.90
ErrorsLine has trailing spaces.94
ErrorsMissing a Javadoc comment.95
ErrorsParameter linkName should be final.95
ErrorsParameter linkIndex should be final.95
Errors'{' is not preceded with whitespace.95
Errors'if' is not followed by whitespace.96
Errors'{' is not preceded with whitespace.96
ErrorsLine is longer than 80 characters.97
ErrorsMethod 'addVariableLink' is not designed for extension - needs to be abstract, final or empty.106
ErrorsParameter name should be final.106
ErrorsExpected @param tag for 'name'.106
Errors'{' is not preceded with whitespace.106
ErrorsLine is longer than 80 characters.108
ErrorsMethod 'setInputLinkMappingByNamesList' is not designed for extension - needs to be abstract, final or empty.112
ErrorsMissing a Javadoc comment.112
ErrorsParameter linkNames should be final.112
Errors'{' is not preceded with whitespace.112
Errors'for' is not followed by whitespace.113
Errors'{' is not preceded with whitespace.113
ErrorsMethod 'setOutputLinkMappingByNamesList' is not designed for extension - needs to be abstract, final or empty.118
ErrorsMissing a Javadoc comment.118
ErrorsParameter linkNames should be final.118
Errors'{' is not preceded with whitespace.118
Errors'for' is not followed by whitespace.119
Errors'{' is not preceded with whitespace.119
ErrorsMethod 'setVariableLinkMappingByNamesList' is not designed for extension - needs to be abstract, final or empty.124
ErrorsMissing a Javadoc comment.124
ErrorsParameter linkNames should be final.124
Errors'{' is not preceded with whitespace.124
Errors'for' is not followed by whitespace.125
Errors'{' is not preceded with whitespace.125
ErrorsMethod 'setInputLink' is not designed for extension - needs to be abstract, final or empty.130
ErrorsMissing a Javadoc comment.130
ErrorsParameter linkName should be final.130
ErrorsParameter link should be final.130
Errors'{' is not preceded with whitespace.130
Errors'if' is not followed by whitespace.131
Errors'{' is not preceded with whitespace.131
Errors'if' is not followed by whitespace.135
Errors'{' is not preceded with whitespace.135
ErrorsLine is longer than 80 characters.136
Errors',' is not followed by whitespace.138
ErrorsMethod 'getInputLinkIndex' is not designed for extension - needs to be abstract, final or empty.141
ErrorsMissing a Javadoc comment.141
ErrorsParameter linkName should be final.141
Errors'{' is not preceded with whitespace.141
ErrorsMethod 'getInputLink' is not designed for extension - needs to be abstract, final or empty.145
ErrorsMissing a Javadoc comment.145
ErrorsParameter linkName should be final.145
Errors'{' is not preceded with whitespace.145
Errors'if' is not followed by whitespace.147
Errors'{' is not preceded with whitespace.147
ErrorsLine is longer than 80 characters.148
ErrorsLine has trailing spaces.152
ErrorsMethod 'setIntputLinkTarget' is not designed for extension - needs to be abstract, final or empty.153
ErrorsMissing a Javadoc comment.153
ErrorsParameter linkName should be final.153
ErrorsParameter target should be final.153
Errors'{' is not preceded with whitespace.153
ErrorsMethod 'setOutputLink' is not designed for extension - needs to be abstract, final or empty.157
ErrorsMissing a Javadoc comment.157
ErrorsParameter linkName should be final.157
ErrorsParameter link should be final.157
Errors'{' is not preceded with whitespace.157
Errors'if' is not followed by whitespace.158
Errors'{' is not preceded with whitespace.158
Errors'if' is not followed by whitespace.162
Errors'{' is not preceded with whitespace.162
ErrorsLine is longer than 80 characters.163
Errors',' is not followed by whitespace.165
ErrorsMethod 'getOutputLink' is not designed for extension - needs to be abstract, final or empty.168
ErrorsMissing a Javadoc comment.168
ErrorsParameter linkName should be final.168
Errors'{' is not preceded with whitespace.168
Errors'if' is not followed by whitespace.170
Errors'{' is not preceded with whitespace.170
ErrorsLine is longer than 80 characters.171
ErrorsFirst sentence should end with a period.176
ErrorsLine has trailing spaces.179
ErrorsMethod 'addOutputLinkTarget' is not designed for extension - needs to be abstract, final or empty.181
ErrorsParameter linkName should be final.181
ErrorsExpected @param tag for 'linkName'.181
Errors',' is not followed by whitespace.181
ErrorsParameter target should be final.181
Errors'{' is not preceded with whitespace.181
ErrorsLine has trailing spaces.188
ErrorsMethod 'setVariableLink' is not designed for extension - needs to be abstract, final or empty.190
ErrorsParameter linkName should be final.190
ErrorsExpected @param tag for 'linkName'.190
ErrorsParameter link should be final.190
Errors'{' is not preceded with whitespace.190
Errors'if' is not followed by whitespace.191
Errors'{' is not preceded with whitespace.191
Errors'if' is not followed by whitespace.195
Errors'{' is not preceded with whitespace.195
ErrorsLine is longer than 80 characters.196
Errors',' is not followed by whitespace.198
ErrorsMethod 'addVariableLinkTarget' is not designed for extension - needs to be abstract, final or empty.201
ErrorsMissing a Javadoc comment.201
ErrorsParameter linkName should be final.201
ErrorsParameter target should be final.201
Errors'{' is not preceded with whitespace.201
ErrorsMethod 'getVariableLink' is not designed for extension - needs to be abstract, final or empty.205
ErrorsMissing a Javadoc comment.205
ErrorsParameter linkName should be final.205
Errors'{' is not preceded with whitespace.205
Errors'if' is not followed by whitespace.207
Errors'{' is not preceded with whitespace.207
ErrorsLine is longer than 80 characters.208
ErrorsMethod 'getInstanceVersion' is not designed for extension - needs to be abstract, final or empty.213
ErrorsMissing a Javadoc comment.213
ErrorsMethod 'setInstanceVersion' is not designed for extension - needs to be abstract, final or empty.217
ErrorsMissing a Javadoc comment.217
ErrorsParameter instanceVersion should be final.217
Errors'instanceVersion' hides a field.217
ErrorsMethod 'getObjComment' is not designed for extension - needs to be abstract, final or empty.221
ErrorsMissing a Javadoc comment.221
ErrorsMethod 'setObjComment' is not designed for extension - needs to be abstract, final or empty.225
ErrorsMissing a Javadoc comment.225
ErrorsParameter objComment should be final.225
Errors'objComment' hides a field.225
ErrorsMethod 'getObjPosX' is not designed for extension - needs to be abstract, final or empty.229
ErrorsMissing a Javadoc comment.229
ErrorsMethod 'setObjPosX' is not designed for extension - needs to be abstract, final or empty.233
ErrorsMissing a Javadoc comment.233
ErrorsParameter objPosX should be final.233
Errors'objPosX' hides a field.233
ErrorsMethod 'getObjPosY' is not designed for extension - needs to be abstract, final or empty.237
ErrorsMissing a Javadoc comment.237
ErrorsMethod 'setObjPosY' is not designed for extension - needs to be abstract, final or empty.241
ErrorsMissing a Javadoc comment.241
ErrorsParameter objPosY should be final.241
Errors'objPosY' hides a field.241
ErrorsMethod 'getOutputObjCommentToScreen' is not designed for extension - needs to be abstract, final or empty.245
ErrorsMissing a Javadoc comment.245
ErrorsMethod 'setOutputObjCommentToScreen' is not designed for extension - needs to be abstract, final or empty.249
ErrorsMissing a Javadoc comment.249
ErrorsParameter outputObjCommentToScreen should be final.249
Errors'outputObjCommentToScreen' hides a field.249
ErrorsMethod 'getParentSequence' is not designed for extension - needs to be abstract, final or empty.253
ErrorsMissing a Javadoc comment.253
ErrorsMethod 'setParentSequence' is not designed for extension - needs to be abstract, final or empty.257
ErrorsMissing a Javadoc comment.257
ErrorsParameter parentSequence should be final.257
Errors'parentSequence' hides a field.257
ErrorsMethod 'getSuppressAutoComment' is not designed for extension - needs to be abstract, final or empty.261
ErrorsMissing a Javadoc comment.261
ErrorsMethod 'setSuppressAutoComment' is not designed for extension - needs to be abstract, final or empty.265
ErrorsMissing a Javadoc comment.265
ErrorsParameter suppressAutoComment should be final.265
Errors'suppressAutoComment' hides a field.265
ErrorsMethod 'getInputLinks' is not designed for extension - needs to be abstract, final or empty.269
ErrorsMissing a Javadoc comment.269
ErrorsMethod 'getOutputLinks' is not designed for extension - needs to be abstract, final or empty.273
ErrorsMissing a Javadoc comment.273
ErrorsMethod 'getVariableLinks' is not designed for extension - needs to be abstract, final or empty.277
ErrorsMissing a Javadoc comment.277
ErrorsLine has trailing spaces.282
ErrorsLine has trailing spaces.283
ErrorsMethod 'setPositionForGUI' is not designed for extension - needs to be abstract, final or empty.284
ErrorsMissing a Javadoc comment.284
ErrorsParameter x should be final.284
ErrorsParameter y should be final.284
Errors'{' is not preceded with whitespace.284
ErrorsLine has trailing spaces.288

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/DelayAction.java

ViolationMessageLine
Errors'{' is not preceded with whitespace.12
ErrorsMissing a Javadoc comment.13
ErrorsMissing a Javadoc comment.14
ErrorsMissing a Javadoc comment.15
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.18
ErrorsLine has trailing spaces.19
ErrorsLine has trailing spaces.20
ErrorsMissing a Javadoc comment.21
ErrorsLine has trailing spaces.22
ErrorsMissing a Javadoc comment.23
ErrorsMissing a Javadoc comment.24
ErrorsLine has trailing spaces.25
ErrorsLine is longer than 80 characters.26
ErrorsMissing a Javadoc comment.26
ErrorsParameter archetypeName should be final.26
ErrorsParameter duration should be final.26
Errors'duration' hides a field.26
ErrorsParameter startWillRestart should be final.26
Errors'startWillRestart' hides a field.26
Errors'{' is not preceded with whitespace.26
ErrorsLine is longer than 80 characters.27
ErrorsMissing a Javadoc comment.32
ErrorsParameter duration should be final.32
Errors'duration' hides a field.32
ErrorsParameter startWillRestart should be final.32
Errors'startWillRestart' hides a field.32
Errors'{' is not preceded with whitespace.32
ErrorsMissing a Javadoc comment.36
ErrorsParameter duration should be final.36
Errors'duration' hides a field.36
Errors'{' is not preceded with whitespace.36
ErrorsMethod 'getDuration' is not designed for extension - needs to be abstract, final or empty.40
ErrorsMissing a Javadoc comment.40
ErrorsMethod 'setDuration' is not designed for extension - needs to be abstract, final or empty.44
ErrorsMissing a Javadoc comment.44
ErrorsParameter duration should be final.44
Errors'duration' hides a field.44
ErrorsMethod 'getStartWillRestart' is not designed for extension - needs to be abstract, final or empty.48
ErrorsMissing a Javadoc comment.48
ErrorsMethod 'setStartWillRestart' is not designed for extension - needs to be abstract, final or empty.52
ErrorsMissing a Javadoc comment.52
ErrorsParameter startWillRestart should be final.52
Errors'startWillRestart' hides a field.52
ErrorsLine has trailing spaces.55
ErrorsLine has trailing spaces.56

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/ExternalVariable.java

ViolationMessageLine
Errors'{' is not preceded with whitespace.16
ErrorsMissing a Javadoc comment.17
ErrorsLine has trailing spaces.18
ErrorsMissing a Javadoc comment.19
ErrorsMissing a Javadoc comment.20
ErrorsLine has trailing spaces.22
ErrorsLine is longer than 80 characters.23
ErrorsMissing a Javadoc comment.23
ErrorsParameter archetypeName should be final.23
ErrorsParameter label should be final.23
Errors'label' hides a field.23
ErrorsParameter expectedType should be final.23
Errors'expectedType' hides a field.23
Errors'{' is not preceded with whitespace.23
ErrorsMissing a Javadoc comment.29
ErrorsParameter label should be final.29
Errors'label' hides a field.29
Errors'{' is not preceded with whitespace.29
ErrorsMethod 'getExpectedType' is not designed for extension - needs to be abstract, final or empty.33
ErrorsMissing a Javadoc comment.33
ErrorsFirst sentence should end with a period.37
ErrorsLine is longer than 80 characters.38
ErrorsLine has trailing spaces.39
ErrorsMethod 'setExpectedType' is not designed for extension - needs to be abstract, final or empty.41
ErrorsParameter expectedType should be final.41
Errors'expectedType' hides a field.41
ErrorsLine has trailing spaces.44
ErrorsMethod 'setExpectedType' is not designed for extension - needs to be abstract, final or empty.45
ErrorsMissing a Javadoc comment.45
ErrorsParameter expectedType should be final.45
Errors'expectedType' hides a field.45
ErrorsMethod 'getLabel' is not designed for extension - needs to be abstract, final or empty.49
ErrorsMissing a Javadoc comment.49
ErrorsMethod 'setLabel' is not designed for extension - needs to be abstract, final or empty.53
ErrorsMissing a Javadoc comment.53
ErrorsParameter label should be final.53
Errors'label' hides a field.53
ErrorsLine has trailing spaces.56
ErrorsLine has trailing spaces.57

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/FinishSequenceAction.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.13
ErrorsMissing a Javadoc comment.15
ErrorsLine has trailing spaces.16
ErrorsMissing a Javadoc comment.17
ErrorsParameter archetypeName should be final.17
ErrorsParameter outputLabel should be final.17
Errors'outputLabel' hides a field.17
Errors'{' is not preceded with whitespace.17
ErrorsLine is longer than 80 characters.18
ErrorsMissing a Javadoc comment.22
ErrorsParameter outputLabel should be final.22
Errors'outputLabel' hides a field.22
Errors'{' is not preceded with whitespace.22
Errors',' is not followed by whitespace.23
ErrorsMethod 'getOutputLabel' is not designed for extension - needs to be abstract, final or empty.26
ErrorsMissing a Javadoc comment.26
ErrorsMethod 'setOutputLabel' is not designed for extension - needs to be abstract, final or empty.30
ErrorsMissing a Javadoc comment.30
ErrorsParameter outputLabel should be final.30
Errors'outputLabel' hides a field.30
ErrorsLine has trailing spaces.33
ErrorsLine has trailing spaces.34

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/KismetEvent.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.19
ErrorsParameter variableLinkNames should be final.19
Errors'{' is not preceded with whitespace.19
ErrorsLine is longer than 80 characters.20
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.30
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.32
ErrorsMissing a Javadoc comment.33
ErrorsLine is longer than 80 characters.36
ErrorsLine is longer than 80 characters.42
ErrorsParameter className should be final.42
ErrorsExpected @param tag for 'className'.42
ErrorsParameter archetype should be final.42
ErrorsExpected @param tag for 'archetype'.42
ErrorsParameter outputLinkNames should be final.42
ErrorsExpected @param tag for 'outputLinkNames'.42
ErrorsParameter variableLinkNames should be final.42
ErrorsExpected @param tag for 'variableLinkNames'.42
Errors'{' is not preceded with whitespace.42
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.53
ErrorsParameter className should be final.53
ErrorsExpected @param tag for 'className'.53
ErrorsParameter archetypeName should be final.53
ErrorsExpected @param tag for 'archetypeName'.53
ErrorsParameter outputLinkNames should be final.53
ErrorsExpected @param tag for 'outputLinkNames'.53
ErrorsParameter variableLinkNames should be final.53
ErrorsExpected @param tag for 'variableLinkNames'.53
Errors'{' is not preceded with whitespace.53
ErrorsLine is longer than 80 characters.54
ErrorsMethod 'getClientSideOnly' is not designed for extension - needs to be abstract, final or empty.57
ErrorsMissing a Javadoc comment.57
ErrorsMethod 'setClientSideOnly' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMissing a Javadoc comment.61
ErrorsParameter clientSideOnly should be final.61
Errors'clientSideOnly' hides a field.61
ErrorsMethod 'getEnabled' is not designed for extension - needs to be abstract, final or empty.65
ErrorsMissing a Javadoc comment.65
ErrorsMethod 'setEnabled' is not designed for extension - needs to be abstract, final or empty.69
ErrorsMissing a Javadoc comment.69
ErrorsParameter enabled should be final.69
Errors'enabled' hides a field.69
ErrorsMethod 'getMaxTriggerCount' is not designed for extension - needs to be abstract, final or empty.73
ErrorsMissing a Javadoc comment.73
ErrorsMethod 'setMaxTriggerCount' is not designed for extension - needs to be abstract, final or empty.77
ErrorsMissing a Javadoc comment.77
ErrorsParameter maxTriggerCount should be final.77
Errors'maxTriggerCount' hides a field.77
ErrorsMethod 'getPlayerOnly' is not designed for extension - needs to be abstract, final or empty.81
ErrorsMissing a Javadoc comment.81
ErrorsMethod 'setPlayerOnly' is not designed for extension - needs to be abstract, final or empty.85
ErrorsMissing a Javadoc comment.85
ErrorsParameter playerOnly should be final.85
Errors'playerOnly' hides a field.85
ErrorsMethod 'getPriority' is not designed for extension - needs to be abstract, final or empty.89
ErrorsMissing a Javadoc comment.89
ErrorsMethod 'setPriority' is not designed for extension - needs to be abstract, final or empty.93
ErrorsMissing a Javadoc comment.93
ErrorsParameter priority should be final.93
Errors'priority' hides a field.93
ErrorsMethod 'getReTriggerDelay' is not designed for extension - needs to be abstract, final or empty.97
ErrorsMissing a Javadoc comment.97
ErrorsMethod 'setReTriggerDelay' is not designed for extension - needs to be abstract, final or empty.101
ErrorsMissing a Javadoc comment.101
ErrorsParameter reTriggerDelay should be final.101
Errors'reTriggerDelay' hides a field.101

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/KismetVariable.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.17
ErrorsParameter className should be final.17
ErrorsParameter archetype should be final.17
Errors'{' is not preceded with whitespace.17
ErrorsLine is longer than 80 characters.18
ErrorsMissing a Javadoc comment.21
ErrorsParameter className should be final.21
ErrorsParameter archetypeName should be final.21
Errors'{' is not preceded with whitespace.21
ErrorsLine is longer than 80 characters.22

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/LogAction.java

ViolationMessageLine
Errors'{' is not preceded with whitespace.14
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.20
ErrorsMissing a Javadoc comment.21
ErrorsMissing a Javadoc comment.22
ErrorsLine has trailing spaces.23
ErrorsMissing a Javadoc comment.24
ErrorsParameter text should be final.24
ErrorsLine is longer than 80 characters.25
Errors'3' is a magic number.27
ErrorsMethod 'getOutputToScreen' is not designed for extension - needs to be abstract, final or empty.30
ErrorsMissing a Javadoc comment.30
ErrorsMethod 'setOutputToScreen' is not designed for extension - needs to be abstract, final or empty.34
ErrorsMissing a Javadoc comment.34
ErrorsParameter outputToScreen should be final.34
Errors'outputToScreen' hides a field.34
ErrorsMethod 'getTargetDuration' is not designed for extension - needs to be abstract, final or empty.38
ErrorsMissing a Javadoc comment.38
ErrorsMethod 'setTargetDuration' is not designed for extension - needs to be abstract, final or empty.42
ErrorsMissing a Javadoc comment.42
ErrorsParameter targetDuration should be final.42
Errors'targetDuration' hides a field.42
ErrorsMethod 'getTargetOffset' is not designed for extension - needs to be abstract, final or empty.46
ErrorsMissing a Javadoc comment.46
ErrorsMethod 'setTargetOffset' is not designed for extension - needs to be abstract, final or empty.50
ErrorsMissing a Javadoc comment.50
ErrorsParameter targetOffset should be final.50
Errors'targetOffset' hides a field.50

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/Matinee.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.UnrealReference.9
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.StaticReference.10
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.19
ErrorsMissing a Javadoc comment.20
ErrorsMissing a Javadoc comment.21
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.23
ErrorsMissing a Javadoc comment.24
ErrorsMissing a Javadoc comment.26
ErrorsParameter archetypeName should be final.26
ErrorsParameter data should be final.26
Errors'{' is not preceded with whitespace.26
ErrorsLine is longer than 80 characters.27
ErrorsMissing a Javadoc comment.32
ErrorsParameter data should be final.32
Errors'{' is not preceded with whitespace.32
Errors',' is not followed by whitespace.33

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/MatineeData.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.19
ErrorsParameter contents should be final.19
Errors'contents' hides a field.19
Errors',' is not followed by whitespace.20
ErrorsMethod 'getContents' is not designed for extension - needs to be abstract, final or empty.24
ErrorsMissing a Javadoc comment.24
ErrorsLine has trailing spaces.28

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/MatineeMover.java

ViolationMessageLine
Errors'{' is not preceded with whitespace.16
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.19
ErrorsParameter data should be final.19
ErrorsParameter mover should be final.19
ErrorsLine is longer than 80 characters.24
ErrorsMissing a Javadoc comment.24
ErrorsParameter archetypeName should be final.24
ErrorsParameter data should be final.24
ErrorsParameter mover should be final.24
ErrorsMissing a Javadoc comment.29
ErrorsParameter mover should be final.29
Errors'{' is not preceded with whitespace.29
ErrorsLine is longer than 80 characters.32

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/ObjectVariable.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.StaticReference.9
Errors'{' is not preceded with whitespace.16
ErrorsMissing a Javadoc comment.18
ErrorsLine has trailing spaces.20
ErrorsMissing a Javadoc comment.21
ErrorsParameter value should be final.21
Errors'value' hides a field.21
Errors'{' is not preceded with whitespace.21
ErrorsMissing a Javadoc comment.25
ErrorsParameter archetypeName should be final.25
ErrorsParameter value should be final.25
Errors'value' hides a field.25
Errors'{' is not preceded with whitespace.25
Errors',' is not followed by whitespace.26
ErrorsMethod 'getValue' is not designed for extension - needs to be abstract, final or empty.30
ErrorsMissing a Javadoc comment.30
ErrorsMethod 'setValue' is not designed for extension - needs to be abstract, final or empty.34
ErrorsMissing a Javadoc comment.34
ErrorsParameter value should be final.34
Errors'value' hides a field.34
ErrorsLine has trailing spaces.37
ErrorsLine has trailing spaces.38

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/Sequence.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
Errors'{' is not preceded with whitespace.18
ErrorsMissing a Javadoc comment.20
ErrorsLine has trailing spaces.21
ErrorsLine has trailing spaces.23
ErrorsLine is longer than 80 characters.24
ErrorsMissing a Javadoc comment.24
ErrorsParameter inputLinkNames should be final.24
ErrorsParameter outputLinkNames should be final.24
ErrorsParameter variableLinkNames should be final.24
ErrorsLine is longer than 80 characters.25
Errors',' is not followed by whitespace.25
ErrorsLine is longer than 80 characters.29
ErrorsMissing a Javadoc comment.29
ErrorsParameter archetypeName should be final.29
ErrorsParameter inputLinkNames should be final.29
ErrorsParameter outputLinkNames should be final.29
ErrorsParameter variableLinkNames should be final.29
ErrorsLine is longer than 80 characters.30
Errors'for' is not followed by whitespace.32
Errors'{' is not preceded with whitespace.32
Errors'for' is not followed by whitespace.35
Errors'{' is not preceded with whitespace.35
ErrorsLine is longer than 80 characters.36
Errors'for' is not followed by whitespace.38
Errors'{' is not preceded with whitespace.38
ErrorsLine is longer than 80 characters.39
ErrorsMethod 'addSequenceObject' is not designed for extension - needs to be abstract, final or empty.43
ErrorsMissing a Javadoc comment.43
ErrorsParameter object should be final.43
Errors'{' is not preceded with whitespace.43
Errors'if' is not followed by whitespace.44
Errors'{' is not preceded with whitespace.44
ErrorsLine is longer than 80 characters.45
ErrorsLine has trailing spaces.50
ErrorsLine is longer than 80 characters.51
ErrorsMethod 'addSequenceObjects' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
ErrorsParameter objects should be final.51
Errors'{' is not preceded with whitespace.51
Errors'for' is not followed by whitespace.52
Errors'{' is not preceded with whitespace.52
ErrorsMethod 'getSequenceObjects' is not designed for extension - needs to be abstract, final or empty.57
ErrorsMissing a Javadoc comment.57
ErrorsLine has trailing spaces.60
ErrorsLine has trailing spaces.61

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/SequenceActivatedEvent.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.13
ErrorsMissing a Javadoc comment.15
ErrorsLine has trailing spaces.16
ErrorsMissing a Javadoc comment.17
ErrorsParameter inputLabel should be final.17
Errors'inputLabel' hides a field.17
Errors'{' is not preceded with whitespace.17
ErrorsMissing a Javadoc comment.21
ErrorsParameter archetypeName should be final.21
ErrorsParameter inputLabel should be final.21
Errors'inputLabel' hides a field.21
Errors'{' is not preceded with whitespace.21
ErrorsLine is longer than 80 characters.22
ErrorsMethod 'getInputLabel' is not designed for extension - needs to be abstract, final or empty.26
ErrorsMissing a Javadoc comment.26
ErrorsLine has trailing spaces.29
ErrorsLine has trailing spaces.30

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/TriggerUsedEvent.java

ViolationMessageLine
Errors'{' is not preceded with whitespace.16
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.19
ErrorsMissing a Javadoc comment.21
ErrorsMissing a Javadoc comment.23
ErrorsMissing a Javadoc comment.25
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.29
ErrorsParameter archetypeName should be final.29
ErrorsParameter originator should be final.29
Errors'originator' hides a field.29
ErrorsLine is longer than 80 characters.30
Errors'{' is followed by whitespace.30
ErrorsMissing a Javadoc comment.34
ErrorsParameter originator should be final.34
Errors'originator' hides a field.34
ErrorsMissing a Javadoc comment.38
ErrorsParameter originator should be final.38
Errors'originator' hides a field.38
Errors'{' is not preceded with whitespace.38
ErrorsMethod 'getAimToInteract' is not designed for extension - needs to be abstract, final or empty.42
ErrorsMissing a Javadoc comment.42
ErrorsMethod 'setAimToInteract' is not designed for extension - needs to be abstract, final or empty.46
ErrorsMissing a Javadoc comment.46
ErrorsParameter aimToInteract should be final.46
Errors'aimToInteract' hides a field.46
ErrorsMethod 'getInteractDistance' is not designed for extension - needs to be abstract, final or empty.50
ErrorsMissing a Javadoc comment.50
ErrorsMethod 'setInteractDistance' is not designed for extension - needs to be abstract, final or empty.54
ErrorsMissing a Javadoc comment.54
ErrorsParameter interactDistance should be final.54
Errors'interactDistance' hides a field.54
ErrorsMethod 'getInteractText' is not designed for extension - needs to be abstract, final or empty.58
ErrorsMissing a Javadoc comment.58
ErrorsMethod 'setInteractText' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
ErrorsParameter interactText should be final.62
Errors'interactText' hides a field.62
ErrorsMethod 'getOriginator' is not designed for extension - needs to be abstract, final or empty.66
ErrorsMissing a Javadoc comment.66
ErrorsMethod 'setOriginator' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMissing a Javadoc comment.70
ErrorsParameter originator should be final.70
Errors'originator' hides a field.70

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/kismet/package-info.java

ViolationMessageLine
ErrorsFile does not end with a newline.0

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/AbstractPrimitiveComponent.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.18
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.24
ErrorsLine is longer than 80 characters.25
ErrorsMissing a Javadoc comment.25
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.28
ErrorsLine is longer than 80 characters.30
ErrorsMissing a Javadoc comment.30
ErrorsParameter componentName should be final.30
ErrorsParameter archetypeName should be final.30
ErrorsLine is longer than 80 characters.34
ErrorsMissing a Javadoc comment.34
ErrorsParameter componentName should be final.34
ErrorsParameter archetype should be final.34
ErrorsLine is longer than 80 characters.38
ErrorsMissing a Javadoc comment.38
ErrorsParameter componentName should be final.38
ErrorsParameter archetypeName should be final.38
ErrorsParameter className should be final.38
ErrorsLine is longer than 80 characters.43
ErrorsMissing a Javadoc comment.43
ErrorsParameter componentName should be final.43
ErrorsParameter archetype should be final.43
ErrorsParameter className should be final.43
ErrorsMethod 'getObjName' is not designed for extension - needs to be abstract, final or empty.48
ErrorsMissing a Javadoc comment.48
ErrorsMethod 'setObjName' is not designed for extension - needs to be abstract, final or empty.52
ErrorsMissing a Javadoc comment.52
ErrorsParameter objName should be final.52
Errors'objName' hides a field.52
ErrorsMethod 'getNameForReferences' is not designed for extension - needs to be abstract, final or empty.56
ErrorsMethod 'setNameForReferences' is not designed for extension - needs to be abstract, final or empty.61
ErrorsParameter nameForReferences should be final.62
ErrorsMethod 'getReplacementPrimitive' is not designed for extension - needs to be abstract, final or empty.66
ErrorsMissing a Javadoc comment.66
ErrorsMethod 'getLightingChannels' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMissing a Javadoc comment.70
ErrorsMethod 'setLightingChannels' is not designed for extension - needs to be abstract, final or empty.74
ErrorsMissing a Javadoc comment.74
ErrorsParameter lightingChannels should be final.74
Errors'lightingChannels' hides a field.74
ErrorsMethod 'setReplacementPrimitive' is not designed for extension - needs to be abstract, final or empty.78
ErrorsMissing a Javadoc comment.78
ErrorsParameter replacementPrimitive should be final.78
Errors'replacementPrimitive' hides a field.78
ErrorsMethod 'getHiddenGame' is not designed for extension - needs to be abstract, final or empty.82
ErrorsMissing a Javadoc comment.82
ErrorsMethod 'setHiddenGame' is not designed for extension - needs to be abstract, final or empty.86
ErrorsMissing a Javadoc comment.86
ErrorsParameter hiddenGame should be final.86
Errors'hiddenGame' hides a field.86
ErrorsMethod 'getAlwaysLoadOnClient' is not designed for extension - needs to be abstract, final or empty.90
ErrorsMissing a Javadoc comment.90
ErrorsMethod 'getAlwaysLoadOnServer' is not designed for extension - needs to be abstract, final or empty.94
ErrorsMissing a Javadoc comment.94
ErrorsMethod 'setAlwaysLoadOnClient' is not designed for extension - needs to be abstract, final or empty.98
ErrorsMissing a Javadoc comment.98
ErrorsParameter alwaysLoadOnClient should be final.98
Errors'alwaysLoadOnClient' hides a field.98
ErrorsMethod 'setAlwaysLoadOnServer' is not designed for extension - needs to be abstract, final or empty.102
ErrorsMissing a Javadoc comment.102
ErrorsParameter alwaysLoadOnServer should be final.102
Errors'alwaysLoadOnServer' hides a field.102

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/ArrowComponent.java

ViolationMessageLine
Errors'{' is not preceded with whitespace.14
ErrorsMissing a Javadoc comment.16
Errors'150' is a magic number.16
Errors'200' is a magic number.16
Errors'255' is a magic number.16
Errors'255' is a magic number.16
ErrorsLine has trailing spaces.17
ErrorsMissing a Javadoc comment.18
Errors'0.5f' is a magic number.18
ErrorsLine has trailing spaces.19
ErrorsMissing a Javadoc comment.20
ErrorsLine has trailing spaces.21
ErrorsMissing a Javadoc comment.22
ErrorsLine has trailing spaces.23
ErrorsMissing a Javadoc comment.24
ErrorsParameter archeTypeName should be final.24
ErrorsMethod 'getArrowColor' is not designed for extension - needs to be abstract, final or empty.29
ErrorsMissing a Javadoc comment.29
ErrorsMethod 'getArrowSize' is not designed for extension - needs to be abstract, final or empty.33
ErrorsMissing a Javadoc comment.33
ErrorsMethod 'getSpriteCategoryName' is not designed for extension - needs to be abstract, final or empty.37
ErrorsMissing a Javadoc comment.37
ErrorsMethod 'isTreatAsSprite' is not designed for extension - needs to be abstract, final or empty.41
ErrorsMissing a Javadoc comment.41
ErrorsLine has trailing spaces.45

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/CollisionCylinderComponent.java

ViolationMessageLine
Errors'{' is not preceded with whitespace.14
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.19
ErrorsMissing a Javadoc comment.21
ErrorsLine is longer than 80 characters.24
ErrorsMissing a Javadoc comment.24
ErrorsParameter archetypeName should be final.24
ErrorsParameter collisionHeight should be final.24
Errors'collisionHeight' hides a field.24
ErrorsParameter collisionRadius should be final.24
Errors'collisionRadius' hides a field.24
ErrorsMethod 'getAlwaysRenderIfSelected' is not designed for extension - needs to be abstract, final or empty.30
ErrorsMissing a Javadoc comment.30
ErrorsMethod 'setAlwaysRenderIfSelected' is not designed for extension - needs to be abstract, final or empty.34
ErrorsMissing a Javadoc comment.34
ErrorsParameter alwaysRenderIfSelected should be final.34
Errors'alwaysRenderIfSelected' hides a field.34
ErrorsMethod 'getCollideActors' is not designed for extension - needs to be abstract, final or empty.38
ErrorsMissing a Javadoc comment.38
ErrorsMethod 'setCollideActors' is not designed for extension - needs to be abstract, final or empty.42
ErrorsMissing a Javadoc comment.42
ErrorsParameter collideActors should be final.42
Errors'collideActors' hides a field.42
ErrorsMethod 'getCollisionHeight' is not designed for extension - needs to be abstract, final or empty.46
ErrorsMissing a Javadoc comment.46
ErrorsMethod 'setCollisionHeight' is not designed for extension - needs to be abstract, final or empty.50
ErrorsMissing a Javadoc comment.50
ErrorsParameter collisionHeight should be final.50
Errors'collisionHeight' hides a field.50
ErrorsMethod 'getCollisionRadius' is not designed for extension - needs to be abstract, final or empty.54
ErrorsMissing a Javadoc comment.54
ErrorsMethod 'setCollisionRadius' is not designed for extension - needs to be abstract, final or empty.58
ErrorsMissing a Javadoc comment.58
ErrorsParameter collisionRadius should be final.58
Errors'collisionRadius' hides a field.58
ErrorsLine has trailing spaces.62

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/DoorMarker.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.13
Errors'{' is not preceded with whitespace.15
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.19
ErrorsMissing a Javadoc comment.20
ErrorsLine has trailing spaces.21
ErrorsMissing a Javadoc comment.22
ErrorsParameter location should be final.22
ErrorsParameter mover should be final.22
Errors'mover' hides a field.22
ErrorsLine is longer than 80 characters.23
Errors'50' is a magic number.23
Errors',' is not followed by whitespace.23
Errors'50' is a magic number.23
ErrorsMethod 'getMover' is not designed for extension - needs to be abstract, final or empty.27
ErrorsMissing a Javadoc comment.27
ErrorsMethod 'setMover' is not designed for extension - needs to be abstract, final or empty.31
ErrorsMissing a Javadoc comment.31
ErrorsParameter mover should be final.31
Errors'mover' hides a field.31
ErrorsMethod 'getBlockedWhenClosed' is not designed for extension - needs to be abstract, final or empty.35
ErrorsMissing a Javadoc comment.35
ErrorsMethod 'setBlockedWhenClosed' is not designed for extension - needs to be abstract, final or empty.39
ErrorsMissing a Javadoc comment.39
ErrorsParameter blockedWhenClosed should be final.39
Errors'blockedWhenClosed' hides a field.39
ErrorsMethod 'getInitiallyClosed' is not designed for extension - needs to be abstract, final or empty.43
ErrorsMissing a Javadoc comment.43
ErrorsMethod 'setInitiallyClosed' is not designed for extension - needs to be abstract, final or empty.47
ErrorsMissing a Javadoc comment.47
ErrorsParameter initiallyClosed should be final.47
Errors'initiallyClosed' hides a field.47
ErrorsMethod 'getDoorTrigger' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
ErrorsMethod 'setDoorTrigger' is not designed for extension - needs to be abstract, final or empty.55
ErrorsMissing a Javadoc comment.55
ErrorsParameter doorTrigger should be final.55
Errors'doorTrigger' hides a field.55
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.59
ErrorsLine has trailing spaces.60
ErrorsLine has trailing spaces.61

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/DrawLightRadiusComponent.java

ViolationMessageLine
Errors'{' is not preceded with whitespace.11
ErrorsLine is longer than 80 characters.13
ErrorsMissing a Javadoc comment.13
ErrorsParameter componentName should be final.13
ErrorsParameter archetypeName should be final.13
ErrorsParameter sphereRadius should be final.13
ErrorsLine has trailing spaces.14
ErrorsLine has trailing spaces.16

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/DrawSphereComponent.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.14
ErrorsMissing a Javadoc comment.15
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.18
ErrorsLine has trailing spaces.19
ErrorsLine is longer than 80 characters.21
ErrorsMissing a Javadoc comment.21
ErrorsParameter componentName should be final.21
ErrorsParameter archetypeName should be final.21
ErrorsParameter sphereRadius should be final.21
Errors'sphereRadius' hides a field.21
ErrorsMethod 'getSphereRadius' is not designed for extension - needs to be abstract, final or empty.27
ErrorsMissing a Javadoc comment.27
ErrorsMethod 'setSphereRadius' is not designed for extension - needs to be abstract, final or empty.31
ErrorsMissing a Javadoc comment.31
ErrorsParameter sphereRadius should be final.31
Errors'sphereRadius' hides a field.31
ErrorsMethod 'getDrawLitSphere' is not designed for extension - needs to be abstract, final or empty.35
ErrorsMissing a Javadoc comment.35
ErrorsMethod 'setDrawLitSphere' is not designed for extension - needs to be abstract, final or empty.39
ErrorsMissing a Javadoc comment.39
ErrorsParameter drawLitSphere should be final.39
Errors'drawLitSphere' hides a field.39
ErrorsMethod 'getDrawWireSphere' is not designed for extension - needs to be abstract, final or empty.43
ErrorsMissing a Javadoc comment.43
ErrorsMethod 'setDrawWireSphere' is not designed for extension - needs to be abstract, final or empty.47
ErrorsMissing a Javadoc comment.47
ErrorsParameter drawWireSphere should be final.47
Errors'drawWireSphere' hides a field.47
ErrorsMethod 'getSphereColor' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
ErrorsMethod 'setSphereColor' is not designed for extension - needs to be abstract, final or empty.55
ErrorsMissing a Javadoc comment.55
ErrorsParameter sphereColor should be final.55
Errors'sphereColor' hides a field.55
ErrorsMethod 'getSphereSides' is not designed for extension - needs to be abstract, final or empty.59
ErrorsMissing a Javadoc comment.59
ErrorsMethod 'setSphereSides' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMissing a Javadoc comment.63
ErrorsParameter sphereSides should be final.63
Errors'sphereSides' hides a field.63
ErrorsLine has trailing spaces.67
ErrorsLine has trailing spaces.68
ErrorsLine has trailing spaces.69

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/Level.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.9
ErrorsLine is longer than 80 characters.23
ErrorsMissing a Javadoc comment.28
ErrorsVariable 'actors' must be private and have accessor methods.29
ErrorsLine has trailing spaces.30
ErrorsMissing a Javadoc comment.31
ErrorsParameter actors should be final.31
Errors'actors' hides a field.31
ErrorsLine has trailing spaces.32
ErrorsMethod 'getPersistentLevel' is not designed for extension - needs to be abstract, final or empty.35
ErrorsMissing a Javadoc comment.35
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.39
ErrorsMethod 'getActors' is not designed for extension - needs to be abstract, final or empty.41
ErrorsMissing a Javadoc comment.41
ErrorsLine has trailing spaces.45

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/MapElement.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.19
ErrorsMissing a Javadoc comment.21
ErrorsMissing a Javadoc comment.23
ErrorsLine has trailing spaces.25
ErrorsLine is longer than 80 characters.26
ErrorsMissing a Javadoc comment.26
ErrorsParameter name should be final.26
ErrorsParameter mapPackage should be final.26
Errors'mapPackage' hides a field.26
ErrorsParameter level should be final.26
Errors'level' hides a field.26
ErrorsParameter surface should be final.26
Errors'surface' hides a field.26
ErrorsMethod 'getLevel' is not designed for extension - needs to be abstract, final or empty.33
ErrorsMissing a Javadoc comment.33
ErrorsMethod 'getMapPackage' is not designed for extension - needs to be abstract, final or empty.37
ErrorsMissing a Javadoc comment.37
ErrorsMethod 'getSurface' is not designed for extension - needs to be abstract, final or empty.41
ErrorsMissing a Javadoc comment.41
ErrorsLine has trailing spaces.45

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/MapPackage.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.11
ErrorsMissing a Javadoc comment.18
ErrorsLine has trailing spaces.20
ErrorsMissing a Javadoc comment.21
ErrorsParameter topLevelPackage should be final.21
Errors'topLevelPackage' hides a field.21
Errors'=' is not followed by whitespace.22
ErrorsMethod 'getTopLevelPackage' is not designed for extension - needs to be abstract, final or empty.25
ErrorsMissing a Javadoc comment.25
ErrorsLine has trailing spaces.28
ErrorsLine has trailing spaces.29

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/NavigationPoint.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.13
ErrorsLine is longer than 80 characters.16
Errors'{' is not preceded with whitespace.18
ErrorsLine has trailing spaces.19
ErrorsMissing a Javadoc comment.20
ErrorsMissing a Javadoc comment.24
ErrorsLine is longer than 80 characters.28
ErrorsMissing a Javadoc comment.28
ErrorsParameter className should be final.28
ErrorsParameter location should be final.28
ErrorsParameter cylinderComponent should be final.28
Errors'cylinderComponent' hides a field.28
ErrorsLine is longer than 80 characters.31
Errors'+' is not followed by whitespace.31
ErrorsMethod 'getCylinderComponent' is not designed for extension - needs to be abstract, final or empty.35
ErrorsMissing a Javadoc comment.35
ErrorsLine is longer than 80 characters.39
ErrorsMethod 'setCylinderComponent' is not designed for extension - needs to be abstract, final or empty.39
ErrorsMissing a Javadoc comment.39
ErrorsParameter cylinderComponent should be final.39
Errors'cylinderComponent' hides a field.39
ErrorsMethod 'getPathRenderer' is not designed for extension - needs to be abstract, final or empty.43
ErrorsMissing a Javadoc comment.43
ErrorsLine has trailing spaces.48

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/PathNode.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.15
Errors'{' is not preceded with whitespace.17
ErrorsLine has trailing spaces.18
ErrorsMissing a Javadoc comment.19
ErrorsLine is longer than 80 characters.21
ErrorsLine has trailing spaces.22
ErrorsMissing a Javadoc comment.23
ErrorsLine is longer than 80 characters.25
ErrorsMissing a Javadoc comment.27
ErrorsParameter location should be final.27
Errors'{' is not preceded with whitespace.27
ErrorsLine is longer than 80 characters.28
Errors'50' is a magic number.28
Errors',' is not followed by whitespace.28
Errors'50' is a magic number.28
ErrorsMethod 'getArrowComponent' is not designed for extension - needs to be abstract, final or empty.32
ErrorsMissing a Javadoc comment.32
ErrorsMethod 'getSpriteComponent' is not designed for extension - needs to be abstract, final or empty.36
ErrorsMissing a Javadoc comment.36
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.40

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/PathRenderingComponent.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.11
ErrorsMissing a Javadoc comment.14
ErrorsParameter archetypeName should be final.14
Errors'{' is not preceded with whitespace.14

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/PlayerStart.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.14
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.19
ErrorsMissing a Javadoc comment.20
ErrorsLine has trailing spaces.22
ErrorsMissing a Javadoc comment.22
ErrorsLine has trailing spaces.24
ErrorsLine has trailing spaces.25
ErrorsMissing a Javadoc comment.25
ErrorsMissing a Javadoc comment.28
ErrorsParameter location should be final.28
ErrorsLine is longer than 80 characters.29
Errors'80' is a magic number.29
Errors'40' is a magic number.29
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.31
ErrorsMethod 'getEnabled' is not designed for extension - needs to be abstract, final or empty.35
ErrorsMissing a Javadoc comment.35
ErrorsMethod 'setEnabled' is not designed for extension - needs to be abstract, final or empty.39
ErrorsMissing a Javadoc comment.39
ErrorsParameter enabled should be final.39
Errors'enabled' hides a field.39
ErrorsMethod 'getPrimaryStart' is not designed for extension - needs to be abstract, final or empty.43
ErrorsMissing a Javadoc comment.43
ErrorsMethod 'setPrimaryStart' is not designed for extension - needs to be abstract, final or empty.47
ErrorsMissing a Javadoc comment.47
ErrorsParameter primaryStart should be final.47
Errors'primaryStart' hides a field.47
ErrorsMethod 'getTeamIndex' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
ErrorsMethod 'setTeamIndex' is not designed for extension - needs to be abstract, final or empty.55
ErrorsMissing a Javadoc comment.55
ErrorsParameter teamIndex should be final.55
Errors'teamIndex' hides a field.55
ErrorsMethod 'getSpriteComponent' is not designed for extension - needs to be abstract, final or empty.59
ErrorsMissing a Javadoc comment.59
ErrorsMethod 'getSpriteComponent2' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMissing a Javadoc comment.63
ErrorsLine has trailing spaces.67

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/PointLight.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.15
Errors'{' is not preceded with whitespace.17
ErrorsMissing a Javadoc comment.19
ErrorsMissing a Javadoc comment.21
ErrorsLine has trailing spaces.24
ErrorsMissing a Javadoc comment.25
ErrorsLine has trailing spaces.27
ErrorsMissing a Javadoc comment.28
ErrorsLine has trailing spaces.30
ErrorsMissing a Javadoc comment.31
ErrorsLine has trailing spaces.33
ErrorsMissing a Javadoc comment.34
ErrorsParameter location should be final.34
Errors'{' is not preceded with whitespace.34
Errors'32' is a magic number.35
Errors',' is not followed by whitespace.35
Errors'1024' is a magic number.35
ErrorsLine has trailing spaces.37
ErrorsLine is longer than 80 characters.38
ErrorsMissing a Javadoc comment.38
ErrorsParameter location should be final.38
ErrorsParameter sourceRadius should be final.38
ErrorsParameter lightRadius should be final.38
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.42
ErrorsLine is longer than 80 characters.43
ErrorsLine has trailing spaces.44
ErrorsMethod 'getLightComponent' is not designed for extension - needs to be abstract, final or empty.47
ErrorsMissing a Javadoc comment.47
ErrorsMethod 'setLightComponent' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
ErrorsParameter lightComponent should be final.51
Errors'lightComponent' hides a field.51
ErrorsMethod 'getSpriteComponent' is not designed for extension - needs to be abstract, final or empty.55
ErrorsMissing a Javadoc comment.55
ErrorsMethod 'setSpriteComponent' is not designed for extension - needs to be abstract, final or empty.59
ErrorsMissing a Javadoc comment.59
ErrorsParameter spriteComponent should be final.59
Errors'spriteComponent' hides a field.59
ErrorsMethod 'getDrawLightRadiusComponent' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMissing a Javadoc comment.63
ErrorsLine is longer than 80 characters.67
ErrorsMethod 'setDrawLightRadiusComponent' is not designed for extension - needs to be abstract, final or empty.67
ErrorsMissing a Javadoc comment.67
ErrorsParameter drawLightRadiusComponent should be final.67
Errors'drawLightRadiusComponent' hides a field.67
ErrorsMethod 'getDrawLightSourceRadiusComponent' is not designed for extension - needs to be abstract, final or empty.71
ErrorsMissing a Javadoc comment.71
ErrorsLine is longer than 80 characters.75
ErrorsMethod 'setDrawLightSourceRadiusComponent' is not designed for extension - needs to be abstract, final or empty.75
ErrorsMissing a Javadoc comment.75
ErrorsParameter drawLightSourceRadiusComponent should be final.75
Errors'drawLightSourceRadiusComponent' hides a field.75
ErrorsLine has trailing spaces.78
ErrorsLine has trailing spaces.79
ErrorsLine has trailing spaces.80
ErrorsLine has trailing spaces.81

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/PointLightComponent.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.7
ErrorsLine is longer than 80 characters.12
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.19
ErrorsMissing a Javadoc comment.20
ErrorsMissing a Javadoc comment.21
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.24
ErrorsParameter componentName should be final.24
ErrorsParameter radius should be final.24
Errors'radius' hides a field.24
Errors',' is not followed by whitespace.25
ErrorsLine is longer than 80 characters.28
ErrorsMissing a Javadoc comment.28
ErrorsParameter componentName should be final.28
ErrorsParameter archetypeName should be final.28
ErrorsParameter radius should be final.28
Errors'radius' hides a field.28
ErrorsMethod 'getFalloffExponent' is not designed for extension - needs to be abstract, final or empty.33
ErrorsMissing a Javadoc comment.33
ErrorsMethod 'getLightmassSettings' is not designed for extension - needs to be abstract, final or empty.37
ErrorsMissing a Javadoc comment.37
ErrorsMethod 'getMinShadowFalloffRadius' is not designed for extension - needs to be abstract, final or empty.41
ErrorsMissing a Javadoc comment.41
ErrorsMethod 'getRadius' is not designed for extension - needs to be abstract, final or empty.45
ErrorsMissing a Javadoc comment.45
ErrorsMethod 'getShadowFalloffExponent' is not designed for extension - needs to be abstract, final or empty.49
ErrorsMissing a Javadoc comment.49
ErrorsMethod 'getShadowRadiusMultiplier' is not designed for extension - needs to be abstract, final or empty.53
ErrorsMissing a Javadoc comment.53
ErrorsLine has trailing spaces.56
ErrorsLine has trailing spaces.57

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/PrefabInstance.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.annotations.UnrealChild.8
ErrorsLine has trailing spaces.18
ErrorsLine is longer than 80 characters.18
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.22
ErrorsMissing a Javadoc comment.25
ErrorsMissing a Javadoc comment.27
ErrorsLine has trailing spaces.29
ErrorsMissing a Javadoc comment.30
ErrorsParameter prefabName should be final.30
ErrorsParameter location should be final.30
Errors',' is not followed by whitespace.31
Errors',' is not followed by whitespace.31
ErrorsLine is longer than 80 characters.34
ErrorsMissing a Javadoc comment.34
ErrorsParameter prefabName should be final.34
ErrorsParameter location should be final.34
ErrorsParameter rotation should be final.34
ErrorsMethod 'getTemplatePrefab' is not designed for extension - needs to be abstract, final or empty.41
ErrorsMissing a Javadoc comment.41
ErrorsMethod 'getSpriteComponent' is not designed for extension - needs to be abstract, final or empty.45
ErrorsMissing a Javadoc comment.45

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/PrefabSpriteComponent.java

ViolationMessageLine
ErrorsRedundant import from the same package - cz.cuni.amis.pogamut.udk.t3dgenerator.elements.map.SpriteComponent.9
ErrorsMissing a Javadoc comment.17
Errors'+' should be on a new line.18
ErrorsLine has trailing spaces.20
ErrorsMissing a Javadoc comment.21
ErrorsLine is longer than 80 characters.22
Errors',' is not followed by whitespace.22
ErrorsMethod 'getText' is not designed for extension - needs to be abstract, final or empty.25
ErrorsMissing a Javadoc comment.25
ErrorsLine has trailing spaces.28
ErrorsLine has trailing spaces.29

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/SpriteComponent.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.19
ErrorsMissing a Javadoc comment.21
ErrorsLine is longer than 80 characters.23
ErrorsMissing a Javadoc comment.23
ErrorsParameter archetypeName should be final.23
ErrorsParameter spriteName should be final.23
ErrorsParameter spriteCategoryName should be final.23
Errors'spriteCategoryName' hides a field.23
ErrorsLine is longer than 80 characters.27
ErrorsMissing a Javadoc comment.27
ErrorsParameter archetypeName should be final.27
ErrorsParameter spriteName should be final.27
ErrorsParameter spriteCategoryName should be final.27
Errors'spriteCategoryName' hides a field.27
ErrorsParameter componentName should be final.27
ErrorsMethod 'getSprite' is not designed for extension - needs to be abstract, final or empty.36
ErrorsMissing a Javadoc comment.36
ErrorsMethod 'getSpriteCategoryName' is not designed for extension - needs to be abstract, final or empty.40
ErrorsMissing a Javadoc comment.40
ErrorsMethod 'setSprite' is not designed for extension - needs to be abstract, final or empty.44
ErrorsMissing a Javadoc comment.44
ErrorsParameter sprite should be final.44
Errors'sprite' hides a field.44
ErrorsMethod 'setSpriteCategoryName' is not designed for extension - needs to be abstract, final or empty.48
ErrorsMissing a Javadoc comment.48
ErrorsParameter spriteCategoryName should be final.48
Errors'spriteCategoryName' hides a field.48
ErrorsMissing a Javadoc comment.53
ErrorsParameter spriteName should be final.53
Errors'{' is not preceded with whitespace.53
ErrorsLine has trailing spaces.56

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/StaticMeshActor.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.16
ErrorsFirst sentence should end with a period.19
ErrorsMissing a Javadoc comment.24
ErrorsMissing a Javadoc comment.28
ErrorsParameter meshName should be final.28
ErrorsParameter location should be final.28
Errors'{' is not preceded with whitespace.28
Errors',' is not followed by whitespace.29
ErrorsLine has trailing spaces.31
ErrorsLine is longer than 80 characters.32
ErrorsMissing a Javadoc comment.32
ErrorsParameter meshComponent should be final.32
ErrorsParameter location should be final.32
ErrorsLine has trailing spaces.37
ErrorsLine is longer than 80 characters.38
ErrorsMissing a Javadoc comment.38
ErrorsParameter archetypeName should be final.38
ErrorsParameter meshComponent should be final.38
ErrorsParameter location should be final.38
ErrorsMissing a Javadoc comment.43
ErrorsParameter location should be final.43
ErrorsParameter meshComponent should be final.43
ErrorsMethod 'getStaticMeshComponent' is not designed for extension - needs to be abstract, final or empty.49
ErrorsMissing a Javadoc comment.49

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/StaticMeshComponent.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.16
ErrorsMissing a Javadoc comment.19
ErrorsMissing a Javadoc comment.21
ErrorsMissing a Javadoc comment.22
ErrorsLine has trailing spaces.23
ErrorsMissing a Javadoc comment.24
ErrorsLine is longer than 80 characters.25
ErrorsLine is longer than 80 characters.26
ErrorsMissing a Javadoc comment.32
ErrorsParameter meshName should be final.32
Errors'{' is not preceded with whitespace.32
ErrorsLine is longer than 80 characters.33
ErrorsLine has trailing spaces.34
ErrorsLine has trailing spaces.36
ErrorsMissing a Javadoc comment.37
ErrorsParameter archetypeName should be final.37
ErrorsParameter meshName should be final.37
ErrorsMissing a Javadoc comment.42
ErrorsParameter meshName should be final.42
ErrorsLine is longer than 80 characters.44
ErrorsMethod 'getPreviewEnvironmentShadowing' is not designed for extension - needs to be abstract, final or empty.47
ErrorsMissing a Javadoc comment.47
ErrorsLine is longer than 80 characters.51
ErrorsMethod 'setPreviewEnvironmentShadowing' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
ErrorsParameter previewEnvironmentShadowing should be final.51
Errors'previewEnvironmentShadowing' hides a field.51
ErrorsMethod 'getStaticMesh' is not designed for extension - needs to be abstract, final or empty.55
ErrorsMissing a Javadoc comment.55
ErrorsMethod 'setStaticMesh' is not designed for extension - needs to be abstract, final or empty.59
ErrorsMissing a Javadoc comment.59
ErrorsParameter staticMesh should be final.59
Errors'staticMesh' hides a field.59
ErrorsMethod 'getStaticText' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMissing a Javadoc comment.63
ErrorsLine has trailing spaces.67
ErrorsLine has trailing spaces.68
ErrorsLine has trailing spaces.69

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/Surface.java

ViolationMessageLine
ErrorsLine has trailing spaces.11

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/TopLevelPackage.java

ViolationMessageLine
Errors'{' is not preceded with whitespace.17
ErrorsMissing a Javadoc comment.19
ErrorsParameter name should be final.19
ErrorsLine is longer than 80 characters.20

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/Trigger.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.15
Errors'{' is not preceded with whitespace.17
ErrorsLine has trailing spaces.19
ErrorsMissing a Javadoc comment.20
ErrorsLine has trailing spaces.23
ErrorsMissing a Javadoc comment.24
ErrorsLine has trailing spaces.26
ErrorsLine has trailing spaces.27
ErrorsLine is longer than 80 characters.28
ErrorsMissing a Javadoc comment.28
ErrorsParameter location should be final.28
ErrorsParameter collisionHeight should be final.28
ErrorsParameter collisionRadius should be final.28
ErrorsLine is longer than 80 characters.29
ErrorsLine has trailing spaces.31
ErrorsLine is longer than 80 characters.32
ErrorsMissing a Javadoc comment.32
ErrorsParameter location should be final.32
ErrorsParameter cylinderComponent should be final.32
Errors'cylinderComponent' hides a field.32
ErrorsLine is longer than 80 characters.36
ErrorsLine has trailing spaces.37
ErrorsMethod 'getCylinderComponent' is not designed for extension - needs to be abstract, final or empty.40
ErrorsMissing a Javadoc comment.40
ErrorsMethod 'getSpriteComponent' is not designed for extension - needs to be abstract, final or empty.44
ErrorsMissing a Javadoc comment.44
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.48
ErrorsLine has trailing spaces.49
ErrorsLine has trailing spaces.50

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/WorldInfo.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.15
ErrorsMissing a Javadoc comment.20
ErrorsLine is longer than 80 characters.22
ErrorsMissing a Javadoc comment.22
ErrorsLine has trailing spaces.23
ErrorsMissing a Javadoc comment.25
ErrorsMethod 'getKillZ' is not designed for extension - needs to be abstract, final or empty.29
ErrorsMissing a Javadoc comment.29
ErrorsMethod 'setKillZ' is not designed for extension - needs to be abstract, final or empty.33
ErrorsMissing a Javadoc comment.33
ErrorsParameter killZ should be final.33
Errors'killZ' hides a field.33
ErrorsMethod 'getMapNeedsLightingFullyRebuilt' is not designed for extension - needs to be abstract, final or empty.37
ErrorsMissing a Javadoc comment.37

cz/cuni/amis/pogamut/udk/t3dgenerator/elements/map/package-info.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.2