Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files  Info  Warnings  Errors
22 182 0 0

Files

File  I  W  E
org/andromda/cartridges/jsf/JSFGlobals.java 2 0 0
org/andromda/cartridges/jsf/JSFProfile.java 2 0 0
org/andromda/cartridges/jsf/JSFUtils.java 7 0 0
org/andromda/cartridges/jsf/metafacades/JSFActionLogicImpl.java 3 0 0
org/andromda/cartridges/jsf/metafacades/JSFActivityGraphLogicImpl.java 1 0 0
org/andromda/cartridges/jsf/metafacades/JSFAttributeLogicImpl.java 5 0 0
org/andromda/cartridges/jsf/metafacades/JSFBackendServiceLogicImpl.java 1 0 0
org/andromda/cartridges/jsf/metafacades/JSFControllerLogicImpl.java 7 0 0
org/andromda/cartridges/jsf/metafacades/JSFControllerOperationLogicImpl.java 1 0 0
org/andromda/cartridges/jsf/metafacades/JSFEnumerationLogicImpl.java 1 0 0
org/andromda/cartridges/jsf/metafacades/JSFEventLogicImpl.java 1 0 0
org/andromda/cartridges/jsf/metafacades/JSFExceptionHandlerLogicImpl.java 2 0 0
org/andromda/cartridges/jsf/metafacades/JSFFinalStateLogicImpl.java 1 0 0
org/andromda/cartridges/jsf/metafacades/JSFForwardLogicImpl.java 1 0 0
org/andromda/cartridges/jsf/metafacades/JSFManageableEntityAssociationEndLogicImpl.java 1 0 0
org/andromda/cartridges/jsf/metafacades/JSFManageableEntityAttributeLogicImpl.java 4 0 0
org/andromda/cartridges/jsf/metafacades/JSFManageableEntityLogicImpl.java 120 0 0
org/andromda/cartridges/jsf/metafacades/JSFParameterLogicImpl.java 6 0 0
org/andromda/cartridges/jsf/metafacades/JSFPortletPreferencesLogicImpl.java 1 0 0
org/andromda/cartridges/jsf/metafacades/JSFSessionObjectLogicImpl.java 1 0 0
org/andromda/cartridges/jsf/metafacades/JSFUseCaseLogicImpl.java 13 0 0
org/andromda/cartridges/jsf/metafacades/JSFViewLogicImpl.java 1 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+$"
0  Info
FileContentsHolder 0  Info
MissingDeprecated 0  Info
MissingOverride 0  Info
EmptyBlock 0  Info
LeftCurly
  • option: "nl"
0  Info
NeedBraces 3  Info
RightCurly
  • option: "alone"
0  Info
AvoidNestedBlocks 0  Info
CovariantEquals 0  Error
EmptyStatement 0  Info
EqualsHashCode 0  Error
IllegalInstantiation 0  Error
InnerAssignment 0  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 0  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 0  Info
Indentation 123  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 0  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"
5  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/jsf/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/jsf/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

org/andromda/cartridges/jsf/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. 1224

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

Severity Message Line
 Info File does not end with a newline.
 Info 'for' construct must use '{}'s. 823
 Info 'if' construct must use '{}'s. 824

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

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

org/andromda/cartridges/jsf/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/jsf/metafacades/JSFBackendServiceLogicImpl.java

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

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

Severity Message Line
 Info File does not end with a newline.
 Info method def child at indentation level 7 not at correct indentation, 8 101
 Info method call child at indentation level 7 not at correct indentation, 8 102
 Info method def child at indentation level 7 not at correct indentation, 8 102
 Info method call child at indentation level 7 not at correct indentation, 8 103
 Info method def child at indentation level 7 not at correct indentation, 8 103
 Info method def child at indentation level 7 not at correct indentation, 8 104

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Severity Message Line
 Info File does not end with a newline.
 Info Unnecessary parentheses around return value. 119
 Info Executable statement count is 39 (max allowed is 30). 401
 Info ';' is followed by whitespace. 684

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

