Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
3900705

Files

FilesInfosWarningsErrors
cz/cuni/amis/pogamut/unreal/t3dgenerator/AbstractT3dGenerator.java0010
cz/cuni/amis/pogamut/unreal/t3dgenerator/DefaultT3dGenerator.java00284
cz/cuni/amis/pogamut/unreal/t3dgenerator/DefaultT3dGeneratorContext.java005
cz/cuni/amis/pogamut/unreal/t3dgenerator/DynamicT3DObject.java0026
cz/cuni/amis/pogamut/unreal/t3dgenerator/INamingFactory.java005
cz/cuni/amis/pogamut/unreal/t3dgenerator/IT3dGenerator.java006
cz/cuni/amis/pogamut/unreal/t3dgenerator/IT3dGeneratorContext.java002
cz/cuni/amis/pogamut/unreal/t3dgenerator/InvalidPropertyValueException.java0010
cz/cuni/amis/pogamut/unreal/t3dgenerator/SequenceNamingFactory.java008
cz/cuni/amis/pogamut/unreal/t3dgenerator/T3dGeneratorException.java009
cz/cuni/amis/pogamut/unreal/t3dgenerator/annotations/EnumValue.java008
cz/cuni/amis/pogamut/unreal/t3dgenerator/annotations/FieldName.java004
cz/cuni/amis/pogamut/unreal/t3dgenerator/annotations/StaticText.java004
cz/cuni/amis/pogamut/unreal/t3dgenerator/annotations/UnrealBean.java001
cz/cuni/amis/pogamut/unreal/t3dgenerator/annotations/UnrealChild.java003
cz/cuni/amis/pogamut/unreal/t3dgenerator/annotations/UnrealChildCollection.java005
cz/cuni/amis/pogamut/unreal/t3dgenerator/annotations/UnrealComponent.java003
cz/cuni/amis/pogamut/unreal/t3dgenerator/annotations/UnrealEnum.java008
cz/cuni/amis/pogamut/unreal/t3dgenerator/annotations/UnrealHeaderField.java004
cz/cuni/amis/pogamut/unreal/t3dgenerator/annotations/UnrealProperty.java005
cz/cuni/amis/pogamut/unreal/t3dgenerator/annotations/package-info.java002
cz/cuni/amis/pogamut/unreal/t3dgenerator/datatypes/Color.java0022
cz/cuni/amis/pogamut/unreal/t3dgenerator/datatypes/DynamicReference.java0011
cz/cuni/amis/pogamut/unreal/t3dgenerator/datatypes/ECSGOperation.java007
cz/cuni/amis/pogamut/unreal/t3dgenerator/datatypes/LightingChannels.java0026
cz/cuni/amis/pogamut/unreal/t3dgenerator/datatypes/LightmassLightSettings.java0024
cz/cuni/amis/pogamut/unreal/t3dgenerator/datatypes/LightmassPointLightSettings.java0015
cz/cuni/amis/pogamut/unreal/t3dgenerator/datatypes/NullReference.java004
cz/cuni/amis/pogamut/unreal/t3dgenerator/datatypes/Rotation3D.java0016
cz/cuni/amis/pogamut/unreal/t3dgenerator/datatypes/StaticReference.java0011
cz/cuni/amis/pogamut/unreal/t3dgenerator/datatypes/UnrealReference.java006
cz/cuni/amis/pogamut/unreal/t3dgenerator/datatypes/Vector3D.java00102
cz/cuni/amis/pogamut/unreal/t3dgenerator/datatypes/package-info.java003
cz/cuni/amis/pogamut/unreal/t3dgenerator/elements/AbstractUnrealBean.java0033
cz/cuni/amis/pogamut/unreal/t3dgenerator/elements/IUnrealReferencable.java002
cz/cuni/amis/pogamut/unreal/t3dgenerator/elements/IUnrealReferencableByName.java008
cz/cuni/amis/pogamut/unreal/t3dgenerator/elements/package-info.java002
cz/cuni/amis/pogamut/unreal/t3dgenerator/package-info.java001

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
0Errors Error
NewlineAtEndOfFile4Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
0Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
78Errors Error
JavadocMethod120Errors Error
JavadocType0Errors Error
JavadocVariable36Errors Error
JavadocStyle8Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName1Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports5Errors Error
LineLength145Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore1Errors Error
OperatorWrap0Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter9Errors Error
WhitespaceAround60Errors Error
ModifierOrder0Errors Error
RedundantModifier8Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly0Errors Error
NeedBraces0Errors Error
RightCurly0Errors Error
AvoidInlineConditionals0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField28Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber5Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows6Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension74Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor0Errors Error
InterfaceIsType0Errors Error
VisibilityModifier10Errors Error
ArrayTypeStyle0Errors Error
FinalParameters107Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

cz/cuni/amis/pogamut/unreal/t3dgenerator/AbstractT3dGenerator.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.12
ErrorsFirst sentence should end with a period.18
ErrorsLine is longer than 80 characters.19
ErrorsLine has trailing spaces.22
ErrorsMethod 'generateT3d' is not designed for extension - needs to be abstract, final or empty.24
ErrorsLine is longer than 80 characters.25
ErrorsParameter rootElement should be final.25
ErrorsExpected @param tag for 'rootElement'.25
ErrorsParameter out should be final.25
ErrorsExpected @param tag for 'out'.25

