Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files  Info  Warnings  Errors
22 233 0 0

Files

File  I  W  E
org/andromda/cartridges/jsf2/JSFGlobals.java 2 0 0
org/andromda/cartridges/jsf2/JSFProfile.java 3 0 0
org/andromda/cartridges/jsf2/JSFUtils.java 7 0 0
org/andromda/cartridges/jsf2/metafacades/JSFActionLogicImpl.java 5 0 0
org/andromda/cartridges/jsf2/metafacades/JSFActivityGraphLogicImpl.java 1 0 0
org/andromda/cartridges/jsf2/metafacades/JSFAttributeLogicImpl.java 5 0 0
org/andromda/cartridges/jsf2/metafacades/JSFBackendServiceLogicImpl.java 1 0 0
org/andromda/cartridges/jsf2/metafacades/JSFControllerLogicImpl.java 10 0 0
org/andromda/cartridges/jsf2/metafacades/JSFControllerOperationLogicImpl.java 1 0 0
org/andromda/cartridges/jsf2/metafacades/JSFEnumerationLogicImpl.java 1 0 0
org/andromda/cartridges/jsf2/metafacades/JSFEventLogicImpl.java 1 0 0
org/andromda/cartridges/jsf2/metafacades/JSFExceptionHandlerLogicImpl.java 2 0 0
org/andromda/cartridges/jsf2/metafacades/JSFFinalStateLogicImpl.java 17 0 0
org/andromda/cartridges/jsf2/metafacades/JSFForwardLogicImpl.java 1 0 0
org/andromda/cartridges/jsf2/metafacades/JSFManageableEntityAssociationEndLogicImpl.java 2 0 0
org/andromda/cartridges/jsf2/metafacades/JSFManageableEntityAttributeLogicImpl.java 7 0 0
org/andromda/cartridges/jsf2/metafacades/JSFManageableEntityLogicImpl.java 136 0 0
org/andromda/cartridges/jsf2/metafacades/JSFParameterLogicImpl.java 11 0 0
org/andromda/cartridges/jsf2/metafacades/JSFPortletPreferencesLogicImpl.java 1 0 0
org/andromda/cartridges/jsf2/metafacades/JSFSessionObjectLogicImpl.java 1 0 0
org/andromda/cartridges/jsf2/metafacades/JSFUseCaseLogicImpl.java 13 0 0
org/andromda/cartridges/jsf2/metafacades/JSFViewLogicImpl.java 5 0 0

Rules

Rule Violations Severity
NewlineAtEndOfFile 22  Info
Translation 0  Error
FileLength 0  Info
FileTabCharacter 0  Info
RegexpSingleline
  • message: "Line has trailing whitespace."
  • format: "[^*]\s+$"
32  Info
FileContentsHolder 0  Info
MissingDeprecated 0  Info
MissingOverride 0  Info
EmptyBlock 0  Info
LeftCurly
  • option: "nl"
13  Info
NeedBraces 2  Info
RightCurly
  • option: "alone"
0  Info
AvoidNestedBlocks 0  Info
CovariantEquals 0  Error
EmptyStatement 0  Info
EqualsHashCode 0  Error
IllegalInstantiation 0  Error
InnerAssignment 1  Info
MissingSwitchDefault 0  Info
RedundantThrows 0  Info
SimplifyBooleanExpression 0  Info
SimplifyBooleanReturn 0  Info
StringLiteralEquality 0  Error
NoFinalizer 0  Error
IllegalCatch 1  Info
IllegalThrows 0  Info
JUnitTestCase 0  Info
IllegalType 0  Error
DefaultComesLast 0  Info
FallThrough 0  Info
MultipleVariableDeclarations 0  Info
UnnecessaryParentheses 3  Info
FinalClass 0  Info
InterfaceIsType 0  Info
HideUtilityClassConstructor 2  Info
AvoidStarImport 0  Info
IllegalImport 0  Info
RedundantImport 0  Info
UnusedImports 1  Info
ImportOrder 0  Info
JavadocMethod
  • allowMissingParamTags: "true"
  • scope: "package"
  • allowUndeclaredRTE: "true"
  • allowMissingReturnTag: "true"
  • allowMissingThrowsTags: "true"
