The following document contains the results of Checkstyle. 
| Rules | Violations | Severity |
|---|---|---|
JavadocPackage
| 0 | |
| NewlineAtEndOfFile | 4 | |
| Translation | 0 | |
| FileLength | 0 | |
FileTabCharacter
| 0 | |
RegexpSingleline
| 78 | |
| JavadocMethod | 120 | |
| JavadocType | 0 | |
| JavadocVariable | 36 | |
| JavadocStyle | 8 | |
| ConstantName | 0 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 1 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 0 | |
| UnusedImports | 5 | |
| LineLength | 145 | |
| MethodLength | 0 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 0 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 1 | |
| OperatorWrap | 0 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| WhitespaceAfter | 9 | |
| WhitespaceAround | 60 | |
| ModifierOrder | 0 | |
| RedundantModifier | 8 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 0 | |
| NeedBraces | 0 | |
| RightCurly | 0 | |
| AvoidInlineConditionals | 0 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 28 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 5 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 6 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 74 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 10 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 107 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 12 | |
| First sentence should end with a period. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Line has trailing spaces. | 22 | |
| Method 'generateT3d' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Parameter rootElement should be final. | 25 | |
| Expected @param tag for 'rootElement'. | 25 | |
| Parameter out should be final. | 25 | |
| Expected @param tag for 'out'. | 25 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 13 | |
| Line is longer than 80 characters. | 21 | |
| Line is longer than 80 characters. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Line has trailing spaces. | 40 | |
| Line is longer than 80 characters. | 42 | |
| Line has trailing spaces. | 50 | |
| Expected an @return tag. | 52 | |
| Parameter indent should be final. | 52 | |
| Expected @param tag for 'indent'. | 52 | |
| Line is longer than 80 characters. | 63 | |
| Line has trailing spaces. | 64 | |
| Expected an @return tag. | 66 | |
| Method 'getPropertyNameForField' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| Parameter f should be final. | 66 | |
| Expected @param tag for 'f'. | 66 | |
| Parameter annotationValue should be final. | 66 | |
| Line is longer than 80 characters. | 68 | |
| Line is longer than 80 characters. | 76 | |
| Line has trailing spaces. | 78 | |
| Expected an @return tag. | 80 | |
| Method 'getTranslatedName' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| Parameter f should be final. | 80 | |
| Expected @param tag for 'f'. | 80 | |
| Line is longer than 80 characters. | 81 | |
| Line is longer than 80 characters. | 90 | |
| Line is longer than 80 characters. | 91 | |
| Line has trailing spaces. | 94 | |
| Line is longer than 80 characters. | 96 | |
| Method 'preProcess' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| Parameter unrealObject should be final. | 96 | |
| Expected @param tag for 'unrealObject'. | 96 | |
| Parameter context should be final. | 96 | |
| Line is longer than 80 characters. | 98 | |
| Line is longer than 80 characters. | 101 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 115 | |
| Line has trailing spaces. | 116 | |
| Expected an @return tag. | 118 | |
| Line is longer than 80 characters. | 118 | |
| Method 'getPropertyValueString' is not designed for extension - needs to be abstract, final or empty. | 118 | |
| Expected @param tag for 'value'. | 118 | |
| Parameter escapeStrings should be final. | 118 | |
| Line is longer than 80 characters. | 131 | |
| 'cast' is not followed by whitespace. | 139 | |
| Line is longer than 80 characters. | 140 | |
| Line is longer than 80 characters. | 144 | |
| Line is longer than 80 characters. | 145 | |
| Line is longer than 80 characters. | 147 | |
| Line is longer than 80 characters. | 152 | |
| 'if' is not followed by whitespace. | 153 | |
| '{' is not preceded with whitespace. | 153 | |
| Line has trailing spaces. | 154 | |
| Line is longer than 80 characters. | 154 | |
| Line is longer than 80 characters. | 164 | |
| Line is longer than 80 characters. | 168 | |
| Line has trailing spaces. | 169 | |
| Line is longer than 80 characters. | 173 | |
| Variable 'appendedSomething' must be private and have accessor methods. | 175 | |
| Parameter f should be final. | 178 | |
| Redundant throws: 'T3dGeneratorException' is unchecked exception. | 178 | |
| Line is longer than 80 characters. | 184 | |
| Line is longer than 80 characters. | 186 | |
| Line is longer than 80 characters. | 189 | |
| Line is longer than 80 characters. | 191 | |
| Line is longer than 80 characters. | 199 | |
| Line is longer than 80 characters. | 201 | |
| Line is longer than 80 characters. | 226 | |
| Line is longer than 80 characters. | 232 | |
| Line has trailing spaces. | 235 | |
| Expected an @return tag. | 237 | |
| Method 'getPropertyValueString' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| Parameter value should be final. | 237 | |
| Expected @param tag for 'value'. | 237 | |
| Line is longer than 80 characters. | 242 | |
| Line is longer than 80 characters. | 245 | |
| Line has trailing spaces. | 246 | |
| Expected an @return tag. | 248 | |
| Line is longer than 80 characters. | 248 | |
| Method 'getPropertyString' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| Parameter key should be final. | 248 | |
| Expected @param tag for 'key'. | 248 | |
| Parameter value should be final. | 248 | |
| Expected @param tag for 'value'. | 248 | |
| Parameter escapeStrings should be final. | 248 | |
| Line is longer than 80 characters. | 257 | |
| Line has trailing spaces. | 260 | |
| Expected an @return tag. | 262 | |
| Method 'getPropertyString' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| Parameter key should be final. | 262 | |
| Expected @param tag for 'key'. | 262 | |
| Parameter value should be final. | 262 | |
| Expected @param tag for 'value'. | 262 | |
| Line is longer than 80 characters. | 269 | |
| Line has trailing spaces. | 272 | |
| Line is longer than 80 characters. | 274 | |
| Method 'generateProperty' is not designed for extension - needs to be abstract, final or empty. | 274 | |
| Parameter out should be final. | 274 | |
| Expected @param tag for 'out'. | 274 | |
| Parameter indentString should be final. | 274 | |
| Parameter propertyName should be final. | 274 | |
| Expected @param tag for 'propertyName'. | 274 | |
| Parameter propertyValue should be final. | 274 | |
| Expected @param tag for 'propertyValue'. | 274 | |
| Line is longer than 80 characters. | 277 | |
| Line is longer than 80 characters. | 282 | |
| Line is longer than 80 characters. | 285 | |
| Line is longer than 80 characters. | 290 | |
| Expected an @return tag. | 296 | |
| Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 296 | |
| Expected @param tag for 'object'. | 296 | |
| Line is longer than 80 characters. | 299 | |
| Line is longer than 80 characters. | 302 | |
| Parameter f should be final. | 302 | |
| Redundant throws: 'T3dGeneratorException' is unchecked exception. | 302 | |
| Line is longer than 80 characters. | 305 | |
| 'if' is not followed by whitespace. | 309 | |
| '{' is not preceded with whitespace. | 309 | |
| Line is longer than 80 characters. | 313 | |
| Line is longer than 80 characters. | 315 | |
| Line is longer than 80 characters. | 316 | |
| Line is longer than 80 characters. | 317 | |
| Line is longer than 80 characters. | 324 | |
| Line is longer than 80 characters. | 326 | |
| Line is longer than 80 characters. | 329 | |
| Line is longer than 80 characters. | 335 | |
| Line is longer than 80 characters. | 337 | |
| Line is longer than 80 characters. | 343 | |
| '{' is not preceded with whitespace. | 343 | |
| Parameter m should be final. | 346 | |
| Parameter annotation should be final. | 346 | |
| Line is longer than 80 characters. | 347 | |
| 'if' is not followed by whitespace. | 347 | |
| '{' is not preceded with whitespace. | 347 | |
| Line is longer than 80 characters. | 348 | |
| 'if' is not followed by whitespace. | 351 | |
| '{' is not preceded with whitespace. | 351 | |
| 'if' is not followed by whitespace. | 354 | |
| '{' is not preceded with whitespace. | 354 | |
| Line is longer than 80 characters. | 355 | |
| '3' is a magic number. | 357 | |
| 'catch' is not followed by whitespace. | 362 | |
| '{' is not preceded with whitespace. | 362 | |
| Line has trailing spaces. | 363 | |
| Line is longer than 80 characters. | 363 | |
| '+' is not followed by whitespace. | 363 | |
| Line has trailing spaces. | 366 | |
| 'if' is not followed by whitespace. | 369 | |
| '{' is not preceded with whitespace. | 369 | |
| Line is longer than 80 characters. | 370 | |
| Line has trailing spaces. | 372 | |
| Line is longer than 80 characters. | 375 | |
| Line is longer than 80 characters. | 378 | |
| Parameter f should be final. | 378 | |
| Parameter fieldValue should be final. | 378 | |
| Parameter annotation should be final. | 378 | |
| Redundant throws: 'T3dGeneratorException' is unchecked exception. | 378 | |
| Line has trailing spaces. | 386 | |
| ',' is not followed by whitespace. | 387 | |
| Line has trailing spaces. | 398 | |
| Line is longer than 80 characters. | 400 | |
| Method 'generateProperties' is not designed for extension - needs to be abstract, final or empty. | 400 | |
| Parameter object should be final. | 400 | |
| Expected @param tag for 'object'. | 400 | |
| Expected @param tag for 'out'. | 400 | |
| Parameter indent should be final. | 400 | |
| Expected @param tag for 'indent'. | 400 | |
| Line is longer than 80 characters. | 404 | |
| Line is longer than 80 characters. | 409 | |
| Line is longer than 80 characters. | 412 | |
| Method 'generateHeaderProperties' is not designed for extension - needs to be abstract, final or empty. | 412 | |
| Parameter object should be final. | 412 | |
| Expected @param tag for 'object'. | 412 | |
| Expected @param tag for 'out'. | 412 | |
| Expected @throws tag for 'IOException'. | 412 | |
| Line is longer than 80 characters. | 413 | |
| Line is longer than 80 characters. | 414 | |
| Line is longer than 80 characters. | 417 | |
| Parameter f should be final. | 417 | |
| Parameter fieldValue should be final. | 417 | |
| Parameter annotation should be final. | 417 | |
| Line is longer than 80 characters. | 418 | |
| Line is longer than 80 characters. | 421 | |
| Line is longer than 80 characters. | 422 | |
| Line has trailing spaces. | 430 | |
| Expected an @return tag. | 434 | |
| Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. | 434 | |
| Parameter unrealObject should be final. | 434 | |
| Expected @param tag for 'unrealObject'. | 434 | |
| Line is longer than 80 characters. | 438 | |
| Line is longer than 80 characters. | 441 | |
| Parameter f should be final. | 441 | |
| Parameter fieldValue should be final. | 441 | |
| Parameter annotation should be final. | 441 | |
| Redundant throws: 'T3dGeneratorException' is unchecked exception. | 441 | |
| Line is longer than 80 characters. | 443 | |
| Line is longer than 80 characters. | 444 | |
| 'if' is not followed by whitespace. | 450 | |
| '{' is not preceded with whitespace. | 450 | |
| Line is longer than 80 characters. | 455 | |
| Line is longer than 80 characters. | 463 | |
| Line is longer than 80 characters. | 466 | |
| Parameter f should be final. | 466 | |
| Parameter fieldValue should be final. | 466 | |
| Parameter annotation should be final. | 466 | |
| Redundant throws: 'T3dGeneratorException' is unchecked exception. | 466 | |
| Line is longer than 80 characters. | 476 | |
| Line is longer than 80 characters. | 479 | |
| Parameter f should be final. | 479 | |
| Parameter fieldValue should be final. | 479 | |
| Parameter annotation should be final. | 479 | |
| Redundant throws: 'T3dGeneratorException' is unchecked exception. | 479 | |
| First sentence should end with a period. | 493 | |
| Line is longer than 80 characters. | 494 | |
| Line has trailing spaces. | 498 | |
| Line is longer than 80 characters. | 501 | |
| Method 'generateStaticText' is not designed for extension - needs to be abstract, final or empty. | 501 | |
| Expected @param tag for 'object'. | 501 | |
| Expected @param tag for 'out'. | 501 | |
| Expected @param tag for 'indent'. | 501 | |
| Line is longer than 80 characters. | 502 | |
| Line is longer than 80 characters. | 505 | |
| Parameter f should be final. | 505 | |
| Parameter fieldValue should be final. | 505 | |
| Parameter annotation should be final. | 505 | |
| Line is longer than 80 characters. | 514 | |
| '{' is not preceded with whitespace. | 514 | |
| Parameter m should be final. | 517 | |
| Parameter annotation should be final. | 517 | |
| Line is longer than 80 characters. | 518 | |
| 'if' is not followed by whitespace. | 518 | |
| '{' is not preceded with whitespace. | 518 | |
| Line is longer than 80 characters. | 519 | |
| 'cast' is not followed by whitespace. | 522 | |
| 'catch' is not followed by whitespace. | 523 | |
| '{' is not preceded with whitespace. | 523 | |
| Line has trailing spaces. | 524 | |
| Line is longer than 80 characters. | 524 | |
| '+' is not followed by whitespace. | 524 | |
| Line has trailing spaces. | 527 | |
| Line has trailing spaces. | 529 | |
| Line has trailing spaces. | 536 | |
| Expected an @return tag. | 539 | |
| Method 'getElementType' is not designed for extension - needs to be abstract, final or empty. | 539 | |
| Parameter unrealObject should be final. | 539 | |
| Expected @param tag for 'unrealObject'. | 539 | |
| Line is longer than 80 characters. | 540 | |
| Line is longer than 80 characters. | 542 | |
| Line is longer than 80 characters. | 548 | |
| Method 'generateT3dFromDynamicObject' is not designed for extension - needs to be abstract, final or empty. | 548 | |
| Missing a Javadoc comment. | 548 | |
| Parameter object should be final. | 548 | |
| Parameter out should be final. | 548 | |
| Parameter indent should be final. | 548 | |
| Line has trailing spaces. | 549 | |
| 'for' is not followed by whitespace. | 552 | |
| '{' is not preceded with whitespace. | 552 | |
| Line is longer than 80 characters. | 553 | |
| Line has trailing spaces. | 555 | |
| 'for' is not followed by whitespace. | 563 | |
| '{' is not preceded with whitespace. | 563 | |
| Line is longer than 80 characters. | 564 | |
| Line has trailing spaces. | 568 | |
| Line has trailing spaces. | 570 | |
| Line has trailing spaces. | 576 | |
| Line is longer than 80 characters. | 578 | |
| Method 'generateT3dInternal' is not designed for extension - needs to be abstract, final or empty. | 578 | |
| Parameter object should be final. | 578 | |
| Expected @param tag for 'object'. | 578 | |
| Parameter out should be final. | 578 | |
| Expected @param tag for 'out'. | 578 | |
| Parameter indent should be final. | 578 | |
| Expected @param tag for 'indent'. | 578 | |
| 'if' is not followed by whitespace. | 579 | |
| '{' is not preceded with whitespace. | 579 | |
| 'cast' is not followed by whitespace. | 580 | |
| Line has trailing spaces. | 604 | |
| Method 'generateT3d' is not designed for extension - needs to be abstract, final or empty. | 606 | |
| Line is longer than 80 characters. | 607 | |
| Parameter elements should be final. | 607 | |
| Expected @param tag for 'elements'. | 607 | |
| Parameter out should be final. | 607 | |
| Expected @param tag for 'out'. | 607 | |
| Line is longer than 80 characters. | 608 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Parameter namingFactory should be final. | 15 | |
| 'namingFactory' hides a field. | 15 | |
| Method 'getNamingFactory' is not designed for extension - needs to be abstract, final or empty. | 19 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Missing a Javadoc comment. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Parameter beanType should be final. | 35 | |
| 'beanType' hides a field. | 35 | |
| Method 'getBeanType' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Line has trailing spaces. | 45 | |
| Method 'getHeaderFields' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Missing a Javadoc comment. | 47 | |
| Method 'getProperties' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Method 'getChildren' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| Missing a Javadoc comment. | 56 | |
| Method 'addChildren' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| Parameter children should be final. | 60 | |
| 'children' hides a field. | 60 | |
| Line has trailing spaces. | 63 | |
| Method 'addChild' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| Parameter child should be final. | 64 | |
| Line has trailing spaces. | 67 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 9 | |
| Line has trailing spaces. | 16 | |
| Expected an @return tag. | 18 | |
| Redundant 'public' modifier. | 18 | |
| Expected @param tag for 'objectClass'. | 18 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Redundant 'public' modifier. | 17 | |
| Line is longer than 80 characters. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Redundant 'public' modifier. | 18 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 13 | |
| Redundant 'public' modifier. | 13 |
| Violation | Message | Line |
|---|---|---|
| '{' is not preceded with whitespace. | 13 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 18 | |
| Parameter message should be final. | 18 | |
| Missing a Javadoc comment. | 22 | |
| Parameter message should be final. | 22 | |
| Parameter cause should be final. | 22 | |
| Missing a Javadoc comment. | 26 | |
| Parameter cause should be final. | 26 | |
| Line has trailing spaces. | 29 |
| Violation | Message | Line |
|---|---|---|
| First sentence should end with a period. | 11 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 24 | |
| Parameter objectClass should be final. | 25 | |
| 'if' is not followed by whitespace. | 26 | |
| '{' is not preceded with whitespace. | 26 | |
| ',' is not followed by whitespace. | 27 |
| Violation | Message | Line |
|---|---|---|
| '{' is not preceded with whitespace. | 12 | |
| Missing a Javadoc comment. | 14 | |
| Parameter cause should be final. | 14 | |
| Missing a Javadoc comment. | 18 | |
| Parameter message should be final. | 18 | |
| Parameter cause should be final. | 18 | |
| Missing a Javadoc comment. | 22 | |
| Parameter message should be final. | 22 | |
| Missing a Javadoc comment. | 26 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| First sentence should end with a period. | 24 | |
| '}' is not preceded with whitespace. | 29 | |
| Line has trailing spaces. | 33 | |
| Line has trailing spaces. | 35 | |
| Line has trailing spaces. | 36 | |
| First sentence should end with a period. | 37 | |
| Line has trailing spaces. | 39 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 14 | |
| Line is longer than 80 characters. | 18 | |
| '}' is not preceded with whitespace. | 22 | |
| Line has trailing spaces. | 26 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 14 | |
| Line is longer than 80 characters. | 15 | |
| '}' is not preceded with whitespace. | 19 | |
| Line has trailing spaces. | 22 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 24 |
| Violation | Message | Line |
|---|---|---|
| Unused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.IUnrealReferencable. | 8 | |
| Line has trailing spaces. | 15 | |
| Line is longer than 80 characters. | 16 |
| Violation | Message | Line |
|---|---|---|
| Unused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.IUnrealReferencable. | 8 | |
| Line has trailing spaces. | 16 | |
| Line is longer than 80 characters. | 17 | |
| Line is longer than 80 characters. | 25 | |
| Line has trailing spaces. | 27 |
| Violation | Message | Line |
|---|---|---|
| Unused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.IUnrealReferencable. | 8 | |
| Line is longer than 80 characters. | 15 | |
| Line is longer than 80 characters. | 17 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line is longer than 80 characters. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Line has trailing spaces. | 32 | |
| '}' is not preceded with whitespace. | 32 | |
| Line is longer than 80 characters. | 35 | |
| Line has trailing spaces. | 36 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 15 | |
| Line is longer than 80 characters. | 24 | |
| Line has trailing spaces. | 25 | |
| Line has trailing spaces. | 27 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 14 | |
| Line is longer than 80 characters. | 15 | |
| Line is longer than 80 characters. | 16 | |
| '}' is not preceded with whitespace. | 20 | |
| Line has trailing spaces. | 23 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| First sentence should end with a period. | 1 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Parameter r should be final. | 21 | |
| 'r' hides a field. | 21 | |
| Parameter g should be final. | 21 | |
| 'g' hides a field. | 21 | |
| Parameter b should be final. | 21 | |
| 'b' hides a field. | 21 | |
| Parameter a should be final. | 21 | |
| 'a' hides a field. | 21 | |
| Method 'getA' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Method 'getB' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Method 'getG' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Method 'getR' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Line has trailing spaces. | 44 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 8 | |
| Line has trailing spaces. | 13 | |
| Line is longer than 80 characters. | 13 | |
| '{' is not preceded with whitespace. | 17 | |
| Missing a Javadoc comment. | 19 | |
| Variable 'targetElement' must be private and have accessor methods. | 19 | |
| Missing a Javadoc comment. | 21 | |
| Parameter targetElement should be final. | 21 | |
| 'targetElement' hides a field. | 21 | |
| Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Method 'getReferenceTarget' is not designed for extension - needs to be abstract, final or empty. | 31 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Unused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.annotations.EnumValue. | 19 | |
| Missing a Javadoc comment. | 28 | |
| Missing a Javadoc comment. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Missing a Javadoc comment. | 31 | |
| Missing a Javadoc comment. | 32 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 12 | |
| Line is longer than 80 characters. | 14 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 19 | |
| First sentence should end with a period. | 21 | |
| Missing a Javadoc comment. | 27 | |
| Parameter initialized should be final. | 27 | |
| 'initialized' hides a field. | 27 | |
| Parameter dynamic should be final. | 27 | |
| 'dynamic' hides a field. | 27 | |
| Missing a Javadoc comment. | 32 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Parameter initialized should be final. | 35 | |
| 'initialized' hides a field. | 35 | |
| Parameter dynamic should be final. | 35 | |
| 'dynamic' hides a field. | 35 | |
| Parameter Static should be final. | 35 | |
| Name 'Static' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| Method 'getDynamic' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Method 'getInitialized' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Method 'getStaticChannel' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Line has trailing spaces. | 57 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 12 | |
| Missing a Javadoc comment. | 16 | |
| Variable 'indirectLightingScale' must be private and have accessor methods. | 16 | |
| Line has trailing spaces. | 17 | |
| Missing a Javadoc comment. | 17 | |
| Variable 'indirectLightingSaturation' must be private and have accessor methods. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Variable 'shadowExponent' must be private and have accessor methods. | 18 | |
| Line is longer than 80 characters. | 20 | |
| Missing a Javadoc comment. | 20 | |
| Parameter indirectLightingScale should be final. | 20 | |
| 'indirectLightingScale' hides a field. | 20 | |
| Parameter indirectLightingSaturation should be final. | 20 | |
| 'indirectLightingSaturation' hides a field. | 20 | |
| Parameter shadowExponent should be final. | 20 | |
| 'shadowExponent' hides a field. | 20 | |
| Method 'getIndirectLightingSaturation' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Method 'getIndirectLightingScale' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Method 'getShadowExponent' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Line has trailing spaces. | 37 | |
| Line has trailing spaces. | 38 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 12 | |
| '{' is not preceded with whitespace. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Line is longer than 80 characters. | 18 | |
| Missing a Javadoc comment. | 18 | |
| Parameter lightSourceRadius should be final. | 18 | |
| 'lightSourceRadius' hides a field. | 18 | |
| Parameter indirectLightingScale should be final. | 18 | |
| Parameter indirectLightingSaturation should be final. | 18 | |
| Parameter shadowExponent should be final. | 18 | |
| Line is longer than 80 characters. | 19 | |
| Method 'getLightSourceRadius' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Line has trailing spaces. | 25 | |
| Line has trailing spaces. | 26 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 10 | |
| Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 15 | |
| Method 'getReferenceTarget' is not designed for extension - needs to be abstract, final or empty. | 20 | |
| Method 'toReferenceString' is not designed for extension - needs to be abstract, final or empty. | 25 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Parameter pitch should be final. | 20 | |
| 'pitch' hides a field. | 20 | |
| Parameter yaw should be final. | 20 | |
| 'yaw' hides a field. | 20 | |
| Parameter roll should be final. | 20 | |
| 'roll' hides a field. | 20 | |
| Method 'getPitch' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Method 'getRoll' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| Missing a Javadoc comment. | 30 | |
| Method 'getYaw' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| Missing a Javadoc comment. | 34 |
| Violation | Message | Line |
|---|---|---|
| Line has trailing spaces. | 9 | |
| '{' is not preceded with whitespace. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Missing a Javadoc comment. | 18 | |
| Parameter className should be final. | 18 | |
| 'className' hides a field. | 18 | |
| Parameter referenceTarget should be final. | 18 | |
| 'referenceTarget' hides a field. | 18 | |
| Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| Method 'getReferenceTarget' is not designed for extension - needs to be abstract, final or empty. | 30 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 14 | |
| Missing a Javadoc comment. | 16 | |
| Method 'toReferenceString' is not designed for extension - needs to be abstract, final or empty. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 23 | |
| Line has trailing spaces. | 26 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 16 | |
| Variable 'x' must be private and have accessor methods. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Variable 'y' must be private and have accessor methods. | 17 | |
| Missing a Javadoc comment. | 18 | |
| Variable 'z' must be private and have accessor methods. | 18 | |
| Missing a Javadoc comment. | 20 | |
| Parameter x should be final. | 20 | |
| 'x' hides a field. | 20 | |
| Parameter y should be final. | 20 | |
| 'y' hides a field. | 20 | |
| Parameter z should be final. | 20 | |
| 'z' hides a field. | 20 | |
| Method 'getX' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| Missing a Javadoc comment. | 28 | |
| Method 'getY' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Method 'getZ' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Method 'multiply' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Parameter a should be final. | 40 | |
| '{' is not preceded with whitespace. | 40 | |
| Method 'divide' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| Missing a Javadoc comment. | 44 | |
| Parameter a should be final. | 44 | |
| '{' is not preceded with whitespace. | 44 | |
| Method 'add' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| Missing a Javadoc comment. | 48 | |
| Parameter p should be final. | 48 | |
| '{' is not preceded with whitespace. | 48 | |
| Method 'subtract' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Parameter p should be final. | 52 | |
| '{' is not preceded with whitespace. | 52 | |
| Line has trailing spaces. | 55 | |
| Method 'negateX' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| Missing a Javadoc comment. | 57 | |
| '{' is not preceded with whitespace. | 57 | |
| ',' is not followed by whitespace. | 58 | |
| Method 'negateY' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| Missing a Javadoc comment. | 60 | |
| '{' is not preceded with whitespace. | 60 | |
| ',' is not followed by whitespace. | 61 | |
| Line has trailing spaces. | 63 | |
| Method 'negateXandY' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| Missing a Javadoc comment. | 64 | |
| '{' is not preceded with whitespace. | 64 | |
| ',' is not followed by whitespace. | 65 | |
| Line has trailing spaces. | 67 | |
| Method 'switchXandY' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Missing a Javadoc comment. | 68 | |
| '{' is not preceded with whitespace. | 68 | |
| Line has trailing spaces. | 69 | |
| Line has trailing spaces. | 71 | |
| Method 'negate' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| '{' is not preceded with whitespace. | 72 | |
| Line has trailing spaces. | 75 | |
| Method 'crossProduct' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| Missing a Javadoc comment. | 76 | |
| Parameter p should be final. | 76 | |
| '{' is not preceded with whitespace. | 76 | |
| Method 'dotProduct' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| Missing a Javadoc comment. | 83 | |
| Parameter v should be final. | 83 | |
| '{' is not preceded with whitespace. | 83 | |
| Line has trailing spaces. | 86 | |
| Method 'length' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| Missing a Javadoc comment. | 87 | |
| '{' is not preceded with whitespace. | 87 | |
| Line has trailing spaces. | 90 | |
| Method 'normalize' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| Missing a Javadoc comment. | 91 | |
| '{' is not preceded with whitespace. | 91 | |
| 'cast' is not followed by whitespace. | 92 | |
| Line has trailing spaces. | 94 | |
| Line has trailing spaces. | 95 | |
| Line has trailing spaces. | 96 | |
| Missing a Javadoc comment. | 97 | |
| Missing a Javadoc comment. | 98 | |
| Missing a Javadoc comment. | 99 | |
| Missing a Javadoc comment. | 100 | |
| Line has trailing spaces. | 101 | |
| Missing a Javadoc comment. | 102 | |
| Parameter points should be final. | 102 | |
| '{' is not preceded with whitespace. | 102 | |
| 'if' is not followed by whitespace. | 103 | |
| '{' is not preceded with whitespace. | 103 | |
| Line is longer than 80 characters. | 104 | |
| 'for' is not followed by whitespace. | 107 | |
| ';' is preceded with whitespace. | 107 | |
| '{' is not preceded with whitespace. | 107 | |
| Line has trailing spaces. | 112 | |
| Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| Parameter obj should be final. | 114 | |
| Method 'hashCode' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| '3' is a magic number. | 136 | |
| '31' is a magic number. | 137 | |
| '31' is a magic number. | 138 | |
| '31' is a magic number. | 139 | |
| Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 143 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 3 | |
| Line is longer than 80 characters. | 4 |
| Violation | Message | Line |
|---|---|---|
| Line is longer than 80 characters. | 2 | |
| Line is longer than 80 characters. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Variable 'className' must be private and have accessor methods. | 31 | |
| Missing a Javadoc comment. | 32 | |
| Variable 'name' must be private and have accessor methods. | 33 | |
| Missing a Javadoc comment. | 35 | |
| Line has trailing spaces. | 36 | |
| Line has trailing spaces. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Parameter className should be final. | 38 | |
| 'className' hides a field. | 38 | |
| Missing a Javadoc comment. | 42 | |
| Parameter className should be final. | 42 | |
| 'className' hides a field. | 42 | |
| Parameter name should be final. | 42 | |
| 'name' hides a field. | 42 | |
| Method 'getClassName' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| Missing a Javadoc comment. | 52 | |
| Line is longer than 80 characters. | 57 | |
| Expected an @return tag. | 61 | |
| Method 'getNameForReferences' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| Method 'getReference' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| Method 'setName' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| Missing a Javadoc comment. | 73 | |
| Parameter name should be final. | 73 | |
| 'name' hides a field. | 73 | |
| Line is longer than 80 characters. | 78 | |
| Method 'setNameForReferences' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| Parameter nameForReferences should be final. | 83 | |
| Expected @param tag for 'nameForReferences'. | 83 | |
| Line has trailing spaces. | 86 |
| Violation | Message | Line |
|---|---|---|
| Missing a Javadoc comment. | 14 | |
| Redundant 'public' modifier. | 14 |
| Violation | Message | Line |
|---|---|---|
| Unused import - cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.DynamicReference. | 7 | |
| Line is longer than 80 characters. | 10 | |
| Missing a Javadoc comment. | 15 | |
| Redundant 'public' modifier. | 15 | |
| Missing a Javadoc comment. | 16 | |
| Redundant 'public' modifier. | 16 | |
| Missing a Javadoc comment. | 17 | |
| Redundant 'public' modifier. | 17 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 2 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 |