cz/cuni/amis/pogamut/unreal/t3dgenerator/DefaultT3dGenerator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.13
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.37
ErrorsLine is longer than 80 characters.38
ErrorsLine has trailing spaces.40
ErrorsLine is longer than 80 characters.42
ErrorsLine has trailing spaces.50
ErrorsExpected an @return tag.52
ErrorsParameter indent should be final.52
ErrorsExpected @param tag for 'indent'.52
ErrorsLine is longer than 80 characters.63
ErrorsLine has trailing spaces.64
ErrorsExpected an @return tag.66
ErrorsMethod 'getPropertyNameForField' is not designed for extension - needs to be abstract, final or empty.66
ErrorsParameter f should be final.66
ErrorsExpected @param tag for 'f'.66
ErrorsParameter annotationValue should be final.66
ErrorsLine is longer than 80 characters.68
ErrorsLine is longer than 80 characters.76
ErrorsLine has trailing spaces.78
ErrorsExpected an @return tag.80
ErrorsMethod 'getTranslatedName' is not designed for extension - needs to be abstract, final or empty.80
ErrorsParameter f should be final.80
ErrorsExpected @param tag for 'f'.80
ErrorsLine is longer than 80 characters.81
ErrorsLine is longer than 80 characters.90
ErrorsLine is longer than 80 characters.91
ErrorsLine has trailing spaces.94
ErrorsLine is longer than 80 characters.96
ErrorsMethod 'preProcess' is not designed for extension - needs to be abstract, final or empty.96
ErrorsParameter unrealObject should be final.96
ErrorsExpected @param tag for 'unrealObject'.96
ErrorsParameter context should be final.96
ErrorsLine is longer than 80 characters.98
ErrorsLine is longer than 80 characters.101
ErrorsLine is longer than 80 characters.103
ErrorsLine is longer than 80 characters.115
ErrorsLine has trailing spaces.116
ErrorsExpected an @return tag.118
ErrorsLine is longer than 80 characters.118
ErrorsMethod 'getPropertyValueString' is not designed for extension - needs to be abstract, final or empty.118
ErrorsExpected @param tag for 'value'.118
ErrorsParameter escapeStrings should be final.118
ErrorsLine is longer than 80 characters.131
Errors'cast' is not followed by whitespace.139
ErrorsLine is longer than 80 characters.140
ErrorsLine is longer than 80 characters.144
ErrorsLine is longer than 80 characters.145
ErrorsLine is longer than 80 characters.147
ErrorsLine is longer than 80 characters.152
Errors'if' is not followed by whitespace.153
Errors'{' is not preceded with whitespace.153
ErrorsLine has trailing spaces.154
ErrorsLine is longer than 80 characters.154
ErrorsLine is longer than 80 characters.164
ErrorsLine is longer than 80 characters.168
ErrorsLine has trailing spaces.169
ErrorsLine is longer than 80 characters.173
ErrorsVariable 'appendedSomething' must be private and have accessor methods.175
ErrorsParameter f should be final.178
ErrorsRedundant throws: 'T3dGeneratorException' is unchecked exception.178
ErrorsLine is longer than 80 characters.184
ErrorsLine is longer than 80 characters.186
ErrorsLine is longer than 80 characters.189
ErrorsLine is longer than 80 characters.191
ErrorsLine is longer than 80 characters.199
ErrorsLine is longer than 80 characters.201
ErrorsLine is longer than 80 characters.226
ErrorsLine is longer than 80 characters.232
ErrorsLine has trailing spaces.235
ErrorsExpected an @return tag.237
ErrorsMethod 'getPropertyValueString' is not designed for extension - needs to be abstract, final or empty.237
ErrorsParameter value should be final.237
ErrorsExpected @param tag for 'value'.237
ErrorsLine is longer than 80 characters.242
ErrorsLine is longer than 80 characters.245
ErrorsLine has trailing spaces.246
ErrorsExpected an @return tag.248
ErrorsLine is longer than 80 characters.248
ErrorsMethod 'getPropertyString' is not designed for extension - needs to be abstract, final or empty.248
ErrorsParameter key should be final.248
ErrorsExpected @param tag for 'key'.248
ErrorsParameter value should be final.248
ErrorsExpected @param tag for 'value'.248
ErrorsParameter escapeStrings should be final.248
ErrorsLine is longer than 80 characters.257
ErrorsLine has trailing spaces.260
ErrorsExpected an @return tag.262
ErrorsMethod 'getPropertyString' is not designed for extension - needs to be abstract, final or empty.262
ErrorsParameter key should be final.262
ErrorsExpected @param tag for 'key'.262
ErrorsParameter value should be final.262
ErrorsExpected @param tag for 'value'.262
ErrorsLine is longer than 80 characters.269
ErrorsLine has trailing spaces.272
ErrorsLine is longer than 80 characters.274
ErrorsMethod 'generateProperty' is not designed for extension - needs to be abstract, final or empty.274
ErrorsParameter out should be final.274
ErrorsExpected @param tag for 'out'.274
ErrorsParameter indentString should be final.274
ErrorsParameter propertyName should be final.274
ErrorsExpected @param tag for 'propertyName'.274
ErrorsParameter propertyValue should be final.274
ErrorsExpected @param tag for 'propertyValue'.274
ErrorsLine is longer than 80 characters.277
ErrorsLine is longer than 80 characters.282
ErrorsLine is longer than 80 characters.285
ErrorsLine is longer than 80 characters.290
ErrorsExpected an @return tag.296
ErrorsMethod 'getProperties' is not designed for extension - needs to be abstract, final or empty.296
ErrorsExpected @param tag for 'object'.296
ErrorsLine is longer than 80 characters.299
ErrorsLine is longer than 80 characters.302
ErrorsParameter f should be final.302
ErrorsRedundant throws: 'T3dGeneratorException' is unchecked exception.302
ErrorsLine is longer than 80 characters.305
Errors'if' is not followed by whitespace.309
Errors'{' is not preceded with whitespace.309
ErrorsLine is longer than 80 characters.313
ErrorsLine is longer than 80 characters.315
ErrorsLine is longer than 80 characters.316
ErrorsLine is longer than 80 characters.317
ErrorsLine is longer than 80 characters.324
ErrorsLine is longer than 80 characters.326
ErrorsLine is longer than 80 characters.329
ErrorsLine is longer than 80 characters.335
ErrorsLine is longer than 80 characters.337
ErrorsLine is longer than 80 characters.343
Errors'{' is not preceded with whitespace.343
ErrorsParameter m should be final.346
ErrorsParameter annotation should be final.346
ErrorsLine is longer than 80 characters.347
Errors'if' is not followed by whitespace.347
Errors'{' is not preceded with whitespace.347
ErrorsLine is longer than 80 characters.348
Errors'if' is not followed by whitespace.351
Errors'{' is not preceded with whitespace.351
Errors'if' is not followed by whitespace.354
Errors'{' is not preceded with whitespace.354
ErrorsLine is longer than 80 characters.355
Errors'3' is a magic number.357
Errors'catch' is not followed by whitespace.362
Errors'{' is not preceded with whitespace.362
ErrorsLine has trailing spaces.363
ErrorsLine is longer than 80 characters.363
Errors'+' is not followed by whitespace.363
ErrorsLine has trailing spaces.366
Errors'if' is not followed by whitespace.369
Errors'{' is not preceded with whitespace.369
ErrorsLine is longer than 80 characters.370
ErrorsLine has trailing spaces.372
ErrorsLine is longer than 80 characters.375
ErrorsLine is longer than 80 characters.378
ErrorsParameter f should be final.378
ErrorsParameter fieldValue should be final.378
ErrorsParameter annotation should be final.378
ErrorsRedundant throws: 'T3dGeneratorException' is unchecked exception.378
ErrorsLine has trailing spaces.386
Errors',' is not followed by whitespace.387
ErrorsLine has trailing spaces.398
ErrorsLine is longer than 80 characters.400
ErrorsMethod 'generateProperties' is not designed for extension - needs to be abstract, final or empty.400
ErrorsParameter object should be final.400
ErrorsExpected @param tag for 'object'.400
ErrorsExpected @param tag for 'out'.400
ErrorsParameter indent should be final.400
ErrorsExpected @param tag for 'indent'.400
ErrorsLine is longer than 80 characters.404
ErrorsLine is longer than 80 characters.409
ErrorsLine is longer than 80 characters.412
ErrorsMethod 'generateHeaderProperties' is not designed for extension - needs to be abstract, final or empty.412
ErrorsParameter object should be final.412
ErrorsExpected @param tag for 'object'.412
ErrorsExpected @param tag for 'out'.412
ErrorsExpected @throws tag for 'IOException'.412
ErrorsLine is longer than 80 characters.413
ErrorsLine is longer than 80 characters.414
ErrorsLine is longer than 80 characters.417
ErrorsParameter f should be final.417
ErrorsParameter fieldValue should be final.417
ErrorsParameter annotation should be final.417
ErrorsLine is longer than 80 characters.418
ErrorsLine is longer than 80 characters.421
ErrorsLine is longer than 80 characters.422
ErrorsLine has trailing spaces.430
ErrorsExpected an @return tag.434
ErrorsMethod 'getChildren' is not designed for extension - needs to be abstract, final or empty.434
ErrorsParameter unrealObject should be final.434
ErrorsExpected @param tag for 'unrealObject'.434
ErrorsLine is longer than 80 characters.438
ErrorsLine is longer than 80 characters.441
ErrorsParameter f should be final.441
ErrorsParameter fieldValue should be final.441
ErrorsParameter annotation should be final.441
ErrorsRedundant throws: 'T3dGeneratorException' is unchecked exception.441
ErrorsLine is longer than 80 characters.443
ErrorsLine is longer than 80 characters.444
Errors'if' is not followed by whitespace.450
Errors'{' is not preceded with whitespace.450
ErrorsLine is longer than 80 characters.455
ErrorsLine is longer than 80 characters.463
ErrorsLine is longer than 80 characters.466
ErrorsParameter f should be final.466
ErrorsParameter fieldValue should be final.466
ErrorsParameter annotation should be final.466
ErrorsRedundant throws: 'T3dGeneratorException' is unchecked exception.466
ErrorsLine is longer than 80 characters.476
ErrorsLine is longer than 80 characters.479
ErrorsParameter f should be final.479
ErrorsParameter fieldValue should be final.479
ErrorsParameter annotation should be final.479
ErrorsRedundant throws: 'T3dGeneratorException' is unchecked exception.479
ErrorsFirst sentence should end with a period.493
ErrorsLine is longer than 80 characters.494
ErrorsLine has trailing spaces.498
ErrorsLine is longer than 80 characters.501
ErrorsMethod 'generateStaticText' is not designed for extension - needs to be abstract, final or empty.501
ErrorsExpected @param tag for 'object'.501
ErrorsExpected @param tag for 'out'.501
ErrorsExpected @param tag for 'indent'.501
ErrorsLine is longer than 80 characters.502
ErrorsLine is longer than 80 characters.505
ErrorsParameter f should be final.505
ErrorsParameter fieldValue should be final.505
ErrorsParameter annotation should be final.505
ErrorsLine is longer than 80 characters.514
Errors'{' is not preceded with whitespace.514
ErrorsParameter m should be final.517
ErrorsParameter annotation should be final.517
ErrorsLine is longer than 80 characters.518
Errors'if' is not followed by whitespace.518
Errors'{' is not preceded with whitespace.518
ErrorsLine is longer than 80 characters.519
Errors'cast' is not followed by whitespace.522
Errors'catch' is not followed by whitespace.523
Errors'{' is not preceded with whitespace.523
ErrorsLine has trailing spaces.524
ErrorsLine is longer than 80 characters.524
Errors'+' is not followed by whitespace.524
ErrorsLine has trailing spaces.527
ErrorsLine has trailing spaces.529
ErrorsLine has trailing spaces.536
ErrorsExpected an @return tag.539
ErrorsMethod 'getElementType' is not designed for extension - needs to be abstract, final or empty.539
ErrorsParameter unrealObject should be final.539
ErrorsExpected @param tag for 'unrealObject'.539
ErrorsLine is longer than 80 characters.540
ErrorsLine is longer than 80 characters.542
ErrorsLine is longer than 80 characters.548
ErrorsMethod 'generateT3dFromDynamicObject' is not designed for extension - needs to be abstract, final or empty.548
ErrorsMissing a Javadoc comment.548
ErrorsParameter object should be final.548
ErrorsParameter out should be final.548
ErrorsParameter indent should be final.548
ErrorsLine has trailing spaces.549
Errors'for' is not followed by whitespace.552
Errors'{' is not preceded with whitespace.552
ErrorsLine is longer than 80 characters.553
ErrorsLine has trailing spaces.555
Errors'for' is not followed by whitespace.563
Errors'{' is not preceded with whitespace.563
ErrorsLine is longer than 80 characters.564
ErrorsLine has trailing spaces.568
ErrorsLine has trailing spaces.570
ErrorsLine has trailing spaces.576
ErrorsLine is longer than 80 characters.578
ErrorsMethod 'generateT3dInternal' is not designed for extension - needs to be abstract, final or empty.578
ErrorsParameter object should be final.578
ErrorsExpected @param tag for 'object'.578
ErrorsParameter out should be final.578
ErrorsExpected @param tag for 'out'.578
ErrorsParameter indent should be final.578
ErrorsExpected @param tag for 'indent'.578
Errors'if' is not followed by whitespace.579
Errors'{' is not preceded with whitespace.579
Errors'cast' is not followed by whitespace.580
ErrorsLine has trailing spaces.604
ErrorsMethod 'generateT3d' is not designed for extension - needs to be abstract, final or empty.606
ErrorsLine is longer than 80 characters.607
ErrorsParameter elements should be final.607
ErrorsExpected @param tag for 'elements'.607
ErrorsParameter out should be final.607
ErrorsExpected @param tag for 'out'.607
ErrorsLine is longer than 80 characters.608