0  Info
JavadocType
  • scope: "package"
0  Info
JavadocVariable
  • scope: "package"
0  Info
UpperEll 0  Info
ArrayTypeStyle 1  Info
Indentation 115  Info
TodoComment 0  Info
Regexp
  • illegalPattern: "true"
  • ignoreComments: "true"
  • format: "System\.out\.println"
0  Info
RegexpSinglelineJava
  • message: "Spelling error"
  • format: "seperate"
  • ignoreCase: "true"
0  Info
ModifierOrder 1  Info
RedundantModifier 0  Info
ConstantName 0  Info
LocalFinalVariableName 0  Info
LocalVariableName 0  Info
MemberName 0  Info
MethodName 0  Info
MethodTypeParameterName 0  Info
PackageName 0  Info
ParameterName 0  Info
StaticVariableName 0  Info
TypeName 0  Info
ExecutableStatementCount 11  Info
ExecutableStatementCount 11  Info
LineLength
  • max: "120"
16  Info
MethodLength
  • countEmpty: "false"
1  Info
AnonInnerLength
  • max: "120"
0  Info
ParameterNumber 0  Info
GenericWhitespace 0  Info
EmptyForIteratorPad 3  Info
MethodParamPad 0  Info
NoWhitespaceAfter 0  Info
NoWhitespaceBefore 0  Info
ParenPad 0  Info
TypecastParenPad 0  Info
WhitespaceAfter
  • tokens: "COMMA,SEMI,COLON,LITERAL_DO,LITERAL_FOR,LITERAL_IF,LITERAL_WHILE,QUESTION"
8  Info
SuppressWithNearbyCommentFilter
  • influenceFormat: "0"
  • commentFormat: "\$Id"
0  Info

Details

org/andromda/cartridges/jsf2/JSFGlobals.java

Severity Message Line
 Info File does not end with a newline.
 Info Utility classes should not have a public or default constructor. 8

org/andromda/cartridges/jsf2/JSFProfile.java

Severity Message Line
 Info File does not end with a newline.
 Info Utility classes should not have a public or default constructor. 10
 Info Line has trailing whitespace. 83

org/andromda/cartridges/jsf2/JSFUtils.java

Severity Message Line
 Info File does not end with a newline.
 Info ',' is not followed by whitespace. 73
 Info ',' is not followed by whitespace. 131
 Info Executable statement count is 41 (max allowed is 30). 689
 Info Executable statement count is 47 (max allowed is 30). 825
 Info Executable statement count is 32 (max allowed is 30). 968
 Info ',' is not followed by whitespace. 1215

org/andromda/cartridges/jsf2/metafacades/JSFActionLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info Line has trailing whitespace. 588
 Info Line is longer than 120 characters (found 123). 589
 Info 'for' construct must use '{}'s. 825
 Info 'if' construct must use '{}'s. 826

org/andromda/cartridges/jsf2/metafacades/JSFActivityGraphLogicImpl.java

Severity Message Line
 Info File does not end with a newline.

org/andromda/cartridges/jsf2/metafacades/JSFAttributeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info Executable statement count is 39 (max allowed is 30). 117
 Info Line is longer than 120 characters (found 138). 379
 Info Executable statement count is 32 (max allowed is 30). 668
 Info Line is longer than 120 characters (found 121). 714

org/andromda/cartridges/jsf2/metafacades/JSFBackendServiceLogicImpl.java

Severity Message Line
 Info File does not end with a newline.

org/andromda/cartridges/jsf2/metafacades/JSFControllerLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info Unused import - org.andromda.metafacades.uml.ActionStateFacade. 12
 Info method def child at indentation level 7 not at correct indentation, 8 112
 Info method call child at indentation level 7 not at correct indentation, 8 113
 Info method def child at indentation level 7 not at correct indentation, 8 113
 Info method call child at indentation level 7 not at correct indentation, 8 114
 Info method def child at indentation level 7 not at correct indentation, 8 114
 Info method def child at indentation level 7 not at correct indentation, 8 115
 Info '{' should be on a new line. 130
 Info '{' should be on a new line. 165

org/andromda/cartridges/jsf2/metafacades/JSFControllerOperationLogicImpl.java

Severity Message Line
 Info File does not end with a newline.

