The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 3 | Error |
NewlineAtEndOfFile | 2 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 0 | Error |
RegexpSingleline
| 133 | Error |
JavadocMethod | 311 | Error |
JavadocType | 0 | Error |
JavadocVariable | 139 | Error |
JavadocStyle | 11 | Error |
ConstantName | 0 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 0 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 6 | Error |
UnusedImports | 10 | Error |
LineLength | 132 | Error |
MethodLength | 0 | Error |
ParameterNumber | 0 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 1 | Error |
NoWhitespaceBefore | 0 | Error |
OperatorWrap | 1 | Error |
ParenPad | 0 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 27 | Error |
WhitespaceAround | 119 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 0 | Error |
AvoidNestedBlocks | 0 | Error |
EmptyBlock | 0 | Error |
LeftCurly | 0 | Error |
NeedBraces | 0 | Error |
RightCurly | 0 | Error |
AvoidInlineConditionals | 0 | Error |
DoubleCheckedLocking | 0 | Error |
EmptyStatement | 0 | Error |
EqualsHashCode | 0 | Error |
HiddenField | 117 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 14 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 0 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 205 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 1 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 12 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 296 | Error |
TodoComment | 0 | Error |
UpperEll | 0 | Error |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Utility classes should not have a public or default constructor. | 20 | |
Line is longer than 80 characters. | 23 | |
Line has trailing spaces. | 26 | |
Expected an @return tag. | 28 | |
Line is longer than 80 characters. | 28 | |
Parameter mapName should be final. | 28 | |
Expected @param tag for 'mapName'. | 28 | |
Parameter actors should be final. | 28 | |
Expected @param tag for 'actors'. | 28 | |
'{' is not preceded with whitespace. | 28 | |
Line has trailing spaces. | 33 | |
Line is longer than 80 characters. | 36 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 38 | |
Expected an @return tag. | 39 | |
Line is longer than 80 characters. | 39 | |
Parameter mapName should be final. | 39 | |
Expected @param tag for 'mapName'. | 39 | |
Parameter actors should be final. | 39 | |
Expected @param tag for 'actors'. | 39 | |
Parameter killZ should be final. | 39 | |
'{' is not preceded with whitespace. | 39 | |
Line is longer than 80 characters. | 40 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Missing a Javadoc comment. | 17 | |
Variable 'drawY' must be private and have accessor methods. | 17 | |
Missing a Javadoc comment. | 18 | |
Variable 'overrideDelta' must be private and have accessor methods. | 18 | |
Missing a Javadoc comment. | 20 | |
Variable 'description' must be private and have accessor methods. | 21 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 28 | |
Parameter drawY should be final. | 28 | |
'drawY' hides a field. | 28 | |
Parameter overrideDelta should be final. | 28 | |
'overrideDelta' hides a field. | 28 | |
Line has trailing spaces. | 33 | |
Method 'getDescription' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Method 'getDrawY' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Method 'getOverrideDelta' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Method 'setDescription' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter description should be final. | 46 | |
'description' hides a field. | 46 | |
Method 'setDrawY' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter drawY should be final. | 50 | |
'drawY' hides a field. | 50 | |
Method 'setOverrideDelta' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter overrideDelta should be final. | 54 | |
'overrideDelta' hides a field. | 54 | |
Line has trailing spaces. | 58 |
Violation | Message | Line |
---|---|---|
Duplicate import to line 10 - cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.UnrealReference. | 11 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 22 | |
Parameter target should be final. | 22 | |
'target' hides a field. | 22 | |
Line is longer than 80 characters. | 26 | |
Missing a Javadoc comment. | 26 | |
Parameter target should be final. | 26 | |
'target' hides a field. | 26 | |
',' is not followed by whitespace. | 26 | |
Parameter drawY should be final. | 26 | |
Parameter overrideDelta should be final. | 26 | |
Method 'getTarget' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Method 'setTarget' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Parameter target should be final. | 36 | |
'target' hides a field. | 36 | |
Line has trailing spaces. | 40 |
Violation | Message | Line |
---|---|---|
Duplicate import to line 10 - cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.DynamicReference. | 11 | |
Duplicate import to line 12 - cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.UnrealReference. | 13 | |
Line is longer than 80 characters. | 14 | |
First sentence should end with a period. | 16 | |
Missing a Javadoc comment. | 23 | |
Variable 'targetObject' must be private and have accessor methods. | 24 | |
Missing a Javadoc comment. | 26 | |
Variable 'inputLinkIndex' must be private and have accessor methods. | 27 | |
First sentence should end with a period. | 30 | |
Line has trailing spaces. | 33 | |
Line is longer than 80 characters. | 35 | |
Parameter targetObject should be final. | 35 | |
'targetObject' hides a field. | 35 | |
Expected @param tag for 'targetObject'. | 35 | |
Parameter inputLinkName should be final. | 35 | |
'{' is not preceded with whitespace. | 35 | |
Line is longer than 80 characters. | 36 | |
Missing a Javadoc comment. | 39 | |
Parameter targetObject should be final. | 39 | |
'targetObject' hides a field. | 39 | |
Parameter inputLinkIndex should be final. | 39 | |
'inputLinkIndex' hides a field. | 39 | |
Method 'getInputLinkIndex' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Method 'getTargetObject' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Line has trailing spaces. | 52 |
Violation | Message | Line |
---|---|---|
Duplicate import to line 10 - cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.UnrealReference. | 11 | |
Unused import - java.util.HashMap. | 15 | |
Unused import - java.util.Map. | 17 | |
Missing a Javadoc comment. | 25 | |
Variable 'links' must be private and have accessor methods. | 25 | |
Missing a Javadoc comment. | 27 | |
Variable 'linkOrigin' must be private and have accessor methods. | 28 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 30 | |
Parameter links should be final. | 30 | |
'links' hides a field. | 30 | |
Parameter drawY should be final. | 30 | |
Parameter overrideDelta should be final. | 30 | |
Missing a Javadoc comment. | 35 | |
Parameter links should be final. | 35 | |
'links' hides a field. | 35 | |
Missing a Javadoc comment. | 39 | |
Parameter singleTargetLink should be final. | 39 | |
'{' is not preceded with whitespace. | 39 | |
Line is longer than 80 characters. | 40 | |
Method 'removeLink' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter o should be final. | 43 | |
Method 'addLink' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter e should be final. | 47 | |
Method 'getLinkOrigin' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Method 'setLinkOrigin' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter linkOrigin should be final. | 55 | |
'linkOrigin' hides a field. | 55 | |
Method 'getLinks' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Line has trailing spaces. | 63 | |
Line has trailing spaces. | 64 |
Violation | Message | Line |
---|---|---|
Duplicate import to line 10 - cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.UnrealReference. | 11 | |
Unused import - java.util.HashMap. | 13 | |
Unused import - java.util.Map. | 15 | |
'{' is not preceded with whitespace. | 22 | |
Missing a Javadoc comment. | 23 | |
Variable 'linkedVariables' must be private and have accessor methods. | 23 | |
Missing a Javadoc comment. | 24 | |
Variable 'expectedType' must be private and have accessor methods. | 24 | |
Line is longer than 80 characters. | 27 | |
Variable 'externalVariable' must be private and have accessor methods. | 30 | |
Missing a Javadoc comment. | 31 | |
Variable 'minVars' must be private and have accessor methods. | 31 | |
Missing a Javadoc comment. | 33 | |
Parameter linkedVariables should be final. | 33 | |
'linkedVariables' hides a field. | 33 | |
Missing a Javadoc comment. | 37 | |
Parameter singleLinkedVariable should be final. | 37 | |
Line is longer than 80 characters. | 41 | |
Missing a Javadoc comment. | 41 | |
Parameter linkedVariables should be final. | 41 | |
'linkedVariables' hides a field. | 41 | |
Parameter drawY should be final. | 41 | |
Parameter overrideDelta should be final. | 41 | |
Method 'getExpectedType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Method 'setExpectedType' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Parameter expectedType should be final. | 49 | |
'expectedType' hides a field. | 49 | |
Method 'addLinkedVariable' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter variable should be final. | 53 | |
'{' is not preceded with whitespace. | 53 | |
First sentence should end with a period. | 57 | |
Expected an @return tag. | 61 | |
Method 'getExternalVariable' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Method 'setExternalVariable' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Parameter linkVar should be final. | 65 | |
Method 'getMinVars' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Method 'setMinVars' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter minVars should be final. | 73 | |
'minVars' hides a field. | 73 | |
Method 'getLinkedVariables' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
First sentence should end with a period. | 13 | |
Line is longer than 80 characters. | 16 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Line has trailing spaces. | 23 | |
Missing a Javadoc comment. | 23 | |
Line has trailing spaces. | 24 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 28 | |
Parameter className should be final. | 28 | |
'{' is not preceded with whitespace. | 28 | |
Missing a Javadoc comment. | 33 | |
Parameter className should be final. | 33 | |
Parameter archetypeName should be final. | 33 | |
'{' is not preceded with whitespace. | 33 | |
',' is not followed by whitespace. | 34 | |
Missing a Javadoc comment. | 37 | |
Parameter className should be final. | 37 | |
Parameter archetypeName should be final. | 37 | |
Parameter name should be final. | 37 | |
',' is not followed by whitespace. | 38 | |
',' is not followed by whitespace. | 38 | |
Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter location should be final. | 46 | |
'location' hides a field. | 46 | |
Method 'getRotation' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Method 'setRotation' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter rotation should be final. | 54 | |
'rotation' hides a field. | 54 | |
Method 'getCollisionComponent' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Line is longer than 80 characters. | 62 | |
Method 'setCollisionComponent' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Parameter collisionComponent should be final. | 62 | |
'collisionComponent' hides a field. | 62 | |
Method 'getTag' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Method 'setTag' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Parameter tag should be final. | 70 | |
'tag' hides a field. | 70 | |
Method 'getPrePivot' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Method 'setPrePivot' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter prePivot should be final. | 78 | |
'prePivot' hides a field. | 78 |
Violation | Message | Line |
---|---|---|
Unused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.annotations.UnrealBean. | 8 | |
Unused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.DynamicReference. | 11 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Line has trailing spaces. | 31 | |
Expected an @return tag. | 33 | |
Parameter className should be final. | 33 | |
Expected @param tag for 'className'. | 33 | |
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 39 | |
Missing a Javadoc comment. | 40 | |
Parameter className should be final. | 40 | |
Line has trailing spaces. | 41 | |
',' is not followed by whitespace. | 41 | |
Missing a Javadoc comment. | 44 | |
Parameter className should be final. | 44 | |
Parameter archetype should be final. | 44 | |
'archetype' hides a field. | 44 | |
Missing a Javadoc comment. | 48 | |
Parameter className should be final. | 48 | |
Parameter archetypeName should be final. | 48 | |
Missing a Javadoc comment. | 52 | |
Parameter className should be final. | 52 | |
Parameter archetypeName should be final. | 52 | |
Parameter name should be final. | 52 | |
Line is longer than 80 characters. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter className should be final. | 56 | |
Parameter archetype should be final. | 56 | |
'archetype' hides a field. | 56 | |
Parameter name should be final. | 56 | |
Method 'getArchetype' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
First sentence should end with a period. | 11 | |
Missing a Javadoc comment. | 18 | |
Parameter className should be final. | 18 | |
Parameter archetype should be final. | 18 | |
',' is not followed by whitespace. | 19 | |
Missing a Javadoc comment. | 22 | |
Parameter className should be final. | 22 | |
Parameter archetypeName should be final. | 22 | |
',' is not followed by whitespace. | 23 | |
Line has trailing spaces. | 25 | |
Missing a Javadoc comment. | 26 | |
Parameter className should be final. | 26 | |
'{' is not preceded with whitespace. | 26 | |
Line has trailing spaces. | 27 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 23 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 29 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 30 | |
Line is longer than 80 characters. | 31 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 34 | |
Missing a Javadoc comment. | 35 | |
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 38 | |
Missing a Javadoc comment. | 39 | |
Missing a Javadoc comment. | 42 | |
Missing a Javadoc comment. | 43 | |
Missing a Javadoc comment. | 44 | |
Line has trailing spaces. | 45 | |
First sentence should end with a period. | 46 | |
Missing a Javadoc comment. | 50 | |
Line has trailing spaces. | 51 | |
Line is longer than 80 characters. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter className should be final. | 52 | |
Parameter archetypeName should be final. | 52 | |
Parameter inputLinkNames should be final. | 52 | |
Parameter outputLinkNames should be final. | 52 | |
Parameter variableLinkNames should be final. | 52 | |
',' is not followed by whitespace. | 53 | |
Line is longer than 80 characters. | 57 | |
Missing a Javadoc comment. | 57 | |
Parameter className should be final. | 57 | |
Parameter archetype should be final. | 57 | |
Parameter inputLinkNames should be final. | 57 | |
Parameter outputLinkNames should be final. | 57 | |
Parameter variableLinkNames should be final. | 57 | |
Line is longer than 80 characters. | 62 | |
Missing a Javadoc comment. | 62 | |
Parameter inputLinkNames should be final. | 62 | |
Parameter outputLinkNames should be final. | 62 | |
',' is not followed by whitespace. | 62 | |
Parameter variableLinkNames should be final. | 62 | |
'for' is not followed by whitespace. | 65 | |
'{' is not preceded with whitespace. | 65 | |
'for' is not followed by whitespace. | 70 | |
'{' is not preceded with whitespace. | 70 | |
Line is longer than 80 characters. | 71 | |
Line is longer than 80 characters. | 74 | |
'for' is not followed by whitespace. | 75 | |
'{' is not preceded with whitespace. | 75 | |
Line is longer than 80 characters. | 76 | |
Missing a Javadoc comment. | 81 | |
Parameter linkName should be final. | 81 | |
Parameter linkIndex should be final. | 81 | |
'{' is not preceded with whitespace. | 81 | |
'if' is not followed by whitespace. | 82 | |
'{' is not preceded with whitespace. | 82 | |
Line is longer than 80 characters. | 83 | |
Missing a Javadoc comment. | 88 | |
Parameter linkName should be final. | 88 | |
Parameter linkIndex should be final. | 88 | |
'{' is not preceded with whitespace. | 88 | |
'if' is not followed by whitespace. | 89 | |
'{' is not preceded with whitespace. | 89 | |
Line is longer than 80 characters. | 90 | |
Line has trailing spaces. | 94 | |
Missing a Javadoc comment. | 95 | |
Parameter linkName should be final. | 95 | |
Parameter linkIndex should be final. | 95 | |
'{' is not preceded with whitespace. | 95 | |
'if' is not followed by whitespace. | 96 | |
'{' is not preceded with whitespace. | 96 | |
Line is longer than 80 characters. | 97 | |
Method 'addVariableLink' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Parameter name should be final. | 106 | |
Expected @param tag for 'name'. | 106 | |
'{' is not preceded with whitespace. | 106 | |
Line is longer than 80 characters. | 108 | |
Method 'setInputLinkMappingByNamesList' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Parameter linkNames should be final. | 112 | |
'{' is not preceded with whitespace. | 112 | |
'for' is not followed by whitespace. | 113 | |
'{' is not preceded with whitespace. | 113 | |
Method 'setOutputLinkMappingByNamesList' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
Parameter linkNames should be final. | 118 | |
'{' is not preceded with whitespace. | 118 | |
'for' is not followed by whitespace. | 119 | |
'{' is not preceded with whitespace. | 119 | |
Method 'setVariableLinkMappingByNamesList' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Missing a Javadoc comment. | 124 | |
Parameter linkNames should be final. | 124 | |
'{' is not preceded with whitespace. | 124 | |
'for' is not followed by whitespace. | 125 | |
'{' is not preceded with whitespace. | 125 | |
Method 'setInputLink' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
Parameter linkName should be final. | 130 | |
Parameter link should be final. | 130 | |
'{' is not preceded with whitespace. | 130 | |
'if' is not followed by whitespace. | 131 | |
'{' is not preceded with whitespace. | 131 | |
'if' is not followed by whitespace. | 135 | |
'{' is not preceded with whitespace. | 135 | |
Line is longer than 80 characters. | 136 | |
',' is not followed by whitespace. | 138 | |
Method 'getInputLinkIndex' is not designed for extension - needs to be abstract, final or empty. | 141 | |
Missing a Javadoc comment. | 141 | |
Parameter linkName should be final. | 141 | |
'{' is not preceded with whitespace. | 141 | |
Method 'getInputLink' is not designed for extension - needs to be abstract, final or empty. | 145 | |
Missing a Javadoc comment. | 145 | |
Parameter linkName should be final. | 145 | |
'{' is not preceded with whitespace. | 145 | |
'if' is not followed by whitespace. | 147 | |
'{' is not preceded with whitespace. | 147 | |
Line is longer than 80 characters. | 148 | |
Line has trailing spaces. | 152 | |
Method 'setIntputLinkTarget' is not designed for extension - needs to be abstract, final or empty. | 153 | |
Missing a Javadoc comment. | 153 | |
Parameter linkName should be final. | 153 | |
Parameter target should be final. | 153 | |
'{' is not preceded with whitespace. | 153 | |
Method 'setOutputLink' is not designed for extension - needs to be abstract, final or empty. | 157 | |
Missing a Javadoc comment. | 157 | |
Parameter linkName should be final. | 157 | |
Parameter link should be final. | 157 | |
'{' is not preceded with whitespace. | 157 | |
'if' is not followed by whitespace. | 158 | |
'{' is not preceded with whitespace. | 158 | |
'if' is not followed by whitespace. | 162 | |
'{' is not preceded with whitespace. | 162 | |
Line is longer than 80 characters. | 163 | |
',' is not followed by whitespace. | 165 | |
Method 'getOutputLink' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Missing a Javadoc comment. | 168 | |
Parameter linkName should be final. | 168 | |
'{' is not preceded with whitespace. | 168 | |
'if' is not followed by whitespace. | 170 | |
'{' is not preceded with whitespace. | 170 | |
Line is longer than 80 characters. | 171 | |
First sentence should end with a period. | 176 | |
Line has trailing spaces. | 179 | |
Method 'addOutputLinkTarget' is not designed for extension - needs to be abstract, final or empty. | 181 | |
Parameter linkName should be final. | 181 | |
Expected @param tag for 'linkName'. | 181 | |
',' is not followed by whitespace. | 181 | |
Parameter target should be final. | 181 | |
'{' is not preceded with whitespace. | 181 | |
Line has trailing spaces. | 188 | |
Method 'setVariableLink' is not designed for extension - needs to be abstract, final or empty. | 190 | |
Parameter linkName should be final. | 190 | |
Expected @param tag for 'linkName'. | 190 | |
Parameter link should be final. | 190 | |
'{' is not preceded with whitespace. | 190 | |
'if' is not followed by whitespace. | 191 | |
'{' is not preceded with whitespace. | 191 | |
'if' is not followed by whitespace. | 195 | |
'{' is not preceded with whitespace. | 195 | |
Line is longer than 80 characters. | 196 | |
',' is not followed by whitespace. | 198 | |
Method 'addVariableLinkTarget' is not designed for extension - needs to be abstract, final or empty. | 201 | |
Missing a Javadoc comment. | 201 | |
Parameter linkName should be final. | 201 | |
Parameter target should be final. | 201 | |
'{' is not preceded with whitespace. | 201 | |
Method 'getVariableLink' is not designed for extension - needs to be abstract, final or empty. | 205 | |
Missing a Javadoc comment. | 205 | |
Parameter linkName should be final. | 205 | |
'{' is not preceded with whitespace. | 205 | |
'if' is not followed by whitespace. | 207 | |
'{' is not preceded with whitespace. | 207 | |
Line is longer than 80 characters. | 208 | |
Method 'getInstanceVersion' is not designed for extension - needs to be abstract, final or empty. | 213 | |
Missing a Javadoc comment. | 213 | |
Method 'setInstanceVersion' is not designed for extension - needs to be abstract, final or empty. | 217 | |
Missing a Javadoc comment. | 217 | |
Parameter instanceVersion should be final. | 217 | |
'instanceVersion' hides a field. | 217 | |
Method 'getObjComment' is not designed for extension - needs to be abstract, final or empty. | 221 | |
Missing a Javadoc comment. | 221 | |
Method 'setObjComment' is not designed for extension - needs to be abstract, final or empty. | 225 | |
Missing a Javadoc comment. | 225 | |
Parameter objComment should be final. | 225 | |
'objComment' hides a field. | 225 | |
Method 'getObjPosX' is not designed for extension - needs to be abstract, final or empty. | 229 | |
Missing a Javadoc comment. | 229 | |
Method 'setObjPosX' is not designed for extension - needs to be abstract, final or empty. | 233 | |
Missing a Javadoc comment. | 233 | |
Parameter objPosX should be final. | 233 | |
'objPosX' hides a field. | 233 | |
Method 'getObjPosY' is not designed for extension - needs to be abstract, final or empty. | 237 | |
Missing a Javadoc comment. | 237 | |
Method 'setObjPosY' is not designed for extension - needs to be abstract, final or empty. | 241 | |
Missing a Javadoc comment. | 241 | |
Parameter objPosY should be final. | 241 | |
'objPosY' hides a field. | 241 | |
Method 'getOutputObjCommentToScreen' is not designed for extension - needs to be abstract, final or empty. | 245 | |
Missing a Javadoc comment. | 245 | |
Method 'setOutputObjCommentToScreen' is not designed for extension - needs to be abstract, final or empty. | 249 | |
Missing a Javadoc comment. | 249 | |
Parameter outputObjCommentToScreen should be final. | 249 | |
'outputObjCommentToScreen' hides a field. | 249 | |
Method 'getParentSequence' is not designed for extension - needs to be abstract, final or empty. | 253 | |
Missing a Javadoc comment. | 253 | |
Method 'setParentSequence' is not designed for extension - needs to be abstract, final or empty. | 257 | |
Missing a Javadoc comment. | 257 | |
Parameter parentSequence should be final. | 257 | |
'parentSequence' hides a field. | 257 | |
Method 'getSuppressAutoComment' is not designed for extension - needs to be abstract, final or empty. | 261 | |
Missing a Javadoc comment. | 261 | |
Method 'setSuppressAutoComment' is not designed for extension - needs to be abstract, final or empty. | 265 | |
Missing a Javadoc comment. | 265 | |
Parameter suppressAutoComment should be final. | 265 | |
'suppressAutoComment' hides a field. | 265 | |
Method 'getInputLinks' is not designed for extension - needs to be abstract, final or empty. | 269 | |
Missing a Javadoc comment. | 269 | |
Method 'getOutputLinks' is not designed for extension - needs to be abstract, final or empty. | 273 | |
Missing a Javadoc comment. | 273 | |
Method 'getVariableLinks' is not designed for extension - needs to be abstract, final or empty. | 277 | |
Missing a Javadoc comment. | 277 | |
Line has trailing spaces. | 282 | |
Line has trailing spaces. | 283 | |
Method 'setPositionForGUI' is not designed for extension - needs to be abstract, final or empty. | 284 | |
Missing a Javadoc comment. | 284 | |
Parameter x should be final. | 284 | |
Parameter y should be final. | 284 | |
'{' is not preceded with whitespace. | 284 | |
Line has trailing spaces. | 288 |
Violation | Message | Line |
---|---|---|
'{' is not preceded with whitespace. | 12 | |
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Line has trailing spaces. | 19 | |
Line has trailing spaces. | 20 | |
Missing a Javadoc comment. | 21 | |
Line has trailing spaces. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Line has trailing spaces. | 25 | |
Line is longer than 80 characters. | 26 | |
Missing a Javadoc comment. | 26 | |
Parameter archetypeName should be final. | 26 | |
Parameter duration should be final. | 26 | |
'duration' hides a field. | 26 | |
Parameter startWillRestart should be final. | 26 | |
'startWillRestart' hides a field. | 26 | |
'{' is not preceded with whitespace. | 26 | |
Line is longer than 80 characters. | 27 | |
Missing a Javadoc comment. | 32 | |
Parameter duration should be final. | 32 | |
'duration' hides a field. | 32 | |
Parameter startWillRestart should be final. | 32 | |
'startWillRestart' hides a field. | 32 | |
'{' is not preceded with whitespace. | 32 | |
Missing a Javadoc comment. | 36 | |
Parameter duration should be final. | 36 | |
'duration' hides a field. | 36 | |
'{' is not preceded with whitespace. | 36 | |
Method 'getDuration' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Method 'setDuration' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter duration should be final. | 44 | |
'duration' hides a field. | 44 | |
Method 'getStartWillRestart' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Method 'setStartWillRestart' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter startWillRestart should be final. | 52 | |
'startWillRestart' hides a field. | 52 | |
Line has trailing spaces. | 55 | |
Line has trailing spaces. | 56 |
Violation | Message | Line |
---|---|---|
'{' is not preceded with whitespace. | 16 | |
Missing a Javadoc comment. | 17 | |
Line has trailing spaces. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Line has trailing spaces. | 22 | |
Line is longer than 80 characters. | 23 | |
Missing a Javadoc comment. | 23 | |
Parameter archetypeName should be final. | 23 | |
Parameter label should be final. | 23 | |
'label' hides a field. | 23 | |
Parameter expectedType should be final. | 23 | |
'expectedType' hides a field. | 23 | |
'{' is not preceded with whitespace. | 23 | |
Missing a Javadoc comment. | 29 | |
Parameter label should be final. | 29 | |
'label' hides a field. | 29 | |
'{' is not preceded with whitespace. | 29 | |
Method 'getExpectedType' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
First sentence should end with a period. | 37 | |
Line is longer than 80 characters. | 38 | |
Line has trailing spaces. | 39 | |
Method 'setExpectedType' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Parameter expectedType should be final. | 41 | |
'expectedType' hides a field. | 41 | |
Line has trailing spaces. | 44 | |
Method 'setExpectedType' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter expectedType should be final. | 45 | |
'expectedType' hides a field. | 45 | |
Method 'getLabel' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Method 'setLabel' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Parameter label should be final. | 53 | |
'label' hides a field. | 53 | |
Line has trailing spaces. | 56 | |
Line has trailing spaces. | 57 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 15 | |
Line has trailing spaces. | 16 | |
Missing a Javadoc comment. | 17 | |
Parameter archetypeName should be final. | 17 | |
Parameter outputLabel should be final. | 17 | |
'outputLabel' hides a field. | 17 | |
'{' is not preceded with whitespace. | 17 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Parameter outputLabel should be final. | 22 | |
'outputLabel' hides a field. | 22 | |
'{' is not preceded with whitespace. | 22 | |
',' is not followed by whitespace. | 23 | |
Method 'getOutputLabel' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Missing a Javadoc comment. | 26 | |
Method 'setOutputLabel' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Parameter outputLabel should be final. | 30 | |
'outputLabel' hides a field. | 30 | |
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 34 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 19 | |
Parameter variableLinkNames should be final. | 19 | |
'{' is not preceded with whitespace. | 19 | |
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Line is longer than 80 characters. | 36 | |
Line is longer than 80 characters. | 42 | |
Parameter className should be final. | 42 | |
Expected @param tag for 'className'. | 42 | |
Parameter archetype should be final. | 42 | |
Expected @param tag for 'archetype'. | 42 | |
Parameter outputLinkNames should be final. | 42 | |
Expected @param tag for 'outputLinkNames'. | 42 | |
Parameter variableLinkNames should be final. | 42 | |
Expected @param tag for 'variableLinkNames'. | 42 | |
'{' is not preceded with whitespace. | 42 | |
Line is longer than 80 characters. | 43 | |
Line is longer than 80 characters. | 47 | |
Line is longer than 80 characters. | 53 | |
Parameter className should be final. | 53 | |
Expected @param tag for 'className'. | 53 | |
Parameter archetypeName should be final. | 53 | |
Expected @param tag for 'archetypeName'. | 53 | |
Parameter outputLinkNames should be final. | 53 | |
Expected @param tag for 'outputLinkNames'. | 53 | |
Parameter variableLinkNames should be final. | 53 | |
Expected @param tag for 'variableLinkNames'. | 53 | |
'{' is not preceded with whitespace. | 53 | |
Line is longer than 80 characters. | 54 | |
Method 'getClientSideOnly' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Method 'setClientSideOnly' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Missing a Javadoc comment. | 61 | |
Parameter clientSideOnly should be final. | 61 | |
'clientSideOnly' hides a field. | 61 | |
Method 'getEnabled' is not designed for extension - needs to be abstract, final or empty. | 65 | |
Missing a Javadoc comment. | 65 | |
Method 'setEnabled' is not designed for extension - needs to be abstract, final or empty. | 69 | |
Missing a Javadoc comment. | 69 | |
Parameter enabled should be final. | 69 | |
'enabled' hides a field. | 69 | |
Method 'getMaxTriggerCount' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Method 'setMaxTriggerCount' is not designed for extension - needs to be abstract, final or empty. | 77 | |
Missing a Javadoc comment. | 77 | |
Parameter maxTriggerCount should be final. | 77 | |
'maxTriggerCount' hides a field. | 77 | |
Method 'getPlayerOnly' is not designed for extension - needs to be abstract, final or empty. | 81 | |
Missing a Javadoc comment. | 81 | |
Method 'setPlayerOnly' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
Parameter playerOnly should be final. | 85 | |
'playerOnly' hides a field. | 85 | |
Method 'getPriority' is not designed for extension - needs to be abstract, final or empty. | 89 | |
Missing a Javadoc comment. | 89 | |
Method 'setPriority' is not designed for extension - needs to be abstract, final or empty. | 93 | |
Missing a Javadoc comment. | 93 | |
Parameter priority should be final. | 93 | |
'priority' hides a field. | 93 | |
Method 'getReTriggerDelay' is not designed for extension - needs to be abstract, final or empty. | 97 | |
Missing a Javadoc comment. | 97 | |
Method 'setReTriggerDelay' is not designed for extension - needs to be abstract, final or empty. | 101 | |
Missing a Javadoc comment. | 101 | |
Parameter reTriggerDelay should be final. | 101 | |
'reTriggerDelay' hides a field. | 101 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 17 | |
Parameter className should be final. | 17 | |
Parameter archetype should be final. | 17 | |
'{' is not preceded with whitespace. | 17 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 21 | |
Parameter className should be final. | 21 | |
Parameter archetypeName should be final. | 21 | |
'{' is not preceded with whitespace. | 21 | |
Line is longer than 80 characters. | 22 |
Violation | Message | Line |
---|---|---|
'{' is not preceded with whitespace. | 14 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Line has trailing spaces. | 23 | |
Missing a Javadoc comment. | 24 | |
Parameter text should be final. | 24 | |
Line is longer than 80 characters. | 25 | |
'3' is a magic number. | 27 | |
Method 'getOutputToScreen' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Method 'setOutputToScreen' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter outputToScreen should be final. | 34 | |
'outputToScreen' hides a field. | 34 | |
Method 'getTargetDuration' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Method 'setTargetDuration' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter targetDuration should be final. | 42 | |
'targetDuration' hides a field. | 42 | |
Method 'getTargetOffset' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Method 'setTargetOffset' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter targetOffset should be final. | 50 | |
'targetOffset' hides a field. | 50 |
Violation | Message | Line |
---|---|---|
Unused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.UnrealReference. | 9 | |
Unused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.StaticReference. | 10 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 26 | |
Parameter archetypeName should be final. | 26 | |
Parameter data should be final. | 26 | |
'{' is not preceded with whitespace. | 26 | |
Line is longer than 80 characters. | 27 | |
Missing a Javadoc comment. | 32 | |
Parameter data should be final. | 32 | |
'{' is not preceded with whitespace. | 32 | |
',' is not followed by whitespace. | 33 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 19 | |
Parameter contents should be final. | 19 | |
'contents' hides a field. | 19 | |
',' is not followed by whitespace. | 20 | |
Method 'getContents' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Missing a Javadoc comment. | 24 | |
Line has trailing spaces. | 28 |
Violation | Message | Line |
---|---|---|
'{' is not preceded with whitespace. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 19 | |
Parameter data should be final. | 19 | |
Parameter mover should be final. | 19 | |
Line is longer than 80 characters. | 24 | |
Missing a Javadoc comment. | 24 | |
Parameter archetypeName should be final. | 24 | |
Parameter data should be final. | 24 | |
Parameter mover should be final. | 24 | |
Missing a Javadoc comment. | 29 | |
Parameter mover should be final. | 29 | |
'{' is not preceded with whitespace. | 29 | |
Line is longer than 80 characters. | 32 |
Violation | Message | Line |
---|---|---|
Unused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.StaticReference. | 9 | |
'{' is not preceded with whitespace. | 16 | |
Missing a Javadoc comment. | 18 | |
Line has trailing spaces. | 20 | |
Missing a Javadoc comment. | 21 | |
Parameter value should be final. | 21 | |
'value' hides a field. | 21 | |
'{' is not preceded with whitespace. | 21 | |
Missing a Javadoc comment. | 25 | |
Parameter archetypeName should be final. | 25 | |
Parameter value should be final. | 25 | |
'value' hides a field. | 25 | |
'{' is not preceded with whitespace. | 25 | |
',' is not followed by whitespace. | 26 | |
Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter value should be final. | 34 | |
'value' hides a field. | 34 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 38 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
'{' is not preceded with whitespace. | 18 | |
Missing a Javadoc comment. | 20 | |
Line has trailing spaces. | 21 | |
Line has trailing spaces. | 23 | |
Line is longer than 80 characters. | 24 | |
Missing a Javadoc comment. | 24 | |
Parameter inputLinkNames should be final. | 24 | |
Parameter outputLinkNames should be final. | 24 | |
Parameter variableLinkNames should be final. | 24 | |
Line is longer than 80 characters. | 25 | |
',' is not followed by whitespace. | 25 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter archetypeName should be final. | 29 | |
Parameter inputLinkNames should be final. | 29 | |
Parameter outputLinkNames should be final. | 29 | |
Parameter variableLinkNames should be final. | 29 | |
Line is longer than 80 characters. | 30 | |
'for' is not followed by whitespace. | 32 | |
'{' is not preceded with whitespace. | 32 | |
'for' is not followed by whitespace. | 35 | |
'{' is not preceded with whitespace. | 35 | |
Line is longer than 80 characters. | 36 | |
'for' is not followed by whitespace. | 38 | |
'{' is not preceded with whitespace. | 38 | |
Line is longer than 80 characters. | 39 | |
Method 'addSequenceObject' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter object should be final. | 43 | |
'{' is not preceded with whitespace. | 43 | |
'if' is not followed by whitespace. | 44 | |
'{' is not preceded with whitespace. | 44 | |
Line is longer than 80 characters. | 45 | |
Line has trailing spaces. | 50 | |
Line is longer than 80 characters. | 51 | |
Method 'addSequenceObjects' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter objects should be final. | 51 | |
'{' is not preceded with whitespace. | 51 | |
'for' is not followed by whitespace. | 52 | |
'{' is not preceded with whitespace. | 52 | |
Method 'getSequenceObjects' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 61 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 15 | |
Line has trailing spaces. | 16 | |
Missing a Javadoc comment. | 17 | |
Parameter inputLabel should be final. | 17 | |
'inputLabel' hides a field. | 17 | |
'{' is not preceded with whitespace. | 17 | |
Missing a Javadoc comment. | 21 | |
Parameter archetypeName should be final. | 21 | |
Parameter inputLabel should be final. | 21 | |
'inputLabel' hides a field. | 21 | |
'{' is not preceded with whitespace. | 21 | |
Line is longer than 80 characters. | 22 | |
Method 'getInputLabel' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Missing a Javadoc comment. | 26 | |
Line has trailing spaces. | 29 | |
Line has trailing spaces. | 30 |
Violation | Message | Line |
---|---|---|
'{' is not preceded with whitespace. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 29 | |
Parameter archetypeName should be final. | 29 | |
Parameter originator should be final. | 29 | |
'originator' hides a field. | 29 | |
Line is longer than 80 characters. | 30 | |
'{' is followed by whitespace. | 30 | |
Missing a Javadoc comment. | 34 | |
Parameter originator should be final. | 34 | |
'originator' hides a field. | 34 | |
Missing a Javadoc comment. | 38 | |
Parameter originator should be final. | 38 | |
'originator' hides a field. | 38 | |
'{' is not preceded with whitespace. | 38 | |
Method 'getAimToInteract' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Method 'setAimToInteract' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Parameter aimToInteract should be final. | 46 | |
'aimToInteract' hides a field. | 46 | |
Method 'getInteractDistance' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Method 'setInteractDistance' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter interactDistance should be final. | 54 | |
'interactDistance' hides a field. | 54 | |
Method 'getInteractText' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Method 'setInteractText' is not designed for extension - needs to be abstract, final or empty. | 62 | |
Missing a Javadoc comment. | 62 | |
Parameter interactText should be final. | 62 | |
'interactText' hides a field. | 62 | |
Method 'getOriginator' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Method 'setOriginator' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Parameter originator should be final. | 70 | |
'originator' hides a field. | 70 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Line is longer than 80 characters. | 25 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 30 | |
Parameter componentName should be final. | 30 | |
Parameter archetypeName should be final. | 30 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter componentName should be final. | 34 | |
Parameter archetype should be final. | 34 | |
Line is longer than 80 characters. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter componentName should be final. | 38 | |
Parameter archetypeName should be final. | 38 | |
Parameter className should be final. | 38 | |
Line is longer than 80 characters. | 43 | |
Missing a Javadoc comment. | 43 | |
Parameter componentName should be final. | 43 | |
Parameter archetype should be final. | 43 | |
Parameter className should be final. | 43 | |
Method 'getObjName' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Method 'setObjName' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter objName should be final. | 52 | |
'objName' hides a field. | 52 | |
Method 'getNameForReferences' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Method 'setNameForReferences' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Parameter nameForReferences should be final. | 62 | |
Method 'getReplacementPrimitive' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Missing a Javadoc comment. | 66 | |
Method 'getLightingChannels' is not designed for extension - needs to be abstract, final or empty. | 70 | |
Missing a Javadoc comment. | 70 | |
Method 'setLightingChannels' is not designed for extension - needs to be abstract, final or empty. | 74 | |
Missing a Javadoc comment. | 74 | |
Parameter lightingChannels should be final. | 74 | |
'lightingChannels' hides a field. | 74 | |
Method 'setReplacementPrimitive' is not designed for extension - needs to be abstract, final or empty. | 78 | |
Missing a Javadoc comment. | 78 | |
Parameter replacementPrimitive should be final. | 78 | |
'replacementPrimitive' hides a field. | 78 | |
Method 'getHiddenGame' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Missing a Javadoc comment. | 82 | |
Method 'setHiddenGame' is not designed for extension - needs to be abstract, final or empty. | 86 | |
Missing a Javadoc comment. | 86 | |
Parameter hiddenGame should be final. | 86 | |
'hiddenGame' hides a field. | 86 | |
Method 'getAlwaysLoadOnClient' is not designed for extension - needs to be abstract, final or empty. | 90 | |
Missing a Javadoc comment. | 90 | |
Method 'getAlwaysLoadOnServer' is not designed for extension - needs to be abstract, final or empty. | 94 | |
Missing a Javadoc comment. | 94 | |
Method 'setAlwaysLoadOnClient' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Parameter alwaysLoadOnClient should be final. | 98 | |
'alwaysLoadOnClient' hides a field. | 98 | |
Method 'setAlwaysLoadOnServer' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Parameter alwaysLoadOnServer should be final. | 102 | |
'alwaysLoadOnServer' hides a field. | 102 |
Violation | Message | Line |
---|---|---|
'{' is not preceded with whitespace. | 14 | |
Missing a Javadoc comment. | 16 | |
'150' is a magic number. | 16 | |
'200' is a magic number. | 16 | |
'255' is a magic number. | 16 | |
'255' is a magic number. | 16 | |
Line has trailing spaces. | 17 | |
Missing a Javadoc comment. | 18 | |
'0.5f' is a magic number. | 18 | |
Line has trailing spaces. | 19 | |
Missing a Javadoc comment. | 20 | |
Line has trailing spaces. | 21 | |
Missing a Javadoc comment. | 22 | |
Line has trailing spaces. | 23 | |
Missing a Javadoc comment. | 24 | |
Parameter archeTypeName should be final. | 24 | |
Method 'getArrowColor' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Method 'getArrowSize' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Method 'getSpriteCategoryName' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Method 'isTreatAsSprite' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line has trailing spaces. | 45 |
Violation | Message | Line |
---|---|---|
'{' is not preceded with whitespace. | 14 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 21 | |
Line is longer than 80 characters. | 24 | |
Missing a Javadoc comment. | 24 | |
Parameter archetypeName should be final. | 24 | |
Parameter collisionHeight should be final. | 24 | |
'collisionHeight' hides a field. | 24 | |
Parameter collisionRadius should be final. | 24 | |
'collisionRadius' hides a field. | 24 | |
Method 'getAlwaysRenderIfSelected' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Method 'setAlwaysRenderIfSelected' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter alwaysRenderIfSelected should be final. | 34 | |
'alwaysRenderIfSelected' hides a field. | 34 | |
Method 'getCollideActors' is not designed for extension - needs to be abstract, final or empty. | 38 | |
Missing a Javadoc comment. | 38 | |
Method 'setCollideActors' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Parameter collideActors should be final. | 42 | |
'collideActors' hides a field. | 42 | |
Method 'getCollisionHeight' is not designed for extension - needs to be abstract, final or empty. | 46 | |
Missing a Javadoc comment. | 46 | |
Method 'setCollisionHeight' is not designed for extension - needs to be abstract, final or empty. | 50 | |
Missing a Javadoc comment. | 50 | |
Parameter collisionHeight should be final. | 50 | |
'collisionHeight' hides a field. | 50 | |
Method 'getCollisionRadius' is not designed for extension - needs to be abstract, final or empty. | 54 | |
Missing a Javadoc comment. | 54 | |
Method 'setCollisionRadius' is not designed for extension - needs to be abstract, final or empty. | 58 | |
Missing a Javadoc comment. | 58 | |
Parameter collisionRadius should be final. | 58 | |
'collisionRadius' hides a field. | 58 | |
Line has trailing spaces. | 62 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 13 | |
'{' is not preceded with whitespace. | 15 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Line has trailing spaces. | 21 | |
Missing a Javadoc comment. | 22 | |
Parameter location should be final. | 22 | |
Parameter mover should be final. | 22 | |
'mover' hides a field. | 22 | |
Line is longer than 80 characters. | 23 | |
'50' is a magic number. | 23 | |
',' is not followed by whitespace. | 23 | |
'50' is a magic number. | 23 | |
Method 'getMover' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Method 'setMover' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter mover should be final. | 31 | |
'mover' hides a field. | 31 | |
Method 'getBlockedWhenClosed' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Method 'setBlockedWhenClosed' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter blockedWhenClosed should be final. | 39 | |
'blockedWhenClosed' hides a field. | 39 | |
Method 'getInitiallyClosed' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Method 'setInitiallyClosed' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter initiallyClosed should be final. | 47 | |
'initiallyClosed' hides a field. | 47 | |
Method 'getDoorTrigger' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Method 'setDoorTrigger' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter doorTrigger should be final. | 55 | |
'doorTrigger' hides a field. | 55 | |
Line has trailing spaces. | 58 | |
Line has trailing spaces. | 59 | |
Line has trailing spaces. | 60 | |
Line has trailing spaces. | 61 |
Violation | Message | Line |
---|---|---|
'{' is not preceded with whitespace. | 11 | |
Line is longer than 80 characters. | 13 | |
Missing a Javadoc comment. | 13 | |
Parameter componentName should be final. | 13 | |
Parameter archetypeName should be final. | 13 | |
Parameter sphereRadius should be final. | 13 | |
Line has trailing spaces. | 14 | |
Line has trailing spaces. | 16 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Line has trailing spaces. | 19 | |
Line is longer than 80 characters. | 21 | |
Missing a Javadoc comment. | 21 | |
Parameter componentName should be final. | 21 | |
Parameter archetypeName should be final. | 21 | |
Parameter sphereRadius should be final. | 21 | |
'sphereRadius' hides a field. | 21 | |
Method 'getSphereRadius' is not designed for extension - needs to be abstract, final or empty. | 27 | |
Missing a Javadoc comment. | 27 | |
Method 'setSphereRadius' is not designed for extension - needs to be abstract, final or empty. | 31 | |
Missing a Javadoc comment. | 31 | |
Parameter sphereRadius should be final. | 31 | |
'sphereRadius' hides a field. | 31 | |
Method 'getDrawLitSphere' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Method 'setDrawLitSphere' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter drawLitSphere should be final. | 39 | |
'drawLitSphere' hides a field. | 39 | |
Method 'getDrawWireSphere' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Method 'setDrawWireSphere' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter drawWireSphere should be final. | 47 | |
'drawWireSphere' hides a field. | 47 | |
Method 'getSphereColor' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Method 'setSphereColor' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter sphereColor should be final. | 55 | |
'sphereColor' hides a field. | 55 | |
Method 'getSphereSides' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Method 'setSphereSides' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Parameter sphereSides should be final. | 63 | |
'sphereSides' hides a field. | 63 | |
Line has trailing spaces. | 67 | |
Line has trailing spaces. | 68 | |
Line has trailing spaces. | 69 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 9 | |
Line is longer than 80 characters. | 23 | |
Missing a Javadoc comment. | 28 | |
Variable 'actors' must be private and have accessor methods. | 29 | |
Line has trailing spaces. | 30 | |
Missing a Javadoc comment. | 31 | |
Parameter actors should be final. | 31 | |
'actors' hides a field. | 31 | |
Line has trailing spaces. | 32 | |
Method 'getPersistentLevel' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 39 | |
Method 'getActors' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line has trailing spaces. | 45 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 23 | |
Line has trailing spaces. | 25 | |
Line is longer than 80 characters. | 26 | |
Missing a Javadoc comment. | 26 | |
Parameter name should be final. | 26 | |
Parameter mapPackage should be final. | 26 | |
'mapPackage' hides a field. | 26 | |
Parameter level should be final. | 26 | |
'level' hides a field. | 26 | |
Parameter surface should be final. | 26 | |
'surface' hides a field. | 26 | |
Method 'getLevel' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Method 'getMapPackage' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Method 'getSurface' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line has trailing spaces. | 45 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 11 | |
Missing a Javadoc comment. | 18 | |
Line has trailing spaces. | 20 | |
Missing a Javadoc comment. | 21 | |
Parameter topLevelPackage should be final. | 21 | |
'topLevelPackage' hides a field. | 21 | |
'=' is not followed by whitespace. | 22 | |
Method 'getTopLevelPackage' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line has trailing spaces. | 28 | |
Line has trailing spaces. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 13 | |
Line is longer than 80 characters. | 16 | |
'{' is not preceded with whitespace. | 18 | |
Line has trailing spaces. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 24 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 28 | |
Parameter className should be final. | 28 | |
Parameter location should be final. | 28 | |
Parameter cylinderComponent should be final. | 28 | |
'cylinderComponent' hides a field. | 28 | |
Line is longer than 80 characters. | 31 | |
'+' is not followed by whitespace. | 31 | |
Method 'getCylinderComponent' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Line is longer than 80 characters. | 39 | |
Method 'setCylinderComponent' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter cylinderComponent should be final. | 39 | |
'cylinderComponent' hides a field. | 39 | |
Method 'getPathRenderer' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Line has trailing spaces. | 48 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 15 | |
'{' is not preceded with whitespace. | 17 | |
Line has trailing spaces. | 18 | |
Missing a Javadoc comment. | 19 | |
Line is longer than 80 characters. | 21 | |
Line has trailing spaces. | 22 | |
Missing a Javadoc comment. | 23 | |
Line is longer than 80 characters. | 25 | |
Missing a Javadoc comment. | 27 | |
Parameter location should be final. | 27 | |
'{' is not preceded with whitespace. | 27 | |
Line is longer than 80 characters. | 28 | |
'50' is a magic number. | 28 | |
',' is not followed by whitespace. | 28 | |
'50' is a magic number. | 28 | |
Method 'getArrowComponent' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Method 'getSpriteComponent' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 40 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 11 | |
Missing a Javadoc comment. | 14 | |
Parameter archetypeName should be final. | 14 | |
'{' is not preceded with whitespace. | 14 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Line has trailing spaces. | 22 | |
Missing a Javadoc comment. | 22 | |
Line has trailing spaces. | 24 | |
Line has trailing spaces. | 25 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 28 | |
Parameter location should be final. | 28 | |
Line is longer than 80 characters. | 29 | |
'80' is a magic number. | 29 | |
'40' is a magic number. | 29 | |
Line is longer than 80 characters. | 30 | |
Line is longer than 80 characters. | 31 | |
Method 'getEnabled' is not designed for extension - needs to be abstract, final or empty. | 35 | |
Missing a Javadoc comment. | 35 | |
Method 'setEnabled' is not designed for extension - needs to be abstract, final or empty. | 39 | |
Missing a Javadoc comment. | 39 | |
Parameter enabled should be final. | 39 | |
'enabled' hides a field. | 39 | |
Method 'getPrimaryStart' is not designed for extension - needs to be abstract, final or empty. | 43 | |
Missing a Javadoc comment. | 43 | |
Method 'setPrimaryStart' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Parameter primaryStart should be final. | 47 | |
'primaryStart' hides a field. | 47 | |
Method 'getTeamIndex' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Method 'setTeamIndex' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Parameter teamIndex should be final. | 55 | |
'teamIndex' hides a field. | 55 | |
Method 'getSpriteComponent' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Method 'getSpriteComponent2' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Line has trailing spaces. | 67 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 15 | |
'{' is not preceded with whitespace. | 17 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 21 | |
Line has trailing spaces. | 24 | |
Missing a Javadoc comment. | 25 | |
Line has trailing spaces. | 27 | |
Missing a Javadoc comment. | 28 | |
Line has trailing spaces. | 30 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 33 | |
Missing a Javadoc comment. | 34 | |
Parameter location should be final. | 34 | |
'{' is not preceded with whitespace. | 34 | |
'32' is a magic number. | 35 | |
',' is not followed by whitespace. | 35 | |
'1024' is a magic number. | 35 | |
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter location should be final. | 38 | |
Parameter sourceRadius should be final. | 38 | |
Parameter lightRadius should be final. | 38 | |
Line is longer than 80 characters. | 40 | |
Line is longer than 80 characters. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 43 | |
Line has trailing spaces. | 44 | |
Method 'getLightComponent' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Method 'setLightComponent' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter lightComponent should be final. | 51 | |
'lightComponent' hides a field. | 51 | |
Method 'getSpriteComponent' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Method 'setSpriteComponent' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter spriteComponent should be final. | 59 | |
'spriteComponent' hides a field. | 59 | |
Method 'getDrawLightRadiusComponent' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Line is longer than 80 characters. | 67 | |
Method 'setDrawLightRadiusComponent' is not designed for extension - needs to be abstract, final or empty. | 67 | |
Missing a Javadoc comment. | 67 | |
Parameter drawLightRadiusComponent should be final. | 67 | |
'drawLightRadiusComponent' hides a field. | 67 | |
Method 'getDrawLightSourceRadiusComponent' is not designed for extension - needs to be abstract, final or empty. | 71 | |
Missing a Javadoc comment. | 71 | |
Line is longer than 80 characters. | 75 | |
Method 'setDrawLightSourceRadiusComponent' is not designed for extension - needs to be abstract, final or empty. | 75 | |
Missing a Javadoc comment. | 75 | |
Parameter drawLightSourceRadiusComponent should be final. | 75 | |
'drawLightSourceRadiusComponent' hides a field. | 75 | |
Line has trailing spaces. | 78 | |
Line has trailing spaces. | 79 | |
Line has trailing spaces. | 80 | |
Line has trailing spaces. | 81 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 7 | |
Line is longer than 80 characters. | 12 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 20 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 24 | |
Parameter componentName should be final. | 24 | |
Parameter radius should be final. | 24 | |
'radius' hides a field. | 24 | |
',' is not followed by whitespace. | 25 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 28 | |
Parameter componentName should be final. | 28 | |
Parameter archetypeName should be final. | 28 | |
Parameter radius should be final. | 28 | |
'radius' hides a field. | 28 | |
Method 'getFalloffExponent' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Method 'getLightmassSettings' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Method 'getMinShadowFalloffRadius' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'getRadius' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Method 'getShadowFalloffExponent' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 | |
Method 'getShadowRadiusMultiplier' is not designed for extension - needs to be abstract, final or empty. | 53 | |
Missing a Javadoc comment. | 53 | |
Line has trailing spaces. | 56 | |
Line has trailing spaces. | 57 |
Violation | Message | Line |
---|---|---|
Unused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.annotations.UnrealChild. | 8 | |
Line has trailing spaces. | 18 | |
Line is longer than 80 characters. | 18 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 22 | |
Missing a Javadoc comment. | 25 | |
Missing a Javadoc comment. | 27 | |
Line has trailing spaces. | 29 | |
Missing a Javadoc comment. | 30 | |
Parameter prefabName should be final. | 30 | |
Parameter location should be final. | 30 | |
',' is not followed by whitespace. | 31 | |
',' is not followed by whitespace. | 31 | |
Line is longer than 80 characters. | 34 | |
Missing a Javadoc comment. | 34 | |
Parameter prefabName should be final. | 34 | |
Parameter location should be final. | 34 | |
Parameter rotation should be final. | 34 | |
Method 'getTemplatePrefab' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Method 'getSpriteComponent' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 |
Violation | Message | Line |
---|---|---|
Redundant import from the same package - cz.cuni.amis.pogamut.udk.t3dgenerator.elements.map.SpriteComponent. | 9 | |
Missing a Javadoc comment. | 17 | |
'+' should be on a new line. | 18 | |
Line has trailing spaces. | 20 | |
Missing a Javadoc comment. | 21 | |
Line is longer than 80 characters. | 22 | |
',' is not followed by whitespace. | 22 | |
Method 'getText' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Missing a Javadoc comment. | 25 | |
Line has trailing spaces. | 28 | |
Line has trailing spaces. | 29 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 21 | |
Line is longer than 80 characters. | 23 | |
Missing a Javadoc comment. | 23 | |
Parameter archetypeName should be final. | 23 | |
Parameter spriteName should be final. | 23 | |
Parameter spriteCategoryName should be final. | 23 | |
'spriteCategoryName' hides a field. | 23 | |
Line is longer than 80 characters. | 27 | |
Missing a Javadoc comment. | 27 | |
Parameter archetypeName should be final. | 27 | |
Parameter spriteName should be final. | 27 | |
Parameter spriteCategoryName should be final. | 27 | |
'spriteCategoryName' hides a field. | 27 | |
Parameter componentName should be final. | 27 | |
Method 'getSprite' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Method 'getSpriteCategoryName' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Method 'setSprite' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter sprite should be final. | 44 | |
'sprite' hides a field. | 44 | |
Method 'setSpriteCategoryName' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter spriteCategoryName should be final. | 48 | |
'spriteCategoryName' hides a field. | 48 | |
Missing a Javadoc comment. | 53 | |
Parameter spriteName should be final. | 53 | |
'{' is not preceded with whitespace. | 53 | |
Line has trailing spaces. | 56 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 16 | |
First sentence should end with a period. | 19 | |
Missing a Javadoc comment. | 24 | |
Missing a Javadoc comment. | 28 | |
Parameter meshName should be final. | 28 | |
Parameter location should be final. | 28 | |
'{' is not preceded with whitespace. | 28 | |
',' is not followed by whitespace. | 29 | |
Line has trailing spaces. | 31 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter meshComponent should be final. | 32 | |
Parameter location should be final. | 32 | |
Line has trailing spaces. | 37 | |
Line is longer than 80 characters. | 38 | |
Missing a Javadoc comment. | 38 | |
Parameter archetypeName should be final. | 38 | |
Parameter meshComponent should be final. | 38 | |
Parameter location should be final. | 38 | |
Missing a Javadoc comment. | 43 | |
Parameter location should be final. | 43 | |
Parameter meshComponent should be final. | 43 | |
Method 'getStaticMeshComponent' is not designed for extension - needs to be abstract, final or empty. | 49 | |
Missing a Javadoc comment. | 49 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 16 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 21 | |
Missing a Javadoc comment. | 22 | |
Line has trailing spaces. | 23 | |
Missing a Javadoc comment. | 24 | |
Line is longer than 80 characters. | 25 | |
Line is longer than 80 characters. | 26 | |
Missing a Javadoc comment. | 32 | |
Parameter meshName should be final. | 32 | |
'{' is not preceded with whitespace. | 32 | |
Line is longer than 80 characters. | 33 | |
Line has trailing spaces. | 34 | |
Line has trailing spaces. | 36 | |
Missing a Javadoc comment. | 37 | |
Parameter archetypeName should be final. | 37 | |
Parameter meshName should be final. | 37 | |
Missing a Javadoc comment. | 42 | |
Parameter meshName should be final. | 42 | |
Line is longer than 80 characters. | 44 | |
Method 'getPreviewEnvironmentShadowing' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Line is longer than 80 characters. | 51 | |
Method 'setPreviewEnvironmentShadowing' is not designed for extension - needs to be abstract, final or empty. | 51 | |
Missing a Javadoc comment. | 51 | |
Parameter previewEnvironmentShadowing should be final. | 51 | |
'previewEnvironmentShadowing' hides a field. | 51 | |
Method 'getStaticMesh' is not designed for extension - needs to be abstract, final or empty. | 55 | |
Missing a Javadoc comment. | 55 | |
Method 'setStaticMesh' is not designed for extension - needs to be abstract, final or empty. | 59 | |
Missing a Javadoc comment. | 59 | |
Parameter staticMesh should be final. | 59 | |
'staticMesh' hides a field. | 59 | |
Method 'getStaticText' is not designed for extension - needs to be abstract, final or empty. | 63 | |
Missing a Javadoc comment. | 63 | |
Line has trailing spaces. | 67 | |
Line has trailing spaces. | 68 | |
Line has trailing spaces. | 69 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 11 |
Violation | Message | Line |
---|---|---|
'{' is not preceded with whitespace. | 17 | |
Missing a Javadoc comment. | 19 | |
Parameter name should be final. | 19 | |
Line is longer than 80 characters. | 20 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 15 | |
'{' is not preceded with whitespace. | 17 | |
Line has trailing spaces. | 19 | |
Missing a Javadoc comment. | 20 | |
Line has trailing spaces. | 23 | |
Missing a Javadoc comment. | 24 | |
Line has trailing spaces. | 26 | |
Line has trailing spaces. | 27 | |
Line is longer than 80 characters. | 28 | |
Missing a Javadoc comment. | 28 | |
Parameter location should be final. | 28 | |
Parameter collisionHeight should be final. | 28 | |
Parameter collisionRadius should be final. | 28 | |
Line is longer than 80 characters. | 29 | |
Line has trailing spaces. | 31 | |
Line is longer than 80 characters. | 32 | |
Missing a Javadoc comment. | 32 | |
Parameter location should be final. | 32 | |
Parameter cylinderComponent should be final. | 32 | |
'cylinderComponent' hides a field. | 32 | |
Line is longer than 80 characters. | 36 | |
Line has trailing spaces. | 37 | |
Method 'getCylinderComponent' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Method 'getSpriteComponent' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Line has trailing spaces. | 47 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 49 | |
Line has trailing spaces. | 50 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 15 | |
Missing a Javadoc comment. | 20 | |
Line is longer than 80 characters. | 22 | |
Missing a Javadoc comment. | 22 | |
Line has trailing spaces. | 23 | |
Missing a Javadoc comment. | 25 | |
Method 'getKillZ' is not designed for extension - needs to be abstract, final or empty. | 29 | |
Missing a Javadoc comment. | 29 | |
Method 'setKillZ' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Parameter killZ should be final. | 33 | |
'killZ' hides a field. | 33 | |
Method 'getMapNeedsLightingFullyRebuilt' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 |