cz/cuni/amis/pogamut/unreal/t3dgenerator/DefaultT3dGeneratorContext.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.13
ErrorsMissing a Javadoc comment.15
ErrorsParameter namingFactory should be final.15
Errors'namingFactory' hides a field.15
ErrorsMethod 'getNamingFactory' is not designed for extension - needs to be abstract, final or empty.19

cz/cuni/amis/pogamut/unreal/t3dgenerator/DynamicT3DObject.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsMissing a Javadoc comment.30
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.32
ErrorsMissing a Javadoc comment.33
ErrorsMissing a Javadoc comment.35
ErrorsParameter beanType should be final.35
Errors'beanType' hides a field.35
ErrorsMethod 'getBeanType' is not designed for extension - needs to be abstract, final or empty.42
ErrorsMissing a Javadoc comment.42
ErrorsLine has trailing spaces.45
ErrorsMethod 'getHeaderFields' is not designed for extension - needs to be abstract, final or empty.47
ErrorsMissing a Javadoc comment.47
ErrorsMethod 'getProperties' is not designed for extension - needs to be abstract, final or empty.52
ErrorsMissing a Javadoc comment.52
ErrorsMethod 'getChildren' is not designed for extension - needs to be abstract, final or empty.56
ErrorsMissing a Javadoc comment.56
ErrorsMethod 'addChildren' is not designed for extension - needs to be abstract, final or empty.60
ErrorsMissing a Javadoc comment.60
ErrorsParameter children should be final.60
Errors'children' hides a field.60
ErrorsLine has trailing spaces.63
ErrorsMethod 'addChild' is not designed for extension - needs to be abstract, final or empty.64
ErrorsMissing a Javadoc comment.64
ErrorsParameter child should be final.64
ErrorsLine has trailing spaces.67