Severity Message Line
 Info File does not end with a newline.
 Info Catching 'Exception' is not allowed. 295
 Info method def modifier at indentation level 5 not at correct indentation, 4 319
 Info method def lcurly at indentation level 5 not at correct indentation, 4 320
 Info method def child at indentation level 9 not at correct indentation, 8 321
 Info method def rcurly at indentation level 5 not at correct indentation, 4 322
 Info ',' is not followed by whitespace. 459
 Info method def child at indentation level 11 not at correct indentation, 8 495
 Info for at indentation level 11 not at correct indentation, 8 496
 Info for lcurly at indentation level 11 not at correct indentation, 8 497
 Info if at indentation level 15 not at correct indentation, 12 498
 Info if lcurly at indentation level 15 not at correct indentation, 12 499
 Info if child at indentation level 19 not at correct indentation, 16 500
 Info 'if' construct must use '{}'s. 501
 Info if at indentation level 19 not at correct indentation, 16 501
 Info if rcurly at indentation level 15 not at correct indentation, 12 503
 Info for rcurly at indentation level 11 not at correct indentation, 8 504
 Info if at indentation level 11 not at correct indentation, 8 531
 Info if lcurly at indentation level 11 not at correct indentation, 8 532
 Info if child at indentation level 15 not at correct indentation, 12 533
 Info if rcurly at indentation level 11 not at correct indentation, 8 534
 Info else at indentation level 11 not at correct indentation, 8 535
 Info else lcurly at indentation level 11 not at correct indentation, 8 536
 Info else child at indentation level 15 not at correct indentation, 12 537
 Info else rcurly at indentation level 11 not at correct indentation, 8 538
 Info method def modifier at indentation level 3 not at correct indentation, 4 549
 Info method def lcurly at indentation level 3 not at correct indentation, 4 550
 Info for at indentation level 7 not at correct indentation, 8 551
 Info for lcurly at indentation level 7 not at correct indentation, 8 552
 Info for child at indentation level 11 not at correct indentation, 12 553
 Info method call child at indentation level 11 not at correct indentation, 12 553
 Info for rcurly at indentation level 7 not at correct indentation, 8 554
 Info for at indentation level 7 not at correct indentation, 8 555
 Info for lcurly at indentation level 7 not at correct indentation, 8 556
 Info for child at indentation level 11 not at correct indentation, 12 557
 Info method call child at indentation level 11 not at correct indentation, 12 557
 Info for rcurly at indentation level 7 not at correct indentation, 8 558
 Info method def rcurly at indentation level 3 not at correct indentation, 4 559
 Info method def modifier at indentation level 3 not at correct indentation, 4 565
 Info method def lcurly at indentation level 3 not at correct indentation, 4 566
 Info method def child at indentation level 7 not at correct indentation, 8 568
 Info method call child at indentation level 7 not at correct indentation, 8 569
 Info method def child at indentation level 7 not at correct indentation, 8 569
 Info method call child at indentation level 7 not at correct indentation, 8 577
 Info method def child at indentation level 7 not at correct indentation, 8 577
 Info method def child at indentation level 7 not at correct indentation, 8 584
 Info method call child at indentation level 7 not at correct indentation, 8 586
 Info method def child at indentation level 7 not at correct indentation, 8 586
 Info method def child at indentation level 7 not at correct indentation, 8 593
 Info method def rcurly at indentation level 3 not at correct indentation, 4 594
 Info method def modifier at indentation level 3 not at correct indentation, 4 600
 Info method def lcurly at indentation level 3 not at correct indentation, 4 601
 Info method def child at indentation level 7 not at correct indentation, 8 603
 Info method def child at indentation level 7 not at correct indentation, 8 604
 Info for at indentation level 7 not at correct indentation, 8 605
 Info for lcurly at indentation level 7 not at correct indentation, 8 606
 Info if at indentation level 11 not at correct indentation, 12 607
 Info if lcurly at indentation level 11 not at correct indentation, 12 608
 Info if child at indentation level 15 not at correct indentation, 16 609
 Info if rcurly at indentation level 11 not at correct indentation, 12 610
 Info else at indentation level 11 not at correct indentation, 12 611
 Info else lcurly at indentation level 11 not at correct indentation, 12 612
 Info else child at indentation level 15 not at correct indentation, 16 613
 Info method call child at indentation level 15 not at correct indentation, 16 613
 Info else rcurly at indentation level 11 not at correct indentation, 12 614
 Info for child at indentation level 11 not at correct indentation, 12 615
 Info method call child at indentation level 11 not at correct indentation, 12 615
 Info for rcurly at indentation level 7 not at correct indentation, 8 616
 Info method def child at indentation level 7 not at correct indentation, 8 617
 Info method def rcurly at indentation level 3 not at correct indentation, 4 618
 Info method def modifier at indentation level 3 not at correct indentation, 4 624
 Info method def lcurly at indentation level 3 not at correct indentation, 4 625
 Info for at indentation level 7 not at correct indentation, 8 626
 Info for lcurly at indentation level 7 not at correct indentation, 8 627
 Info if at indentation level 11 not at correct indentation, 12 628
 Info if lcurly at indentation level 11 not at correct indentation, 12 629
 Info if child at indentation level 15 not at correct indentation, 16 630
 Info if at indentation level 15 not at correct indentation, 16 631
 Info if lcurly at indentation level 15 not at correct indentation, 16 632
 Info if child at indentation level 19 not at correct indentation, 20 633
 Info if rcurly at indentation level 15 not at correct indentation, 16 634
 Info if rcurly at indentation level 11 not at correct indentation, 12 635
 Info for rcurly at indentation level 7 not at correct indentation, 8 636
 Info method def child at indentation level 7 not at correct indentation, 8 637
 Info method def rcurly at indentation level 3 not at correct indentation, 4 638
 Info method def modifier at indentation level 3 not at correct indentation, 4 644
 Info method def lcurly at indentation level 3 not at correct indentation, 4 645
 Info for at indentation level 7 not at correct indentation, 8 646
 Info for lcurly at indentation level 7 not at correct indentation, 8 647
 Info if at indentation level 11 not at correct indentation, 12 648
 Info if lcurly at indentation level 11 not at correct indentation, 12 649
 Info if child at indentation level 15 not at correct indentation, 16 650
 Info if at indentation level 15 not at correct indentation, 16 651
 Info if lcurly at indentation level 15 not at correct indentation, 16 652
 Info if child at indentation level 19 not at correct indentation, 20 653
 Info if rcurly at indentation level 15 not at correct indentation, 16 654
 Info if rcurly at indentation level 11 not at correct indentation, 12 655
 Info for rcurly at indentation level 7 not at correct indentation, 8 656
 Info for at indentation level 7 not at correct indentation, 8 657
 Info for lcurly at indentation level 7 not at correct indentation, 8 658
 Info if at indentation level 11 not at correct indentation, 12 659
 Info if lcurly at indentation level 11 not at correct indentation, 12 660
 Info Line is longer than 120 characters (found 125). 661
 Info if child at indentation level 15 not at correct indentation, 16 661
 Info if at indentation level 15 not at correct indentation, 16 662
 Info if lcurly at indentation level 15 not at correct indentation, 16 663
 Info if child at indentation level 19 not at correct indentation, 20 664
 Info if rcurly at indentation level 15 not at correct indentation, 16 665
 Info if rcurly at indentation level 11 not at correct indentation, 12 666
 Info for rcurly at indentation level 7 not at correct indentation, 8 667
 Info method def child at indentation level 7 not at correct indentation, 8 668
 Info method def rcurly at indentation level 3 not at correct indentation, 4 669
 Info method def modifier at indentation level 5 not at correct indentation, 4 687
 Info method def lcurly at indentation level 5 not at correct indentation, 4 688
 Info method def child at indentation level 9 not at correct indentation, 8 689
 Info method def rcurly at indentation level 5 not at correct indentation, 4 690
 Info method def modifier at indentation level 5 not at correct indentation, 4 696
 Info method def lcurly at indentation level 5 not at correct indentation, 4 697
 Info method def child at indentation level 9 not at correct indentation, 8 698
 Info method def rcurly at indentation level 5 not at correct indentation, 4 699

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

Severity Message Line
 Info File does not end with a newline.
 Info Executable statement count is 32 (max allowed is 30). 552
 Info Executable statement count is 33 (max allowed is 30). 642
 Info Executable statement count is 32 (max allowed is 30). 1017
 Info Executable statement count is 63 (max allowed is 30). 1169
 Info Unnecessary parentheses around assignment right-hand side. 1215

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

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

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

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

org/andromda/cartridges/jsf/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/jsf/metafacades/JSFViewLogicImpl.java

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