The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
| 6 | |
| NewlineAtEndOfFile | 7 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
| 0 | |
RegexpSingleline
| 356 | |
| JavadocMethod | 562 | |
| JavadocType | 3 | |
| JavadocVariable | 271 | |
| JavadocStyle | 22 | |
| ConstantName | 1 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 1 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 6 | |
| UnusedImports | 24 | |
| LineLength | 352 | |
| MethodLength | 0 | |
| ParameterNumber | 1 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 1 | |
| NoWhitespaceBefore | 7 | |
| OperatorWrap | 1 | |
| ParenPad | 1 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 85 | |
| WhitespaceAround | 242 | |
| ModifierOrder | 0 | |
| RedundantModifier | 11 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 204 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 22 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 8 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 369 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 3 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 43 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 526 | |
| TodoComment | 0 | |
| UpperEll | 1 |
| 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. | 12 | |
| Line is longer than 80 characters. | 20 | |
| Unused import - java.text.DecimalFormat. | 27 | |
| Unused import - java.text.NumberFormat. | 28 | |
| Unused import - java.util.logging.Level. | 34 | |
| Unused import - java.util.logging.Logger. | 35 | |
| Line is longer than 80 characters. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line has trailing spaces. | 43 | |
| Line is longer than 80 characters. | 45 | |
| Line has trailing spaces. | 53 | |
| Expected an @return tag. | 55 | |
| Parameter indent should be final. | 55 | |
| Expected @param tag for 'indent'. | 55 | |
| Line is longer than 80 characters. | 66 | |
| Line has trailing spaces. | 67 | |
| Expected an @return tag. | 69 | |
| Method 'getPropertyNameForField' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| Parameter f should be final. | 69 | |
| Expected @param tag for 'f'. | 69 | |
| Parameter annotationValue should be final. | 69 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 79 | |
| Line has trailing spaces. | 81 | |
| Expected an @return tag. | 83 | |
| Method 'getTranslatedName' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Parameter f should be final. | 83 | |
| Expected @param tag for 'f'. | 83 | |
| Line is longer than 80 characters. | 84 | |
| Line is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 94 | |
| Line has trailing spaces. | 97 | |
| Line is longer than 80 characters. | 99 | |
| Method 'preProcess' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| Parameter unrealObject should be final. | 99 | |
| Expected @param tag for 'unrealObject'. | 99 | |
| Parameter context should be final. | 99 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 104 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 118 | |
| Line has trailing spaces. | 119 | |
| Expected an @return tag. | 121 | |
| Line is longer than 80 characters. | 121 | |
| Method 'getPropertyValueString' is not designed for extension - needs to be abstract, final or empty. | 121 | |
| Expected @param tag for 'value'. | 121 | |
| Parameter escapeStrings should be final. | 121 | |
| Line is longer than 80 characters. | 134 | |
| 'cast' is not followed by whitespace. | 142 | |
| Line is longer than 80 characters. | 143 | |
| Line is longer than 80 characters. | 147 | |
| Line is longer than 80 characters. | 148 | |
| Line is longer than 80 characters. | 150 | |
| Line is longer than 80 characters. | 155 | |
| 'if' is not followed by whitespace. | 156 | |
| '{' is not preceded with whitespace. | 156 | |
| Line has trailing spaces. | 157 | |
| Line is longer than 80 characters. | 157 | |
| Line is longer than 80 characters. | 167 | |
| Line is longer than 80 characters. | 171 | |
| Line has trailing spaces. | 172 | |
| Line is longer than 80 characters. | 176 | |
| Variable 'appendedSomething' must be private and have accessor methods. | 178 | |
| Parameter f should be final. | 181 | |
| Redundant throws: 'T3dGeneratorException' is unchecked exception. | 181 | |
| Line is longer than 80 characters. | 187 | |
| Line is longer than 80 characters. | 189 | |
| Line is longer than 80 characters. | 192 | |
| Line is longer than 80 characters. | 194 | |
| Line is longer than 80 characters. | 202 | |
| Line is longer than 80 characters. | 204 | |
| Line is longer than 80 characters. | 229 | |
| Line is longer than 80 characters. | 235 | |
| Line has trailing spaces. | 238 | |
| Expected an @return tag. | 240 | |
| Method 'getPropertyValueString' is not designed for extension - needs to be abstract, final or empty. | 240 | |
| Parameter value should be final. | 240 | |
| Expected @param tag for 'value'. | 240 | |
| Line is longer than 80 characters. | 245 | |
| Line is longer than 80 characters. | 248 | |
| Line has trailing spaces. | 249 | |
| Expected an @return tag. | 251 | |
| Line is longer than 80 characters. | 251 | |
| Method 'getPropertyString' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| Parameter key should be final. | 251 | |
| Expected @param tag for 'key'. | 251 | |
| Parameter value should be final. | 251 | |
| Expected @param tag for 'value'. | 251 | |
| Parameter escapeStrings should be final. | 251 | |
| Line is longer than 80 characters. | 260 | |
| Line has trailing spaces. | 263 | |
| Expected an @return tag. | 265 | |
| Method 'getPropertyString' is not designed for extension - needs to be abstract, final or empty. | 265 | |
| Parameter key should be final. | 265 | |
| Expected @param tag for 'key'. | 265 | |
| Parameter value should be final. | 265 | |
| Expected @param tag for 'value'. | 265 | |
| Line is longer than 80 characters. | 272 | |
| Line has trailing spaces. | 275 | |
| Line is longer than 80 characters. | 277 | |
| Method 'generateProperty' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| Parameter out should be final. | 277 | |
| Expected @param tag for 'out'. | 277 | |
| Parameter indentString should be final. | 277 | |
| Parameter propertyName should be final. | 277 | |
| Expected @param tag for 'propertyName'. | 277 | |
| Parameter propertyValue should be final. | 277 | |
| Expected @param tag for 'propertyValue'. | 277 | |
| Line is longer than 80 characters. | 280 | |
| Line is longer than 80 characters. | 285 | |
| Line is longer than 80 characters. | 288 | |
| Line is longer than 80 characters. | 293 | |
| Expected an @return tag. | 299 | |
| Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 299 | |
| Expected @param tag for 'object'. | 299 | |
| Line is longer than 80 characters. | 302 | |
| Line is longer than 80 characters. | 305 | |
| Parameter f should be final. | 305 | |
| Redundant throws: 'T3dGeneratorException' is unchecked exception. | 305 | |
| Line is longer than 80 characters. | 308 | |
| 'if' is not followed by whitespace. | 312 | |
| '{' is not preceded with whitespace. | 312 | |
| Line is longer than 80 characters. | 316 | |
| Line is longer than 80 characters. | 318 | |
| Line is longer than 80 characters. | 319 | |
| Line is longer than 80 characters. | 320 | |
| Line is longer than 80 characters. | 327 | |
| Line is longer than 80 characters. | 329 | |
| Line is longer than 80 characters. | 332 | |
| Line is longer than 80 characters. | 338 | |
| Line is longer than 80 characters. | 340 | |
| Line is longer than 80 characters. | 346 | |
| '{' is not preceded with whitespace. | 346 | |
| Parameter m should be final. | 349 | |
| Parameter annotation should be final. | 349 | |
| Line is longer than 80 characters. | 350 | |
| 'if' is not followed by whitespace. | 350 | |
| '{' is not preceded with whitespace. | 350 | |
| Line is longer than 80 characters. | 351 | |
| 'if' is not followed by whitespace. | 354 | |
| '{' is not preceded with whitespace. | 354 | |
| 'if' is not followed by whitespace. | 357 | |
| '{' is not preceded with whitespace. | 357 | |
| Line is longer than 80 characters. | 358 | |
| '3' is a magic number. | 360 | |
| 'catch' is not followed by whitespace. | 365 | |
| '{' is not preceded with whitespace. | 365 | |
| Line has trailing spaces. | 366 | |
| Line is longer than 80 characters. | 366 | |
| '+' is not followed by whitespace. | 366 | |
| Line has trailing spaces. | 369 | |
| 'if' is not followed by whitespace. | 372 | |
| '{' is not preceded with whitespace. | 372 | |
| Line is longer than 80 characters. | 373 | |
| Line has trailing spaces. | 375 | |
| Line is longer than 80 characters. | 378 | |
| Line is longer than 80 characters. | 381 | |
| Parameter f should be final. | 381 | |
| Parameter fieldValue should be final. | 381 | |
| Parameter annotation should be final. | 381 | |
| Redundant throws: 'T3dGeneratorException' is unchecked exception. | 381 | |
| Line has trailing spaces. | 389 | |
| ',' is not followed by whitespace. | 390 | |
| Line has trailing spaces. | 401 | |
| Line is longer than 80 characters. | 403 | |
| Method 'generateProperties' is not designed for extension - needs to be abstract, final or empty. | 403 | |
| Parameter object should be final. | 403 | |
| Expected @param tag for 'object'. | 403 | |
| Expected @param tag for 'out'. | 403 | |
| Parameter indent should be final. | 403 | |
| Expected @param tag for 'indent'. | 403 | |
| Line is longer than 80 characters. | 407 | |
| Line is longer than 80 characters. | 412 | |
| Line is longer than 80 characters. | 415 | |
| Method 'generateHeaderProperties' is not designed for extension - needs to be abstract, final or empty. | 415 | |
| Parameter object should be final. | 415 | |
| Expected @param tag for 'object'. | 415 | |
| Expected @param tag for 'out'. | 415 | |
| Expected @throws tag for 'IOException'. | 415 | |
| Line is longer than 80 characters. | 416 | |
| Line is longer than 80 characters. | 417 | |
| Line is longer than 80 characters. | 420 | |
| Parameter f should be final. | 420 | |
| Parameter fieldValue should be final. | 420 | |
| Parameter annotation should be final. | 420 | |
| Line is longer than 80 characters. | 421 | |
| Line is longer than 80 characters. | 424 | |
| Line is longer than 80 characters. | 425 | |
| Line has trailing spaces. | 433 | |
| Expected an @return tag. | 437 | |
| Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. | 437 | |
| Parameter unrealObject should be final. | 437 | |
| Expected @param tag for 'unrealObject'. | 437 | |
| Line is longer than 80 characters. | 441 | |
| Line is longer than 80 characters. | 444 | |
| Parameter f should be final. | 444 | |
| Parameter fieldValue should be final. | 444 | |
| Parameter annotation should be final. | 444 | |
| Redundant throws: 'T3dGeneratorException' is unchecked exception. | 444 | |
| Line is longer than 80 characters. | 446 | |
| Line is longer than 80 characters. | 447 | |
| 'if' is not followed by whitespace. | 453 | |
| '{' is not preceded with whitespace. | 453 | |
| Line is longer than 80 characters. | 458 | |
| Line is longer than 80 characters. | 466 | |
| Line is longer than 80 characters. | 469 | |
| Parameter f should be final. | 469 | |
| Parameter fieldValue should be final. | 469 | |
| Parameter annotation should be final. | 469 | |
| Redundant throws: 'T3dGeneratorException' is unchecked exception. | 469 | |
| Line is longer than 80 characters. | 479 | |
| Line is longer than 80 characters. | 482 | |
| Parameter f should be final. | 482 | |
| Parameter fieldValue should be final. | 482 | |
| Parameter annotation should be final. | 482 | |
| Redundant throws: 'T3dGeneratorException' is unchecked exception. | 482 | |
| First sentence should end with a period. | 496 | |
| Line is longer than 80 characters. | 497 | |
| Line has trailing spaces. | 501 | |
| Line is longer than 80 characters. | 504 | |
| Method 'generateStaticText' is not designed for extension - needs to be abstract, final or empty. | 504 | |
| Expected @param tag for 'object'. | 504 | |
| Expected @param tag for 'out'. | 504 | |
| Expected @param tag for 'indent'. | 504 | |
| Line is longer than 80 characters. | 505 | |
| Line is longer than 80 characters. | 508 | |
| Parameter f should be final. | 508 | |
| Parameter fieldValue should be final. | 508 | |
| Parameter annotation should be final. | 508 | |
| Line is longer than 80 characters. | 517 | |
| '{' is not preceded with whitespace. | 517 | |
| Parameter m should be final. | 520 | |
| Parameter annotation should be final. | 520 | |
| Line is longer than 80 characters. | 521 | |
| 'if' is not followed by whitespace. | 521 | |
| '{' is not preceded with whitespace. | 521 | |
| Line is longer than 80 characters. | 522 | |
| 'cast' is not followed by whitespace. | 525 | |
| 'catch' is not followed by whitespace. | 526 | |
| '{' is not preceded with whitespace. | 526 | |
| Line has trailing spaces. | 527 | |
| Line is longer than 80 characters. | 527 | |
| '+' is not followed by whitespace. | 527 | |
| Line has trailing spaces. | 530 | |
| Line has trailing spaces. | 532 | |
| Line has trailing spaces. | 539 | |
| Expected an @return tag. | 542 | |
| Method 'getElementType' is not designed for extension - needs to be abstract, final or empty. | 542 | |
| Parameter unrealObject should be final. | 542 | |
| Expected @param tag for 'unrealObject'. | 542 | |
| Line is longer than 80 characters. | 543 | |
| Line is longer than 80 characters. | 545 | |
| Line is longer than 80 characters. | 551 | |
| Method 'generateT3dFromDynamicObject' is not designed for extension - needs to be abstract, final or empty. | 551 | |
| Missing a Javadoc comment. | 551 | |
| Parameter object should be final. | 551 | |
| Parameter out should be final. | 551 | |
| Parameter indent should be final. | 551 | |
| Line has trailing spaces. | 552 | |
| 'for' is not followed by whitespace. | 555 | |
| '{' is not preceded with whitespace. | 555 | |
| Line is longer than 80 characters. | 556 | |
| Line has trailing spaces. | 558 | |
| 'for' is not followed by whitespace. | 566 | |
| '{' is not preceded with whitespace. | 566 | |
| Line is longer than 80 characters. | 567 | |
| Line has trailing spaces. | 571 | |
| Line has trailing spaces. | 573 | |
| Line has trailing spaces. | 579 | |
| Line is longer than 80 characters. | 581 | |
| Method 'generateT3dInternal' is not designed for extension - needs to be abstract, final or empty. | 581 | |
| Parameter object should be final. | 581 | |
| Expected @param tag for 'object'. | 581 | |
| Parameter out should be final. | 581 | |
| Expected @param tag for 'out'. | 581 | |
| Parameter indent should be final. | 581 | |
| Expected @param tag for 'indent'. | 581 | |
| 'if' is not followed by whitespace. | 582 | |
| '{' is not preceded with whitespace. | 582 | |
| 'cast' is not followed by whitespace. | 583 | |
| Line has trailing spaces. | 607 | |
| Method 'generateT3d' is not designed for extension - needs to be abstract, final or empty. | 609 | |
| Line is longer than 80 characters. | 610 | |
| Parameter elements should be final. | 610 | |
| Expected @param tag for 'elements'. | 610 | |
| Parameter out should be final. | 610 | |
| Expected @param tag for 'out'. | 610 | |
| Line is longer than 80 characters. | 611 |
| 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 |
|---|---|---|
| Line is longer than 80 characters. | 14 | |
| Utility classes should not have a public or default constructor. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Line is longer than 80 characters. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Redundant 'static' modifier. | 23 | |
| Missing a Javadoc comment. | 24 | |
| Line has trailing spaces. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Redundant 'static' modifier. | 27 | |
| Missing a Javadoc comment. | 28 | |
| ',' is not followed by whitespace. | 28 | |
| Unable to get class information for E. | 28 | |
| Missing a Javadoc comment. | 31 | |
| Redundant 'static' modifier. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Unable to get class information for E. | 32 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter targetObject should be final. | 35 | |
| Parameter callBack should be final. | 35 | |
| '{' is not preceded with whitespace. | 35 | |
| ',' is not followed by whitespace. | 36 | |
| Line has trailing spaces. | 38 | |
| Line is longer than 80 characters. | 39 | |
| Missing a Javadoc comment. | 39 | |
| Parameter targetObject should be final. | 39 | |
| Parameter rootClass should be final. | 39 | |
| ',' is not followed by whitespace. | 39 | |
| Parameter callBack should be final. | 39 | |
| '{' is not preceded with whitespace. | 39 | |
| 'if' is not followed by whitespace. | 40 | |
| '{' is not preceded with whitespace. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Line is longer than 80 characters. | 44 | |
| 'while' is not followed by whitespace. | 44 | |
| '{' is not preceded with whitespace. | 44 | |
| 'for' is not followed by whitespace. | 45 | |
| '{' is not preceded with whitespace. | 45 | |
| 'if' is not followed by whitespace. | 46 | |
| '{' is not preceded with whitespace. | 46 | |
| Line is longer than 80 characters. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Parameter targetClass should be final. | 56 | |
| Parameter callBack should be final. | 56 | |
| '{' is not preceded with whitespace. | 56 | |
| ',' is not followed by whitespace. | 57 | |
| Line has trailing spaces. | 59 | |
| Line is longer than 80 characters. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter targetClass should be final. | 60 | |
| Parameter rootClass should be final. | 60 | |
| ',' is not followed by whitespace. | 60 | |
| Parameter callBack should be final. | 60 | |
| '{' is not preceded with whitespace. | 60 | |
| 'if' is not followed by whitespace. | 61 | |
| '{' is not preceded with whitespace. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 65 | |
| 'while' is not followed by whitespace. | 65 | |
| '{' is not preceded with whitespace. | 65 | |
| 'for' is not followed by whitespace. | 66 | |
| '{' is not preceded with whitespace. | 66 | |
| Line has trailing spaces. | 73 | |
| Line is longer than 80 characters. | 75 | |
| Missing a Javadoc comment. | 75 | |
| '{' is not preceded with whitespace. | 75 | |
| Line is longer than 80 characters. | 76 | |
| Line is longer than 80 characters. | 79 | |
| Missing a Javadoc comment. | 79 | |
| '{' is not preceded with whitespace. | 79 | |
| Line is longer than 80 characters. | 81 | |
| Parameter f should be final. | 84 | |
| 'if' is not followed by whitespace. | 85 | |
| '{' is not preceded with whitespace. | 85 | |
| Line is longer than 80 characters. | 88 | |
| Line is longer than 80 characters. | 90 | |
| Line is longer than 80 characters. | 92 | |
| Line has trailing spaces. | 97 | |
| Line has trailing spaces. | 100 | |
| Line is longer than 80 characters. | 101 | |
| Missing a Javadoc comment. | 101 | |
| '{' is not preceded with whitespace. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Line has trailing spaces. | 104 | |
| Line is longer than 80 characters. | 105 | |
| Missing a Javadoc comment. | 105 | |
| '{' is not preceded with whitespace. | 105 | |
| 'if' is not followed by whitespace. | 107 | |
| '{' is not preceded with whitespace. | 107 | |
| Line is longer than 80 characters. | 108 | |
| Line is longer than 80 characters. | 111 | |
| 'while' is not followed by whitespace. | 111 | |
| '{' is not preceded with whitespace. | 111 | |
| 'for' is not followed by whitespace. | 112 | |
| '{' is not preceded with whitespace. | 112 | |
| 'if' is not followed by whitespace. | 113 | |
| '{' is not preceded with whitespace. | 113 | |
| ',' is not followed by whitespace. | 114 | |
| Line has trailing spaces. | 119 | |
| Line has trailing spaces. | 121 |
| 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 |