The following document contains the results of Checkstyle. 
| Files | Infos | Warnings | Errors |
|---|---|---|---|
| 19 | 0 | 0 | 2145 |
| Rules | Violations | Severity |
|---|---|---|
| PackageHtml | 2 | |
| NewlineAtEndOfFile | 17 | |
| Translation | 0 | |
| JavadocMethod | 276 | |
| JavadocType | 0 | |
| JavadocVariable | 33 | |
| JavadocStyle | 1 | |
| ConstantName | 1 | |
| LocalFinalVariableName | 0 | |
| LocalVariableName | 0 | |
| MemberName | 0 | |
| MethodName | 0 | |
| PackageName | 0 | |
| ParameterName | 0 | |
| StaticVariableName | 0 | |
| TypeName | 0 | |
| AvoidStarImport | 0 | |
| IllegalImport | 0 | |
| RedundantImport | 8 | |
| UnusedImports | 0 | |
| FileLength | 0 | |
| LineLength | 562 | |
| MethodLength | 1 | |
| ParameterNumber | 0 | |
| EmptyForIteratorPad | 0 | |
| MethodParamPad | 16 | |
| NoWhitespaceAfter | 0 | |
| NoWhitespaceBefore | 1 | |
| OperatorWrap | 11 | |
| ParenPad | 0 | |
| TypecastParenPad | 0 | |
| TabCharacter | 0 | |
| WhitespaceAfter | 133 | |
| WhitespaceAround | 0 | |
| ModifierOrder | 0 | |
| RedundantModifier | 13 | |
| AvoidNestedBlocks | 0 | |
| EmptyBlock | 0 | |
| LeftCurly | 603 | |
| NeedBraces | 0 | |
| RightCurly | 54 | |
| AvoidInlineConditionals | 44 | |
| DoubleCheckedLocking | 0 | |
| EmptyStatement | 0 | |
| EqualsHashCode | 0 | |
| HiddenField | 2 | |
| IllegalInstantiation | 0 | |
| InnerAssignment | 0 | |
| MagicNumber | 5 | |
| MissingSwitchDefault | 0 | |
| RedundantThrows | 0 | |
| SimplifyBooleanExpression | 0 | |
| SimplifyBooleanReturn | 0 | |
| DesignForExtension | 209 | |
| FinalClass | 0 | |
| HideUtilityClassConstructor | 0 | |
| InterfaceIsType | 0 | |
| VisibilityModifier | 0 | |
| ArrayTypeStyle | 0 | |
| FinalParameters | 45 | |
GenericIllegalRegexp
| 108 | |
| TodoComment | 0 | |
| UpperEll | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Redundant import from the same package - org.andromda.cartridges.jsf.metafacades.JSFAction. | 3 | |
| Redundant import from the same package - org.andromda.cartridges.jsf.metafacades.JSFEventLogic. | 4 | |
| Redundant import from the same package - org.andromda.cartridges.jsf.metafacades.JSFView. | 5 | |
| Line is longer than 80 characters. | 11 | |
| '{' should be on the previous line. | 17 | |
| Missing a Javadoc comment. | 19 | |
| '(' is preceded with whitespace. | 19 | |
| Parameter metaObject should be final. | 19 | |
| Parameter context should be final. | 19 | |
| '{' should be on the previous line. | 20 | |
| '(' is preceded with whitespace. | 21 | |
| Expected an @return tag. | 27 | |
| Method 'handleGetMessageKey' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| '{' should be on the previous line. | 28 | |
| '{' should be on the previous line. | 31 | |
| 'cast' is not followed by whitespace. | 32 | |
| '{' should be on the previous line. | 34 | |
| 'cast' is not followed by whitespace. | 35 | |
| '{' should be on the previous line. | 37 | |
| Expected an @return tag. | 48 | |
| Method 'handleGetMessageValue' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| '{' should be on the previous line. | 49 | |
| Line has trailing spaces. | 52 | |
| Line is longer than 80 characters. | 54 | |
| Expected an @return tag. | 56 | |
| Method 'handleGetResetMessageValue' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| '{' should be on the previous line. | 57 | |
| Line has trailing spaces. | 60 | |
| Line is longer than 80 characters. | 62 | |
| Expected an @return tag. | 64 | |
| Method 'handleGetResetMessageKey' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| '{' should be on the previous line. | 65 | |
| Line has trailing spaces. | 68 | |
| '{' should be on the previous line. | 75 | |
| Line is longer than 80 characters. | 76 | |
| 'cast' is not followed by whitespace. | 76 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 20 | |
| '{' should be on the previous line. | 26 | |
| Missing a Javadoc comment. | 27 | |
| Parameter metaObject should be final. | 28 | |
| Parameter context should be final. | 29 | |
| '{' should be on the previous line. | 30 | |
| Expected an @return tag. | 37 | |
| Method 'handleGetMessageKey' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| '{' should be on the previous line. | 38 | |
| '{' should be on the previous line. | 41 | |
| '{' should be on the previous line. | 44 | |
| Line is longer than 80 characters. | 45 | |
| '{' should be on the previous line. | 51 | |
| Redundant 'final' modifier. | 62 | |
| '{' should be on the previous line. | 63 | |
| Line is longer than 80 characters. | 65 | |
| Line is longer than 80 characters. | 70 | |
| Expected an @return tag. | 72 | |
| Method 'handleGetMessageValue' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| '{' should be on the previous line. | 73 | |
| Expected an @return tag. | 80 | |
| Method 'handleGetFormat' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| '{' should be on the previous line. | 81 | |
| 'cast' is not followed by whitespace. | 83 | |
| Line is longer than 80 characters. | 90 | |
| '{' should be on the previous line. | 93 | |
| Line is longer than 80 characters. | 94 | |
| 'cast' is not followed by whitespace. | 94 | |
| Line is longer than 80 characters. | 98 | |
| '{' should be on the previous line. | 101 | |
| Line is longer than 80 characters. | 102 | |
| 'cast' is not followed by whitespace. | 102 | |
| Expected an @return tag. | 108 | |
| Method 'handleGetDummyValue' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| '{' should be on the previous line. | 109 | |
| '{' should be on the previous line. | 112 | |
| '{' should be on the previous line. | 116 | |
| '{' should be on the previous line. | 120 | |
| '{' should be on the previous line. | 124 | |
| '{' should be on the previous line. | 128 | |
| '{' should be on the previous line. | 132 | |
| '{' should be on the previous line. | 136 | |
| '{' should be on the previous line. | 140 | |
| '{' should be on the previous line. | 144 | |
| '{' should be on the previous line. | 148 | |
| '{' should be on the previous line. | 152 | |
| '{' should be on the previous line. | 156 | |
| '{' should be on the previous line. | 160 | |
| '{' should be on the previous line. | 164 | |
| '{' should be on the previous line. | 168 | |
| '{' should be on the previous line. | 172 | |
| '{' should be on the previous line. | 176 | |
| '{' should be on the previous line. | 180 | |
| '{' should be on the previous line. | 184 | |
| '{' should be on the previous line. | 188 | |
| Line is longer than 80 characters. | 189 | |
| '{' should be on the previous line. | 192 | |
| '{' should be on the previous line. | 196 | |
| '{' should be on the previous line. | 202 | |
| Line is longer than 80 characters. | 203 | |
| '{' should be on the previous line. | 206 | |
| Line is longer than 80 characters. | 218 | |
| Redundant 'final' modifier. | 220 | |
| '{' should be on the previous line. | 221 | |
| Line is longer than 80 characters. | 228 | |
| Expected an @return tag. | 230 | |
| Line is longer than 80 characters. | 230 | |
| Method 'handleGetFormPropertyName' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| Expected @param tag for 'ownerParameter'. | 230 | |
| '{' should be on the previous line. | 234 | |
| '{' should be on the previous line. | 240 | |
| Line is longer than 80 characters. | 247 | |
| Expected an @return tag. | 249 | |
| Line is longer than 80 characters. | 249 | |
| Method 'handleGetBackingListName' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| Expected @param tag for 'ownerParameter'. | 249 | |
| Line is longer than 80 characters. | 253 | |
| Line is longer than 80 characters. | 256 | |
| Line is longer than 80 characters. | 260 | |
| Expected an @return tag. | 262 | |
| Line is longer than 80 characters. | 262 | |
| Method 'handleGetBackingValueName' is not designed for extension - needs to be abstract, final or empty. | 262 | |
| Expected @param tag for 'ownerParameter'. | 262 | |
| Line is longer than 80 characters. | 266 | |
| Line is longer than 80 characters. | 269 | |
| Line is longer than 80 characters. | 273 | |
| Expected an @return tag. | 275 | |
| Line is longer than 80 characters. | 275 | |
| Method 'handleGetLabelListName' is not designed for extension - needs to be abstract, final or empty. | 275 | |
| Expected @param tag for 'ownerParameter'. | 275 | |
| Line is longer than 80 characters. | 278 | |
| Line is longer than 80 characters. | 284 | |
| Expected an @return tag. | 286 | |
| Line is longer than 80 characters. | 286 | |
| Method 'handleGetValueListName' is not designed for extension - needs to be abstract, final or empty. | 286 | |
| Expected @param tag for 'ownerParameter'. | 286 | |
| Line is longer than 80 characters. | 289 | |
| Line is longer than 80 characters. | 295 | |
| Expected an @return tag. | 297 | |
| Line is longer than 80 characters. | 297 | |
| Method 'handleGetFormPropertyId' is not designed for extension - needs to be abstract, final or empty. | 297 | |
| Expected @param tag for 'ownerParameter'. | 297 | |
| Line is longer than 80 characters. | 299 | |
| Line is longer than 80 characters. | 303 | |
| Expected an @return tag. | 305 | |
| Method 'handleIsSelectable' is not designed for extension - needs to be abstract, final or empty. | 305 | |
| Expected @param tag for 'ownerParameter'. | 305 | |
| '{' should be on the previous line. | 309 | |
| Line is longer than 80 characters. | 310 | |
| '{' should be on the previous line. | 312 | |
| '{' should be on the previous line. | 314 | |
| '{' should be on the previous line. | 317 | |
| Line has trailing spaces. | 320 | |
| Line is longer than 80 characters. | 321 | |
| Line has trailing spaces. | 322 | |
| Line is longer than 80 characters. | 322 | |
| Line is longer than 80 characters. | 323 | |
| Line is longer than 80 characters. | 324 | |
| Line is longer than 80 characters. | 326 | |
| 'cast' is not followed by whitespace. | 326 | |
| Line is longer than 80 characters. | 327 | |
| Line is longer than 80 characters. | 328 | |
| '{' should be on the previous line. | 330 | |
| '{' should be on the previous line. | 333 | |
| Line is longer than 80 characters. | 334 | |
| 'cast' is not followed by whitespace. | 334 | |
| Line is longer than 80 characters. | 335 | |
| Line is longer than 80 characters. | 336 | |
| '{' should be on the previous line. | 338 | |
| Line is longer than 80 characters. | 339 | |
| Line is longer than 80 characters. | 340 | |
| Line is longer than 80 characters. | 343 | |
| '||' should be on a new line. | 343 | |
| '}' should be on the same line. | 351 | |
| '{' should be on the previous line. | 353 | |
| Line is longer than 80 characters. | 355 | |
| Line is longer than 80 characters. | 356 | |
| Line is longer than 80 characters. | 358 | |
| 'cast' is not followed by whitespace. | 358 | |
| Line is longer than 80 characters. | 360 | |
| '{' should be on the previous line. | 364 | |
| Line is longer than 80 characters. | 365 | |
| 'cast' is not followed by whitespace. | 365 | |
| '{' should be on the previous line. | 367 | |
| Line is longer than 80 characters. | 380 | |
| Expected an @return tag. | 382 | |
| Method 'handleIsValidationRequired' is not designed for extension - needs to be abstract, final or empty. | 382 | |
| '{' should be on the previous line. | 383 | |
| Line is longer than 80 characters. | 388 | |
| Expected an @return tag. | 390 | |
| Method 'handleGetValidatorTypes' is not designed for extension - needs to be abstract, final or empty. | 390 | |
| '{' should be on the previous line. | 391 | |
| 'cast' is not followed by whitespace. | 393 | |
| Line has trailing spaces. | 396 | |
| Line is longer than 80 characters. | 398 | |
| Expected an @return tag. | 400 | |
| Method 'handleGetValidatorVars' is not designed for extension - needs to be abstract, final or empty. | 400 | |
| Parameter ownerParameter should be final. | 400 | |
| Expected @param tag for 'ownerParameter'. | 400 | |
| '{' should be on the previous line. | 401 | |
| 'cast' is not followed by whitespace. | 403 | |
| Expected an @return tag. | 411 | |
| Method 'handleGetValidWhen' is not designed for extension - needs to be abstract, final or empty. | 411 | |
| '{' should be on the previous line. | 412 | |
| Line is longer than 80 characters. | 417 | |
| Expected an @return tag. | 419 | |
| Method 'handleIsInputTextarea' is not designed for extension - needs to be abstract, final or empty. | 419 | |
| '{' should be on the previous line. | 420 | |
| Expected an @return tag. | 427 | |
| Method 'handleIsInputSelect' is not designed for extension - needs to be abstract, final or empty. | 427 | |
| '{' should be on the previous line. | 428 | |
| Expected an @return tag. | 435 | |
| Method 'handleIsInputSecret' is not designed for extension - needs to be abstract, final or empty. | 435 | |
| '{' should be on the previous line. | 436 | |
| Expected an @return tag. | 443 | |
| Method 'handleIsInputHidden' is not designed for extension - needs to be abstract, final or empty. | 443 | |
| '{' should be on the previous line. | 444 | |
| Expected an @return tag. | 451 | |
| Method 'handleIsPlaintext' is not designed for extension - needs to be abstract, final or empty. | 451 | |
| '{' should be on the previous line. | 452 | |
| Expected an @return tag. | 459 | |
| Method 'handleIsInputRadio' is not designed for extension - needs to be abstract, final or empty. | 459 | |
| '{' should be on the previous line. | 460 | |
| Expected an @return tag. | 467 | |
| Method 'handleIsInputText' is not designed for extension - needs to be abstract, final or empty. | 467 | |
| '{' should be on the previous line. | 468 | |
| Line is longer than 80 characters. | 473 | |
| Expected an @return tag. | 475 | |
| Method 'handleIsInputMultibox' is not designed for extension - needs to be abstract, final or empty. | 475 | |
| '{' should be on the previous line. | 476 | |
| Expected an @return tag. | 483 | |
| Method 'handleIsInputTable' is not designed for extension - needs to be abstract, final or empty. | 483 | |
| '{' should be on the previous line. | 484 | |
| Line is longer than 80 characters. | 485 | |
| Line is longer than 80 characters. | 489 | |
| Expected an @return tag. | 491 | |
| Method 'handleIsInputCheckbox' is not designed for extension - needs to be abstract, final or empty. | 491 | |
| '{' should be on the previous line. | 492 | |
| '{' should be on the previous line. | 495 | |
| Avoid inline conditionals. | 497 | |
| Redundant 'final' modifier. | 508 | |
| '{' should be on the previous line. | 509 | |
| Line is longer than 80 characters. | 510 | |
| Redundant 'final' modifier. | 519 | |
| '{' should be on the previous line. | 520 | |
| Expected an @return tag. | 527 | |
| Method 'handleIsInputFile' is not designed for extension - needs to be abstract, final or empty. | 527 | |
| '{' should be on the previous line. | 528 | |
| '{' should be on the previous line. | 532 | |
| Line is longer than 80 characters. | 539 | |
| Expected an @return tag. | 543 | |
| Method 'isReadOnly' is not designed for extension - needs to be abstract, final or empty. | 543 | |
| '{' should be on the previous line. | 544 | |
| Line is longer than 80 characters. | 549 | |
| Expected an @return tag. | 551 | |
| Method 'handleGetValueListDummyValue' is not designed for extension - needs to be abstract, final or empty. | 551 | |
| '{' should be on the previous line. | 552 | |
| Line is longer than 80 characters. | 557 | |
| Expected an @return tag. | 559 | |
| Method 'handleGetValidatorArgs' is not designed for extension - needs to be abstract, final or empty. | 559 | |
| Expected @param tag for 'validatorType'. | 559 | |
| '{' should be on the previous line. | 560 | |
| 'cast' is not followed by whitespace. | 562 | |
| Line is longer than 80 characters. | 567 | |
| Expected an @return tag. | 569 | |
| Method 'handleIsStrictDateFormat' is not designed for extension - needs to be abstract, final or empty. | 569 | |
| '{' should be on the previous line. | 570 | |
| 'cast' is not followed by whitespace. | 571 | |
| Line is longer than 80 characters. | 575 | |
| Expected an @return tag. | 577 | |
| Method 'handleGetDateFormatter' is not designed for extension - needs to be abstract, final or empty. | 577 | |
| Expected @param tag for 'ownerParameter'. | 577 | |
| '{' should be on the previous line. | 578 | |
| Line is longer than 80 characters. | 580 | |
| Avoid inline conditionals. | 580 | |
| Line is longer than 80 characters. | 584 | |
| Expected an @return tag. | 586 | |
| Method 'handleGetTimeFormatter' is not designed for extension - needs to be abstract, final or empty. | 586 | |
| Expected @param tag for 'ownerParameter'. | 586 | |
| '{' should be on the previous line. | 587 | |
| Line is longer than 80 characters. | 589 | |
| Avoid inline conditionals. | 589 | |
| Expected an @return tag. | 597 | |
| Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 597 | |
| '{' should be on the previous line. | 598 | |
| '{' should be on the previous line. | 601 | |
| '{' should be on the previous line. | 604 | |
| Line is longer than 80 characters. | 612 | |
| Expected an @return tag. | 614 | |
| Method 'handleIsEqualValidator' is not designed for extension - needs to be abstract, final or empty. | 614 | |
| '{' should be on the previous line. | 615 | |
| Line is longer than 80 characters. | 616 | |
| 'cast' is not followed by whitespace. | 616 | |
| Line is longer than 80 characters. | 621 | |
| Expected an @return tag. | 623 | |
| Line is longer than 80 characters. | 623 | |
| Method 'handleIsBackingValueRequired' is not designed for extension - needs to be abstract, final or empty. | 623 | |
| Expected @param tag for 'ownerParameter'. | 623 | |
| '{' should be on the previous line. | 627 | |
| '{' should be on the previous line. | 629 | |
| '{' should be on the previous line. | 634 | |
| Line is longer than 80 characters. | 638 | |
| Line has trailing spaces. | 639 | |
| Line is longer than 80 characters. | 639 | |
| Line is longer than 80 characters. | 640 | |
| Line is longer than 80 characters. | 641 | |
| 'cast' is not followed by whitespace. | 643 | |
| Line is longer than 80 characters. | 644 | |
| Line is longer than 80 characters. | 645 | |
| '{' should be on the previous line. | 647 | |
| '{' should be on the previous line. | 650 | |
| Line is longer than 80 characters. | 651 | |
| 'cast' is not followed by whitespace. | 651 | |
| Line is longer than 80 characters. | 652 | |
| Line is longer than 80 characters. | 653 | |
| '{' should be on the previous line. | 655 | |
| Line is longer than 80 characters. | 656 | |
| Line is longer than 80 characters. | 657 | |
| '}' should be on the same line. | 666 | |
| '{' should be on the previous line. | 668 | |
| Line is longer than 80 characters. | 670 | |
| Line is longer than 80 characters. | 671 | |
| 'cast' is not followed by whitespace. | 673 | |
| Line is longer than 80 characters. | 675 | |
| '{' should be on the previous line. | 679 | |
| 'cast' is not followed by whitespace. | 680 | |
| '{' should be on the previous line. | 682 | |
| Line is longer than 80 characters. | 694 | |
| Expected an @return tag. | 696 | |
| Method 'handleIsInputTypePresent' is not designed for extension - needs to be abstract, final or empty. | 696 | |
| '{' should be on the previous line. | 697 | |
| '{' should be on the previous line. | 701 | |
| Line is longer than 80 characters. | 703 | |
| '&&' should be on a new line. | 703 | |
| Line is longer than 80 characters. | 710 | |
| Expected an @return tag. | 712 | |
| Method 'handleGetInputTableIdentifierColumns' is not designed for extension - needs to be abstract, final or empty. | 712 | |
| '{' should be on the previous line. | 713 | |
| Line is longer than 80 characters. | 714 | |
| Expected an @return tag. | 720 | |
| Method 'handleIsReset' is not designed for extension - needs to be abstract, final or empty. | 720 | |
| '{' should be on the previous line. | 721 | |
| Line is longer than 80 characters. | 722 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 17 | |
| '{' should be on the previous line. | 23 | |
| Missing a Javadoc comment. | 25 | |
| '(' is preceded with whitespace. | 25 | |
| Parameter metaObject should be final. | 25 | |
| Parameter context should be final. | 25 | |
| '{' should be on the previous line. | 26 | |
| '(' is preceded with whitespace. | 27 | |
| Line has trailing spaces. | 29 | |
| Expected an @return tag. | 33 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| '{' should be on the previous line. | 34 | |
| '{' should be on the previous line. | 38 | |
| '}' should be on the same line. | 40 | |
| '{' should be on the previous line. | 42 | |
| Line has trailing spaces. | 47 | |
| Expected an @return tag. | 51 | |
| Method 'handleGetPath' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| '{' should be on the previous line. | 52 | |
| '{' should be on the previous line. | 56 | |
| 'cast' is not followed by whitespace. | 57 | |
| '}' should be on the same line. | 58 | |
| '{' should be on the previous line. | 60 | |
| 'cast' is not followed by whitespace. | 61 | |
| Line has trailing spaces. | 64 | |
| Line has trailing spaces. | 66 | |
| Method 'handleIsSuccessMessagesPresent' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| Missing a Javadoc comment. | 67 | |
| '{' should be on the previous line. | 68 | |
| Method 'handleIsWarningMessagesPresent' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| Missing a Javadoc comment. | 72 | |
| '{' should be on the previous line. | 73 | |
| Line has trailing spaces. | 76 | |
| Line is longer than 80 characters. | 81 | |
| Parameter taggedValue should be final. | 84 | |
| '{' should be on the previous line. | 85 | |
| '{' should be on the previous line. | 90 | |
| '}' should be on the same line. | 92 | |
| '{' should be on the previous line. | 94 | |
| Line is longer than 80 characters. | 97 | |
| 'cast' is not followed by whitespace. | 99 | |
| Line is longer than 80 characters. | 100 | |
| Method 'handleGetSuccessMessages' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| Missing a Javadoc comment. | 107 | |
| '{' should be on the previous line. | 108 | |
| Method 'handleGetWarningMessages' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| Missing a Javadoc comment. | 112 | |
| '{' should be on the previous line. | 113 | |
| Line is longer than 80 characters. | 118 | |
| Expected an @return tag. | 120 | |
| Method 'handleIsFinalStateTarget' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| '{' should be on the previous line. | 121 | |
| Expected an @return tag. | 128 | |
| Method 'handleGetFromOutcome' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| '{' should be on the previous line. | 129 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line has trailing spaces. | 5 | |
| '{' should be on the previous line. | 9 | |
| Line has trailing spaces. | 10 | |
| Line has trailing spaces. | 24 | |
| Line has trailing spaces. | 29 | |
| Line is longer than 80 characters. | 31 | |
| Line is longer than 80 characters. | 33 | |
| Line has trailing spaces. | 34 | |
| Line is longer than 80 characters. | 38 | |
| Line has trailing spaces. | 39 | |
| Line is longer than 80 characters. | 41 | |
| Line has trailing spaces. | 44 | |
| Line has trailing spaces. | 49 | |
| Line is longer than 80 characters. | 51 | |
| Line is longer than 80 characters. | 53 | |
| Line has trailing spaces. | 54 | |
| Line has trailing spaces. | 59 | |
| Line is longer than 80 characters. | 63 | |
| Line has trailing spaces. | 64 | |
| Line is longer than 80 characters. | 66 | |
| Line is longer than 80 characters. | 68 | |
| Line has trailing spaces. | 69 | |
| Line is longer than 80 characters. | 71 | |
| Line is longer than 80 characters. | 73 | |
| Line has trailing spaces. | 74 | |
| Line has trailing spaces. | 79 | |
| Line has trailing spaces. | 84 | |
| Line has trailing spaces. | 89 | |
| Line has trailing spaces. | 94 | |
| Line has trailing spaces. | 99 | |
| Line is longer than 80 characters. | 103 | |
| Line is longer than 80 characters. | 108 | |
| Line has trailing spaces. | 109 | |
| Line has trailing spaces. | 114 | |
| Line is longer than 80 characters. | 116 | |
| Line has trailing spaces. | 119 | |
| Line is longer than 80 characters. | 121 | |
| Line has trailing spaces. | 122 | |
| Line is longer than 80 characters. | 122 | |
| Line has trailing spaces. | 126 | |
| Line is longer than 80 characters. | 128 | |
| Line is longer than 80 characters. | 129 | |
| Line has trailing spaces. | 133 | |
| Line has trailing spaces. | 139 | |
| Line is longer than 80 characters. | 141 | |
| Line has trailing spaces. | 145 | |
| Line has trailing spaces. | 150 | |
| Line has trailing spaces. | 156 | |
| Line has trailing spaces. | 161 | |
| Line has trailing spaces. | 166 | |
| Line has trailing spaces. | 171 | |
| Line has trailing spaces. | 176 | |
| Line has trailing spaces. | 181 | |
| Line has trailing spaces. | 186 | |
| Line has trailing spaces. | 191 | |
| Line has trailing spaces. | 206 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 23 | |
| '{' should be on the previous line. | 29 | |
| Missing a Javadoc comment. | 30 | |
| Parameter metaObject should be final. | 31 | |
| Parameter context should be final. | 32 | |
| '{' should be on the previous line. | 33 | |
| Line is longer than 80 characters. | 38 | |
| Expected an @return tag. | 40 | |
| Method 'handleGetDocumentationKey' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| '{' should be on the previous line. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Expected an @return tag. | 48 | |
| Method 'handleGetMessageKey' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| '{' should be on the previous line. | 49 | |
| '{' should be on the previous line. | 53 | |
| '{' should be on the previous line. | 56 | |
| Line is longer than 80 characters. | 57 | |
| Redundant 'final' modifier. | 71 | |
| '{' should be on the previous line. | 72 | |
| Line is longer than 80 characters. | 73 | |
| 'cast' is not followed by whitespace. | 73 | |
| Method 'handleGetMessageValue' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| Missing a Javadoc comment. | 77 | |
| '{' should be on the previous line. | 78 | |
| Line is longer than 80 characters. | 83 | |
| Expected an @return tag. | 85 | |
| Method 'handleGetDocumentationValue' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| '{' should be on the previous line. | 86 | |
| Line is longer than 80 characters. | 87 | |
| Avoid inline conditionals. | 88 | |
| Expected an @return tag. | 94 | |
| Method 'handleGetTitleKey' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| '{' should be on the previous line. | 95 | |
| Expected an @return tag. | 102 | |
| Method 'handleGetTitleValue' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| '{' should be on the previous line. | 103 | |
| Expected an @return tag. | 110 | |
| Method 'handleGetPath' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| '{' should be on the previous line. | 111 | |
| '{' should be on the previous line. | 115 | |
| Line is longer than 80 characters. | 118 | |
| Expected an @return tag. | 129 | |
| Method 'handleGetForwards' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| '{' should be on the previous line. | 130 | |
| Line is longer than 80 characters. | 132 | |
| 'cast' is not followed by whitespace. | 134 | |
| '{' should be on the previous line. | 136 | |
| Line is longer than 80 characters. | 137 | |
| '{' should be on the previous line. | 141 | |
| 'cast' is not followed by whitespace. | 142 | |
| '}' should be on the same line. | 143 | |
| '{' should be on the previous line. | 145 | |
| 'cast' is not followed by whitespace. | 146 | |
| Line is longer than 80 characters. | 155 | |
| Expected an @return tag. | 157 | |
| Method 'handleGetActionForwards' is not designed for extension - needs to be abstract, final or empty. | 157 | |
| '{' should be on the previous line. | 158 | |
| Line is longer than 80 characters. | 160 | |
| '{' should be on the previous line. | 163 | |
| Line is longer than 80 characters. | 171 | |
| Expected an @return tag. | 173 | |
| Method 'handleGetFullyQualifiedPopulator' is not designed for extension - needs to be abstract, final or empty. | 173 | |
| '{' should be on the previous line. | 174 | |
| '{' should be on the previous line. | 178 | |
| Expected an @return tag. | 189 | |
| Method 'handleGetPopulator' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| '{' should be on the previous line. | 190 | |
| Line is longer than 80 characters. | 191 | |
| Expected an @return tag. | 199 | |
| Method 'handleGetFormActions' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| '{' should be on the previous line. | 200 | |
| 'cast' is not followed by whitespace. | 204 | |
| '{' should be on the previous line. | 206 | |
| Expected an @return tag. | 216 | |
| Method 'handleGetFormKey' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| '{' should be on the previous line. | 217 | |
| Line is longer than 80 characters. | 218 | |
| Line is longer than 80 characters. | 219 | |
| Avoid inline conditionals. | 219 | |
| Expected an @return tag. | 226 | |
| Method 'handleGetPopulatorPath' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| '{' should be on the previous line. | 227 | |
| Line is longer than 80 characters. | 234 | |
| Expected an @return tag. | 236 | |
| Method 'handleIsPopulatorRequired' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| '{' should be on the previous line. | 237 | |
| Line is longer than 80 characters. | 238 | |
| Line is longer than 80 characters. | 242 | |
| Expected an @return tag. | 244 | |
| Method 'handleIsValidationRequired' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| '{' should be on the previous line. | 245 | |
| Line is longer than 80 characters. | 248 | |
| 'cast' is not followed by whitespace. | 250 | |
| '{' should be on the previous line. | 252 | |
| Expected an @return tag. | 263 | |
| Method 'handleIsPopup' is not designed for extension - needs to be abstract, final or empty. | 263 | |
| '{' should be on the previous line. | 264 | |
| Line is longer than 80 characters. | 265 | |
| Line is longer than 80 characters. | 270 | |
| Expected an @return tag. | 272 | |
| Method 'handleIsNonTableVariablesPresent' is not designed for extension - needs to be abstract, final or empty. | 272 | |
| '{' should be on the previous line. | 273 | |
| Line is longer than 80 characters. | 275 | |
| '{' should be on the previous line. | 279 | |
| 'cast' is not followed by whitespace. | 280 | |
| '{' should be on the previous line. | 282 | |
| Expected an @return tag. | 294 | |
| Method 'handleIsHasNameOfUseCase' is not designed for extension - needs to be abstract, final or empty. | 294 | |
| '{' should be on the previous line. | 295 | |
| Avoid inline conditionals. | 298 | |
| Line is longer than 80 characters. | 307 | |
| Expected an @return tag. | 309 | |
| Method 'handleGetBackingValueVariables' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| '{' should be on the previous line. | 310 | |
| Line is longer than 80 characters. | 312 | |
| '{' should be on the previous line. | 316 | |
| 'cast' is not followed by whitespace. | 317 | |
| '{' should be on the previous line. | 321 | |
| Line is longer than 80 characters. | 322 | |
| '}' should be on the same line. | 326 | |
| '{' should be on the previous line. | 328 | |
| Line is longer than 80 characters. | 330 | |
| Line is longer than 80 characters. | 332 | |
| 'cast' is not followed by whitespace. | 332 | |
| Line is longer than 80 characters. | 333 | |
| '{' should be on the previous line. | 340 | |
| Expected an @return tag. | 352 | |
| Method 'handleGetFromOutcome' is not designed for extension - needs to be abstract, final or empty. | 352 | |
| '{' should be on the previous line. | 353 | |
| Line is longer than 80 characters. | 354 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Redundant import from the same package - org.andromda.cartridges.jsf.metafacades.JSFActivityGraphLogic. | 3 | |
| Line is longer than 80 characters. | 7 | |
| '{' should be on the previous line. | 13 | |
| Missing a Javadoc comment. | 15 | |
| '(' is preceded with whitespace. | 15 | |
| Parameter metaObject should be final. | 15 | |
| Parameter context should be final. | 15 | |
| '{' should be on the previous line. | 16 | |
| '(' is preceded with whitespace. | 17 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Redundant import from the same package - org.andromda.cartridges.jsf.metafacades.JSFFinalStateLogic. | 3 | |
| Redundant import from the same package - org.andromda.cartridges.jsf.metafacades.JSFUseCase. | 4 | |
| Line is longer than 80 characters. | 10 | |
| '{' should be on the previous line. | 16 | |
| Missing a Javadoc comment. | 18 | |
| '(' is preceded with whitespace. | 18 | |
| Parameter metaObject should be final. | 18 | |
| Parameter context should be final. | 18 | |
| '{' should be on the previous line. | 19 | |
| '(' is preceded with whitespace. | 20 | |
| Line has trailing spaces. | 22 | |
| Expected an @return tag. | 26 | |
| Method 'handleGetPath' is not designed for extension - needs to be abstract, final or empty. | 26 | |
| '{' should be on the previous line. | 27 | |
| '{' should be on the previous line. | 32 | |
| Line is longer than 80 characters. | 34 | |
| '{' should be on the previous line. | 36 | |
| Line is longer than 80 characters. | 38 | |
| '}' should be on the same line. | 42 | |
| '{' should be on the previous line. | 44 | |
| '}' should be on the same line. | 47 | |
| '{' should be on the previous line. | 49 | |
| 'cast' is not followed by whitespace. | 50 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 12 | |
| Name 'profile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 16 | |
| Line is longer than 80 characters. | 19 | |
| Missing a Javadoc comment. | 19 | |
| Line has trailing spaces. | 20 | |
| Line is longer than 80 characters. | 22 | |
| Missing a Javadoc comment. | 22 | |
| Line is longer than 80 characters. | 23 | |
| Missing a Javadoc comment. | 23 | |
| Line is longer than 80 characters. | 24 | |
| Missing a Javadoc comment. | 24 | |
| Line is longer than 80 characters. | 25 | |
| Missing a Javadoc comment. | 25 | |
| Line is longer than 80 characters. | 26 | |
| Missing a Javadoc comment. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Missing a Javadoc comment. | 27 | |
| Line is longer than 80 characters. | 28 | |
| Missing a Javadoc comment. | 28 | |
| 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 is longer than 80 characters. | 32 | |
| Missing a Javadoc comment. | 32 | |
| Line is longer than 80 characters. | 33 | |
| Missing a Javadoc comment. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Missing a Javadoc comment. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Missing a Javadoc comment. | 35 | |
| Line is longer than 80 characters. | 36 | |
| Missing a Javadoc comment. | 36 | |
| Line is longer than 80 characters. | 37 | |
| Missing a Javadoc comment. | 37 | |
| Line is longer than 80 characters. | 38 | |
| Missing a Javadoc comment. | 38 | |
| Missing a Javadoc comment. | 39 | |
| Line is longer than 80 characters. | 40 | |
| Missing a Javadoc comment. | 40 | |
| Line is longer than 80 characters. | 41 | |
| Missing a Javadoc comment. | 41 | |
| Line is longer than 80 characters. | 42 | |
| Missing a Javadoc comment. | 42 | |
| Line is longer than 80 characters. | 45 | |
| Missing a Javadoc comment. | 45 | |
| Missing a Javadoc comment. | 46 | |
| Missing a Javadoc comment. | 47 | |
| Missing a Javadoc comment. | 48 | |
| Missing a Javadoc comment. | 49 | |
| Missing a Javadoc comment. | 50 | |
| Missing a Javadoc comment. | 51 | |
| Missing a Javadoc comment. | 52 | |
| Missing a Javadoc comment. | 53 |
| Violation | Message | Line |
|---|---|---|
| Missing package documentation file. | 0 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Redundant import from the same package - org.andromda.cartridges.jsf.metafacades.JSFControllerOperationLogic. | 3 | |
| Line is longer than 80 characters. | 11 | |
| '{' should be on the previous line. | 17 | |
| Missing a Javadoc comment. | 19 | |
| '(' is preceded with whitespace. | 19 | |
| Parameter metaObject should be final. | 19 | |
| Parameter context should be final. | 19 | |
| '{' should be on the previous line. | 20 | |
| '(' is preceded with whitespace. | 21 | |
| Line is longer than 80 characters. | 25 | |
| Expected an @return tag. | 27 | |
| Method 'handleGetFormName' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| '{' should be on the previous line. | 28 | |
| Line is longer than 80 characters. | 29 | |
| Line is longer than 80 characters. | 30 | |
| Line is longer than 80 characters. | 34 | |
| Expected an @return tag. | 36 | |
| Method 'handleGetFullyQualifiedFormName' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| '{' should be on the previous line. | 37 | |
| '{' should be on the previous line. | 41 | |
| Line is longer than 80 characters. | 44 | |
| Line is longer than 80 characters. | 48 | |
| Expected an @return tag. | 50 | |
| Method 'handleGetFullyQualifiedFormPath' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| '{' should be on the previous line. | 51 | |
| Line is longer than 80 characters. | 56 | |
| Expected an @return tag. | 58 | |
| Method 'handleGetFormCall' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| '{' should be on the previous line. | 59 | |
| '{' should be on the previous line. | 64 | |
| Line has trailing spaces. | 70 | |
| Line is longer than 80 characters. | 72 | |
| Expected an @return tag. | 74 | |
| Method 'handleGetImplementationFormSignature' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| '{' should be on the previous line. | 75 | |
| Line has trailing spaces. | 78 | |
| Line is longer than 80 characters. | 80 | |
| Expected an @return tag. | 82 | |
| Method 'handleGetFormSignature' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| '{' should be on the previous line. | 83 | |
| Line has trailing spaces. | 86 | |
| Line has trailing spaces. | 89 | |
| Redundant 'final' modifier. | 93 | |
| Parameter isAbstract should be final. | 93 | |
| '{' should be on the previous line. | 94 | |
| '{' should be on the previous line. | 98 | |
| Line is longer than 80 characters. | 102 | |
| Avoid inline conditionals. | 102 | |
| '{' should be on the previous line. | 105 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| '{' should be on the previous line. | 33 | |
| '{' should be on the previous line. | 43 | |
| Missing a Javadoc comment. | 49 | |
| Line is longer than 80 characters. | 56 | |
| Unused @throws tag for 'IllegalArgumentException'. | 56 | |
| Parameter validatorTaggedValue should be final. | 58 | |
| Expected @param tag for 'validatorTaggedValue'. | 58 | |
| '{' should be on the previous line. | 59 | |
| '{' should be on the previous line. | 61 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 66 | |
| Line is longer than 80 characters. | 69 | |
| '+' should be on a new line. | 69 | |
| Line is longer than 80 characters. | 70 | |
| '+' should be on a new line. | 70 | |
| Line is longer than 80 characters. | 71 | |
| '{' should be on the previous line. | 79 | |
| '{' should be on the previous line. | 87 | |
| '{' should be on the previous line. | 93 | |
| '}' should be on the same line. | 95 | |
| '{' should be on the previous line. | 97 | |
| Line is longer than 80 characters. | 109 | |
| Unused @throws tag for 'IllegalArgumentException'. | 109 | |
| Parameter validatorTaggedValue should be final. | 111 | |
| Expected @param tag for 'validatorTaggedValue'. | 111 | |
| '{' should be on the previous line. | 112 | |
| '{' should be on the previous line. | 114 | |
| Line is longer than 80 characters. | 115 | |
| Line is longer than 80 characters. | 119 | |
| Line is longer than 80 characters. | 121 | |
| '{' should be on the previous line. | 129 | |
| '{' should be on the previous line. | 137 | |
| Line is longer than 80 characters. | 151 | |
| Unused @throws tag for 'IllegalArgumentException'. | 151 | |
| Expected an @return tag. | 153 | |
| Expected @param tag for 'validatorTaggedValue'. | 153 | |
| '{' should be on the previous line. | 154 | |
| '{' should be on the previous line. | 156 | |
| Line is longer than 80 characters. | 157 | |
| Line is longer than 80 characters. | 161 | |
| Line is longer than 80 characters. | 163 | |
| Line is longer than 80 characters. | 167 | |
| Avoid inline conditionals. | 167 | |
| Line is longer than 80 characters. | 177 | |
| '{' should be on the previous line. | 182 | |
| '{' should be on the previous line. | 185 | |
| '{' should be on the previous line. | 188 | |
| Parameter format should be final. | 199 | |
| Expected @param tag for 'format'. | 199 | |
| '{' should be on the previous line. | 200 | |
| Avoid inline conditionals. | 202 | |
| Line has trailing spaces. | 210 | |
| Missing a Javadoc comment. | 211 | |
| Line is longer than 80 characters. | 214 | |
| Parameter format should be final. | 216 | |
| Expected @param tag for 'format'. | 216 | |
| '{' should be on the previous line. | 217 | |
| Line is longer than 80 characters. | 218 | |
| Avoid inline conditionals. | 218 | |
| Line is longer than 80 characters. | 227 | |
| Parameter format should be final. | 229 | |
| Expected @param tag for 'format'. | 229 | |
| '{' should be on the previous line. | 230 | |
| Line has trailing spaces. | 236 | |
| Line is longer than 80 characters. | 240 | |
| Parameter format should be final. | 242 | |
| Expected @param tag for 'format'. | 242 | |
| '{' should be on the previous line. | 243 | |
| Line is longer than 80 characters. | 253 | |
| Expected @param tag for 'format'. | 255 | |
| '{' should be on the previous line. | 256 | |
| Line is longer than 80 characters. | 266 | |
| Expected @param tag for 'format'. | 268 | |
| '{' should be on the previous line. | 269 | |
| Line is longer than 80 characters. | 279 | |
| Expected @param tag for 'format'. | 282 | |
| '{' should be on the previous line. | 283 | |
| Line is longer than 80 characters. | 293 | |
| Parameter format should be final. | 296 | |
| Expected @param tag for 'format'. | 296 | |
| '{' should be on the previous line. | 297 | |
| Line is longer than 80 characters. | 305 | |
| Parameter string should be final. | 308 | |
| Expected @param tag for 'string'. | 308 | |
| Parameter index should be final. | 309 | |
| Expected @param tag for 'index'. | 309 | |
| Parameter limit should be final. | 310 | |
| Expected @param tag for 'limit'. | 310 | |
| '{' should be on the previous line. | 311 | |
| '{' should be on the previous line. | 314 | |
| Avoid inline conditionals. | 318 | |
| '{' should be on the previous line. | 330 | |
| Line is longer than 80 characters. | 331 | |
| Avoid inline conditionals. | 332 | |
| Avoid inline conditionals. | 333 | |
| Line is longer than 80 characters. | 339 | |
| Expected @param tag for 'format'. | 341 | |
| '{' should be on the previous line. | 342 | |
| Line is longer than 80 characters. | 350 | |
| Expected @param tag for 'type'. | 352 | |
| '{' should be on the previous line. | 353 | |
| Line is longer than 80 characters. | 360 | |
| Expected @param tag for 'type'. | 362 | |
| '{' should be on the previous line. | 363 | |
| Line is longer than 80 characters. | 370 | |
| Expected @param tag for 'type'. | 372 | |
| '{' should be on the previous line. | 373 | |
| Line is longer than 80 characters. | 380 | |
| Expected @param tag for 'type'. | 382 | |
| '{' should be on the previous line. | 383 | |
| Line is longer than 80 characters. | 390 | |
| Expected @param tag for 'type'. | 392 | |
| '{' should be on the previous line. | 393 | |
| Line is longer than 80 characters. | 400 | |
| Expected @param tag for 'type'. | 402 | |
| '{' should be on the previous line. | 403 | |
| Line is longer than 80 characters. | 410 | |
| Expected @param tag for 'type'. | 412 | |
| '{' should be on the previous line. | 413 | |
| Line is longer than 80 characters. | 418 | |
| Expected @param tag for 'type'. | 420 | |
| '{' should be on the previous line. | 421 | |
| Line is longer than 80 characters. | 428 | |
| Expected @param tag for 'type'. | 430 | |
| '{' should be on the previous line. | 431 | |
| Line is longer than 80 characters. | 438 | |
| Expected @param tag for 'type'. | 440 | |
| '{' should be on the previous line. | 441 | |
| '{' should be on the previous line. | 452 | |
| '{' should be on the previous line. | 455 | |
| Line is longer than 80 characters. | 456 | |
| Line is longer than 80 characters. | 457 | |
| Line is longer than 80 characters. | 466 | |
| Line is longer than 80 characters. | 469 | |
| '{' should be on the previous line. | 473 | |
| Line is longer than 80 characters. | 474 | |
| Avoid inline conditionals. | 475 | |
| '{' should be on the previous line. | 477 | |
| Line is longer than 80 characters. | 478 | |
| Line has trailing spaces. | 483 | |
| Line is longer than 80 characters. | 485 | |
| Line is longer than 80 characters. | 490 | |
| '{' should be on the previous line. | 494 | |
| Line is longer than 80 characters. | 495 | |
| Avoid inline conditionals. | 496 | |
| Expected @param tag for 'format'. | 504 | |
| '{' should be on the previous line. | 505 | |
| '3' is a magic number. | 509 | |
| Expected @param tag for 'format'. | 515 | |
| '{' should be on the previous line. | 516 | |
| '3' is a magic number. | 520 | |
| Line is longer than 80 characters. | 524 | |
| Expected @param tag for 'format'. | 526 | |
| '{' should be on the previous line. | 527 | |
| Line is longer than 80 characters. | 535 | |
| Expected @param tag for 'format'. | 537 | |
| '{' should be on the previous line. | 538 | |
| Expected @param tag for 'format'. | 548 | |
| '{' should be on the previous line. | 549 | |
| '{' should be on the previous line. | 567 | |
| '{' should be on the previous line. | 570 | |
| Line is longer than 80 characters. | 572 | |
| '{' should be on the previous line. | 574 | |
| 'cast' is not followed by whitespace. | 575 | |
| '{' should be on the previous line. | 576 | |
| '}' should be on the same line. | 579 | |
| '{' should be on the previous line. | 581 | |
| 'cast' is not followed by whitespace. | 582 | |
| '{' should be on the previous line. | 583 | |
| '{' should be on the previous line. | 588 | |
| '}' should be on the same line. | 590 | |
| '{' should be on the previous line. | 592 | |
| '}' should be on the same line. | 594 | |
| '{' should be on the previous line. | 596 | |
| '}' should be on the same line. | 598 | |
| '{' should be on the previous line. | 600 | |
| '}' should be on the same line. | 602 | |
| '{' should be on the previous line. | 604 | |
| '}' should be on the same line. | 606 | |
| '{' should be on the previous line. | 608 | |
| '}' should be on the same line. | 610 | |
| '{' should be on the previous line. | 612 | |
| '}' should be on the same line. | 614 | |
| '{' should be on the previous line. | 616 | |
| '}' should be on the same line. | 618 | |
| '{' should be on the previous line. | 620 | |
| '{' should be on the previous line. | 625 | |
| Line is longer than 80 characters. | 626 | |
| '{' should be on the previous line. | 631 | |
| '{' should be on the previous line. | 635 | |
| '{' should be on the previous line. | 641 | |
| '{' should be on the previous line. | 643 | |
| '}' should be on the same line. | 645 | |
| Line is longer than 80 characters. | 646 | |
| '}' should be on the same line. | 649 | |
| '{' should be on the previous line. | 651 | |
| Line is longer than 80 characters. | 652 | |
| Line is longer than 80 characters. | 653 | |
| Line is longer than 80 characters. | 655 | |
| '{' should be on the previous line. | 657 | |
| '}' should be on the same line. | 659 | |
| '{' should be on the previous line. | 661 | |
| '}' should be on the same line. | 663 | |
| '{' should be on the previous line. | 665 | |
| '{' should be on the previous line. | 673 | |
| '{' should be on the previous line. | 677 | |
| Line is longer than 80 characters. | 683 | |
| Line is longer than 80 characters. | 684 | |
| Line is longer than 80 characters. | 693 | |
| Line is longer than 80 characters. | 698 | |
| '{' should be on the previous line. | 705 | |
| '{' should be on the previous line. | 708 | |
| '{' should be on the previous line. | 711 | |
| '{' should be on the previous line. | 715 | |
| Line is longer than 80 characters. | 720 | |
| Line is longer than 80 characters. | 723 | |
| '}' should be on the same line. | 724 | |
| '{' should be on the previous line. | 726 | |
| Line is longer than 80 characters. | 727 | |
| Line is longer than 80 characters. | 728 | |
| Line is longer than 80 characters. | 730 | |
| '{' should be on the previous line. | 735 | |
| Line is longer than 80 characters. | 738 | |
| '}' should be on the same line. | 739 | |
| '{' should be on the previous line. | 741 | |
| Line is longer than 80 characters. | 744 | |
| '}' should be on the same line. | 745 | |
| '{' should be on the previous line. | 747 | |
| Line is longer than 80 characters. | 750 | |
| '{' should be on the previous line. | 757 | |
| 'cast' is not followed by whitespace. | 758 | |
| '}' should be on the same line. | 759 | |
| '{' should be on the previous line. | 761 | |
| 'cast' is not followed by whitespace. | 762 | |
| '}' should be on the same line. | 763 | |
| '{' should be on the previous line. | 765 | |
| Line is longer than 80 characters. | 766 | |
| '+' should be on a new line. | 766 | |
| Line is longer than 80 characters. | 767 | |
| '{' should be on the previous line. | 770 | |
| '{' should be on the previous line. | 773 | |
| Line is longer than 80 characters. | 776 | |
| '}' should be on the same line. | 777 | |
| '{' should be on the previous line. | 779 | |
| '{' should be on the previous line. | 787 | |
| '{' should be on the previous line. | 796 | |
| Line has trailing spaces. | 802 | |
| '{' should be on the previous line. | 805 | |
| Line is longer than 80 characters. | 815 | |
| Line is longer than 80 characters. | 816 | |
| '{' should be on the previous line. | 825 | |
| 'cast' is not followed by whitespace. | 826 | |
| 'cast' is not followed by whitespace. | 827 | |
| Line is longer than 80 characters. | 837 | |
| '{' should be on the previous line. | 846 | |
| Line is longer than 80 characters. | 848 | |
| '||' should be on a new line. | 848 | |
| '{' should be on the previous line. | 850 | |
| '}' should be on the same line. | 853 | |
| '{' should be on the previous line. | 855 | |
| '}' should be on the same line. | 857 | |
| '{' should be on the previous line. | 859 | |
| '}' should be on the same line. | 861 | |
| '{' should be on the previous line. | 863 | |
| '{' should be on the previous line. | 866 | |
| '}' should be on the same line. | 868 | |
| '{' should be on the previous line. | 870 | |
| '}' should be on the same line. | 873 | |
| '{' should be on the previous line. | 875 | |
| '}' should be on the same line. | 877 | |
| '{' should be on the previous line. | 879 | |
| '{' should be on the previous line. | 883 | |
| 'cast' is not followed by whitespace. | 884 | |
| '{' should be on the previous line. | 887 | |
| '{' should be on the previous line. | 891 | |
| '{' should be on the previous line. | 894 | |
| '}' should be on the same line. | 898 | |
| '{' should be on the previous line. | 900 | |
| 'cast' is not followed by whitespace. | 901 | |
| '{' should be on the previous line. | 904 | |
| Line has trailing spaces. | 906 | |
| Line is longer than 80 characters. | 913 | |
| Line is longer than 80 characters. | 914 | |
| '{' should be on the previous line. | 918 | |
| Line has trailing spaces. | 924 | |
| Line has trailing spaces. | 929 | |
| Line has trailing spaces. | 932 | |
| Method 'setStrictDateTimeFormat' is not designed for extension - needs to be abstract, final or empty. | 935 | |
| 'strictDateTimeFormat' hides a field. | 935 | |
| Expected @param tag for 'strictDateTimeFormat'. | 935 | |
| '{' should be on the previous line. | 936 | |
| Expected @param tag for 'element'. | 945 | |
| '{' should be on the previous line. | 946 | |
| Expected @param tag for 'defaultDateFormat'. | 961 | |
| Expected @param tag for 'defaultTimeFormat'. | 962 | |
| '{' should be on the previous line. | 963 | |
| '{' should be on the previous line. | 966 | |
| '{' should be on the previous line. | 969 | |
| '{' should be on the previous line. | 971 | |
| '}' should be on the same line. | 973 | |
| '{' should be on the previous line. | 975 | |
| '}' should be on the same line. | 978 | |
| '{' should be on the previous line. | 980 | |
| Line has trailing spaces. | 986 | |
| Line has trailing spaces. | 991 | |
| Line has trailing spaces. | 996 | |
| First sentence should end with a period. | 997 | |
| Line has trailing spaces. | 1001 | |
| Line has trailing spaces. | 1004 | |
| Method 'setViewType' is not designed for extension - needs to be abstract, final or empty. | 1007 | |
| 'viewType' hides a field. | 1007 | |
| '{' should be on the previous line. | 1008 | |
| Line has trailing spaces. | 1011 | |
| Line has trailing spaces. | 1014 | |
| Method 'getViewType' is not designed for extension - needs to be abstract, final or empty. | 1017 | |
| '{' should be on the previous line. | 1018 | |
| Line has trailing spaces. | 1021 | |
| Line has trailing spaces. | 1026 | |
| Line has trailing spaces. | 1029 | |
| Method 'getViewExtension' is not designed for extension - needs to be abstract, final or empty. | 1032 | |
| '{' should be on the previous line. | 1033 | |
| '{' should be on the previous line. | 1036 | |
| '}' should be on the same line. | 1038 | |
| '{' should be on the previous line. | 1040 | |
| '}' should be on the same line. | 1042 | |
| '{' should be on the previous line. | 1044 | |
| Line has trailing spaces. | 1045 | |
| Line is longer than 80 characters. | 1045 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 5 | |
| '{' should be on the previous line. | 11 | |
| Missing a Javadoc comment. | 13 | |
| '(' is preceded with whitespace. | 13 | |
| Parameter metaObject should be final. | 13 | |
| Parameter context should be final. | 13 | |
| '{' should be on the previous line. | 14 | |
| '(' is preceded with whitespace. | 15 | |
| Line has trailing spaces. | 17 | |
| Line is longer than 80 characters. | 19 | |
| Expected an @return tag. | 21 | |
| Method 'handleGetFullPath' is not designed for extension - needs to be abstract, final or empty. | 21 | |
| '{' should be on the previous line. | 22 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Redundant import from the same package - org.andromda.cartridges.jsf.metafacades.JSFBackendServiceLogic. | 3 | |
| Line is longer than 80 characters. | 8 | |
| '{' should be on the previous line. | 14 | |
| Missing a Javadoc comment. | 15 | |
| Parameter metaObject should be final. | 16 | |
| Parameter context should be final. | 17 | |
| '{' should be on the previous line. | 18 | |
| Line is longer than 80 characters. | 23 | |
| Expected an @return tag. | 25 | |
| Method 'handleGetAccessorImplementation' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| '{' should be on the previous line. | 26 | |
| Line is longer than 80 characters. | 27 | |
| Line is longer than 80 characters. | 36 | |
| Expected an @return tag. | 38 | |
| Method 'getFullyQualifiedName' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| '{' should be on the previous line. | 39 | |
| Line is longer than 80 characters. | 40 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 31 | |
| '{' should be on the previous line. | 37 | |
| Missing a Javadoc comment. | 38 | |
| Parameter metaObject should be final. | 39 | |
| Parameter context should be final. | 40 | |
| '{' should be on the previous line. | 41 | |
| Expected an @return tag. | 48 | |
| Method 'handleGetPath' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| '{' should be on the previous line. | 49 | |
| '{' should be on the previous line. | 53 | |
| 'cast' is not followed by whitespace. | 54 | |
| '{' should be on the previous line. | 56 | |
| Expected an @return tag. | 66 | |
| Method 'handleGetPathRoot' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| '{' should be on the previous line. | 67 | |
| Avoid inline conditionals. | 70 | |
| Expected an @return tag. | 78 | |
| Method 'handleGetForwardName' is not designed for extension - needs to be abstract, final or empty. | 78 | |
| '{' should be on the previous line. | 79 | |
| Line is longer than 80 characters. | 80 | |
| Expected an @return tag. | 86 | |
| Method 'handleGetTitleKey' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| '{' should be on the previous line. | 87 | |
| Line is longer than 80 characters. | 89 | |
| Avoid inline conditionals. | 89 | |
| '+' should be on a new line. | 89 | |
| Expected an @return tag. | 96 | |
| Method 'handleGetTitleValue' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| '{' should be on the previous line. | 97 | |
| Redundant 'final' modifier. | 106 | |
| '{' should be on the previous line. | 107 | |
| Line is longer than 80 characters. | 108 | |
| 'cast' is not followed by whitespace. | 108 | |
| Expected an @return tag. | 115 | |
| Method 'handleGetAllMessages' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| Method length is 301 lines (max allowed is 150). | 115 | |
| '{' should be on the previous line. | 116 | |
| Line is longer than 80 characters. | 119 | |
| Avoid inline conditionals. | 119 | |
| 'cast' is not followed by whitespace. | 119 | |
| 'cast' is not followed by whitespace. | 119 | |
| Line has trailing spaces. | 121 | |
| Line is longer than 80 characters. | 121 | |
| '{' should be on the previous line. | 124 | |
| '{' should be on the previous line. | 127 | |
| 'cast' is not followed by whitespace. | 129 | |
| '{' should be on the previous line. | 136 | |
| 'cast' is not followed by whitespace. | 138 | |
| '{' should be on the previous line. | 151 | |
| '{' should be on the previous line. | 155 | |
| 'cast' is not followed by whitespace. | 156 | |
| Line has trailing spaces. | 157 | |
| Line is longer than 80 characters. | 158 | |
| '{' should be on the previous line. | 160 | |
| Line is longer than 80 characters. | 161 | |
| Line is longer than 80 characters. | 163 | |
| 'cast' is not followed by whitespace. | 163 | |
| Line is longer than 80 characters. | 169 | |
| '{' should be on the previous line. | 171 | |
| Line is longer than 80 characters. | 172 | |
| Line is longer than 80 characters. | 174 | |
| 'cast' is not followed by whitespace. | 174 | |
| '{' should be on the previous line. | 177 | |
| Line is longer than 80 characters. | 178 | |
| '{' should be on the previous line. | 180 | |
| Line is longer than 80 characters. | 181 | |
| '{' should be on the previous line. | 183 | |
| Line is longer than 80 characters. | 184 | |
| 'cast' is not followed by whitespace. | 184 | |
| Line is longer than 80 characters. | 187 | |
| Line has trailing spaces. | 196 | |
| '{' should be on the previous line. | 199 | |
| Line is longer than 80 characters. | 200 | |
| Line is longer than 80 characters. | 201 | |
| '{' should be on the previous line. | 203 | |
| Line is longer than 80 characters. | 204 | |
| 'cast' is not followed by whitespace. | 204 | |
| Line is longer than 80 characters. | 206 | |
| Line is longer than 80 characters. | 207 | |
| '{' should be on the previous line. | 215 | |
| 'cast' is not followed by whitespace. | 217 | |
| '{' should be on the previous line. | 222 | |
| 'cast' is not followed by whitespace. | 223 | |
| '{' should be on the previous line. | 225 | |
| Line is longer than 80 characters. | 226 | |
| Line has trailing spaces. | 230 | |
| Line has trailing spaces. | 235 | |
| Line is longer than 80 characters. | 236 | |
| Line has trailing spaces. | 240 | |
| Line has trailing spaces. | 242 | |
| Line is longer than 80 characters. | 255 | |
| '{' should be on the previous line. | 259 | |
| Line has trailing spaces. | 260 | |
| Line is longer than 80 characters. | 260 | |
| 'cast' is not followed by whitespace. | 260 | |
| Line is longer than 80 characters. | 261 | |
| Line is longer than 80 characters. | 262 | |
| '}' should be on the same line. | 263 | |
| '{' should be on the previous line. | 265 | |
| Line has trailing spaces. | 266 | |
| Line is longer than 80 characters. | 266 | |
| 'cast' is not followed by whitespace. | 266 | |
| Line is longer than 80 characters. | 267 | |
| Line has trailing spaces. | 268 | |
| Line is longer than 80 characters. | 268 | |
| '{' should be on the previous line. | 276 | |
| '{' should be on the previous line. | 279 | |
| Line is longer than 80 characters. | 280 | |
| 'cast' is not followed by whitespace. | 280 | |
| Line is longer than 80 characters. | 281 | |
| '{' should be on the previous line. | 283 | |
| Line is longer than 80 characters. | 284 | |
| Line is longer than 80 characters. | 286 | |
| 'cast' is not followed by whitespace. | 286 | |
| Line is longer than 80 characters. | 292 | |
| '{' should be on the previous line. | 294 | |
| Line is longer than 80 characters. | 295 | |
| Line is longer than 80 characters. | 297 | |
| 'cast' is not followed by whitespace. | 297 | |
| Line is longer than 80 characters. | 298 | |
| '{' should be on the previous line. | 300 | |
| Line is longer than 80 characters. | 301 | |
| '{' should be on the previous line. | 303 | |
| Line is longer than 80 characters. | 304 | |
| Line is longer than 80 characters. | 305 | |
| Line is longer than 80 characters. | 307 | |
| 'cast' is not followed by whitespace. | 307 | |
| Line is longer than 80 characters. | 309 | |
| Line is longer than 80 characters. | 310 | |
| Line has trailing spaces. | 322 | |
| '{' should be on the previous line. | 325 | |
| Line is longer than 80 characters. | 326 | |
| Line is longer than 80 characters. | 327 | |
| '{' should be on the previous line. | 329 | |
| Line is longer than 80 characters. | 330 | |
| 'cast' is not followed by whitespace. | 330 | |
| Line is longer than 80 characters. | 332 | |
| Line is longer than 80 characters. | 333 | |
| Line is longer than 80 characters. | 338 | |
| Line is longer than 80 characters. | 341 | |
| Line is longer than 80 characters. | 342 | |
| Line is longer than 80 characters. | 345 | |
| Line is longer than 80 characters. | 349 | |
| Line is longer than 80 characters. | 350 | |
| Line has trailing spaces. | 351 | |
| Line is longer than 80 characters. | 381 | |
| Line is longer than 80 characters. | 382 | |
| Line is longer than 80 characters. | 392 | |
| Line is longer than 80 characters. | 400 | |
| Line is longer than 80 characters. | 402 | |
| Line is longer than 80 characters. | 403 | |
| Line is longer than 80 characters. | 406 | |
| Line is longer than 80 characters. | 407 | |
| Line is longer than 80 characters. | 419 | |
| Expected an @return tag. | 421 | |
| Method 'handleGetActionForwards' is not designed for extension - needs to be abstract, final or empty. | 421 | |
| '{' should be on the previous line. | 422 | |
| '{' should be on the previous line. | 426 | |
| 'cast' is not followed by whitespace. | 427 | |
| Line has trailing spaces. | 432 | |
| Expected an @return tag. | 436 | |
| Method 'handleGetForwards' is not designed for extension - needs to be abstract, final or empty. | 436 | |
| '{' should be on the previous line. | 437 | |
| Line is longer than 80 characters. | 439 | |
| 'cast' is not followed by whitespace. | 441 | |
| Line is longer than 80 characters. | 442 | |
| '{' should be on the previous line. | 446 | |
| Line is longer than 80 characters. | 447 | |
| 'cast' is not followed by whitespace. | 447 | |
| Line has trailing spaces. | 453 | |
| Expected an @return tag. | 457 | |
| Method 'handleGetAllForwards' is not designed for extension - needs to be abstract, final or empty. | 457 | |
| '{' should be on the previous line. | 458 | |
| Line is longer than 80 characters. | 460 | |
| Line is longer than 80 characters. | 462 | |
| 'cast' is not followed by whitespace. | 462 | |
| Line is longer than 80 characters. | 465 | |
| Line is longer than 80 characters. | 467 | |
| 'cast' is not followed by whitespace. | 467 | |
| Line has trailing spaces. | 470 | |
| Line is longer than 80 characters. | 474 | |
| Expected an @return tag. | 476 | |
| Method 'handleGetActionClassName' is not designed for extension - needs to be abstract, final or empty. | 476 | |
| '{' should be on the previous line. | 477 | |
| Line is longer than 80 characters. | 482 | |
| Expected an @return tag. | 484 | |
| Method 'handleGetFullyQualifiedActionClassPath' is not designed for extension - needs to be abstract, final or empty. | 484 | |
| '{' should be on the previous line. | 485 | |
| Line is longer than 80 characters. | 492 | |
| Expected an @return tag. | 494 | |
| Method 'handleGetControllerAction' is not designed for extension - needs to be abstract, final or empty. | 494 | |
| '{' should be on the previous line. | 495 | |
| Line is longer than 80 characters. | 500 | |
| Expected an @return tag. | 502 | |
| Method 'handleGetFullyQualifiedActionClassName' is not designed for extension - needs to be abstract, final or empty. | 502 | |
| '{' should be on the previous line. | 503 | |
| '{' should be on the previous line. | 507 | |
| Expected an @return tag. | 518 | |
| Method 'handleGetFormKey' is not designed for extension - needs to be abstract, final or empty. | 518 | |
| '{' should be on the previous line. | 519 | |
| Line is longer than 80 characters. | 520 | |
| Line is longer than 80 characters. | 521 | |
| Avoid inline conditionals. | 521 | |
| Line is longer than 80 characters. | 526 | |
| Expected an @return tag. | 528 | |
| Method 'handleGetInitialTargetPath' is not designed for extension - needs to be abstract, final or empty. | 528 | |
| '{' should be on the previous line. | 529 | |
| '{' should be on the previous line. | 533 | |
| 'cast' is not followed by whitespace. | 534 | |
| '}' should be on the same line. | 535 | |
| '{' should be on the previous line. | 537 | |
| 'cast' is not followed by whitespace. | 538 | |
| Redundant 'final' modifier. | 548 | |
| '{' should be on the previous line. | 549 | |
| Line is longer than 80 characters. | 552 | |
| Avoid inline conditionals. | 552 | |
| Line is longer than 80 characters. | 553 | |
| Avoid inline conditionals. | 553 | |
| '{' should be on the previous line. | 555 | |
| Line is longer than 80 characters. | 556 | |
| 'cast' is not followed by whitespace. | 556 | |
| '{' should be on the previous line. | 559 | |
| '}' should be on the same line. | 561 | |
| '{' should be on the previous line. | 563 | |
| Line is longer than 80 characters. | 564 | |
| 'cast' is not followed by whitespace. | 564 | |
| Line is longer than 80 characters. | 565 | |
| Line is longer than 80 characters. | 576 | |
| Expected an @return tag. | 578 | |
| Method 'handleIsValidationRequired' is not designed for extension - needs to be abstract, final or empty. | 578 | |
| '{' should be on the previous line. | 579 | |
| '{' should be on the previous line. | 583 | |
| 'cast' is not followed by whitespace. | 584 | |
| '{' should be on the previous line. | 586 | |
| Line is longer than 80 characters. | 595 | |
| Expected an @return tag. | 597 | |
| Method 'handleIsInitialTargetView' is not designed for extension - needs to be abstract, final or empty. | 597 | |
| '{' should be on the previous line. | 598 | |
| Line is longer than 80 characters. | 603 | |
| Expected an @return tag. | 605 | |
| Method 'handleIsApplicationValidationRequired' is not designed for extension - needs to be abstract, final or empty. | 605 | |
| '{' should be on the previous line. | 606 | |
| 'cast' is not followed by whitespace. | 611 | |
| '{' should be on the previous line. | 613 | |
| Line is longer than 80 characters. | 622 | |
| Expected an @return tag. | 624 | |
| Method 'handleIsViewHasNameOfUseCase' is not designed for extension - needs to be abstract, final or empty. | 624 | |
| '{' should be on the previous line. | 625 | |
| Line is longer than 80 characters. | 627 | |
| 'cast' is not followed by whitespace. | 629 | |
| '{' should be on the previous line. | 632 | |
| Line is longer than 80 characters. | 640 | |
| Expected an @return tag. | 642 | |
| Method 'handleIsRegistrationUseCase' is not designed for extension - needs to be abstract, final or empty. | 642 | |
| '{' should be on the previous line. | 643 | |
| Line is longer than 80 characters. | 648 | |
| Expected an @return tag. | 650 | |
| Method 'handleGetRegistrationUseCases' is not designed for extension - needs to be abstract, final or empty. | 650 | |
| '{' should be on the previous line. | 651 | |
| '{' should be on the previous line. | 657 | |
| 'cast' is not followed by whitespace. | 658 | |
| '{' should be on the previous line. | 659 | |
| '}' should be on the same line. | 662 | |
| '{' should be on the previous line. | 664 | |
| Line has trailing spaces. | 670 | |
| Line is longer than 80 characters. | 677 | |
| Expected an @return tag. | 679 | |
| Method 'handleGetForwardsClassName' is not designed for extension - needs to be abstract, final or empty. | 679 | |
| '{' should be on the previous line. | 680 | |
| Line is longer than 80 characters. | 681 | |
| ';' is preceded with whitespace. | 681 | |
| Line is longer than 80 characters. | 685 | |
| Expected an @return tag. | 687 | |
| Method 'handleGetNavigationRules' is not designed for extension - needs to be abstract, final or empty. | 687 | |
| '{' should be on the previous line. | 688 | |
| '{' should be on the previous line. | 692 | |
| 'cast' is not followed by whitespace. | 693 | |
| Line is longer than 80 characters. | 695 | |
| '{' should be on the previous line. | 700 | |
| 'cast' is not followed by whitespace. | 701 | |
| '}' should be on the same line. | 702 | |
| '{' should be on the previous line. | 704 | |
| 'cast' is not followed by whitespace. | 705 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 16 | |
| '{' should be on the previous line. | 22 | |
| Missing a Javadoc comment. | 24 | |
| '(' is preceded with whitespace. | 24 | |
| Parameter metaObject should be final. | 24 | |
| Parameter context should be final. | 24 | |
| '{' should be on the previous line. | 25 | |
| '(' is preceded with whitespace. | 26 | |
| Line has trailing spaces. | 28 | |
| Line is longer than 80 characters. | 30 | |
| Expected an @return tag. | 32 | |
| Method 'handleGetImplementationName' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| '{' should be on the previous line. | 33 | |
| Line is longer than 80 characters. | 34 | |
| Line is longer than 80 characters. | 35 | |
| Line is longer than 80 characters. | 39 | |
| Expected an @return tag. | 41 | |
| Method 'handleGetFullyQualifiedImplementationName' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| '{' should be on the previous line. | 42 | |
| '{' should be on the previous line. | 46 | |
| Line is longer than 80 characters. | 49 | |
| Line is longer than 80 characters. | 53 | |
| Expected an @return tag. | 55 | |
| Method 'handleGetFullyQualifiedImplementationPath' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| '{' should be on the previous line. | 56 | |
| Expected an @return tag. | 63 | |
| Method 'handleGetBeanName' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| '{' should be on the previous line. | 64 | |
| Line is longer than 80 characters. | 69 | |
| Expected an @return tag. | 71 | |
| Method 'handleGetSessionObjectReferences' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| '{' should be on the previous line. | 72 | |
| Line is longer than 80 characters. | 74 | |
| Line is longer than 80 characters. | 76 | |
| 'cast' is not followed by whitespace. | 76 | |
| '{' should be on the previous line. | 78 | |
| Line has trailing spaces. | 79 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 29 | |
| '{' should be on the previous line. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Parameter metaObject should be final. | 37 | |
| Parameter context should be final. | 38 | |
| '{' should be on the previous line. | 39 | |
| Expected an @return tag. | 46 | |
| Method 'handleGetFormBeanName' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| '{' should be on the previous line. | 47 | |
| Line has trailing spaces. | 50 | |
| Line is longer than 80 characters. | 52 | |
| Line has trailing spaces. | 53 | |
| Parameter withUseCaseName should be final. | 57 | |
| '{' should be on the previous line. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Line is longer than 80 characters. | 61 | |
| Avoid inline conditionals. | 61 | |
| Line has trailing spaces. | 62 | |
| Line is longer than 80 characters. | 62 | |
| Line is longer than 80 characters. | 63 | |
| Avoid inline conditionals. | 63 | |
| Expected an @return tag. | 72 | |
| Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| '{' should be on the previous line. | 73 | |
| Line is longer than 80 characters. | 74 | |
| Expected an @return tag. | 80 | |
| Method 'handleGetTriggerName' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| '{' should be on the previous line. | 81 | |
| '{' should be on the previous line. | 84 | |
| 'cast' is not followed by whitespace. | 85 | |
| '{' should be on the previous line. | 87 | |
| '}' should be on the same line. | 90 | |
| '{' should be on the previous line. | 92 | |
| Line is longer than 80 characters. | 94 | |
| Avoid inline conditionals. | 94 | |
| Line is longer than 80 characters. | 101 | |
| Expected an @return tag. | 103 | |
| Method 'handleGetFormImplementationName' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| '{' should be on the previous line. | 104 | |
| Line is longer than 80 characters. | 106 | |
| Line is longer than 80 characters. | 113 | |
| Expected an @return tag. | 115 | |
| Method 'handleIsTableAction' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| '{' should be on the previous line. | 116 | |
| Line is longer than 80 characters. | 117 | |
| Line is longer than 80 characters. | 121 | |
| Expected an @return tag. | 123 | |
| Method 'handleGetFullyQualifiedFormImplementationName' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| '{' should be on the previous line. | 124 | |
| '{' should be on the previous line. | 128 | |
| Line is longer than 80 characters. | 131 | |
| Line is longer than 80 characters. | 135 | |
| Expected an @return tag. | 137 | |
| Method 'handleGetFullyQualifiedFormImplementationPath' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| '{' should be on the previous line. | 138 | |
| Line is longer than 80 characters. | 145 | |
| Expected an @return tag. | 147 | |
| Method 'handleGetFormScope' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| '{' should be on the previous line. | 148 | |
| Line is longer than 80 characters. | 149 | |
| '{' should be on the previous line. | 151 | |
| Line is longer than 80 characters. | 152 | |
| Line is longer than 80 characters. | 158 | |
| Expected an @return tag. | 160 | |
| Method 'handleGetFormImplementationInterfaceList' is not designed for extension - needs to be abstract, final or empty. | 160 | |
| '{' should be on the previous line. | 161 | |
| Line is longer than 80 characters. | 163 | |
| Line is longer than 80 characters. | 166 | |
| 'cast' is not followed by whitespace. | 166 | |
| '{' should be on the previous line. | 168 | |
| Line is longer than 80 characters. | 173 | |
| Line is longer than 80 characters. | 175 | |
| 'cast' is not followed by whitespace. | 175 | |
| '{' should be on the previous line. | 178 | |
| Line is longer than 80 characters. | 186 | |
| Expected an @return tag. | 188 | |
| Method 'handleGetPath' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| '{' should be on the previous line. | 189 | |
| Line is longer than 80 characters. | 190 | |
| '{' should be on the previous line. | 192 | |
| 'cast' is not followed by whitespace. | 193 | |
| '{' should be on the previous line. | 195 | |
| Line has trailing spaces. | 197 | |
| Line is longer than 80 characters. | 197 | |
| Line has trailing spaces. | 200 | |
| Expected an @return tag. | 208 | |
| Method 'handleGetPathRoot' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| '{' should be on the previous line. | 209 | |
| 'cast' is not followed by whitespace. | 211 | |
| '{' should be on the previous line. | 213 | |
| Expected an @return tag. | 222 | |
| Method 'handleGetMessageKey' is not designed for extension - needs to be abstract, final or empty. | 222 | |
| '{' should be on the previous line. | 223 | |
| '{' should be on the previous line. | 228 | |
| 'cast' is not followed by whitespace. | 229 | |
| '{' should be on the previous line. | 231 | |
| Line is longer than 80 characters. | 239 | |
| Expected an @return tag. | 241 | |
| Method 'handleGetDocumentationKey' is not designed for extension - needs to be abstract, final or empty. | 241 | |
| '{' should be on the previous line. | 242 | |
| '{' should be on the previous line. | 246 | |
| 'cast' is not followed by whitespace. | 247 | |
| Line is longer than 80 characters. | 249 | |
| Avoid inline conditionals. | 249 | |
| '+' should be on a new line. | 249 | |
| Line is longer than 80 characters. | 254 | |
| Expected an @return tag. | 256 | |
| Method 'handleGetDocumentationValue' is not designed for extension - needs to be abstract, final or empty. | 256 | |
| '{' should be on the previous line. | 257 | |
| Line is longer than 80 characters. | 258 | |
| Avoid inline conditionals. | 262 | |
| Line is longer than 80 characters. | 266 | |
| Expected an @return tag. | 268 | |
| Method 'handleGetViewFragmentPath' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| '{' should be on the previous line. | 269 | |
| Expected an @return tag. | 278 | |
| Method 'handleGetTableLinkName' is not designed for extension - needs to be abstract, final or empty. | 278 | |
| '{' should be on the previous line. | 279 | |
| Line is longer than 80 characters. | 282 | |
| '{' should be on the previous line. | 284 | |
| '{' should be on the previous line. | 288 | |
| Line is longer than 80 characters. | 290 | |
| Avoid inline conditionals. | 290 | |
| Line is longer than 80 characters. | 300 | |
| Expected an @return tag. | 302 | |
| Method 'handleGetTableLinkColumnName' is not designed for extension - needs to be abstract, final or empty. | 302 | |
| '{' should be on the previous line. | 303 | |
| Line is longer than 80 characters. | 305 | |
| '{' should be on the previous line. | 307 | |
| '{' should be on the previous line. | 311 | |
| Line is longer than 80 characters. | 314 | |
| Avoid inline conditionals. | 314 | |
| Line is longer than 80 characters. | 315 | |
| Expected an @return tag. | 325 | |
| Method 'handleGetTableLinkParameter' is not designed for extension - needs to be abstract, final or empty. | 325 | |
| '{' should be on the previous line. | 326 | |
| '{' should be on the previous line. | 330 | |
| 'cast' is not followed by whitespace. | 331 | |
| '{' should be on the previous line. | 333 | |
| Line is longer than 80 characters. | 335 | |
| '{' should be on the previous line. | 339 | |
| 'cast' is not followed by whitespace. | 340 | |
| '{' should be on the previous line. | 342 | |
| Expected an @return tag. | 355 | |
| Method 'handleIsTableLink' is not designed for extension - needs to be abstract, final or empty. | 355 | |
| '{' should be on the previous line. | 356 | |
| Expected an @return tag. | 363 | |
| Method 'handleIsHyperlink' is not designed for extension - needs to be abstract, final or empty. | 363 | |
| '{' should be on the previous line. | 364 | |
| Line is longer than 80 characters. | 365 | |
| Line is longer than 80 characters. | 366 | |
| Avoid inline conditionals. | 366 | |
| Line is longer than 80 characters. | 370 | |
| Expected an @return tag. | 372 | |
| Method 'handleGetActionClassName' is not designed for extension - needs to be abstract, final or empty. | 372 | |
| '{' should be on the previous line. | 373 | |
| Line is longer than 80 characters. | 378 | |
| Expected an @return tag. | 380 | |
| Method 'handleGetFullyQualifiedActionClassPath' is not designed for extension - needs to be abstract, final or empty. | 380 | |
| '{' should be on the previous line. | 381 | |
| Expected an @return tag. | 392 | |
| Method 'getPackageName' is not designed for extension - needs to be abstract, final or empty. | 392 | |
| '{' should be on the previous line. | 393 | |
| Avoid inline conditionals. | 395 | |
| Line is longer than 80 characters. | 399 | |
| Expected an @return tag. | 401 | |
| Method 'handleGetControllerAction' is not designed for extension - needs to be abstract, final or empty. | 401 | |
| '{' should be on the previous line. | 402 | |
| Line is longer than 80 characters. | 407 | |
| Expected an @return tag. | 409 | |
| Method 'handleGetFullyQualifiedActionClassName' is not designed for extension - needs to be abstract, final or empty. | 409 | |
| '{' should be on the previous line. | 410 | |
| 'cast' is not followed by whitespace. | 412 | |
| '{' should be on the previous line. | 414 | |
| '{' should be on the previous line. | 417 | |
| Expected an @return tag. | 429 | |
| Method 'handleIsResettable' is not designed for extension - needs to be abstract, final or empty. | 429 | |
| '{' should be on the previous line. | 430 | |
| Line is longer than 80 characters. | 431 | |
| Avoid inline conditionals. | 432 | |
| Line is longer than 80 characters. | 436 | |
| Expected an @return tag. | 438 | |
| Parameter string should be final. | 438 | |
| Expected @param tag for 'string'. | 438 | |
| '{' should be on the previous line. | 439 | |
| Line is longer than 80 characters. | 440 | |
| '||' should be on a new line. | 440 | |
| Line is longer than 80 characters. | 445 | |
| Expected an @return tag. | 447 | |
| Method 'handleGetOtherUseCaseFormActions' is not designed for extension - needs to be abstract, final or empty. | 447 | |
| '{' should be on the previous line. | 448 | |
| Line is longer than 80 characters. | 450 | |
| 'cast' is not followed by whitespace. | 452 | |
| Expected an @return tag. | 466 | |
| Method 'handleGetFormKey' is not designed for extension - needs to be abstract, final or empty. | 466 | |
| '{' should be on the previous line. | 467 | |
| Line is longer than 80 characters. | 468 | |
| Line is longer than 80 characters. | 469 | |
| Avoid inline conditionals. | 469 | |
| Line is longer than 80 characters. | 474 | |
| Expected an @return tag. | 476 | |
| Method 'handleGetHiddenParameters' is not designed for extension - needs to be abstract, final or empty. | 476 | |
| '{' should be on the previous line. | 477 | |
| '{' should be on the previous line. | 484 | |
| '{' should be on the previous line. | 487 | |
| 'cast' is not followed by whitespace. | 488 | |
| '{' should be on the previous line. | 491 | |
| Line is longer than 80 characters. | 492 | |
| Line is longer than 80 characters. | 494 | |
| 'cast' is not followed by whitespace. | 494 | |
| '{' should be on the previous line. | 497 | |
| Line is longer than 80 characters. | 510 | |
| Expected an @return tag. | 512 | |
| Method 'handleIsValidationRequired' is not designed for extension - needs to be abstract, final or empty. | 512 | |
| '{' should be on the previous line. | 513 | |
| Line is longer than 80 characters. | 516 | |
| '{' should be on the previous line. | 520 | |
| 'cast' is not followed by whitespace. | 521 | |
| '{' should be on the previous line. | 523 | |
| Expected an @return tag. | 535 | |
| Method 'handleIsPopup' is not designed for extension - needs to be abstract, final or empty. | 535 | |
| '{' should be on the previous line. | 536 | |
| Line is longer than 80 characters. | 537 | |
| '{' should be on the previous line. | 540 | |
| Line is longer than 80 characters. | 541 | |
| 'cast' is not followed by whitespace. | 543 | |
| '{' should be on the previous line. | 546 | |
| Line is longer than 80 characters. | 555 | |
| Expected an @return tag. | 557 | |
| Method 'handleIsFormResetRequired' is not designed for extension - needs to be abstract, final or empty. | 557 | |
| '{' should be on the previous line. | 558 | |
| '{' should be on the previous line. | 561 | |
| Line is longer than 80 characters. | 562 | |
| '{' should be on the previous line. | 566 | |
| 'cast' is not followed by whitespace. | 567 | |
| '{' should be on the previous line. | 570 | |
| '}' should be on the same line. | 572 | |
| '{' should be on the previous line. | 574 | |
| Line is longer than 80 characters. | 577 | |
| '{' should be on the previous line. | 581 | |
| Line is longer than 80 characters. | 582 | |
| 'cast' is not followed by whitespace. | 582 | |
| '{' should be on the previous line. | 584 | |
| Line has trailing spaces. | 596 | |
| Line is longer than 80 characters. | 598 | |
| Expected an @return tag. | 600 | |
| Method 'handleGetFormSerialVersionUID' is not designed for extension - needs to be abstract, final or empty. | 600 | |
| '{' should be on the previous line. | 601 | |
| Avoid inline conditionals. | 607 | |
| Line has trailing spaces. | 608 | |
| Avoid inline conditionals. | 610 | |
| Line has trailing spaces. | 611 | |
| Avoid inline conditionals. | 613 | |
| Line has trailing spaces. | 614 | |
| Line is longer than 80 characters. | 616 | |
| Avoid inline conditionals. | 616 | |
| Line has trailing spaces. | 617 | |
| Line has trailing spaces. | 619 | |
| Line is longer than 80 characters. | 620 | |
| Line is longer than 80 characters. | 622 | |
| 'cast' is not followed by whitespace. | 622 | |
| Line has trailing spaces. | 625 | |
| Line is longer than 80 characters. | 626 | |
| Line is longer than 80 characters. | 628 | |
| 'cast' is not followed by whitespace. | 628 | |
| Line has trailing spaces. | 631 | |
| Line is longer than 80 characters. | 632 | |
| Line is longer than 80 characters. | 634 | |
| 'cast' is not followed by whitespace. | 634 | |
| Line has trailing spaces. | 637 | |
| Line is longer than 80 characters. | 638 | |
| Line is longer than 80 characters. | 640 | |
| 'cast' is not followed by whitespace. | 640 | |
| '{' should be on the previous line. | 647 | |
| '8' is a magic number. | 654 | |
| '{' should be on the previous line. | 655 | |
| '8' is a magic number. | 656 | |
| '0xFF' is a magic number. | 656 | |
| '}' should be on the same line. | 659 | |
| '{' should be on the previous line. | 661 | |
| Line is longer than 80 characters. | 662 | |
| Expected an @return tag. | 673 | |
| Method 'handleIsFormReset' is not designed for extension - needs to be abstract, final or empty. | 673 | |
| '{' should be on the previous line. | 674 | |
| Line is longer than 80 characters. | 675 | |
| Line is longer than 80 characters. | 679 | |
| Expected an @return tag. | 681 | |
| Method 'handleGetFormImplementationGetter' is not designed for extension - needs to be abstract, final or empty. | 681 | |
| '{' should be on the previous line. | 682 | |
| Line is longer than 80 characters. | 683 | |
| Line is longer than 80 characters. | 687 | |
| Expected an @return tag. | 689 | |
| Method 'handleIsFinalStateTarget' is not designed for extension - needs to be abstract, final or empty. | 689 | |
| '{' should be on the previous line. | 690 | |
| Expected an @return tag. | 697 | |
| Method 'handleGetFromOutcome' is not designed for extension - needs to be abstract, final or empty. | 697 | |
| '{' should be on the previous line. | 698 | |
| Line has trailing spaces. | 701 | |
| Method 'handleIsSuccessMessagesPresent' is not designed for extension - needs to be abstract, final or empty. | 702 | |
| Missing a Javadoc comment. | 702 | |
| '{' should be on the previous line. | 703 | |
| Method 'handleIsWarningMessagesPresent' is not designed for extension - needs to be abstract, final or empty. | 707 | |
| Missing a Javadoc comment. | 707 | |
| '{' should be on the previous line. | 708 | |
| Line has trailing spaces. | 711 | |
| Line is longer than 80 characters. | 716 | |
| Parameter taggedValue should be final. | 719 | |
| '{' should be on the previous line. | 720 | |
| '{' should be on the previous line. | 725 | |
| '}' should be on the same line. | 727 | |
| '{' should be on the previous line. | 729 | |
| Line is longer than 80 characters. | 732 | |
| 'cast' is not followed by whitespace. | 734 | |
| Line is longer than 80 characters. | 735 | |
| Method 'handleGetSuccessMessages' is not designed for extension - needs to be abstract, final or empty. | 742 | |
| Missing a Javadoc comment. | 742 | |
| '{' should be on the previous line. | 743 | |
| Method 'handleGetWarningMessages' is not designed for extension - needs to be abstract, final or empty. | 747 | |
| Missing a Javadoc comment. | 747 | |
| '{' should be on the previous line. | 748 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 29 | |
| '{' should be on the previous line. | 35 | |
| Missing a Javadoc comment. | 36 | |
| Parameter metaObject should be final. | 37 | |
| Parameter context should be final. | 38 | |
| '{' should be on the previous line. | 39 | |
| Expected an @return tag. | 48 | |
| Method 'isTable' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| '{' should be on the previous line. | 49 | |
| Line is longer than 80 characters. | 50 | |
| Line is longer than 80 characters. | 55 | |
| Expected an @return tag. | 57 | |
| Method 'handleIsPageableTable' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| '{' should be on the previous line. | 58 | |
| Line is longer than 80 characters. | 59 | |
| Expected an @return tag. | 66 | |
| Method 'handleGetMessageKey' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| '{' should be on the previous line. | 67 | |
| '{' should be on the previous line. | 71 | |
| '{' should be on the previous line. | 73 | |
| 'cast' is not followed by whitespace. | 74 | |
| '{' should be on the previous line. | 76 | |
| '}' should be on the same line. | 80 | |
| '{' should be on the previous line. | 82 | |
| 'cast' is not followed by whitespace. | 83 | |
| '{' should be on the previous line. | 85 | |
| Line is longer than 80 characters. | 93 | |
| Line is longer than 80 characters. | 98 | |
| Expected an @return tag. | 100 | |
| Method 'handleGetDocumentationKey' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| '{' should be on the previous line. | 101 | |
| Line is longer than 80 characters. | 102 | |
| Line is longer than 80 characters. | 106 | |
| Expected an @return tag. | 108 | |
| Method 'handleGetDocumentationValue' is not designed for extension - needs to be abstract, final or empty. | 108 | |
| '{' should be on the previous line. | 109 | |
| Line is longer than 80 characters. | 110 | |
| Avoid inline conditionals. | 114 | |
| Expected an @return tag. | 122 | |
| Method 'getDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 122 | |
| '{' should be on the previous line. | 123 | |
| '{' should be on the previous line. | 126 | |
| '{' should be on the previous line. | 129 | |
| Redundant 'final' modifier. | 141 | |
| '{' should be on the previous line. | 142 | |
| Line is longer than 80 characters. | 143 | |
| 'cast' is not followed by whitespace. | 143 | |
| Line is longer than 80 characters. | 148 | |
| Expected an @return tag. | 150 | |
| Method 'handleGetMessageValue' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| '{' should be on the previous line. | 151 | |
| Line is longer than 80 characters. | 152 | |
| Line is longer than 80 characters. | 156 | |
| Expected an @return tag. | 158 | |
| Method 'handleGetTableColumnMessageKey' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| Expected @param tag for 'columnName'. | 158 | |
| '{' should be on the previous line. | 159 | |
| '{' should be on the previous line. | 162 | |
| 'cast' is not followed by whitespace. | 163 | |
| '{' should be on the previous line. | 165 | |
| Line is longer than 80 characters. | 175 | |
| Expected an @return tag. | 177 | |
| Method 'handleGetTableColumnMessageValue' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| Expected @param tag for 'columnName'. | 177 | |
| '{' should be on the previous line. | 178 | |
| Line is longer than 80 characters. | 183 | |
| Expected an @return tag. | 185 | |
| Method 'handleGetTableHyperlinkActions' is not designed for extension - needs to be abstract, final or empty. | 185 | |
| '{' should be on the previous line. | 186 | |
| Line is longer than 80 characters. | 191 | |
| Expected an @return tag. | 196 | |
| Redundant 'final' modifier. | 196 | |
| Parameter hyperlink should be final. | 196 | |
| '{' should be on the previous line. | 197 | |
| '{' should be on the previous line. | 201 | |
| 'cast' is not followed by whitespace. | 202 | |
| Line is longer than 80 characters. | 205 | |
| Line is longer than 80 characters. | 207 | |
| 'cast' is not followed by whitespace. | 207 | |
| '{' should be on the previous line. | 209 | |
| Line is longer than 80 characters. | 210 | |
| 'cast' is not followed by whitespace. | 210 | |
| '{' should be on the previous line. | 212 | |
| Line is longer than 80 characters. | 214 | |
| Line is longer than 80 characters. | 216 | |
| 'cast' is not followed by whitespace. | 216 | |
| Line is longer than 80 characters. | 217 | |
| 'cast' is not followed by whitespace. | 219 | |
| Line is longer than 80 characters. | 220 | |
| '{' should be on the previous line. | 223 | |
| Line is longer than 80 characters. | 237 | |
| Expected an @return tag. | 239 | |
| Method 'handleGetTableFormActions' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| '{' should be on the previous line. | 240 | |
| Expected an @return tag. | 247 | |
| Method 'getTableColumns' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| '{' should be on the previous line. | 248 | |
| '{' should be on the previous line. | 251 | |
| Line is longer than 80 characters. | 258 | |
| Line is longer than 80 characters. | 261 | |
| Line is longer than 80 characters. | 262 | |
| Line is longer than 80 characters. | 265 | |
| 'cast' is not followed by whitespace. | 267 | |
| Line is longer than 80 characters. | 269 | |
| '{' should be on the previous line. | 273 | |
| 'cast' is not followed by whitespace. | 274 | |
| '{' should be on the previous line. | 277 | |
| Line is longer than 80 characters. | 279 | |
| Line is longer than 80 characters. | 280 | |
| '{' should be on the previous line. | 282 | |
| Line is longer than 80 characters. | 283 | |
| 'cast' is not followed by whitespace. | 283 | |
| '||' should be on a new line. | 284 | |
| Line is longer than 80 characters. | 285 | |
| Line is longer than 80 characters. | 299 | |
| 'cast' is not followed by whitespace. | 301 | |
| '{' should be on the previous line. | 303 | |
| Line is longer than 80 characters. | 310 | |
| Line is longer than 80 characters. | 311 | |
| Line is longer than 80 characters. | 321 | |
| '{' should be on the previous line. | 324 | |
| Line is longer than 80 characters. | 325 | |
| 'cast' is not followed by whitespace. | 325 | |
| Expected an @return tag. | 331 | |
| Method 'handleGetFormat' is not designed for extension - needs to be abstract, final or empty. | 331 | |
| '{' should be on the previous line. | 332 | |
| 'cast' is not followed by whitespace. | 334 | |
| Line is longer than 80 characters. | 341 | |
| '{' should be on the previous line. | 344 | |
| Line is longer than 80 characters. | 345 | |
| 'cast' is not followed by whitespace. | 345 | |
| Line is longer than 80 characters. | 349 | |
| Expected an @return tag. | 351 | |
| Method 'handleIsStrictDateFormat' is not designed for extension - needs to be abstract, final or empty. | 351 | |
| '{' should be on the previous line. | 352 | |
| 'cast' is not followed by whitespace. | 353 | |
| Line is longer than 80 characters. | 357 | |
| Expected an @return tag. | 359 | |
| Method 'handleGetDateFormatter' is not designed for extension - needs to be abstract, final or empty. | 359 | |
| '{' should be on the previous line. | 360 | |
| Line is longer than 80 characters. | 362 | |
| Avoid inline conditionals. | 362 | |
| Line is longer than 80 characters. | 366 | |
| Expected an @return tag. | 368 | |
| Method 'handleGetTimeFormatter' is not designed for extension - needs to be abstract, final or empty. | 368 | |
| '{' should be on the previous line. | 369 | |
| Line is longer than 80 characters. | 371 | |
| Avoid inline conditionals. | 371 | |
| Redundant 'final' modifier. | 380 | |
| '{' should be on the previous line. | 381 | |
| Line is longer than 80 characters. | 382 | |
| Redundant 'final' modifier. | 391 | |
| '{' should be on the previous line. | 392 | |
| Line is longer than 80 characters. | 397 | |
| Expected an @return tag. | 399 | |
| Method 'handleIsInputTextarea' is not designed for extension - needs to be abstract, final or empty. | 399 | |
| '{' should be on the previous line. | 400 | |
| Expected an @return tag. | 407 | |
| Method 'handleIsInputSelect' is not designed for extension - needs to be abstract, final or empty. | 407 | |
| '{' should be on the previous line. | 408 | |
| Expected an @return tag. | 415 | |
| Method 'handleIsInputSecret' is not designed for extension - needs to be abstract, final or empty. | 415 | |
| '{' should be on the previous line. | 416 | |
| Expected an @return tag. | 423 | |
| Method 'handleIsInputHidden' is not designed for extension - needs to be abstract, final or empty. | 423 | |
| '{' should be on the previous line. | 424 | |
| Expected an @return tag. | 431 | |
| Method 'handleIsPlaintext' is not designed for extension - needs to be abstract, final or empty. | 431 | |
| '{' should be on the previous line. | 432 | |
| Expected an @return tag. | 439 | |
| Method 'handleIsInputTable' is not designed for extension - needs to be abstract, final or empty. | 439 | |
| '{' should be on the previous line. | 440 | |
| Line is longer than 80 characters. | 441 | |
| Expected an @return tag. | 447 | |
| Method 'handleIsInputRadio' is not designed for extension - needs to be abstract, final or empty. | 447 | |
| '{' should be on the previous line. | 448 | |
| Expected an @return tag. | 455 | |
| Method 'handleIsInputText' is not designed for extension - needs to be abstract, final or empty. | 455 | |
| '{' should be on the previous line. | 456 | |
| Line is longer than 80 characters. | 461 | |
| Expected an @return tag. | 463 | |
| Method 'handleIsInputMultibox' is not designed for extension - needs to be abstract, final or empty. | 463 | |
| '{' should be on the previous line. | 464 | |
| Line is longer than 80 characters. | 469 | |
| Expected an @return tag. | 471 | |
| Method 'handleIsInputCheckbox' is not designed for extension - needs to be abstract, final or empty. | 471 | |
| '{' should be on the previous line. | 472 | |
| '{' should be on the previous line. | 475 | |
| Avoid inline conditionals. | 477 | |
| Expected an @return tag. | 485 | |
| Method 'handleIsInputFile' is not designed for extension - needs to be abstract, final or empty. | 485 | |
| '{' should be on the previous line. | 486 | |
| '{' should be on the previous line. | 490 | |
| Line is longer than 80 characters. | 497 | |
| Expected an @return tag. | 499 | |
| Method 'handleGetBackingListName' is not designed for extension - needs to be abstract, final or empty. | 499 | |
| '{' should be on the previous line. | 500 | |
| Line is longer than 80 characters. | 501 | |
| Line is longer than 80 characters. | 507 | |
| Expected an @return tag. | 509 | |
| Method 'handleGetBackingValueName' is not designed for extension - needs to be abstract, final or empty. | 509 | |
| '{' should be on the previous line. | 510 | |
| Line is longer than 80 characters. | 511 | |
| Line is longer than 80 characters. | 517 | |
| Expected an @return tag. | 519 | |
| Method 'handleGetValueListName' is not designed for extension - needs to be abstract, final or empty. | 519 | |
| '{' should be on the previous line. | 520 | |
| Line is longer than 80 characters. | 521 | |
| Line is longer than 80 characters. | 527 | |
| Expected an @return tag. | 529 | |
| Method 'handleGetLabelListName' is not designed for extension - needs to be abstract, final or empty. | 529 | |
| '{' should be on the previous line. | 530 | |
| Line is longer than 80 characters. | 531 | |
| Expected an @return tag. | 539 | |
| Method 'handleIsSelectable' is not designed for extension - needs to be abstract, final or empty. | 539 | |
| '{' should be on the previous line. | 540 | |
| '{' should be on the previous line. | 543 | |
| Line is longer than 80 characters. | 544 | |
| '{' should be on the previous line. | 548 | |
| Line is longer than 80 characters. | 552 | |
| Line is longer than 80 characters. | 555 | |
| 'cast' is not followed by whitespace. | 557 | |
| Line is longer than 80 characters. | 559 | |
| '{' should be on the previous line. | 561 | |
| '{' should be on the previous line. | 564 | |
| 'cast' is not followed by whitespace. | 565 | |
| Line is longer than 80 characters. | 567 | |
| '{' should be on the previous line. | 569 | |
| Line is longer than 80 characters. | 570 | |
| Line is longer than 80 characters. | 571 | |
| Line is longer than 80 characters. | 574 | |
| '||' should be on a new line. | 574 | |
| '}' should be on the same line. | 582 | |
| '{' should be on the previous line. | 584 | |
| Line is longer than 80 characters. | 586 | |
| Line is longer than 80 characters. | 587 | |
| 'cast' is not followed by whitespace. | 589 | |
| Line is longer than 80 characters. | 591 | |
| '{' should be on the previous line. | 595 | |
| 'cast' is not followed by whitespace. | 596 | |
| '{' should be on the previous line. | 598 | |
| '{' should be on the previous line. | 600 | |
| Line is longer than 80 characters. | 617 | |
| Expected an @return tag. | 619 | |
| Method 'handleGetValueListDummyValue' is not designed for extension - needs to be abstract, final or empty. | 619 | |
| '{' should be on the previous line. | 620 | |
| Expected an @return tag. | 627 | |
| Method 'handleGetDummyValue' is not designed for extension - needs to be abstract, final or empty. | 627 | |
| '{' should be on the previous line. | 628 | |
| Line is longer than 80 characters. | 630 | |
| Avoid inline conditionals. | 630 | |
| '{' should be on the previous line. | 633 | |
| '{' should be on the previous line. | 635 | |
| Line is longer than 80 characters. | 637 | |
| '}' should be on the same line. | 638 | |
| '{' should be on the previous line. | 640 | |
| Line is longer than 80 characters. | 641 | |
| '}' should be on the same line. | 642 | |
| '{' should be on the previous line. | 644 | |
| Avoid inline conditionals. | 647 | |
| '{' should be on the previous line. | 649 | |
| '{' should be on the previous line. | 714 | |
| 'cast' is not followed by whitespace. | 715 | |
| '{' should be on the previous line. | 719 | |
| Line is longer than 80 characters. | 728 | |
| Redundant 'final' modifier. | 730 | |
| '{' should be on the previous line. | 731 | |
| Line is longer than 80 characters. | 738 | |
| Expected an @return tag. | 740 | |
| Method 'handleGetTableSortColumnProperty' is not designed for extension - needs to be abstract, final or empty. | 740 | |
| '{' should be on the previous line. | 741 | |
| Line is longer than 80 characters. | 746 | |
| Expected an @return tag. | 748 | |
| Method 'handleGetTableSortAscendingProperty' is not designed for extension - needs to be abstract, final or empty. | 748 | |
| '{' should be on the previous line. | 749 | |
| Line is longer than 80 characters. | 754 | |
| Expected an @return tag. | 756 | |
| Method 'handleGetFormAttributeSetProperty' is not designed for extension - needs to be abstract, final or empty. | 756 | |
| '{' should be on the previous line. | 757 | |
| Line is longer than 80 characters. | 762 | |
| Expected an @return tag. | 764 | |
| Method 'handleIsValidationRequired' is not designed for extension - needs to be abstract, final or empty. | 764 | |
| '{' should be on the previous line. | 765 | |
| '{' should be on the previous line. | 768 | |
| Line is longer than 80 characters. | 770 | |
| 'cast' is not followed by whitespace. | 772 | |
| '{' should be on the previous line. | 775 | |
| '{' should be on the previous line. | 782 | |
| Line is longer than 80 characters. | 783 | |
| '{' should be on the previous line. | 787 | |
| 'cast' is not followed by whitespace. | 788 | |
| '{' should be on the previous line. | 791 | |
| Line is longer than 80 characters. | 802 | |
| Expected an @return tag. | 804 | |
| Method 'handleGetValidatorTypes' is not designed for extension - needs to be abstract, final or empty. | 804 | |
| '{' should be on the previous line. | 805 | |
| 'cast' is not followed by whitespace. | 807 | |
| Expected an @return tag. | 814 | |
| Method 'handleGetValidWhen' is not designed for extension - needs to be abstract, final or empty. | 814 | |
| '{' should be on the previous line. | 815 | |
| Expected an @return tag. | 824 | |
| Method 'isRequired' is not designed for extension - needs to be abstract, final or empty. | 824 | |
| '{' should be on the previous line. | 825 | |
| Line is longer than 80 characters. | 826 | |
| Expected an @return tag. | 833 | |
| Method 'handleIsReadOnly' is not designed for extension - needs to be abstract, final or empty. | 833 | |
| '{' should be on the previous line. | 834 | |
| Line is longer than 80 characters. | 839 | |
| Expected an @return tag. | 841 | |
| Line is longer than 80 characters. | 841 | |
| Method 'handleGetValidatorArgs' is not designed for extension - needs to be abstract, final or empty. | 841 | |
| Expected @param tag for 'validatorType'. | 841 | |
| 'cast' is not followed by whitespace. | 844 | |
| Line is longer than 80 characters. | 849 | |
| Expected an @return tag. | 851 | |
| Method 'handleGetValidatorVars' is not designed for extension - needs to be abstract, final or empty. | 851 | |
| '{' should be on the previous line. | 852 | |
| 'cast' is not followed by whitespace. | 854 | |
| Expected an @return tag. | 862 | |
| Method 'handleIsReset' is not designed for extension - needs to be abstract, final or empty. | 862 | |
| '{' should be on the previous line. | 863 | |
| Line is longer than 80 characters. | 865 | |
| '{' should be on the previous line. | 868 | |
| 'cast' is not followed by whitespace. | 869 | |
| Expected an @return tag. | 878 | |
| Method 'handleIsComplex' is not designed for extension - needs to be abstract, final or empty. | 878 | |
| '{' should be on the previous line. | 879 | |
| '{' should be on the previous line. | 883 | |
| '{' should be on the previous line. | 886 | |
| Expected an @return tag. | 896 | |
| Method 'handleGetAttributes' is not designed for extension - needs to be abstract, final or empty. | 896 | |
| '{' should be on the previous line. | 897 | |
| '{' should be on the previous line. | 901 | |
| Avoid inline conditionals. | 904 | |
| Line is longer than 80 characters. | 908 | |
| Expected an @return tag. | 910 | |
| Method 'handleGetNavigableAssociationEnds' is not designed for extension - needs to be abstract, final or empty. | 910 | |
| '{' should be on the previous line. | 911 | |
| '{' should be on the previous line. | 915 | |
| Line is longer than 80 characters. | 918 | |
| Avoid inline conditionals. | 918 | |
| Line is longer than 80 characters. | 922 | |
| Expected an @return tag. | 924 | |
| Method 'handleIsEqualValidator' is not designed for extension - needs to be abstract, final or empty. | 924 | |
| '{' should be on the previous line. | 925 | |
| Line is longer than 80 characters. | 926 | |
| 'cast' is not followed by whitespace. | 926 | |
| Line is longer than 80 characters. | 931 | |
| Expected an @return tag. | 933 | |
| Method 'handleIsBackingValueRequired' is not designed for extension - needs to be abstract, final or empty. | 933 | |
| '{' should be on the previous line. | 934 | |
| '{' should be on the previous line. | 937 | |
| '{' should be on the previous line. | 942 | |
| Line is longer than 80 characters. | 946 | |
| Line is longer than 80 characters. | 947 | |
| Line is longer than 80 characters. | 949 | |
| 'cast' is not followed by whitespace. | 951 | |
| Line is longer than 80 characters. | 953 | |
| '{' should be on the previous line. | 955 | |
| '{' should be on the previous line. | 958 | |
| 'cast' is not followed by whitespace. | 959 | |
| Line is longer than 80 characters. | 961 | |
| '{' should be on the previous line. | 963 | |
| Line is longer than 80 characters. | 964 | |
| Line is longer than 80 characters. | 965 | |
| '}' should be on the same line. | 974 | |
| '{' should be on the previous line. | 976 | |
| Line is longer than 80 characters. | 978 | |
| Line is longer than 80 characters. | 979 | |
| 'cast' is not followed by whitespace. | 981 | |
| Line is longer than 80 characters. | 983 | |
| '{' should be on the previous line. | 987 | |
| 'cast' is not followed by whitespace. | 988 | |
| '{' should be on the previous line. | 990 | |
| '{' should be on the previous line. | 992 | |
| Line is longer than 80 characters. | 1004 | |
| Expected an @return tag. | 1006 | |
| Method 'handleGetInputTableIdentifierColumns' is not designed for extension - needs to be abstract, final or empty. | 1006 | |
| '{' should be on the previous line. | 1007 | |
| Line is longer than 80 characters. | 1008 | |
| Line is longer than 80 characters. | 1012 | |
| Expected an @return tag. | 1014 | |
| Method 'handleGetTableColumnActions' is not designed for extension - needs to be abstract, final or empty. | 1014 | |
| Expected @param tag for 'columnName'. | 1014 | |
| '{' should be on the previous line. | 1015 | |
| '{' should be on the previous line. | 1019 | |
| Line is longer than 80 characters. | 1020 | |
| Line is longer than 80 characters. | 1022 | |
| 'cast' is not followed by whitespace. | 1024 | |
| '{' should be on the previous line. | 1026 |
| Violation | Message | Line |
|---|---|---|
| File does not end with a newline. | 0 | |
| Line is longer than 80 characters. | 9 | |
| '{' should be on the previous line. | 15 | |
| Missing a Javadoc comment. | 17 | |
| '(' is preceded with whitespace. | 17 | |
| Parameter metaObject should be final. | 17 | |
| Parameter context should be final. | 17 | |
| '{' should be on the previous line. | 18 | |
| '(' is preceded with whitespace. | 19 | |
| Line is longer than 80 characters. | 23 | |
| Expected an @return tag. | 25 | |
| Method 'handleGetConverterName' is not designed for extension - needs to be abstract, final or empty. | 25 | |
| '{' should be on the previous line. | 26 | |
| Line is longer than 80 characters. | 28 | |
| Line is longer than 80 characters. | 34 | |
| Expected an @return tag. | 36 | |
| Method 'handleGetFullyQualifiedConverterName' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| '{' should be on the previous line. | 37 | |
| Line is longer than 80 characters. | 42 | |
| Expected an @return tag. | 44 | |
| Method 'handleGetConverterPath' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| '{' should be on the previous line. | 45 |