cz/cuni/amis/pogamut/unreal/t3dgenerator/INamingFactory.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.9
ErrorsLine has trailing spaces.16
ErrorsExpected an @return tag.18
ErrorsRedundant 'public' modifier.18
ErrorsExpected @param tag for 'objectClass'.18

cz/cuni/amis/pogamut/unreal/t3dgenerator/IT3dGenerator.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.17
ErrorsMissing a Javadoc comment.17
ErrorsRedundant 'public' modifier.17
ErrorsLine is longer than 80 characters.18
ErrorsMissing a Javadoc comment.18
ErrorsRedundant 'public' modifier.18

cz/cuni/amis/pogamut/unreal/t3dgenerator/IT3dGeneratorContext.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.13
ErrorsRedundant 'public' modifier.13

cz/cuni/amis/pogamut/unreal/t3dgenerator/InvalidPropertyValueException.java

ViolationMessageLine
Errors'{' is not preceded with whitespace.13
ErrorsMissing a Javadoc comment.15
ErrorsMissing a Javadoc comment.18
ErrorsParameter message should be final.18
ErrorsMissing a Javadoc comment.22
ErrorsParameter message should be final.22
ErrorsParameter cause should be final.22
ErrorsMissing a Javadoc comment.26
ErrorsParameter cause should be final.26
ErrorsLine has trailing spaces.29

