The following document contains the results of Checkstyle.
Rules | Violations | Severity |
---|---|---|
JavadocPackage
| 0 | ![]() |
NewlineAtEndOfFile | 4 | ![]() |
Translation | 0 | ![]() |
FileLength | 0 | ![]() |
FileTabCharacter
| 0 | ![]() |
RegexpSingleline
| 87 | ![]() |
JavadocMethod | 132 | ![]() |
JavadocType | 3 | ![]() |
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 | 9 | ![]() |
LineLength | 168 | ![]() |
MethodLength | 0 | ![]() |
ParameterNumber | 0 | ![]() |
EmptyForIteratorPad | 0 | ![]() |
MethodParamPad | 0 | ![]() |
NoWhitespaceAfter | 0 | ![]() |
NoWhitespaceBefore | 1 | ![]() |
OperatorWrap | 0 | ![]() |
ParenPad | 0 | ![]() |
TypecastParenPad | 0 | ![]() |
WhitespaceAfter | 15 | ![]() |
WhitespaceAround | 92 | ![]() |
ModifierOrder | 0 | ![]() |
RedundantModifier | 11 | ![]() |
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 | 8 | ![]() |
SimplifyBooleanExpression | 0 | ![]() |
SimplifyBooleanReturn | 0 | ![]() |
DesignForExtension | 74 | ![]() |
FinalClass | 0 | ![]() |
HideUtilityClassConstructor | 1 | ![]() |
InterfaceIsType | 0 | ![]() |
VisibilityModifier | 10 | ![]() |
ArrayTypeStyle | 0 | ![]() |
FinalParameters | 118 | ![]() |
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. | 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 |