org/andromda/cartridges/jsf2/metafacades/JSFEnumerationLogicImpl.java

Severity Message Line
 Info File does not end with a newline.

org/andromda/cartridges/jsf2/metafacades/JSFEventLogicImpl.java

Severity Message Line
 Info File does not end with a newline.

org/andromda/cartridges/jsf2/metafacades/JSFExceptionHandlerLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info Unnecessary parentheses around identifier 'target'. 63

org/andromda/cartridges/jsf2/metafacades/JSFFinalStateLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info Line has trailing whitespace. 25
 Info Line has trailing whitespace. 30
 Info if child at indentation level 15 not at correct indentation, 16 31
 Info Line has trailing whitespace. 64
 Info Line has trailing whitespace. 69
 Info '{' should be on a new line. 84
 Info Line has trailing whitespace. 86
 Info Line has trailing whitespace. 95
 Info '{' should be on a new line. 104
 Info Line has trailing whitespace. 106
 Info Line has trailing whitespace. 115
 Info '{' should be on a new line. 124
 Info Line has trailing whitespace. 126
 Info Array brackets at illegal position. 129
 Info Inner assignments should be avoided. 135
 Info Line has trailing whitespace. 139

org/andromda/cartridges/jsf2/metafacades/JSFForwardLogicImpl.java

Severity Message Line
 Info File does not end with a newline.

org/andromda/cartridges/jsf2/metafacades/JSFManageableEntityAssociationEndLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info Line has trailing whitespace. 124

org/andromda/cartridges/jsf2/metafacades/JSFManageableEntityAttributeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info Line is longer than 120 characters (found 123). 97
 Info Line has trailing whitespace. 99
 Info Unnecessary parentheses around return value. 126
 Info Executable statement count is 39 (max allowed is 30). 408
 Info ';' is followed by whitespace. 713
 Info '{' should be on a new line. 729