cz/cuni/amis/pogamut/unreal/t3dgenerator/SequenceNamingFactory.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.11
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.18
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.24
ErrorsParameter objectClass should be final.25
Errors'if' is not followed by whitespace.26
Errors'{' is not preceded with whitespace.26
Errors',' is not followed by whitespace.27

cz/cuni/amis/pogamut/unreal/t3dgenerator/T3dGeneratorException.java

ViolationMessageLine
Errors'{' is not preceded with whitespace.12
ErrorsMissing a Javadoc comment.14
ErrorsParameter cause should be final.14
ErrorsMissing a Javadoc comment.18
ErrorsParameter message should be final.18
ErrorsParameter cause should be final.18
ErrorsMissing a Javadoc comment.22
ErrorsParameter message should be final.22
ErrorsMissing a Javadoc comment.26

cz/cuni/amis/pogamut/unreal/t3dgenerator/annotations/EnumValue.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsFirst sentence should end with a period.24
Errors'}' is not preceded with whitespace.29
ErrorsLine has trailing spaces.33
ErrorsLine has trailing spaces.35
ErrorsLine has trailing spaces.36
ErrorsFirst sentence should end with a period.37
ErrorsLine has trailing spaces.39

cz/cuni/amis/pogamut/unreal/t3dgenerator/annotations/FieldName.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.18
Errors'}' is not preceded with whitespace.22
ErrorsLine has trailing spaces.26

cz/cuni/amis/pogamut/unreal/t3dgenerator/annotations/StaticText.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
Errors'}' is not preceded with whitespace.19
ErrorsLine has trailing spaces.22

cz/cuni/amis/pogamut/unreal/t3dgenerator/annotations/UnrealBean.java

ViolationMessageLine
ErrorsLine has trailing spaces.24

cz/cuni/amis/pogamut/unreal/t3dgenerator/annotations/UnrealChild.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.IUnrealReferencable.8
ErrorsLine has trailing spaces.15
ErrorsLine is longer than 80 characters.16

cz/cuni/amis/pogamut/unreal/t3dgenerator/annotations/UnrealChildCollection.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.IUnrealReferencable.8
ErrorsLine has trailing spaces.16
ErrorsLine is longer than 80 characters.17
ErrorsLine is longer than 80 characters.25
ErrorsLine has trailing spaces.27

cz/cuni/amis/pogamut/unreal/t3dgenerator/annotations/UnrealComponent.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.IUnrealReferencable.8
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.17

cz/cuni/amis/pogamut/unreal/t3dgenerator/annotations/UnrealEnum.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.27
ErrorsLine is longer than 80 characters.28
ErrorsLine has trailing spaces.32
Errors'}' is not preceded with whitespace.32
ErrorsLine is longer than 80 characters.35
ErrorsLine has trailing spaces.36

cz/cuni/amis/pogamut/unreal/t3dgenerator/annotations/UnrealHeaderField.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.24
ErrorsLine has trailing spaces.25
ErrorsLine has trailing spaces.27

cz/cuni/amis/pogamut/unreal/t3dgenerator/annotations/UnrealProperty.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.14
ErrorsLine is longer than 80 characters.15
ErrorsLine is longer than 80 characters.16
Errors'}' is not preceded with whitespace.20
ErrorsLine has trailing spaces.23

cz/cuni/amis/pogamut/unreal/t3dgenerator/annotations/package-info.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsFirst sentence should end with a period.1

