Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
4000811

Files

FilesInfosWarningsErrors
cz/cuni/amis/pogamut/unreal/t3dgenerator/AbstractT3dGenerator.java0010
cz/cuni/amis/pogamut/unreal/t3dgenerator/DefaultT3dGenerator.java00288
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/ReflectionUtils.java00102
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+$"
87Errors Error
JavadocMethod132Errors Error
JavadocType3Errors 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
UnusedImports9Errors Error
LineLength168Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore1Errors Error
OperatorWrap0Errors Error
ParenPad0Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter15Errors Error
WhitespaceAround92Errors Error
ModifierOrder0Errors Error
RedundantModifier11Errors 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
RedundantThrows8Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension74Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor1Errors Error
InterfaceIsType0Errors Error
VisibilityModifier10Errors Error
ArrayTypeStyle0Errors Error
FinalParameters118Errors 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.12
ErrorsLine is longer than 80 characters.20
ErrorsUnused import - java.text.DecimalFormat.27
ErrorsUnused import - java.text.NumberFormat.28
ErrorsUnused import - java.util.logging.Level.34
ErrorsUnused import - java.util.logging.Logger.35
ErrorsLine is longer than 80 characters.40
ErrorsLine is longer than 80 characters.41
ErrorsLine has trailing spaces.43
ErrorsLine is longer than 80 characters.45
ErrorsLine has trailing spaces.53
ErrorsExpected an @return tag.55
ErrorsParameter indent should be final.55
ErrorsExpected @param tag for 'indent'.55
ErrorsLine is longer than 80 characters.66
ErrorsLine has trailing spaces.67
ErrorsExpected an @return tag.69
ErrorsMethod 'getPropertyNameForField' is not designed for extension - needs to be abstract, final or empty.69
ErrorsParameter f should be final.69
ErrorsExpected @param tag for 'f'.69
ErrorsParameter annotationValue should be final.69
ErrorsLine is longer than 80 characters.71
ErrorsLine is longer than 80 characters.79
ErrorsLine has trailing spaces.81
ErrorsExpected an @return tag.83
ErrorsMethod 'getTranslatedName' is not designed for extension - needs to be abstract, final or empty.83
ErrorsParameter f should be final.83
ErrorsExpected @param tag for 'f'.83
ErrorsLine is longer than 80 characters.84
ErrorsLine is longer than 80 characters.93
ErrorsLine is longer than 80 characters.94
ErrorsLine has trailing spaces.97
ErrorsLine is longer than 80 characters.99
ErrorsMethod 'preProcess' is not designed for extension - needs to be abstract, final or empty.99
ErrorsParameter unrealObject should be final.99
ErrorsExpected @param tag for 'unrealObject'.99
ErrorsParameter context should be final.99
ErrorsLine is longer than 80 characters.101
ErrorsLine is longer than 80 characters.104
ErrorsLine is longer than 80 characters.106
ErrorsLine is longer than 80 characters.118
ErrorsLine has trailing spaces.119
ErrorsExpected an @return tag.121
ErrorsLine is longer than 80 characters.121
ErrorsMethod 'getPropertyValueString' is not designed for extension - needs to be abstract, final or empty.121
ErrorsExpected @param tag for 'value'.121
ErrorsParameter escapeStrings should be final.121
ErrorsLine is longer than 80 characters.134
Errors'cast' is not followed by whitespace.142
ErrorsLine is longer than 80 characters.143
ErrorsLine is longer than 80 characters.147
ErrorsLine is longer than 80 characters.148
ErrorsLine is longer than 80 characters.150
ErrorsLine is longer than 80 characters.155
Errors'if' is not followed by whitespace.156
Errors'{' is not preceded with whitespace.156
ErrorsLine has trailing spaces.157
ErrorsLine is longer than 80 characters.157
ErrorsLine is longer than 80 characters.167
ErrorsLine is longer than 80 characters.171
ErrorsLine has trailing spaces.172
ErrorsLine is longer than 80 characters.176
ErrorsVariable 'appendedSomething' must be private and have accessor methods.178
ErrorsParameter f should be final.181
ErrorsRedundant throws: 'T3dGeneratorException' is unchecked exception.181
ErrorsLine is longer than 80 characters.187
ErrorsLine is longer than 80 characters.189
ErrorsLine is longer than 80 characters.192
ErrorsLine is longer than 80 characters.194
ErrorsLine is longer than 80 characters.202
ErrorsLine is longer than 80 characters.204
ErrorsLine is longer than 80 characters.229
ErrorsLine is longer than 80 characters.235
ErrorsLine has trailing spaces.238
ErrorsExpected an @return tag.240
ErrorsMethod 'getPropertyValueString' is not designed for extension - needs to be abstract, final or empty.240
ErrorsParameter value should be final.240
ErrorsExpected @param tag for 'value'.240
ErrorsLine is longer than 80 characters.245
ErrorsLine is longer than 80 characters.248
ErrorsLine has trailing spaces.249
ErrorsExpected an @return tag.251
ErrorsLine is longer than 80 characters.251
ErrorsMethod 'getPropertyString' is not designed for extension - needs to be abstract, final or empty.251
ErrorsParameter key should be final.251
ErrorsExpected @param tag for 'key'.251
ErrorsParameter value should be final.251
ErrorsExpected @param tag for 'value'.251
ErrorsParameter escapeStrings should be final.251
ErrorsLine is longer than 80 characters.260
ErrorsLine has trailing spaces.263
ErrorsExpected an @return tag.265
ErrorsMethod 'getPropertyString' is not designed for extension - needs to be abstract, final or empty.265
ErrorsParameter key should be final.265
ErrorsExpected @param tag for 'key'.265
ErrorsParameter value should be final.265
ErrorsExpected @param tag for 'value'.265
ErrorsLine is longer than 80 characters.272
ErrorsLine has trailing spaces.275
ErrorsLine is longer than 80 characters.277
ErrorsMethod 'generateProperty' is not designed for extension - needs to be abstract, final or empty.277
ErrorsParameter out should be final.277
ErrorsExpected @param tag for 'out'.277
ErrorsParameter indentString should be final.277
ErrorsParameter propertyName should be final.277
ErrorsExpected @param tag for 'propertyName'.277
ErrorsParameter propertyValue should be final.277
ErrorsExpected @param tag for 'propertyValue'.277
ErrorsLine is longer than 80 characters.280
ErrorsLine is longer than 80 characters.285
ErrorsLine is longer than 80 characters.288
ErrorsLine is longer than 80 characters.293
ErrorsExpected an @return tag.299
ErrorsMethod 'getProperties' is not designed for extension - needs to be abstract, final or empty.299
ErrorsExpected @param tag for 'object'.299
ErrorsLine is longer than 80 characters.302
ErrorsLine is longer than 80 characters.305
ErrorsParameter f should be final.305
ErrorsRedundant throws: 'T3dGeneratorException' is unchecked exception.305
ErrorsLine is longer than 80 characters.308
Errors'if' is not followed by whitespace.312
Errors'{' is not preceded with whitespace.312
ErrorsLine is longer than 80 characters.316
ErrorsLine is longer than 80 characters.318
ErrorsLine is longer than 80 characters.319
ErrorsLine is longer than 80 characters.320
ErrorsLine is longer than 80 characters.327
ErrorsLine is longer than 80 characters.329
ErrorsLine is longer than 80 characters.332
ErrorsLine is longer than 80 characters.338
ErrorsLine is longer than 80 characters.340
ErrorsLine is longer than 80 characters.346
Errors'{' is not preceded with whitespace.346
ErrorsParameter m should be final.349
ErrorsParameter annotation should be final.349
ErrorsLine is longer than 80 characters.350
Errors'if' is not followed by whitespace.350
Errors'{' is not preceded with whitespace.350
ErrorsLine is longer than 80 characters.351
Errors'if' is not followed by whitespace.354
Errors'{' is not preceded with whitespace.354
Errors'if' is not followed by whitespace.357
Errors'{' is not preceded with whitespace.357
ErrorsLine is longer than 80 characters.358
Errors'3' is a magic number.360
Errors'catch' is not followed by whitespace.365
Errors'{' is not preceded with whitespace.365
ErrorsLine has trailing spaces.366
ErrorsLine is longer than 80 characters.366
Errors'+' is not followed by whitespace.366
ErrorsLine has trailing spaces.369
Errors'if' is not followed by whitespace.372
Errors'{' is not preceded with whitespace.372
ErrorsLine is longer than 80 characters.373
ErrorsLine has trailing spaces.375
ErrorsLine is longer than 80 characters.378
ErrorsLine is longer than 80 characters.381
ErrorsParameter f should be final.381
ErrorsParameter fieldValue should be final.381
ErrorsParameter annotation should be final.381
ErrorsRedundant throws: 'T3dGeneratorException' is unchecked exception.381
ErrorsLine has trailing spaces.389
Errors',' is not followed by whitespace.390
ErrorsLine has trailing spaces.401
ErrorsLine is longer than 80 characters.403
ErrorsMethod 'generateProperties' is not designed for extension - needs to be abstract, final or empty.403
ErrorsParameter object should be final.403
ErrorsExpected @param tag for 'object'.403
ErrorsExpected @param tag for 'out'.403
ErrorsParameter indent should be final.403
ErrorsExpected @param tag for 'indent'.403
ErrorsLine is longer than 80 characters.407
ErrorsLine is longer than 80 characters.412
ErrorsLine is longer than 80 characters.415
ErrorsMethod 'generateHeaderProperties' is not designed for extension - needs to be abstract, final or empty.415
ErrorsParameter object should be final.415
ErrorsExpected @param tag for 'object'.415
ErrorsExpected @param tag for 'out'.415
ErrorsExpected @throws tag for 'IOException'.415
ErrorsLine is longer than 80 characters.416
ErrorsLine is longer than 80 characters.417
ErrorsLine is longer than 80 characters.420
ErrorsParameter f should be final.420
ErrorsParameter fieldValue should be final.420
ErrorsParameter annotation should be final.420
ErrorsLine is longer than 80 characters.421
ErrorsLine is longer than 80 characters.424
ErrorsLine is longer than 80 characters.425
ErrorsLine has trailing spaces.433
ErrorsExpected an @return tag.437
ErrorsMethod 'getChildren' is not designed for extension - needs to be abstract, final or empty.437
ErrorsParameter unrealObject should be final.437
ErrorsExpected @param tag for 'unrealObject'.437
ErrorsLine is longer than 80 characters.441
ErrorsLine is longer than 80 characters.444
ErrorsParameter f should be final.444
ErrorsParameter fieldValue should be final.444
ErrorsParameter annotation should be final.444
ErrorsRedundant throws: 'T3dGeneratorException' is unchecked exception.444
ErrorsLine is longer than 80 characters.446
ErrorsLine is longer than 80 characters.447
Errors'if' is not followed by whitespace.453
Errors'{' is not preceded with whitespace.453
ErrorsLine is longer than 80 characters.458
ErrorsLine is longer than 80 characters.466
ErrorsLine is longer than 80 characters.469
ErrorsParameter f should be final.469
ErrorsParameter fieldValue should be final.469
ErrorsParameter annotation should be final.469
ErrorsRedundant throws: 'T3dGeneratorException' is unchecked exception.469
ErrorsLine is longer than 80 characters.479
ErrorsLine is longer than 80 characters.482
ErrorsParameter f should be final.482
ErrorsParameter fieldValue should be final.482
ErrorsParameter annotation should be final.482
ErrorsRedundant throws: 'T3dGeneratorException' is unchecked exception.482
ErrorsFirst sentence should end with a period.496
ErrorsLine is longer than 80 characters.497
ErrorsLine has trailing spaces.501
ErrorsLine is longer than 80 characters.504
ErrorsMethod 'generateStaticText' is not designed for extension - needs to be abstract, final or empty.504
ErrorsExpected @param tag for 'object'.504
ErrorsExpected @param tag for 'out'.504
ErrorsExpected @param tag for 'indent'.504
ErrorsLine is longer than 80 characters.505
ErrorsLine is longer than 80 characters.508
ErrorsParameter f should be final.508
ErrorsParameter fieldValue should be final.508
ErrorsParameter annotation should be final.508
ErrorsLine is longer than 80 characters.517
Errors'{' is not preceded with whitespace.517
ErrorsParameter m should be final.520
ErrorsParameter annotation should be final.520
ErrorsLine is longer than 80 characters.521
Errors'if' is not followed by whitespace.521
Errors'{' is not preceded with whitespace.521
ErrorsLine is longer than 80 characters.522
Errors'cast' is not followed by whitespace.525
Errors'catch' is not followed by whitespace.526
Errors'{' is not preceded with whitespace.526
ErrorsLine has trailing spaces.527
ErrorsLine is longer than 80 characters.527
Errors'+' is not followed by whitespace.527
ErrorsLine has trailing spaces.530
ErrorsLine has trailing spaces.532
ErrorsLine has trailing spaces.539
ErrorsExpected an @return tag.542
ErrorsMethod 'getElementType' is not designed for extension - needs to be abstract, final or empty.542
ErrorsParameter unrealObject should be final.542
ErrorsExpected @param tag for 'unrealObject'.542
ErrorsLine is longer than 80 characters.543
ErrorsLine is longer than 80 characters.545
ErrorsLine is longer than 80 characters.551
ErrorsMethod 'generateT3dFromDynamicObject' is not designed for extension - needs to be abstract, final or empty.551
ErrorsMissing a Javadoc comment.551
ErrorsParameter object should be final.551
ErrorsParameter out should be final.551
ErrorsParameter indent should be final.551
ErrorsLine has trailing spaces.552
Errors'for' is not followed by whitespace.555
Errors'{' is not preceded with whitespace.555
ErrorsLine is longer than 80 characters.556
ErrorsLine has trailing spaces.558
Errors'for' is not followed by whitespace.566
Errors'{' is not preceded with whitespace.566
ErrorsLine is longer than 80 characters.567
ErrorsLine has trailing spaces.571
ErrorsLine has trailing spaces.573
ErrorsLine has trailing spaces.579
ErrorsLine is longer than 80 characters.581
ErrorsMethod 'generateT3dInternal' is not designed for extension - needs to be abstract, final or empty.581
ErrorsParameter object should be final.581
ErrorsExpected @param tag for 'object'.581
ErrorsParameter out should be final.581
ErrorsExpected @param tag for 'out'.581
ErrorsParameter indent should be final.581
ErrorsExpected @param tag for 'indent'.581
Errors'if' is not followed by whitespace.582
Errors'{' is not preceded with whitespace.582
Errors'cast' is not followed by whitespace.583
ErrorsLine has trailing spaces.607
ErrorsMethod 'generateT3d' is not designed for extension - needs to be abstract, final or empty.609
ErrorsLine is longer than 80 characters.610
ErrorsParameter elements should be final.610
ErrorsExpected @param tag for 'elements'.610
ErrorsParameter out should be final.610
ErrorsExpected @param tag for 'out'.610
ErrorsLine is longer than 80 characters.611

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/ReflectionUtils.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.14
ErrorsUtility classes should not have a public or default constructor.17
ErrorsMissing a Javadoc comment.19
ErrorsLine is longer than 80 characters.23
ErrorsMissing a Javadoc comment.23
ErrorsRedundant 'static' modifier.23
ErrorsMissing a Javadoc comment.24
ErrorsLine has trailing spaces.26
ErrorsLine is longer than 80 characters.27
ErrorsMissing a Javadoc comment.27
ErrorsRedundant 'static' modifier.27
ErrorsMissing a Javadoc comment.28
Errors',' is not followed by whitespace.28
ErrorsUnable to get class information for E.28
ErrorsMissing a Javadoc comment.31
ErrorsRedundant 'static' modifier.31
ErrorsMissing a Javadoc comment.32
ErrorsUnable to get class information for E.32
ErrorsLine is longer than 80 characters.35
ErrorsMissing a Javadoc comment.35
ErrorsParameter targetObject should be final.35
ErrorsParameter callBack should be final.35
Errors'{' is not preceded with whitespace.35
Errors',' is not followed by whitespace.36
ErrorsLine has trailing spaces.38
ErrorsLine is longer than 80 characters.39
ErrorsMissing a Javadoc comment.39
ErrorsParameter targetObject should be final.39
ErrorsParameter rootClass should be final.39
Errors',' is not followed by whitespace.39
ErrorsParameter callBack should be final.39
Errors'{' is not preceded with whitespace.39
Errors'if' is not followed by whitespace.40
Errors'{' is not preceded with whitespace.40
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.44
Errors'while' is not followed by whitespace.44
Errors'{' is not preceded with whitespace.44
Errors'for' is not followed by whitespace.45
Errors'{' is not preceded with whitespace.45
Errors'if' is not followed by whitespace.46
Errors'{' is not preceded with whitespace.46
ErrorsLine is longer than 80 characters.56
ErrorsMissing a Javadoc comment.56
ErrorsParameter targetClass should be final.56
ErrorsParameter callBack should be final.56
Errors'{' is not preceded with whitespace.56
Errors',' is not followed by whitespace.57
ErrorsLine has trailing spaces.59
ErrorsLine is longer than 80 characters.60
ErrorsMissing a Javadoc comment.60
ErrorsParameter targetClass should be final.60
ErrorsParameter rootClass should be final.60
Errors',' is not followed by whitespace.60
ErrorsParameter callBack should be final.60
Errors'{' is not preceded with whitespace.60
Errors'if' is not followed by whitespace.61
Errors'{' is not preceded with whitespace.61
ErrorsLine is longer than 80 characters.62
ErrorsLine is longer than 80 characters.65
Errors'while' is not followed by whitespace.65
Errors'{' is not preceded with whitespace.65
Errors'for' is not followed by whitespace.66
Errors'{' is not preceded with whitespace.66
ErrorsLine has trailing spaces.73
ErrorsLine is longer than 80 characters.75
ErrorsMissing a Javadoc comment.75
Errors'{' is not preceded with whitespace.75
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.79
ErrorsMissing a Javadoc comment.79
Errors'{' is not preceded with whitespace.79
ErrorsLine is longer than 80 characters.81
ErrorsParameter f should be final.84
Errors'if' is not followed by whitespace.85
Errors'{' is not preceded with whitespace.85
ErrorsLine is longer than 80 characters.88
ErrorsLine is longer than 80 characters.90
ErrorsLine is longer than 80 characters.92
ErrorsLine has trailing spaces.97
ErrorsLine has trailing spaces.100
ErrorsLine is longer than 80 characters.101
ErrorsMissing a Javadoc comment.101
Errors'{' is not preceded with whitespace.101
ErrorsLine is longer than 80 characters.102
ErrorsLine has trailing spaces.104
ErrorsLine is longer than 80 characters.105
ErrorsMissing a Javadoc comment.105
Errors'{' is not preceded with whitespace.105
Errors'if' is not followed by whitespace.107
Errors'{' is not preceded with whitespace.107
ErrorsLine is longer than 80 characters.108
ErrorsLine is longer than 80 characters.111
Errors'while' is not followed by whitespace.111
Errors'{' is not preceded with whitespace.111
Errors'for' is not followed by whitespace.112
Errors'{' is not preceded with whitespace.112
Errors'if' is not followed by whitespace.113
Errors'{' is not preceded with whitespace.113
Errors',' is not followed by whitespace.114
ErrorsLine has trailing spaces.119
ErrorsLine has trailing spaces.121

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