org/andromda/cartridges/jsf2/metafacades/JSFManageableEntityLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info Line has trailing whitespace. 35
 Info Line has trailing whitespace. 39
 Info Line has trailing whitespace. 40
 Info Catching 'Exception' is not allowed. 305
 Info method def modifier at indentation level 5 not at correct indentation, 4 329
 Info method def lcurly at indentation level 5 not at correct indentation, 4 330
 Info method def child at indentation level 9 not at correct indentation, 8 331
 Info method def rcurly at indentation level 5 not at correct indentation, 4 332
 Info ',' is not followed by whitespace. 469
 Info Line is longer than 120 characters (found 139). 506
 Info Line is longer than 120 characters (found 142). 517
 Info Line has trailing whitespace. 531
 Info Line has trailing whitespace. 532
 Info Line has trailing whitespace. 540
 Info Line is longer than 120 characters (found 139). 545
 Info Line is longer than 120 characters (found 127). 571
 Info Line has trailing whitespace. 572
 Info Line is longer than 120 characters (found 137). 577
 Info if child at indentation level 19 not at correct indentation, 20 578
 Info Line is longer than 120 characters (found 122). 605
 Info method def child at indentation level 7 not at correct indentation, 8 605
 Info method def modifier at indentation level 3 not at correct indentation, 4 616
 Info method def lcurly at indentation level 3 not at correct indentation, 4 617
 Info for at indentation level 7 not at correct indentation, 8 618
 Info for lcurly at indentation level 7 not at correct indentation, 8 619
 Info for child at indentation level 11 not at correct indentation, 12 620
 Info method call child at indentation level 11 not at correct indentation, 12 620
 Info for rcurly at indentation level 7 not at correct indentation, 8 621
 Info for at indentation level 7 not at correct indentation, 8 622
 Info for lcurly at indentation level 7 not at correct indentation, 8 623
 Info for child at indentation level 11 not at correct indentation, 12 624
 Info method call child at indentation level 11 not at correct indentation, 12 624
 Info for rcurly at indentation level 7 not at correct indentation, 8 625
 Info method def rcurly at indentation level 3 not at correct indentation, 4 626
 Info method def modifier at indentation level 3 not at correct indentation, 4 632
 Info method def modifier at indentation level 0 not at correct indentation, 4 633
 Info method def lcurly at indentation level 3 not at correct indentation, 4 634
 Info method def child at indentation level 7 not at correct indentation, 8 636
 Info method call child at indentation level 7 not at correct indentation, 8 637
 Info method def child at indentation level 7 not at correct indentation, 8 637
 Info method call child at indentation level 7 not at correct indentation, 8 645
 Info method def child at indentation level 7 not at correct indentation, 8 645
 Info method def child at indentation level 7 not at correct indentation, 8 652
 Info method call child at indentation level 7 not at correct indentation, 8 655
 Info method def child at indentation level 7 not at correct indentation, 8 655
 Info method def modifier at indentation level 8 not at correct indentation, 11 658
 Info method def child at indentation level 7 not at correct indentation, 8 663
 Info method def rcurly at indentation level 3 not at correct indentation, 4 664
 Info method def modifier at indentation level 3 not at correct indentation, 4 670
 Info method def lcurly at indentation level 3 not at correct indentation, 4 671
 Info method def child at indentation level 7 not at correct indentation, 8 673
 Info method def child at indentation level 7 not at correct indentation, 8 674
 Info for at indentation level 7 not at correct indentation, 8 675
 Info for lcurly at indentation level 7 not at correct indentation, 8 676
 Info if at indentation level 11 not at correct indentation, 12 677
 Info if lcurly at indentation level 11 not at correct indentation, 12 678
 Info if child at indentation level 15 not at correct indentation, 16 679
 Info if rcurly at indentation level 11 not at correct indentation, 12 680
 Info else at indentation level 11 not at correct indentation, 12 681
 Info else lcurly at indentation level 11 not at correct indentation, 12 682
 Info else child at indentation level 15 not at correct indentation, 16 683
 Info method call child at indentation level 15 not at correct indentation, 16 683
 Info else rcurly at indentation level 11 not at correct indentation, 12 684
 Info for child at indentation level 11 not at correct indentation, 12 685
 Info method call child at indentation level 11 not at correct indentation, 12 685
 Info for rcurly at indentation level 7 not at correct indentation, 8 686
 Info method def child at indentation level 7 not at correct indentation, 8 687
 Info method def rcurly at indentation level 3 not at correct indentation, 4 688
 Info method def modifier at indentation level 3 not at correct indentation, 4 694
 Info method def lcurly at indentation level 3 not at correct indentation, 4 695
 Info for at indentation level 7 not at correct indentation, 8 696
 Info for lcurly at indentation level 7 not at correct indentation, 8 697
 Info if at indentation level 11 not at correct indentation, 12 698
 Info if lcurly at indentation level 11 not at correct indentation, 12 699
 Info if child at indentation level 15 not at correct indentation, 16 700
 Info if at indentation level 15 not at correct indentation, 16 701
 Info if lcurly at indentation level 15 not at correct indentation, 16 702
 Info if child at indentation level 19 not at correct indentation, 20 703
 Info if rcurly at indentation level 15 not at correct indentation, 16 704
 Info if rcurly at indentation level 11 not at correct indentation, 12 705
 Info for rcurly at indentation level 7 not at correct indentation, 8 706
 Info method def child at indentation level 7 not at correct indentation, 8 707
 Info method def rcurly at indentation level 3 not at correct indentation, 4 708
 Info method def modifier at indentation level 3 not at correct indentation, 4 714
 Info method def lcurly at indentation level 3 not at correct indentation, 4 715
 Info if at indentation level 7 not at correct indentation, 8 716
 Info if lcurly at indentation level 7 not at correct indentation, 8 717
 Info if child at indentation level 11 not at correct indentation, 12 718
 Info if rcurly at indentation level 7 not at correct indentation, 8 719
 Info for at indentation level 7 not at correct indentation, 8 720
 Info for lcurly at indentation level 7 not at correct indentation, 8 721
 Info if at indentation level 11 not at correct indentation, 12 722
 Info if lcurly at indentation level 11 not at correct indentation, 12 723
 Info if child at indentation level 15 not at correct indentation, 16 724
 Info if at indentation level 15 not at correct indentation, 16 725
 Info if lcurly at indentation level 15 not at correct indentation, 16 726
 Info if child at indentation level 19 not at correct indentation, 20 727
 Info if rcurly at indentation level 15 not at correct indentation, 16 728
 Info if rcurly at indentation level 11 not at correct indentation, 12 729
 Info for rcurly at indentation level 7 not at correct indentation, 8 730
 Info for at indentation level 7 not at correct indentation, 8 731
 Info for lcurly at indentation level 7 not at correct indentation, 8 732
 Info if at indentation level 11 not at correct indentation, 12 733
 Info if lcurly at indentation level 11 not at correct indentation, 12 734
 Info Line is longer than 120 characters (found 125). 735
 Info if child at indentation level 15 not at correct indentation, 16 735
 Info if at indentation level 15 not at correct indentation, 16 736
 Info if lcurly at indentation level 15 not at correct indentation, 16 737
 Info if child at indentation level 19 not at correct indentation, 20 738
 Info if rcurly at indentation level 15 not at correct indentation, 16 739
 Info if rcurly at indentation level 11 not at correct indentation, 12 740
 Info for rcurly at indentation level 7 not at correct indentation, 8 741
 Info method def child at indentation level 7 not at correct indentation, 8 742
 Info method def rcurly at indentation level 3 not at correct indentation, 4 743
 Info method def modifier at indentation level 5 not at correct indentation, 4 761
 Info method def lcurly at indentation level 5 not at correct indentation, 4 762
 Info method def child at indentation level 9 not at correct indentation, 8 763
 Info method def rcurly at indentation level 5 not at correct indentation, 4 764
 Info method def modifier at indentation level 5 not at correct indentation, 4 770
 Info method def lcurly at indentation level 5 not at correct indentation, 4 771
 Info method def child at indentation level 9 not at correct indentation, 8 772
 Info method def rcurly at indentation level 5 not at correct indentation, 4 773
 Info '{' should be on a new line. 777
 Info Line has trailing whitespace. 778
 Info Line is longer than 120 characters (found 137). 781
 Info Line has trailing whitespace. 786
 Info Line is longer than 120 characters (found 125). 790
 Info Line has trailing whitespace. 795
 Info '{' should be on a new line. 804
 Info '{' should be on a new line. 820
 Info Line is longer than 120 characters (found 138). 821
 Info '{' should be on a new line. 825
 Info '{' should be on a new line. 830
 Info '{' should be on a new line. 861
 Info Line has trailing whitespace. 863