cz/cuni/amis/pogamut/unreal/t3dgenerator/datatypes/Color.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.19
ErrorsMissing a Javadoc comment.21
ErrorsParameter r should be final.21
Errors'r' hides a field.21
ErrorsParameter g should be final.21
Errors'g' hides a field.21
ErrorsParameter b should be final.21
Errors'b' hides a field.21
ErrorsParameter a should be final.21
Errors'a' hides a field.21
ErrorsMethod 'getA' is not designed for extension - needs to be abstract, final or empty.28
ErrorsMissing a Javadoc comment.28
ErrorsMethod 'getB' is not designed for extension - needs to be abstract, final or empty.32
ErrorsMissing a Javadoc comment.32
ErrorsMethod 'getG' is not designed for extension - needs to be abstract, final or empty.36
ErrorsMissing a Javadoc comment.36
ErrorsMethod 'getR' is not designed for extension - needs to be abstract, final or empty.40
ErrorsMissing a Javadoc comment.40
ErrorsLine has trailing spaces.44

cz/cuni/amis/pogamut/unreal/t3dgenerator/datatypes/DynamicReference.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.8
ErrorsLine has trailing spaces.13
ErrorsLine is longer than 80 characters.13
Errors'{' is not preceded with whitespace.17
ErrorsMissing a Javadoc comment.19
ErrorsVariable 'targetElement' must be private and have accessor methods.19
ErrorsMissing a Javadoc comment.21
ErrorsParameter targetElement should be final.21
Errors'targetElement' hides a field.21
ErrorsMethod 'getClassName' is not designed for extension - needs to be abstract, final or empty.26
ErrorsMethod 'getReferenceTarget' is not designed for extension - needs to be abstract, final or empty.31

cz/cuni/amis/pogamut/unreal/t3dgenerator/datatypes/ECSGOperation.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.annotations.EnumValue.19
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.30
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.32

cz/cuni/amis/pogamut/unreal/t3dgenerator/datatypes/LightingChannels.java

ViolationMessageLine
ErrorsLine has trailing spaces.12
ErrorsLine is longer than 80 characters.14
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.19
ErrorsFirst sentence should end with a period.21
ErrorsMissing a Javadoc comment.27
ErrorsParameter initialized should be final.27
Errors'initialized' hides a field.27
ErrorsParameter dynamic should be final.27
Errors'dynamic' hides a field.27
ErrorsMissing a Javadoc comment.32
ErrorsLine is longer than 80 characters.35
ErrorsMissing a Javadoc comment.35
ErrorsParameter initialized should be final.35
Errors'initialized' hides a field.35
ErrorsParameter dynamic should be final.35
Errors'dynamic' hides a field.35
ErrorsParameter Static should be final.35
ErrorsName 'Static' must match pattern '^[a-z][a-zA-Z0-9]*$'.35
ErrorsMethod 'getDynamic' is not designed for extension - needs to be abstract, final or empty.44
ErrorsMissing a Javadoc comment.44
ErrorsMethod 'getInitialized' is not designed for extension - needs to be abstract, final or empty.48
ErrorsMissing a Javadoc comment.48
ErrorsMethod 'getStaticChannel' is not designed for extension - needs to be abstract, final or empty.52
ErrorsMissing a Javadoc comment.52
ErrorsLine has trailing spaces.57

cz/cuni/amis/pogamut/unreal/t3dgenerator/datatypes/LightmassLightSettings.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.12
ErrorsMissing a Javadoc comment.16
ErrorsVariable 'indirectLightingScale' must be private and have accessor methods.16
ErrorsLine has trailing spaces.17
ErrorsMissing a Javadoc comment.17
ErrorsVariable 'indirectLightingSaturation' must be private and have accessor methods.17
ErrorsMissing a Javadoc comment.18
ErrorsVariable 'shadowExponent' must be private and have accessor methods.18
ErrorsLine is longer than 80 characters.20
ErrorsMissing a Javadoc comment.20
ErrorsParameter indirectLightingScale should be final.20
Errors'indirectLightingScale' hides a field.20
ErrorsParameter indirectLightingSaturation should be final.20
Errors'indirectLightingSaturation' hides a field.20
ErrorsParameter shadowExponent should be final.20
Errors'shadowExponent' hides a field.20
ErrorsMethod 'getIndirectLightingSaturation' is not designed for extension - needs to be abstract, final or empty.26
ErrorsMissing a Javadoc comment.26
ErrorsMethod 'getIndirectLightingScale' is not designed for extension - needs to be abstract, final or empty.30
ErrorsMissing a Javadoc comment.30
ErrorsMethod 'getShadowExponent' is not designed for extension - needs to be abstract, final or empty.34
ErrorsMissing a Javadoc comment.34
ErrorsLine has trailing spaces.37
ErrorsLine has trailing spaces.38

cz/cuni/amis/pogamut/unreal/t3dgenerator/datatypes/LightmassPointLightSettings.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.12
Errors'{' is not preceded with whitespace.15
ErrorsMissing a Javadoc comment.16
ErrorsLine is longer than 80 characters.18
ErrorsMissing a Javadoc comment.18
ErrorsParameter lightSourceRadius should be final.18
Errors'lightSourceRadius' hides a field.18
ErrorsParameter indirectLightingScale should be final.18
ErrorsParameter indirectLightingSaturation should be final.18
ErrorsParameter shadowExponent should be final.18
ErrorsLine is longer than 80 characters.19
ErrorsMethod 'getLightSourceRadius' is not designed for extension - needs to be abstract, final or empty.23
ErrorsMissing a Javadoc comment.23
ErrorsLine has trailing spaces.25
ErrorsLine has trailing spaces.26

