The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 6 | Error |
NewlineAtEndOfFile | 7 | Error |
Translation | 0 | Error |
FileLength | 0 | Error |
FileTabCharacter
| 0 | Error |
RegexpSingleline
| 347 | Error |
JavadocMethod | 550 | Error |
JavadocType | 0 | Error |
JavadocVariable | 271 | Error |
JavadocStyle | 22 | Error |
ConstantName | 1 | Error |
LocalFinalVariableName | 0 | Error |
LocalVariableName | 0 | Error |
MemberName | 0 | Error |
MethodName | 0 | Error |
PackageName | 0 | Error |
ParameterName | 1 | Error |
StaticVariableName | 0 | Error |
TypeName | 0 | Error |
AvoidStarImport | 0 | Error |
IllegalImport | 0 | Error |
RedundantImport | 6 | Error |
UnusedImports | 20 | Error |
LineLength | 329 | Error |
MethodLength | 0 | Error |
ParameterNumber | 1 | Error |
EmptyForIteratorPad | 0 | Error |
MethodParamPad | 0 | Error |
NoWhitespaceAfter | 1 | Error |
NoWhitespaceBefore | 7 | Error |
OperatorWrap | 1 | Error |
ParenPad | 1 | Error |
TypecastParenPad | 0 | Error |
WhitespaceAfter | 79 | Error |
WhitespaceAround | 210 | Error |
ModifierOrder | 0 | Error |
RedundantModifier | 8 | 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 | 204 | Error |
IllegalInstantiation | 0 | Error |
InnerAssignment | 0 | Error |
MagicNumber | 22 | Error |
MissingSwitchDefault | 0 | Error |
RedundantThrows | 6 | Error |
SimplifyBooleanExpression | 0 | Error |
SimplifyBooleanReturn | 0 | Error |
DesignForExtension | 369 | Error |
FinalClass | 0 | Error |
HideUtilityClassConstructor | 2 | Error |
InterfaceIsType | 0 | Error |
VisibilityModifier | 43 | Error |
ArrayTypeStyle | 0 | Error |
FinalParameters | 515 | Error |
TodoComment | 0 | Error |
UpperEll | 1 | Error |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 12 | |
First sentence should end with a period. | 18 | |
Line is longer than 80 characters. | 19 | |
Line has trailing spaces. | 22 | |
Method 'generateT3d' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Line is longer than 80 characters. | 25 | |
Parameter rootElement should be final. | 25 | |
Expected @param tag for 'rootElement'. | 25 | |
Parameter out should be final. | 25 | |
Expected @param tag for 'out'. | 25 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 13 | |
Line is longer than 80 characters. | 21 | |
Line is longer than 80 characters. | 37 | |
Line is longer than 80 characters. | 38 | |
Line has trailing spaces. | 40 | |
Line is longer than 80 characters. | 42 | |
Line has trailing spaces. | 50 | |
Expected an @return tag. | 52 | |
Parameter indent should be final. | 52 | |
Expected @param tag for 'indent'. | 52 | |
Line is longer than 80 characters. | 63 | |
Line has trailing spaces. | 64 | |
Expected an @return tag. | 66 | |
Method 'getPropertyNameForField' is not designed for extension - needs to be abstract, final or empty. | 66 | |
Parameter f should be final. | 66 | |
Expected @param tag for 'f'. | 66 | |
Parameter annotationValue should be final. | 66 | |
Line is longer than 80 characters. | 68 | |
Line is longer than 80 characters. | 76 | |
Line has trailing spaces. | 78 | |
Expected an @return tag. | 80 | |
Method 'getTranslatedName' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Parameter f should be final. | 80 | |
Expected @param tag for 'f'. | 80 | |
Line is longer than 80 characters. | 81 | |
Line is longer than 80 characters. | 90 | |
Line is longer than 80 characters. | 91 | |
Line has trailing spaces. | 94 | |
Line is longer than 80 characters. | 96 | |
Method 'preProcess' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Parameter unrealObject should be final. | 96 | |
Expected @param tag for 'unrealObject'. | 96 | |
Parameter context should be final. | 96 | |
Line is longer than 80 characters. | 98 | |
Line is longer than 80 characters. | 101 | |
Line is longer than 80 characters. | 103 | |
Line is longer than 80 characters. | 115 | |
Line has trailing spaces. | 116 | |
Expected an @return tag. | 118 | |
Line is longer than 80 characters. | 118 | |
Method 'getPropertyValueString' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Expected @param tag for 'value'. | 118 | |
Parameter escapeStrings should be final. | 118 | |
Line is longer than 80 characters. | 131 | |
'cast' is not followed by whitespace. | 139 | |
Line is longer than 80 characters. | 140 | |
Line is longer than 80 characters. | 144 | |
Line is longer than 80 characters. | 145 | |
Line is longer than 80 characters. | 147 | |
Line is longer than 80 characters. | 152 | |
'if' is not followed by whitespace. | 153 | |
'{' is not preceded with whitespace. | 153 | |
Line has trailing spaces. | 154 | |
Line is longer than 80 characters. | 154 | |
Line is longer than 80 characters. | 164 | |
Line is longer than 80 characters. | 168 | |
Line has trailing spaces. | 169 | |
Line is longer than 80 characters. | 173 | |
Variable 'appendedSomething' must be private and have accessor methods. | 175 | |
Parameter f should be final. | 178 | |
Redundant throws: 'T3dGeneratorException' is unchecked exception. | 178 | |
Line is longer than 80 characters. | 184 | |
Line is longer than 80 characters. | 186 | |
Line is longer than 80 characters. | 189 | |
Line is longer than 80 characters. | 191 | |
Line is longer than 80 characters. | 199 | |
Line is longer than 80 characters. | 201 | |
Line is longer than 80 characters. | 226 | |
Line is longer than 80 characters. | 232 | |
Line has trailing spaces. | 235 | |
Expected an @return tag. | 237 | |
Method 'getPropertyValueString' is not designed for extension - needs to be abstract, final or empty. | 237 | |
Parameter value should be final. | 237 | |
Expected @param tag for 'value'. | 237 | |
Line is longer than 80 characters. | 242 | |
Line is longer than 80 characters. | 245 | |
Line has trailing spaces. | 246 | |
Expected an @return tag. | 248 | |
Line is longer than 80 characters. | 248 | |
Method 'getPropertyString' is not designed for extension - needs to be abstract, final or empty. | 248 | |
Parameter key should be final. | 248 | |
Expected @param tag for 'key'. | 248 | |
Parameter value should be final. | 248 | |
Expected @param tag for 'value'. | 248 | |
Parameter escapeStrings should be final. | 248 | |
Line is longer than 80 characters. | 257 | |
Line has trailing spaces. | 260 | |
Expected an @return tag. | 262 | |
Method 'getPropertyString' is not designed for extension - needs to be abstract, final or empty. | 262 | |
Parameter key should be final. | 262 | |
Expected @param tag for 'key'. | 262 | |
Parameter value should be final. | 262 | |
Expected @param tag for 'value'. | 262 | |
Line is longer than 80 characters. | 269 | |
Line has trailing spaces. | 272 | |
Line is longer than 80 characters. | 274 | |
Method 'generateProperty' is not designed for extension - needs to be abstract, final or empty. | 274 | |
Parameter out should be final. | 274 | |
Expected @param tag for 'out'. | 274 | |
Parameter indentString should be final. | 274 | |
Parameter propertyName should be final. | 274 | |
Expected @param tag for 'propertyName'. | 274 | |
Parameter propertyValue should be final. | 274 | |
Expected @param tag for 'propertyValue'. | 274 | |
Line is longer than 80 characters. | 277 | |
Line is longer than 80 characters. | 282 | |
Line is longer than 80 characters. | 285 | |
Line is longer than 80 characters. | 290 | |
Expected an @return tag. | 296 | |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 296 | |
Expected @param tag for 'object'. | 296 | |
Line is longer than 80 characters. | 299 | |
Line is longer than 80 characters. | 302 | |
Parameter f should be final. | 302 | |
Redundant throws: 'T3dGeneratorException' is unchecked exception. | 302 | |
Line is longer than 80 characters. | 305 | |
'if' is not followed by whitespace. | 309 | |
'{' is not preceded with whitespace. | 309 | |
Line is longer than 80 characters. | 313 | |
Line is longer than 80 characters. | 315 | |
Line is longer than 80 characters. | 316 | |
Line is longer than 80 characters. | 317 | |
Line is longer than 80 characters. | 324 | |
Line is longer than 80 characters. | 326 | |
Line is longer than 80 characters. | 329 | |
Line is longer than 80 characters. | 335 | |
Line is longer than 80 characters. | 337 | |
Line is longer than 80 characters. | 343 | |
'{' is not preceded with whitespace. | 343 | |
Parameter m should be final. | 346 | |
Parameter annotation should be final. | 346 | |
Line is longer than 80 characters. | 347 | |
'if' is not followed by whitespace. | 347 | |
'{' is not preceded with whitespace. | 347 | |
Line is longer than 80 characters. | 348 | |
'if' is not followed by whitespace. | 351 | |
'{' is not preceded with whitespace. | 351 | |
'if' is not followed by whitespace. | 354 | |
'{' is not preceded with whitespace. | 354 | |
Line is longer than 80 characters. | 355 | |
'3' is a magic number. | 357 | |
'catch' is not followed by whitespace. | 362 | |
'{' is not preceded with whitespace. | 362 | |
Line has trailing spaces. | 363 | |
Line is longer than 80 characters. | 363 | |
'+' is not followed by whitespace. | 363 | |
Line has trailing spaces. | 366 | |
'if' is not followed by whitespace. | 369 | |
'{' is not preceded with whitespace. | 369 | |
Line is longer than 80 characters. | 370 | |
Line has trailing spaces. | 372 | |
Line is longer than 80 characters. | 375 | |
Line is longer than 80 characters. | 378 | |
Parameter f should be final. | 378 | |
Parameter fieldValue should be final. | 378 | |
Parameter annotation should be final. | 378 | |
Redundant throws: 'T3dGeneratorException' is unchecked exception. | 378 | |
Line has trailing spaces. | 386 | |
',' is not followed by whitespace. | 387 | |
Line has trailing spaces. | 398 | |
Line is longer than 80 characters. | 400 | |
Method 'generateProperties' is not designed for extension - needs to be abstract, final or empty. | 400 | |
Parameter object should be final. | 400 | |
Expected @param tag for 'object'. | 400 | |
Expected @param tag for 'out'. | 400 | |
Parameter indent should be final. | 400 | |
Expected @param tag for 'indent'. | 400 | |
Line is longer than 80 characters. | 404 | |
Line is longer than 80 characters. | 409 | |
Line is longer than 80 characters. | 412 | |
Method 'generateHeaderProperties' is not designed for extension - needs to be abstract, final or empty. | 412 | |
Parameter object should be final. | 412 | |
Expected @param tag for 'object'. | 412 | |
Expected @param tag for 'out'. | 412 | |
Expected @throws tag for 'IOException'. | 412 | |
Line is longer than 80 characters. | 413 | |
Line is longer than 80 characters. | 414 | |
Line is longer than 80 characters. | 417 | |
Parameter f should be final. | 417 | |
Parameter fieldValue should be final. | 417 | |
Parameter annotation should be final. | 417 | |
Line is longer than 80 characters. | 418 | |
Line is longer than 80 characters. | 421 | |
Line is longer than 80 characters. | 422 | |
Line has trailing spaces. | 430 | |
Expected an @return tag. | 434 | |
Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. | 434 | |
Parameter unrealObject should be final. | 434 | |
Expected @param tag for 'unrealObject'. | 434 | |
Line is longer than 80 characters. | 438 | |
Line is longer than 80 characters. | 441 | |
Parameter f should be final. | 441 | |
Parameter fieldValue should be final. | 441 | |
Parameter annotation should be final. | 441 | |
Redundant throws: 'T3dGeneratorException' is unchecked exception. | 441 | |
Line is longer than 80 characters. | 443 | |
Line is longer than 80 characters. | 444 | |
'if' is not followed by whitespace. | 450 | |
'{' is not preceded with whitespace. | 450 | |
Line is longer than 80 characters. | 455 | |
Line is longer than 80 characters. | 463 | |
Line is longer than 80 characters. | 466 | |
Parameter f should be final. | 466 | |
Parameter fieldValue should be final. | 466 | |
Parameter annotation should be final. | 466 | |
Redundant throws: 'T3dGeneratorException' is unchecked exception. | 466 | |
Line is longer than 80 characters. | 476 | |
Line is longer than 80 characters. | 479 | |
Parameter f should be final. | 479 | |
Parameter fieldValue should be final. | 479 | |
Parameter annotation should be final. | 479 | |
Redundant throws: 'T3dGeneratorException' is unchecked exception. | 479 | |
First sentence should end with a period. | 493 | |
Line is longer than 80 characters. | 494 | |
Line has trailing spaces. | 498 | |
Line is longer than 80 characters. | 501 | |
Method 'generateStaticText' is not designed for extension - needs to be abstract, final or empty. | 501 | |
Expected @param tag for 'object'. | 501 | |
Expected @param tag for 'out'. | 501 | |
Expected @param tag for 'indent'. | 501 | |
Line is longer than 80 characters. | 502 | |
Line is longer than 80 characters. | 505 | |
Parameter f should be final. | 505 | |
Parameter fieldValue should be final. | 505 | |
Parameter annotation should be final. | 505 | |
Line is longer than 80 characters. | 514 | |
'{' is not preceded with whitespace. | 514 | |
Parameter m should be final. | 517 | |
Parameter annotation should be final. | 517 | |
Line is longer than 80 characters. | 518 | |
'if' is not followed by whitespace. | 518 | |
'{' is not preceded with whitespace. | 518 | |
Line is longer than 80 characters. | 519 | |
'cast' is not followed by whitespace. | 522 | |
'catch' is not followed by whitespace. | 523 | |
'{' is not preceded with whitespace. | 523 | |
Line has trailing spaces. | 524 | |
Line is longer than 80 characters. | 524 | |
'+' is not followed by whitespace. | 524 | |
Line has trailing spaces. | 527 | |
Line has trailing spaces. | 529 | |
Line has trailing spaces. | 536 | |
Expected an @return tag. | 539 | |
Method 'getElementType' is not designed for extension - needs to be abstract, final or empty. | 539 | |
Parameter unrealObject should be final. | 539 | |
Expected @param tag for 'unrealObject'. | 539 | |
Line is longer than 80 characters. | 540 | |
Line is longer than 80 characters. | 542 | |
Line is longer than 80 characters. | 548 | |
Method 'generateT3dFromDynamicObject' is not designed for extension - needs to be abstract, final or empty. | 548 | |
Missing a Javadoc comment. | 548 | |
Parameter object should be final. | 548 | |
Parameter out should be final. | 548 | |
Parameter indent should be final. | 548 | |
Line has trailing spaces. | 549 | |
'for' is not followed by whitespace. | 552 | |
'{' is not preceded with whitespace. | 552 | |
Line is longer than 80 characters. | 553 | |
Line has trailing spaces. | 555 | |
'for' is not followed by whitespace. | 563 | |
'{' is not preceded with whitespace. | 563 | |
Line is longer than 80 characters. | 564 | |
Line has trailing spaces. | 568 | |
Line has trailing spaces. | 570 | |
Line has trailing spaces. | 576 | |
Line is longer than 80 characters. | 578 | |
Method 'generateT3dInternal' is not designed for extension - needs to be abstract, final or empty. | 578 | |
Parameter object should be final. | 578 | |
Expected @param tag for 'object'. | 578 | |
Parameter out should be final. | 578 | |
Expected @param tag for 'out'. | 578 | |
Parameter indent should be final. | 578 | |
Expected @param tag for 'indent'. | 578 | |
'if' is not followed by whitespace. | 579 | |
'{' is not preceded with whitespace. | 579 | |
'cast' is not followed by whitespace. | 580 | |
Line has trailing spaces. | 604 | |
Method 'generateT3d' is not designed for extension - needs to be abstract, final or empty. | 606 | |
Line is longer than 80 characters. | 607 | |
Parameter elements should be final. | 607 | |
Expected @param tag for 'elements'. | 607 | |
Parameter out should be final. | 607 | |
Expected @param tag for 'out'. | 607 | |
Line is longer than 80 characters. | 608 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 13 | |
Missing a Javadoc comment. | 15 | |
Parameter namingFactory should be final. | 15 | |
'namingFactory' hides a field. | 15 | |
Method 'getNamingFactory' is not designed for extension - needs to be abstract, final or empty. | 19 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 | |
Missing a Javadoc comment. | 33 | |
Missing a Javadoc comment. | 35 | |
Parameter beanType should be final. | 35 | |
'beanType' hides a field. | 35 | |
Method 'getBeanType' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Line has trailing spaces. | 45 | |
Method 'getHeaderFields' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Missing a Javadoc comment. | 47 | |
Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Method 'addChildren' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter children should be final. | 60 | |
'children' hides a field. | 60 | |
Line has trailing spaces. | 63 | |
Method 'addChild' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter child should be final. | 64 | |
Line has trailing spaces. | 67 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 9 | |
Line has trailing spaces. | 16 | |
Expected an @return tag. | 18 | |
Redundant 'public' modifier. | 18 | |
Expected @param tag for 'objectClass'. | 18 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 17 | |
Missing a Javadoc comment. | 17 | |
Redundant 'public' modifier. | 17 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 18 | |
Redundant 'public' modifier. | 18 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 13 | |
Redundant 'public' modifier. | 13 |
Violation | Message | Line |
---|---|---|
'{' is not preceded with whitespace. | 13 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 18 | |
Parameter message should be final. | 18 | |
Missing a Javadoc comment. | 22 | |
Parameter message should be final. | 22 | |
Parameter cause should be final. | 22 | |
Missing a Javadoc comment. | 26 | |
Parameter cause should be final. | 26 | |
Line has trailing spaces. | 29 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 11 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 18 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 24 | |
Parameter objectClass should be final. | 25 | |
'if' is not followed by whitespace. | 26 | |
'{' is not preceded with whitespace. | 26 | |
',' is not followed by whitespace. | 27 |
Violation | Message | Line |
---|---|---|
'{' is not preceded with whitespace. | 12 | |
Missing a Javadoc comment. | 14 | |
Parameter cause should be final. | 14 | |
Missing a Javadoc comment. | 18 | |
Parameter message should be final. | 18 | |
Parameter cause should be final. | 18 | |
Missing a Javadoc comment. | 22 | |
Parameter message should be final. | 22 | |
Missing a Javadoc comment. | 26 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
First sentence should end with a period. | 24 | |
'}' is not preceded with whitespace. | 29 | |
Line has trailing spaces. | 33 | |
Line has trailing spaces. | 35 | |
Line has trailing spaces. | 36 | |
First sentence should end with a period. | 37 | |
Line has trailing spaces. | 39 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 18 | |
'}' is not preceded with whitespace. | 22 | |
Line has trailing spaces. | 26 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
'}' is not preceded with whitespace. | 19 | |
Line has trailing spaces. | 22 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 24 |
Violation | Message | Line |
---|---|---|
Unused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.IUnrealReferencable. | 8 | |
Line has trailing spaces. | 15 | |
Line is longer than 80 characters. | 16 |
Violation | Message | Line |
---|---|---|
Unused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.IUnrealReferencable. | 8 | |
Line has trailing spaces. | 16 | |
Line is longer than 80 characters. | 17 | |
Line is longer than 80 characters. | 25 | |
Line has trailing spaces. | 27 |
Violation | Message | Line |
---|---|---|
Unused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.IUnrealReferencable. | 8 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 17 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 26 | |
Line is longer than 80 characters. | 27 | |
Line is longer than 80 characters. | 28 | |
Line has trailing spaces. | 32 | |
'}' is not preceded with whitespace. | 32 | |
Line is longer than 80 characters. | 35 | |
Line has trailing spaces. | 36 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 24 | |
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 27 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 14 | |
Line is longer than 80 characters. | 15 | |
Line is longer than 80 characters. | 16 | |
'}' is not preceded with whitespace. | 20 | |
Line has trailing spaces. | 23 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
First sentence should end with a period. | 1 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
Missing a Javadoc comment. | 21 | |
Parameter r should be final. | 21 | |
'r' hides a field. | 21 | |
Parameter g should be final. | 21 | |
'g' hides a field. | 21 | |
Parameter b should be final. | 21 | |
'b' hides a field. | 21 | |
Parameter a should be final. | 21 | |
'a' hides a field. | 21 | |
Method 'getA' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Method 'getB' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Method 'getG' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Method 'getR' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Line has trailing spaces. | 44 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 8 | |
Line has trailing spaces. | 13 | |
Line is longer than 80 characters. | 13 | |
'{' is not preceded with whitespace. | 17 | |
Missing a Javadoc comment. | 19 | |
Variable 'targetElement' must be private and have accessor methods. | 19 | |
Missing a Javadoc comment. | 21 | |
Parameter targetElement should be final. | 21 | |
'targetElement' hides a field. | 21 | |
Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Method 'getReferenceTarget' is not designed for extension - needs to be abstract, final or empty. | 31 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Unused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.annotations.EnumValue. | 19 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 12 | |
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 19 | |
First sentence should end with a period. | 21 | |
Missing a Javadoc comment. | 27 | |
Parameter initialized should be final. | 27 | |
'initialized' hides a field. | 27 | |
Parameter dynamic should be final. | 27 | |
'dynamic' hides a field. | 27 | |
Missing a Javadoc comment. | 32 | |
Line is longer than 80 characters. | 35 | |
Missing a Javadoc comment. | 35 | |
Parameter initialized should be final. | 35 | |
'initialized' hides a field. | 35 | |
Parameter dynamic should be final. | 35 | |
'dynamic' hides a field. | 35 | |
Parameter Static should be final. | 35 | |
Name 'Static' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
Method 'getDynamic' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Method 'getInitialized' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Method 'getStaticChannel' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Line has trailing spaces. | 57 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 12 | |
Missing a Javadoc comment. | 16 | |
Variable 'indirectLightingScale' must be private and have accessor methods. | 16 | |
Line has trailing spaces. | 17 | |
Missing a Javadoc comment. | 17 | |
Variable 'indirectLightingSaturation' must be private and have accessor methods. | 17 | |
Missing a Javadoc comment. | 18 | |
Variable 'shadowExponent' must be private and have accessor methods. | 18 | |
Line is longer than 80 characters. | 20 | |
Missing a Javadoc comment. | 20 | |
Parameter indirectLightingScale should be final. | 20 | |
'indirectLightingScale' hides a field. | 20 | |
Parameter indirectLightingSaturation should be final. | 20 | |
'indirectLightingSaturation' hides a field. | 20 | |
Parameter shadowExponent should be final. | 20 | |
'shadowExponent' hides a field. | 20 | |
Method 'getIndirectLightingSaturation' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Missing a Javadoc comment. | 26 | |
Method 'getIndirectLightingScale' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Method 'getShadowExponent' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 | |
Line has trailing spaces. | 37 | |
Line has trailing spaces. | 38 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 12 | |
'{' is not preceded with whitespace. | 15 | |
Missing a Javadoc comment. | 16 | |
Line is longer than 80 characters. | 18 | |
Missing a Javadoc comment. | 18 | |
Parameter lightSourceRadius should be final. | 18 | |
'lightSourceRadius' hides a field. | 18 | |
Parameter indirectLightingScale should be final. | 18 | |
Parameter indirectLightingSaturation should be final. | 18 | |
Parameter shadowExponent should be final. | 18 | |
Line is longer than 80 characters. | 19 | |
Method 'getLightSourceRadius' is not designed for extension - needs to be abstract, final or empty. | 23 | |
Missing a Javadoc comment. | 23 | |
Line has trailing spaces. | 25 | |
Line has trailing spaces. | 26 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 15 | |
Method 'getReferenceTarget' is not designed for extension - needs to be abstract, final or empty. | 20 | |
Method 'toReferenceString' is not designed for extension - needs to be abstract, final or empty. | 25 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 17 | |
Missing a Javadoc comment. | 18 | |
Missing a Javadoc comment. | 20 | |
Parameter pitch should be final. | 20 | |
'pitch' hides a field. | 20 | |
Parameter yaw should be final. | 20 | |
'yaw' hides a field. | 20 | |
Parameter roll should be final. | 20 | |
'roll' hides a field. | 20 | |
Method 'getPitch' is not designed for extension - needs to be abstract, final or empty. | 26 | |
Missing a Javadoc comment. | 26 | |
Method 'getRoll' is not designed for extension - needs to be abstract, final or empty. | 30 | |
Missing a Javadoc comment. | 30 | |
Method 'getYaw' is not designed for extension - needs to be abstract, final or empty. | 34 | |
Missing a Javadoc comment. | 34 |
Violation | Message | Line |
---|---|---|
Line has trailing spaces. | 9 | |
'{' is not preceded with whitespace. | 14 | |
Missing a Javadoc comment. | 15 | |
Missing a Javadoc comment. | 16 | |
Missing a Javadoc comment. | 18 | |
Parameter className should be final. | 18 | |
'className' hides a field. | 18 | |
Parameter referenceTarget should be final. | 18 | |
'referenceTarget' hides a field. | 18 | |
Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 25 | |
Method 'getReferenceTarget' is not designed for extension - needs to be abstract, final or empty. | 30 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 14 | |
Missing a Javadoc comment. | 16 | |
Method 'toReferenceString' is not designed for extension - needs to be abstract, final or empty. | 19 | |
Missing a Javadoc comment. | 19 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 23 | |
Line has trailing spaces. | 26 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 16 | |
Variable 'x' must be private and have accessor methods. | 16 | |
Missing a Javadoc comment. | 17 | |
Variable 'y' must be private and have accessor methods. | 17 | |
Missing a Javadoc comment. | 18 | |
Variable 'z' must be private and have accessor methods. | 18 | |
Missing a Javadoc comment. | 20 | |
Parameter x should be final. | 20 | |
'x' hides a field. | 20 | |
Parameter y should be final. | 20 | |
'y' hides a field. | 20 | |
Parameter z should be final. | 20 | |
'z' hides a field. | 20 | |
Method 'getX' is not designed for extension - needs to be abstract, final or empty. | 28 | |
Missing a Javadoc comment. | 28 | |
Method 'getY' is not designed for extension - needs to be abstract, final or empty. | 32 | |
Missing a Javadoc comment. | 32 | |
Method 'getZ' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Method 'multiply' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Parameter a should be final. | 40 | |
'{' is not preceded with whitespace. | 40 | |
Method 'divide' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter a should be final. | 44 | |
'{' is not preceded with whitespace. | 44 | |
Method 'add' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter p should be final. | 48 | |
'{' is not preceded with whitespace. | 48 | |
Method 'subtract' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter p should be final. | 52 | |
'{' is not preceded with whitespace. | 52 | |
Line has trailing spaces. | 55 | |
Method 'negateX' is not designed for extension - needs to be abstract, final or empty. | 57 | |
Missing a Javadoc comment. | 57 | |
'{' is not preceded with whitespace. | 57 | |
',' is not followed by whitespace. | 58 | |
Method 'negateY' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
'{' is not preceded with whitespace. | 60 | |
',' is not followed by whitespace. | 61 | |
Line has trailing spaces. | 63 | |
Method 'negateXandY' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
'{' is not preceded with whitespace. | 64 | |
',' is not followed by whitespace. | 65 | |
Line has trailing spaces. | 67 | |
Method 'switchXandY' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
'{' is not preceded with whitespace. | 68 | |
Line has trailing spaces. | 69 | |
Line has trailing spaces. | 71 | |
Method 'negate' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
'{' is not preceded with whitespace. | 72 | |
Line has trailing spaces. | 75 | |
Method 'crossProduct' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter p should be final. | 76 | |
'{' is not preceded with whitespace. | 76 | |
Method 'dotProduct' is not designed for extension - needs to be abstract, final or empty. | 83 | |
Missing a Javadoc comment. | 83 | |
Parameter v should be final. | 83 | |
'{' is not preceded with whitespace. | 83 | |
Line has trailing spaces. | 86 | |
Method 'length' is not designed for extension - needs to be abstract, final or empty. | 87 | |
Missing a Javadoc comment. | 87 | |
'{' is not preceded with whitespace. | 87 | |
Line has trailing spaces. | 90 | |
Method 'normalize' is not designed for extension - needs to be abstract, final or empty. | 91 | |
Missing a Javadoc comment. | 91 | |
'{' is not preceded with whitespace. | 91 | |
'cast' is not followed by whitespace. | 92 | |
Line has trailing spaces. | 94 | |
Line has trailing spaces. | 95 | |
Line has trailing spaces. | 96 | |
Missing a Javadoc comment. | 97 | |
Missing a Javadoc comment. | 98 | |
Missing a Javadoc comment. | 99 | |
Missing a Javadoc comment. | 100 | |
Line has trailing spaces. | 101 | |
Missing a Javadoc comment. | 102 | |
Parameter points should be final. | 102 | |
'{' is not preceded with whitespace. | 102 | |
'if' is not followed by whitespace. | 103 | |
'{' is not preceded with whitespace. | 103 | |
Line is longer than 80 characters. | 104 | |
'for' is not followed by whitespace. | 107 | |
';' is preceded with whitespace. | 107 | |
'{' is not preceded with whitespace. | 107 | |
Line has trailing spaces. | 112 | |
Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 113 | |
Parameter obj should be final. | 114 | |
Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 134 | |
'3' is a magic number. | 136 | |
'31' is a magic number. | 137 | |
'31' is a magic number. | 138 | |
'31' is a magic number. | 139 | |
Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 143 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line has trailing spaces. | 3 | |
Line is longer than 80 characters. | 4 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 30 | |
Variable 'className' must be private and have accessor methods. | 31 | |
Missing a Javadoc comment. | 32 | |
Variable 'name' must be private and have accessor methods. | 33 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 37 | |
Missing a Javadoc comment. | 38 | |
Parameter className should be final. | 38 | |
'className' hides a field. | 38 | |
Missing a Javadoc comment. | 42 | |
Parameter className should be final. | 42 | |
'className' hides a field. | 42 | |
Parameter name should be final. | 42 | |
'name' hides a field. | 42 | |
Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 47 | |
Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Line is longer than 80 characters. | 57 | |
Expected an @return tag. | 61 | |
Method 'getNameForReferences' is not designed for extension - needs to be abstract, final or empty. | 61 | |
Method 'getReference' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 73 | |
Missing a Javadoc comment. | 73 | |
Parameter name should be final. | 73 | |
'name' hides a field. | 73 | |
Line is longer than 80 characters. | 78 | |
Method 'setNameForReferences' is not designed for extension - needs to be abstract, final or empty. | 82 | |
Parameter nameForReferences should be final. | 83 | |
Expected @param tag for 'nameForReferences'. | 83 | |
Line has trailing spaces. | 86 |
Violation | Message | Line |
---|---|---|
Missing a Javadoc comment. | 14 | |
Redundant 'public' modifier. | 14 |
Violation | Message | Line |
---|---|---|
Unused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.DynamicReference. | 7 | |
Line is longer than 80 characters. | 10 | |
Missing a Javadoc comment. | 15 | |
Redundant 'public' modifier. | 15 | |
Missing a Javadoc comment. | 16 | |
Redundant 'public' modifier. | 16 | |
Missing a Javadoc comment. | 17 | |
Redundant 'public' modifier. | 17 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 |
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 |
Violation | Message | Line |
---|---|---|
File does not end with a newline. | 0 | |
Line is longer than 80 characters. | 2 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Unused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.ECSGOperation. | 8 | |
Unused import - java.util.logging.Level. | 16 | |
Utility classes should not have a public or default constructor. | 22 | |
Line is longer than 80 characters. | 25 | |
Line has trailing spaces. | 28 | |
Expected an @return tag. | 30 | |
Line is longer than 80 characters. | 30 | |
Parameter mapName should be final. | 30 | |
Expected @param tag for 'mapName'. | 30 | |
Parameter actors should be final. | 30 | |
Expected @param tag for 'actors'. | 30 | |
'{' is not preceded with whitespace. | 30 | |
Line has trailing spaces. | 35 | |
Line is longer than 80 characters. | 38 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 40 | |
Expected an @return tag. | 41 | |
Line is longer than 80 characters. | 41 | |
Parameter mapName should be final. | 41 | |
Expected @param tag for 'mapName'. | 41 | |
Parameter actors should be final. | 41 | |
Expected @param tag for 'actors'. | 41 | |
Parameter killZ should be final. | 41 | |
'{' is not preceded with whitespace. | 41 | |
Line is longer than 80 characters. | 42 | |
Line is longer than 80 characters. | 43 | |
'256' is a magic number. | 43 | |
Line is longer than 80 characters. | 44 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 26 | |
Line has trailing spaces. | 27 | |
Missing a Javadoc comment. | 27 | |
Line has trailing spaces. | 28 | |
',' is not followed by whitespace. | 28 | |
Missing a Javadoc comment. | 28 | |
Line has trailing spaces. | 29 | |
',' is not followed by whitespace. | 29 | |
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 30 | |
',' is not followed by whitespace. | 30 | |
Missing a Javadoc comment. | 30 | |
Line has trailing spaces. | 31 | |
',' is not followed by whitespace. | 31 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 32 | |
',' is not followed by whitespace. | 32 | |
Missing a Javadoc comment. | 32 | |
Line has trailing spaces. | 33 | |
',' is not followed by whitespace. | 33 | |
Missing a Javadoc comment. | 33 | |
Line has trailing spaces. | 34 | |
',' is not followed by whitespace. | 34 | |
Missing a Javadoc comment. | 34 | |
Line has trailing spaces. | 35 | |
',' is not followed by whitespace. | 35 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 36 | |
',' is not followed by whitespace. | 36 | |
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 37 | |
',' is not followed by whitespace. | 37 | |
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 38 | |
',' is not followed by whitespace. | 38 | |
Missing a Javadoc comment. | 38 | |
Line has trailing spaces. | 39 | |
',' is not followed by whitespace. | 39 | |
Missing a Javadoc comment. | 39 | |
Line has trailing spaces. | 40 | |
',' is not followed by whitespace. | 40 | |
Missing a Javadoc comment. | 40 | |
Line has trailing spaces. | 41 | |
',' is not followed by whitespace. | 41 | |
Missing a Javadoc comment. | 41 | |
Line has trailing spaces. | 42 | |
',' is not followed by whitespace. | 42 | |
Missing a Javadoc comment. | 42 | |
Line has trailing spaces. | 43 | |
',' is not followed by whitespace. | 43 | |
Missing a Javadoc comment. | 43 | |
Line has trailing spaces. | 44 | |
',' is not followed by whitespace. | 44 | |
Missing a Javadoc comment. | 44 | |
Line has trailing spaces. | 45 | |
',' is not followed by whitespace. | 45 | |
Missing a Javadoc comment. | 45 | |
Line has trailing spaces. | 46 | |
',' is not followed by whitespace. | 46 | |
Missing a Javadoc comment. | 46 | |
Line has trailing spaces. | 47 | |
',' is not followed by whitespace. | 47 | |
Missing a Javadoc comment. | 47 | |
Line has trailing spaces. | 48 | |
',' is not followed by whitespace. | 48 | |
Missing a Javadoc comment. | 48 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 27 | |
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 28 | |
Line has trailing spaces. | 29 | |
',' is not followed by whitespace. | 29 | |
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 30 | |
',' is not followed by whitespace. | 30 | |
Missing a Javadoc comment. | 30 | |
Line has trailing spaces. | 31 | |
',' is not followed by whitespace. | 31 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 32 | |
',' is not followed by whitespace. | 32 | |
Missing a Javadoc comment. | 32 | |
Line has trailing spaces. | 33 | |
',' is not followed by whitespace. | 33 | |
Missing a Javadoc comment. | 33 | |
Line has trailing spaces. | 34 | |
',' is not followed by whitespace. | 34 | |
Missing a Javadoc comment. | 34 | |
Line has trailing spaces. | 35 | |
',' is not followed by whitespace. | 35 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 36 | |
',' is not followed by whitespace. | 36 | |
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 37 | |
',' is not followed by whitespace. | 37 | |
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 38 | |
',' is not followed by whitespace. | 38 | |
Missing a Javadoc comment. | 38 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
Line is longer than 80 characters. | 2 | |
Unused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.annotations.EnumValue. | 19 | |
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 28 | |
Line has trailing spaces. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Missing a Javadoc comment. | 32 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 28 | |
Line has trailing spaces. | 29 | |
',' is not followed by whitespace. | 29 | |
Missing a Javadoc comment. | 29 | |
Line has trailing spaces. | 30 | |
',' is not followed by whitespace. | 30 | |
Missing a Javadoc comment. | 30 | |
Line has trailing spaces. | 31 | |
',' is not followed by whitespace. | 31 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 32 | |
',' is not followed by whitespace. | 32 | |
Missing a Javadoc comment. | 32 | |
Line has trailing spaces. | 33 | |
',' is not followed by whitespace. | 33 | |
Missing a Javadoc comment. | 33 | |
Line has trailing spaces. | 34 | |
',' is not followed by whitespace. | 34 | |
Missing a Javadoc comment. | 34 | |
Line has trailing spaces. | 35 | |
',' is not followed by whitespace. | 35 | |
Missing a Javadoc comment. | 35 | |
Line has trailing spaces. | 36 | |
',' is not followed by whitespace. | 36 | |
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 37 | |
',' is not followed by whitespace. | 37 | |
Missing a Javadoc comment. | 37 | |
Line has trailing spaces. | 38 | |
',' is not followed by whitespace. | 38 | |
Missing a Javadoc comment. | 38 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 32 | |
Parameter scale should be final. | 32 | |
'scale' hides a field. | 32 | |
Parameter sheerRate should be final. | 32 | |
'sheerRate' hides a field. | 32 | |
Parameter sheerAxis should be final. | 32 | |
'sheerAxis' hides a field. | 32 | |
Line has trailing spaces. | 38 | |
Line has trailing spaces. | 39 | |
Method 'getScale' is not designed for extension - needs to be abstract, final or empty. | 40 | |
Missing a Javadoc comment. | 40 | |
Method 'setScale' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Parameter scale should be final. | 44 | |
'scale' hides a field. | 44 | |
Method 'getSheerRate' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Method 'setSheerRate' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Parameter sheerRate should be final. | 52 | |
'sheerRate' hides a field. | 52 | |
Method 'getSheerAxis' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Method 'setSheerAxis' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Parameter sheerAxis should be final. | 60 | |
'sheerAxis' hides a field. | 60 | |
Line has trailing spaces. | 63 | |
Line has trailing spaces. | 64 |
Violation | Message | Line |
---|---|---|
First sentence should end with a period. | 14 | |
Line is longer than 80 characters. | 17 | |
Missing a Javadoc comment. | 22 | |
Missing a Javadoc comment. | 23 | |
Missing a Javadoc comment. | 24 | |
Line has trailing spaces. | 25 | |
Missing a Javadoc comment. | 26 | |
Missing a Javadoc comment. | 27 | |
Missing a Javadoc comment. | 28 | |
Missing a Javadoc comment. | 29 | |
Missing a Javadoc comment. | 30 | |
Missing a Javadoc comment. | 31 | |
Line has trailing spaces. | 32 | |
Missing a Javadoc comment. | 34 | |
Parameter className should be final. | 34 | |
'{' is not preceded with whitespace. | 34 | |
Missing a Javadoc comment. | 39 | |
Parameter className should be final. | 39 | |
Parameter name should be final. | 39 | |
',' is not followed by whitespace. | 40 | |
Method 'getLocation' is not designed for extension - needs to be abstract, final or empty. | 44 | |
Missing a Javadoc comment. | 44 | |
Method 'setLocation' is not designed for extension - needs to be abstract, final or empty. | 48 | |
Missing a Javadoc comment. | 48 | |
Parameter location should be final. | 48 | |
'location' hides a field. | 48 | |
Method 'getRotation' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Method 'setRotation' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter rotation should be final. | 56 | |
'rotation' hides a field. | 56 | |
Method 'getTag' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Method 'setTag' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter tag should be final. | 64 | |
'tag' hides a field. | 64 | |
Method 'getBlockActors' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Method 'setBlockActors' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Parameter blockActors should be final. | 72 | |
'blockActors' hides a field. | 72 | |
Method 'getBlockPlayers' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Method 'setBlockPlayers' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter blockPlayers should be final. | 80 | |
'blockPlayers' hides a field. | 80 | |
Method 'getCollideActors' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Method 'setCollideActors' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Parameter collideActors should be final. | 88 | |
'collideActors' hides a field. | 88 | |
Method 'getCollideWorld' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Method 'setCollideWorld' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
Parameter collideWorld should be final. | 96 | |
'collideWorld' hides a field. | 96 | |
Method 'getPathColliding' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Method 'setPathColliding' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
Parameter pathColliding should be final. | 104 | |
'pathColliding' hides a field. | 104 | |
Method 'getSurfaceType' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Missing a Javadoc comment. | 108 | |
Method 'setSurfaceType' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Parameter surfaceType should be final. | 112 | |
'surfaceType' hides a field. | 112 |
Violation | Message | Line |
---|---|---|
Missing package-info.java file. | 0 | |
First sentence should end with a period. | 11 | |
Line has trailing spaces. | 17 | |
Missing a Javadoc comment. | 18 | |
Parameter className should be final. | 18 | |
'{' is not preceded with whitespace. | 18 | |
Line has trailing spaces. | 19 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Unused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.annotations.UnrealChild. | 20 | |
Line is longer than 80 characters. | 21 | |
'{' is not preceded with whitespace. | 31 | |
Missing a Javadoc comment. | 33 | |
'=' is not preceded with whitespace. | 33 | |
'=' is not followed by whitespace. | 33 | |
Line has trailing spaces. | 35 | |
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 39 | |
Line has trailing spaces. | 40 | |
Method 'getPolygons' is not designed for extension - needs to be abstract, final or empty. | 41 | |
Missing a Javadoc comment. | 41 | |
Line has trailing spaces. | 44 | |
Method 'addPolygon' is not designed for extension - needs to be abstract, final or empty. | 45 | |
Missing a Javadoc comment. | 45 | |
Parameter polygon should be final. | 45 | |
'{' is not preceded with whitespace. | 45 | |
Line has trailing spaces. | 48 | |
Line has trailing spaces. | 49 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 14 | |
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 37 | |
Missing a Javadoc comment. | 38 | |
Line has trailing spaces. | 40 | |
Missing a Javadoc comment. | 41 | |
Missing a Javadoc comment. | 42 | |
Line has trailing spaces. | 43 | |
Missing a Javadoc comment. | 44 | |
Line has trailing spaces. | 47 | |
Line has trailing spaces. | 48 | |
Missing a Javadoc comment. | 49 | |
Parameter brush should be final. | 49 | |
'brush' hides a field. | 49 | |
Line has trailing spaces. | 52 | |
Line is longer than 80 characters. | 54 | |
Missing a Javadoc comment. | 54 | |
Parameter points should be final. | 54 | |
Parameter textureName should be final. | 54 | |
Parameter objectCenter should be final. | 54 | |
Parameter textureInside should be final. | 54 | |
'{' is not preceded with whitespace. | 54 | |
'(' is followed by whitespace. | 57 | |
',' is not followed by whitespace. | 59 | |
Line has trailing spaces. | 60 | |
'if' is not followed by whitespace. | 62 | |
'{' is not preceded with whitespace. | 63 | |
Line is longer than 80 characters. | 64 | |
Line has trailing spaces. | 66 | |
Line has trailing spaces. | 67 | |
Line has trailing spaces. | 68 | |
Line is longer than 80 characters. | 72 | |
Line has trailing spaces. | 75 | |
Line is longer than 80 characters. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter poly1 should be final. | 76 | |
Parameter poly2 should be final. | 76 | |
Parameter textureName should be final. | 76 | |
Parameter csgOperation should be final. | 76 | |
'{' is not preceded with whitespace. | 76 | |
Line is longer than 80 characters. | 77 | |
Line has trailing spaces. | 79 | |
Line is longer than 80 characters. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter poly1 should be final. | 80 | |
Parameter poly2 should be final. | 80 | |
Parameter poly1Texture should be final. | 80 | |
Parameter poly2Texture should be final. | 80 | |
Parameter sideTexture should be final. | 80 | |
Parameter csgOperation should be final. | 80 | |
'{' is not preceded with whitespace. | 80 | |
'if' is not followed by whitespace. | 81 | |
'if' is not followed by whitespace. | 84 | |
'3' is a magic number. | 84 | |
Line is longer than 80 characters. | 85 | |
Line is longer than 80 characters. | 87 | |
Line has trailing spaces. | 88 | |
'if' is not followed by whitespace. | 90 | |
'{' is not preceded with whitespace. | 90 | |
Line has trailing spaces. | 95 | |
Line has trailing spaces. | 96 | |
Line has trailing spaces. | 99 | |
'for' is not followed by whitespace. | 102 | |
'{' is not preceded with whitespace. | 102 | |
Line has trailing spaces. | 106 | |
Line is longer than 80 characters. | 109 | |
Line has trailing spaces. | 110 | |
'for' is not followed by whitespace. | 112 | |
'{' is not preceded with whitespace. | 112 | |
'if' is not followed by whitespace. | 114 | |
'{' is not preceded with whitespace. | 114 | |
Line is longer than 80 characters. | 117 | |
Line has trailing spaces. | 119 | |
Line has trailing spaces. | 120 | |
Line is longer than 80 characters. | 120 | |
Line has trailing spaces. | 121 | |
Line has trailing spaces. | 124 | |
Line has trailing spaces. | 127 | |
Line is longer than 80 characters. | 127 | |
Missing a Javadoc comment. | 127 | |
Parameter center should be final. | 127 | |
Parameter edgeLength should be final. | 127 | |
Parameter textureName should be final. | 127 | |
Parameter csgOperation should be final. | 127 | |
'{' is not preceded with whitespace. | 127 | |
Line is longer than 80 characters. | 128 | |
Line has trailing spaces. | 130 | |
Line has trailing spaces. | 131 | |
Line is longer than 80 characters. | 131 | |
Missing a Javadoc comment. | 131 | |
Parameter center should be final. | 131 | |
Parameter edgeLength should be final. | 131 | |
Parameter topTexture should be final. | 131 | |
Parameter bottomTexture should be final. | 131 | |
Parameter sidesTexture should be final. | 131 | |
Parameter csgOperation should be final. | 131 | |
'{' is not preceded with whitespace. | 131 | |
Line is longer than 80 characters. | 132 | |
Line has trailing spaces. | 134 | |
Line is longer than 80 characters. | 135 | |
Missing a Javadoc comment. | 135 | |
Parameter center should be final. | 135 | |
Parameter xSize should be final. | 135 | |
Parameter ySize should be final. | 135 | |
Parameter zSize should be final. | 135 | |
Parameter textureName should be final. | 135 | |
Parameter csgOperation should be final. | 135 | |
'{' is not preceded with whitespace. | 135 | |
Line is longer than 80 characters. | 136 | |
Line has trailing spaces. | 138 | |
Line is longer than 80 characters. | 139 | |
Missing a Javadoc comment. | 139 | |
More than 7 parameters. | 139 | |
Parameter center should be final. | 139 | |
Parameter xSize should be final. | 139 | |
Parameter ySize should be final. | 139 | |
Parameter zSize should be final. | 139 | |
Parameter topTexture should be final. | 139 | |
Parameter bottomTexture should be final. | 139 | |
Parameter sidesTexture should be final. | 139 | |
Parameter csgOperation should be final. | 139 | |
'{' is not preceded with whitespace. | 139 | |
Line has trailing spaces. | 140 | |
Line has trailing spaces. | 141 | |
Line has trailing spaces. | 142 | |
Line is longer than 80 characters. | 156 | |
Line has trailing spaces. | 157 | |
Method 'getPostPivot' is not designed for extension - needs to be abstract, final or empty. | 160 | |
Missing a Javadoc comment. | 160 | |
Method 'setPostPivot' is not designed for extension - needs to be abstract, final or empty. | 164 | |
Missing a Javadoc comment. | 164 | |
Parameter postPivot should be final. | 164 | |
'postPivot' hides a field. | 164 | |
Method 'getCsgOperation' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Missing a Javadoc comment. | 168 | |
Method 'setCsgOperation' is not designed for extension - needs to be abstract, final or empty. | 172 | |
Missing a Javadoc comment. | 172 | |
Parameter csgOperation should be final. | 172 | |
'csgOperation' hides a field. | 172 | |
Method 'getMainScale' is not designed for extension - needs to be abstract, final or empty. | 176 | |
Missing a Javadoc comment. | 176 | |
Method 'setMainScale' is not designed for extension - needs to be abstract, final or empty. | 180 | |
Missing a Javadoc comment. | 180 | |
Parameter mainScale should be final. | 180 | |
'mainScale' hides a field. | 180 | |
Method 'getPostScale' is not designed for extension - needs to be abstract, final or empty. | 184 | |
Missing a Javadoc comment. | 184 | |
Method 'setPostScale' is not designed for extension - needs to be abstract, final or empty. | 188 | |
Missing a Javadoc comment. | 188 | |
Parameter postScale should be final. | 188 | |
'postScale' hides a field. | 188 | |
Method 'getBrush' is not designed for extension - needs to be abstract, final or empty. | 192 | |
Missing a Javadoc comment. | 192 | |
Method 'setBrush' is not designed for extension - needs to be abstract, final or empty. | 196 | |
Missing a Javadoc comment. | 196 | |
Parameter brush should be final. | 196 | |
'brush' hides a field. | 196 | |
Line has trailing spaces. | 199 | |
Line has trailing spaces. | 200 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Missing a Javadoc comment. | 27 | |
Variable 'priority' must be private and have accessor methods. | 27 | |
'-1000000l' is a magic number. | 27 | |
Should use uppercase 'L'. | 27 | |
Missing a Javadoc comment. | 28 | |
Variable 'noDelete' must be private and have accessor methods. | 28 | |
Missing a Javadoc comment. | 29 | |
Variable 'level' must be private and have accessor methods. | 29 | |
Line has trailing spaces. | 32 | |
Line has trailing spaces. | 33 | |
Missing a Javadoc comment. | 34 | |
Line has trailing spaces. | 37 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Missing a Javadoc comment. | 27 | |
Line has trailing spaces. | 30 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Missing a Javadoc comment. | 29 | |
Variable 'lightBrightness' must be private and have accessor methods. | 29 | |
Missing a Javadoc comment. | 30 | |
Variable 'lightHue' must be private and have accessor methods. | 30 | |
Missing a Javadoc comment. | 31 | |
Variable 'lightSaturation' must be private and have accessor methods. | 31 | |
Line has trailing spaces. | 32 | |
Missing a Javadoc comment. | 33 | |
Variable 'actorShadows' must be private and have accessor methods. | 33 | |
Missing a Javadoc comment. | 34 | |
Variable 'attenByLife' must be private and have accessor methods. | 34 | |
Missing a Javadoc comment. | 35 | |
Variable 'corona' must be private and have accessor methods. | 35 | |
Missing a Javadoc comment. | 36 | |
Variable 'directionalCorona' must be private and have accessor methods. | 36 | |
Missing a Javadoc comment. | 37 | |
Variable 'dynamicLight' must be private and have accessor methods. | 37 | |
';' is preceded with whitespace. | 37 | |
Missing a Javadoc comment. | 38 | |
Variable 'lightingVisibility' must be private and have accessor methods. | 38 | |
Missing a Javadoc comment. | 39 | |
Variable 'specialLit' must be private and have accessor methods. | 39 | |
Line has trailing spaces. | 40 | |
Missing a Javadoc comment. | 41 | |
Variable 'lightCone' must be private and have accessor methods. | 41 | |
';' is preceded with whitespace. | 41 | |
Missing a Javadoc comment. | 42 | |
Variable 'lightEffect' must be private and have accessor methods. | 42 | |
';' is preceded with whitespace. | 42 | |
Missing a Javadoc comment. | 43 | |
Variable 'lightPeriod' must be private and have accessor methods. | 43 | |
';' is preceded with whitespace. | 43 | |
Missing a Javadoc comment. | 44 | |
Variable 'lightPhase' must be private and have accessor methods. | 44 | |
';' is preceded with whitespace. | 44 | |
Missing a Javadoc comment. | 45 | |
Variable 'lightRadius' must be private and have accessor methods. | 45 | |
';' is preceded with whitespace. | 45 | |
Line has trailing spaces. | 46 | |
Missing a Javadoc comment. | 46 | |
Variable 'lightType' must be private and have accessor methods. | 46 | |
Line has trailing spaces. | 47 | |
Missing a Javadoc comment. | 48 | |
Method 'getLightBrightness' is not designed for extension - needs to be abstract, final or empty. | 52 | |
Missing a Javadoc comment. | 52 | |
Method 'setLightBrightness' is not designed for extension - needs to be abstract, final or empty. | 56 | |
Missing a Javadoc comment. | 56 | |
Parameter lightBrightness should be final. | 56 | |
'lightBrightness' hides a field. | 56 | |
Method 'getLightHue' is not designed for extension - needs to be abstract, final or empty. | 60 | |
Missing a Javadoc comment. | 60 | |
Method 'setLightHue' is not designed for extension - needs to be abstract, final or empty. | 64 | |
Missing a Javadoc comment. | 64 | |
Parameter lightHue should be final. | 64 | |
'lightHue' hides a field. | 64 | |
Method 'getLightSaturation' is not designed for extension - needs to be abstract, final or empty. | 68 | |
Missing a Javadoc comment. | 68 | |
Method 'setLightSaturation' is not designed for extension - needs to be abstract, final or empty. | 72 | |
Missing a Javadoc comment. | 72 | |
Parameter lightSaturation should be final. | 72 | |
'lightSaturation' hides a field. | 72 | |
Method 'getActorShadows' is not designed for extension - needs to be abstract, final or empty. | 76 | |
Missing a Javadoc comment. | 76 | |
Method 'setActorShadows' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter actorShadows should be final. | 80 | |
'actorShadows' hides a field. | 80 | |
Method 'getAttenByLife' is not designed for extension - needs to be abstract, final or empty. | 84 | |
Missing a Javadoc comment. | 84 | |
Method 'setAttenByLife' is not designed for extension - needs to be abstract, final or empty. | 88 | |
Missing a Javadoc comment. | 88 | |
Parameter attenByLife should be final. | 88 | |
'attenByLife' hides a field. | 88 | |
Method 'getCorona' is not designed for extension - needs to be abstract, final or empty. | 92 | |
Missing a Javadoc comment. | 92 | |
Method 'setCorona' is not designed for extension - needs to be abstract, final or empty. | 96 | |
Missing a Javadoc comment. | 96 | |
Parameter corona should be final. | 96 | |
'corona' hides a field. | 96 | |
Method 'getDirectionalCorona' is not designed for extension - needs to be abstract, final or empty. | 100 | |
Missing a Javadoc comment. | 100 | |
Method 'setDirectionalCorona' is not designed for extension - needs to be abstract, final or empty. | 104 | |
Missing a Javadoc comment. | 104 | |
Parameter directionalCorona should be final. | 104 | |
'directionalCorona' hides a field. | 104 | |
Method 'getDynamicLight' is not designed for extension - needs to be abstract, final or empty. | 108 | |
Missing a Javadoc comment. | 108 | |
Method 'setDynamicLight' is not designed for extension - needs to be abstract, final or empty. | 112 | |
Missing a Javadoc comment. | 112 | |
Parameter dynamicLight should be final. | 112 | |
'dynamicLight' hides a field. | 112 | |
Method 'getLightingVisibility' is not designed for extension - needs to be abstract, final or empty. | 116 | |
Missing a Javadoc comment. | 116 | |
Method 'setLightingVisibility' is not designed for extension - needs to be abstract, final or empty. | 120 | |
Missing a Javadoc comment. | 120 | |
Parameter lightingVisibility should be final. | 120 | |
'lightingVisibility' hides a field. | 120 | |
Method 'getSpecialLit' is not designed for extension - needs to be abstract, final or empty. | 124 | |
Missing a Javadoc comment. | 124 | |
Method 'setSpecialLit' is not designed for extension - needs to be abstract, final or empty. | 128 | |
Missing a Javadoc comment. | 128 | |
Parameter specialLit should be final. | 128 | |
'specialLit' hides a field. | 128 | |
Method 'getLightCone' is not designed for extension - needs to be abstract, final or empty. | 132 | |
Missing a Javadoc comment. | 132 | |
Method 'setLightCone' is not designed for extension - needs to be abstract, final or empty. | 136 | |
Missing a Javadoc comment. | 136 | |
Parameter lightCone should be final. | 136 | |
'lightCone' hides a field. | 136 | |
Method 'getLightEffect' is not designed for extension - needs to be abstract, final or empty. | 140 | |
Missing a Javadoc comment. | 140 | |
Method 'setLightEffect' is not designed for extension - needs to be abstract, final or empty. | 144 | |
Missing a Javadoc comment. | 144 | |
Parameter lightEffect should be final. | 144 | |
'lightEffect' hides a field. | 144 | |
Method 'getLightPeriod' is not designed for extension - needs to be abstract, final or empty. | 148 | |
Missing a Javadoc comment. | 148 | |
Method 'setLightPeriod' is not designed for extension - needs to be abstract, final or empty. | 152 | |
Missing a Javadoc comment. | 152 | |
Parameter lightPeriod should be final. | 152 | |
'lightPeriod' hides a field. | 152 | |
Method 'getLightPhase' is not designed for extension - needs to be abstract, final or empty. | 156 | |
Missing a Javadoc comment. | 156 | |
Method 'setLightPhase' is not designed for extension - needs to be abstract, final or empty. | 160 | |
Missing a Javadoc comment. | 160 | |
Parameter lightPhase should be final. | 160 | |
'lightPhase' hides a field. | 160 | |
Method 'getLightRadius' is not designed for extension - needs to be abstract, final or empty. | 164 | |
Missing a Javadoc comment. | 164 | |
Method 'setLightRadius' is not designed for extension - needs to be abstract, final or empty. | 168 | |
Missing a Javadoc comment. | 168 | |
Parameter lightRadius should be final. | 168 | |
'lightRadius' hides a field. | 168 | |
Method 'getLightType' is not designed for extension - needs to be abstract, final or empty. | 172 | |
Missing a Javadoc comment. | 172 | |
Method 'setLightType' is not designed for extension - needs to be abstract, final or empty. | 176 | |
Missing a Javadoc comment. | 176 | |
Parameter lightType should be final. | 176 | |
'lightType' hides a field. | 176 | |
Line has trailing spaces. | 179 | |
Line has trailing spaces. | 180 | |
Line has trailing spaces. | 181 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 10 | |
Missing a Javadoc comment. | 23 | |
Variable 'actors' must be private and have accessor methods. | 24 | |
Line has trailing spaces. | 25 | |
Missing a Javadoc comment. | 26 | |
Line has trailing spaces. | 28 | |
Line is longer than 80 characters. | 29 | |
Missing a Javadoc comment. | 29 | |
Parameter name should be final. | 29 | |
Parameter actors should be final. | 29 | |
'actors' hides a field. | 29 | |
Parameter surface should be final. | 29 | |
'surface' hides a field. | 29 | |
Method 'getActors' is not designed for extension - needs to be abstract, final or empty. | 36 | |
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 40 | |
Method 'getSurface' is not designed for extension - needs to be abstract, final or empty. | 42 | |
Missing a Javadoc comment. | 42 | |
Line has trailing spaces. | 46 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Missing a Javadoc comment. | 27 | |
Parameter className should be final. | 27 | |
Line has trailing spaces. | 31 | |
Line has trailing spaces. | 32 | |
Missing a Javadoc comment. | 33 | |
Line has trailing spaces. | 36 | |
Line has trailing spaces. | 37 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Unused import - cz.cuni.amis.pogamut.ut2004.t3dgenerator.elements.AbstractActor. | 19 | |
Missing a Javadoc comment. | 27 | |
Variable 'singlePlayerStart' must be private and have accessor methods. | 27 | |
Line has trailing spaces. | 28 | |
Missing a Javadoc comment. | 29 | |
Method 'getSinglePlayerStart' is not designed for extension - needs to be abstract, final or empty. | 33 | |
Missing a Javadoc comment. | 33 | |
Method 'setSinglePlayerStart' is not designed for extension - needs to be abstract, final or empty. | 37 | |
Missing a Javadoc comment. | 37 | |
Parameter singlePlayerStart should be final. | 37 | |
'singlePlayerStart' hides a field. | 37 | |
Line has trailing spaces. | 40 | |
Line has trailing spaces. | 41 | |
Line has trailing spaces. | 42 | |
Line has trailing spaces. | 43 |
Violation | Message | Line |
---|---|---|
Line is longer than 80 characters. | 2 | |
Line is longer than 80 characters. | 30 | |
Missing a Javadoc comment. | 36 | |
Line has trailing spaces. | 38 | |
Missing a Javadoc comment. | 39 | |
Line has trailing spaces. | 41 | |
Missing a Javadoc comment. | 42 | |
Line has trailing spaces. | 44 | |
First sentence should end with a period. | 45 | |
Line is longer than 80 characters. | 46 | |
Line has trailing spaces. | 49 | |
Missing a Javadoc comment. | 51 | |
Line has trailing spaces. | 52 | |
Missing a Javadoc comment. | 52 | |
Missing a Javadoc comment. | 53 | |
Missing a Javadoc comment. | 54 | |
Missing a Javadoc comment. | 56 | |
Name 'numberFormat' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 56 | |
Line has trailing spaces. | 57 | |
Line is longer than 80 characters. | 61 | |
Line has trailing spaces. | 63 | |
Missing a Javadoc comment. | 64 | |
Line is longer than 80 characters. | 67 | |
Missing a Javadoc comment. | 67 | |
Parameter texture should be final. | 67 | |
'texture' hides a field. | 67 | |
Parameter textureOrigin should be final. | 67 | |
'textureOrigin' hides a field. | 67 | |
Parameter textureNormal should be final. | 67 | |
'textureNormal' hides a field. | 67 | |
Parameter textureU should be final. | 67 | |
'textureU' hides a field. | 67 | |
Parameter textureV should be final. | 67 | |
'textureV' hides a field. | 67 | |
Parameter vertices should be final. | 67 | |
'vertices' hides a field. | 67 | |
Line has trailing spaces. | 75 | |
Line is longer than 80 characters. | 76 | |
Missing a Javadoc comment. | 76 | |
Parameter texture should be final. | 76 | |
'texture' hides a field. | 76 | |
Parameter textureOrigin should be final. | 76 | |
'textureOrigin' hides a field. | 76 | |
Parameter textureNormal should be final. | 76 | |
'textureNormal' hides a field. | 76 | |
Parameter textureU should be final. | 76 | |
'textureU' hides a field. | 76 | |
Parameter textureV should be final. | 76 | |
'textureV' hides a field. | 76 | |
Parameter vertices should be final. | 76 | |
'vertices' hides a field. | 76 | |
Line is longer than 80 characters. | 77 | |
Line has trailing spaces. | 79 | |
Method 'translateVectorToT3d' is not designed for extension - needs to be abstract, final or empty. | 80 | |
Missing a Javadoc comment. | 80 | |
Parameter label should be final. | 80 | |
Parameter vector should be final. | 80 | |
'{' is not preceded with whitespace. | 80 | |
Line is longer than 80 characters. | 82 | |
Line has trailing spaces. | 84 | |
Method 'translateToT3D' is not designed for extension - needs to be abstract, final or empty. | 85 | |
Missing a Javadoc comment. | 85 | |
'{' is not preceded with whitespace. | 86 | |
'for' is not followed by whitespace. | 92 | |
'{' is not preceded with whitespace. | 92 | |
Line has trailing spaces. | 96 | |
Method 'getTexture' is not designed for extension - needs to be abstract, final or empty. | 98 | |
Missing a Javadoc comment. | 98 | |
Method 'setTexture' is not designed for extension - needs to be abstract, final or empty. | 102 | |
Missing a Javadoc comment. | 102 | |
Parameter texture should be final. | 102 | |
'texture' hides a field. | 102 | |
Method 'getFlags' is not designed for extension - needs to be abstract, final or empty. | 106 | |
Missing a Javadoc comment. | 106 | |
Method 'setFlags' is not designed for extension - needs to be abstract, final or empty. | 110 | |
Missing a Javadoc comment. | 110 | |
Parameter flags should be final. | 110 | |
'flags' hides a field. | 110 | |
Method 'getLink' is not designed for extension - needs to be abstract, final or empty. | 114 | |
Missing a Javadoc comment. | 114 | |
Method 'setLink' is not designed for extension - needs to be abstract, final or empty. | 118 | |
Missing a Javadoc comment. | 118 | |
Parameter link should be final. | 118 | |
'link' hides a field. | 118 | |
Method 'getTextureOrigin' is not designed for extension - needs to be abstract, final or empty. | 122 | |
Missing a Javadoc comment. | 122 | |
Method 'setTextureOrigin' is not designed for extension - needs to be abstract, final or empty. | 126 | |
Missing a Javadoc comment. | 126 | |
Parameter textureOrigin should be final. | 126 | |
'textureOrigin' hides a field. | 126 | |
Method 'getTextureNormal' is not designed for extension - needs to be abstract, final or empty. | 130 | |
Missing a Javadoc comment. | 130 | |
Method 'setTextureNormal' is not designed for extension - needs to be abstract, final or empty. | 134 | |
Missing a Javadoc comment. | 134 | |
Parameter textureNormal should be final. | 134 | |
'textureNormal' hides a field. | 134 | |
Method 'getTextureU' is not designed for extension - needs to be abstract, final or empty. | 138 | |
Missing a Javadoc comment. | 138 | |
Method 'setTextureU' is not designed for extension - needs to be abstract, final or empty. | 142 | |
Missing a Javadoc comment. | 142 | |
Parameter textureU should be final. | 142 | |
'textureU' hides a field. | 142 | |
Method 'getTextureV' is not designed for extension - needs to be abstract, final or empty. | 146 | |
Missing a Javadoc comment. | 146 | |
Method 'setTextureV' is not designed for extension - needs to be abstract, final or empty. | 150 | |
Missing a Javadoc comment. | 150 | |
Parameter textureV should be final. | 150 | |
'textureV' hides a field. | 150 | |
Method 'getVertices' is not designed for extension - needs to be abstract, final or empty. | 154 | |
Missing a Javadoc comment. | 154 | |
Line has trailing spaces. | 157 | |
Method 'addVertex' is not designed for extension - needs to be abstract, final or empty. | 158 | |
Missing a Javadoc comment. | 158 | |
Parameter vertex should be final. | 158 |