org/andromda/cartridges/jsf2/metafacades/JSFParameterLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info 'private' modifier out of order with the JLS suggestions. 194
 Info Line has trailing whitespace. 199
 Info Line has trailing whitespace. 201
 Info Line has trailing whitespace. 206
 Info '{' should be on a new line. 232
 Info Executable statement count is 32 (max allowed is 30). 575
 Info Executable statement count is 33 (max allowed is 30). 665
 Info Executable statement count is 32 (max allowed is 30). 1041
 Info Executable statement count is 63 (max allowed is 30). 1193
 Info Unnecessary parentheses around assignment right-hand side. 1239

org/andromda/cartridges/jsf2/metafacades/JSFPortletPreferencesLogicImpl.java

Severity Message Line
 Info File does not end with a newline.

org/andromda/cartridges/jsf2/metafacades/JSFSessionObjectLogicImpl.java

Severity Message Line
 Info File does not end with a newline.

org/andromda/cartridges/jsf2/metafacades/JSFUseCaseLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info Executable statement count is 73 (max allowed is 30). 133
 Info Method length is 236 lines (max allowed is 150). 133
 Info for child at indentation level 37 not at correct indentation, 36 189
 Info assign at indentation level 52 not at correct indentation, 56 283
 Info ';' is followed by whitespace. 283
 Info Line is longer than 120 characters (found 122). 285
 Info Line is longer than 120 characters (found 125). 320
 Info ',' is not followed by whitespace. 420
 Info ';' is followed by whitespace. 425
 Info ',' is not followed by whitespace. 444
 Info ',' is not followed by whitespace. 457
 Info ',' is not followed by whitespace. 819

org/andromda/cartridges/jsf2/metafacades/JSFViewLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info Line has trailing whitespace. 435
 Info Line has trailing whitespace. 446
 Info Line has trailing whitespace. 461
 Info Line has trailing whitespace. 470