cz/cuni/amis/pogamut/unreal/t3dgenerator/datatypes/NullReference.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.10
ErrorsMethod 'getClassName' is not designed for extension - needs to be abstract, final or empty.15
ErrorsMethod 'getReferenceTarget' is not designed for extension - needs to be abstract, final or empty.20
ErrorsMethod 'toReferenceString' is not designed for extension - needs to be abstract, final or empty.25

cz/cuni/amis/pogamut/unreal/t3dgenerator/datatypes/Rotation3D.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.17
ErrorsMissing a Javadoc comment.18
ErrorsMissing a Javadoc comment.20
ErrorsParameter pitch should be final.20
Errors'pitch' hides a field.20
ErrorsParameter yaw should be final.20
Errors'yaw' hides a field.20
ErrorsParameter roll should be final.20
Errors'roll' hides a field.20
ErrorsMethod 'getPitch' is not designed for extension - needs to be abstract, final or empty.26
ErrorsMissing a Javadoc comment.26
ErrorsMethod 'getRoll' is not designed for extension - needs to be abstract, final or empty.30
ErrorsMissing a Javadoc comment.30
ErrorsMethod 'getYaw' is not designed for extension - needs to be abstract, final or empty.34
ErrorsMissing a Javadoc comment.34

cz/cuni/amis/pogamut/unreal/t3dgenerator/datatypes/StaticReference.java

ViolationMessageLine
ErrorsLine has trailing spaces.9
Errors'{' is not preceded with whitespace.14
ErrorsMissing a Javadoc comment.15
ErrorsMissing a Javadoc comment.16
ErrorsMissing a Javadoc comment.18
ErrorsParameter className should be final.18
Errors'className' hides a field.18
ErrorsParameter referenceTarget should be final.18
Errors'referenceTarget' hides a field.18
ErrorsMethod 'getClassName' is not designed for extension - needs to be abstract, final or empty.25
ErrorsMethod 'getReferenceTarget' is not designed for extension - needs to be abstract, final or empty.30

cz/cuni/amis/pogamut/unreal/t3dgenerator/datatypes/UnrealReference.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.14
ErrorsMissing a Javadoc comment.16
ErrorsMethod 'toReferenceString' is not designed for extension - needs to be abstract, final or empty.19
ErrorsMissing a Javadoc comment.19
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.23
ErrorsLine has trailing spaces.26

cz/cuni/amis/pogamut/unreal/t3dgenerator/datatypes/Vector3D.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.16
ErrorsVariable 'x' must be private and have accessor methods.16
ErrorsMissing a Javadoc comment.17
ErrorsVariable 'y' must be private and have accessor methods.17
ErrorsMissing a Javadoc comment.18
ErrorsVariable 'z' must be private and have accessor methods.18
ErrorsMissing a Javadoc comment.20
ErrorsParameter x should be final.20
Errors'x' hides a field.20
ErrorsParameter y should be final.20
Errors'y' hides a field.20
ErrorsParameter z should be final.20
Errors'z' hides a field.20
ErrorsMethod 'getX' is not designed for extension - needs to be abstract, final or empty.28
ErrorsMissing a Javadoc comment.28
ErrorsMethod 'getY' is not designed for extension - needs to be abstract, final or empty.32
ErrorsMissing a Javadoc comment.32
ErrorsMethod 'getZ' is not designed for extension - needs to be abstract, final or empty.36
ErrorsMissing a Javadoc comment.36
ErrorsMethod 'multiply' is not designed for extension - needs to be abstract, final or empty.40
ErrorsMissing a Javadoc comment.40
ErrorsParameter a should be final.40
Errors'{' is not preceded with whitespace.40
ErrorsMethod 'divide' is not designed for extension - needs to be abstract, final or empty.44
ErrorsMissing a Javadoc comment.44
ErrorsParameter a should be final.44
Errors'{' is not preceded with whitespace.44
ErrorsMethod 'add' is not designed for extension - needs to be abstract, final or empty.48
ErrorsMissing a Javadoc comment.48
ErrorsParameter p should be final.48
Errors'{' is not preceded with whitespace.48
ErrorsMethod 'subtract' is not designed for extension - needs to be abstract, final or empty.52
ErrorsMissing a Javadoc comment.52
ErrorsParameter p should be final.52
Errors'{' is not preceded with whitespace.52
ErrorsLine has trailing spaces.55
ErrorsMethod 'negateX' is not designed for extension - needs to be abstract, final or empty.57
ErrorsMissing a Javadoc comment.57
Errors'{' is not preceded with whitespace.57
Errors',' is not followed by whitespace.58
ErrorsMethod 'negateY' is not designed for extension - needs to be abstract, final or empty.60
ErrorsMissing a Javadoc comment.60
Errors'{' is not preceded with whitespace.60
Errors',' is not followed by whitespace.61
ErrorsLine has trailing spaces.63
ErrorsMethod 'negateXandY' is not designed for extension - needs to be abstract, final or empty.64
ErrorsMissing a Javadoc comment.64
Errors'{' is not preceded with whitespace.64
Errors',' is not followed by whitespace.65
ErrorsLine has trailing spaces.67
ErrorsMethod 'switchXandY' is not designed for extension - needs to be abstract, final or empty.68
ErrorsMissing a Javadoc comment.68
Errors'{' is not preceded with whitespace.68
ErrorsLine has trailing spaces.69
ErrorsLine has trailing spaces.71
ErrorsMethod 'negate' is not designed for extension - needs to be abstract, final or empty.72
ErrorsMissing a Javadoc comment.72
Errors'{' is not preceded with whitespace.72
ErrorsLine has trailing spaces.75
ErrorsMethod 'crossProduct' is not designed for extension - needs to be abstract, final or empty.76
ErrorsMissing a Javadoc comment.76
ErrorsParameter p should be final.76
Errors'{' is not preceded with whitespace.76
ErrorsMethod 'dotProduct' is not designed for extension - needs to be abstract, final or empty.83
ErrorsMissing a Javadoc comment.83
ErrorsParameter v should be final.83
Errors'{' is not preceded with whitespace.83
ErrorsLine has trailing spaces.86
ErrorsMethod 'length' is not designed for extension - needs to be abstract, final or empty.87
ErrorsMissing a Javadoc comment.87
Errors'{' is not preceded with whitespace.87
ErrorsLine has trailing spaces.90
ErrorsMethod 'normalize' is not designed for extension - needs to be abstract, final or empty.91
ErrorsMissing a Javadoc comment.91
Errors'{' is not preceded with whitespace.91
Errors'cast' is not followed by whitespace.92
ErrorsLine has trailing spaces.94
ErrorsLine has trailing spaces.95
ErrorsLine has trailing spaces.96
ErrorsMissing a Javadoc comment.97
ErrorsMissing a Javadoc comment.98
ErrorsMissing a Javadoc comment.99
ErrorsMissing a Javadoc comment.100
ErrorsLine has trailing spaces.101
ErrorsMissing a Javadoc comment.102
ErrorsParameter points should be final.102
Errors'{' is not preceded with whitespace.102
Errors'if' is not followed by whitespace.103
Errors'{' is not preceded with whitespace.103
ErrorsLine is longer than 80 characters.104
Errors'for' is not followed by whitespace.107
Errors';' is preceded with whitespace.107
Errors'{' is not preceded with whitespace.107
ErrorsLine has trailing spaces.112
ErrorsMethod 'equals' is not designed for extension - needs to be abstract, final or empty.113
ErrorsParameter obj should be final.114
ErrorsMethod 'hashCode' is not designed for extension - needs to be abstract, final or empty.134
Errors'3' is a magic number.136
Errors'31' is a magic number.137
Errors'31' is a magic number.138
Errors'31' is a magic number.139
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.143

cz/cuni/amis/pogamut/unreal/t3dgenerator/datatypes/package-info.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine has trailing spaces.3
ErrorsLine is longer than 80 characters.4

cz/cuni/amis/pogamut/unreal/t3dgenerator/elements/AbstractUnrealBean.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.2
ErrorsLine is longer than 80 characters.29
ErrorsMissing a Javadoc comment.30
ErrorsVariable 'className' must be private and have accessor methods.31
ErrorsMissing a Javadoc comment.32
ErrorsVariable 'name' must be private and have accessor methods.33
ErrorsMissing a Javadoc comment.35
ErrorsLine has trailing spaces.36
ErrorsLine has trailing spaces.37
ErrorsMissing a Javadoc comment.38
ErrorsParameter className should be final.38
Errors'className' hides a field.38
ErrorsMissing a Javadoc comment.42
ErrorsParameter className should be final.42
Errors'className' hides a field.42
ErrorsParameter name should be final.42
Errors'name' hides a field.42
ErrorsMethod 'getClassName' is not designed for extension - needs to be abstract, final or empty.47
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.52
ErrorsMissing a Javadoc comment.52
ErrorsLine is longer than 80 characters.57
ErrorsExpected an @return tag.61
ErrorsMethod 'getNameForReferences' is not designed for extension - needs to be abstract, final or empty.61
ErrorsMethod 'getReference' is not designed for extension - needs to be abstract, final or empty.68
ErrorsMethod 'setName' is not designed for extension - needs to be abstract, final or empty.73
ErrorsMissing a Javadoc comment.73
ErrorsParameter name should be final.73
Errors'name' hides a field.73
ErrorsLine is longer than 80 characters.78
ErrorsMethod 'setNameForReferences' is not designed for extension - needs to be abstract, final or empty.82
ErrorsParameter nameForReferences should be final.83
ErrorsExpected @param tag for 'nameForReferences'.83
ErrorsLine has trailing spaces.86

cz/cuni/amis/pogamut/unreal/t3dgenerator/elements/IUnrealReferencable.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.14
ErrorsRedundant 'public' modifier.14

cz/cuni/amis/pogamut/unreal/t3dgenerator/elements/IUnrealReferencableByName.java

ViolationMessageLine
ErrorsUnused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.DynamicReference.7
ErrorsLine is longer than 80 characters.10
ErrorsMissing a Javadoc comment.15
ErrorsRedundant 'public' modifier.15
ErrorsMissing a Javadoc comment.16
ErrorsRedundant 'public' modifier.16
ErrorsMissing a Javadoc comment.17
ErrorsRedundant 'public' modifier.17

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

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

cz/cuni/amis/pogamut/unreal/t3dgenerator/package-info.java

ViolationMessageLine
ErrorsFile does not end with a newline.0