Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files  Info  Warnings  Errors
31 133 0 0

Files

File  I  W  E
org/andromda/cartridges/ejb3/EJB3Globals.java 2 0 0
org/andromda/cartridges/ejb3/EJB3Profile.java 4 0 0
org/andromda/cartridges/ejb3/EJB3ScriptHelper.java 11 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3AssociationEndFacadeLogicImpl.java 19 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3AssociationFacadeLogicImpl.java 2 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3DependencyFacadeLogicImpl.java 2 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3EmbeddedValueFacadeLogicImpl.java 1 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3EntityAttributeFacadeLogicImpl.java 2 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3EntityFacadeLogicImpl.java 23 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3EnumerationFacadeLogicImpl.java 2 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3FinderMethodArgumentFacadeLogicImpl.java 2 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3FinderMethodFacadeLogicImpl.java 3 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3InterceptorFacadeLogicImpl.java 1 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3ManageableEntityAssociationEndFacadeLogicImpl.java 2 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3ManageableEntityAttributeFacadeLogicImpl.java 2 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3ManageableEntityFacadeLogicImpl.java 2 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3MappedSuperclassAttributeFacadeLogicImpl.java 1 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3MappedSuperclassFacadeLogicImpl.java 1 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3MessageDrivenFacadeLogicImpl.java 3 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3MessageDrivenOperationFacadeLogicImpl.java 2 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3MetafacadeUtils.java 4 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3OperationFacadeLogicImpl.java 2 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3PersistenceContextFacadeLogicImpl.java 2 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3SessionAttributeFacadeLogicImpl.java 2 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3SessionFacadeLogicImpl.java 20 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3SessionOperationFacadeLogicImpl.java 5 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3SessionOperationParameterFacadeLogicImpl.java 2 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3TypeFacadeLogicImpl.java 3 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3ValueObjectFacadeLogicImpl.java 1 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3WebServiceFacadeLogicImpl.java 2 0 0
org/andromda/cartridges/ejb3/metafacades/EJB3WebServiceOperationFacadeLogicImpl.java 3 0 0

Rules

Rule Violations Severity
NewlineAtEndOfFile 31  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 2  Info
LeftCurly
  • option: "nl"
0  Info
NeedBraces 1  Info
RightCurly
  • option: "alone"
0  Info
AvoidNestedBlocks 0  Info
CovariantEquals 0  Error
EmptyStatement 1  Info
EqualsHashCode 0  Error
IllegalInstantiation 0  Error
InnerAssignment 0  Info
MissingSwitchDefault 0  Info
RedundantThrows 0  Info
SimplifyBooleanExpression 0  Info
SimplifyBooleanReturn 2  Info
StringLiteralEquality 0  Error
NoFinalizer 0  Error
IllegalCatch 2  Info
IllegalThrows 0  Info
JUnitTestCase 0  Info
IllegalType 0  Error
DefaultComesLast 0  Info
FallThrough 0  Info
MultipleVariableDeclarations 0  Info
UnnecessaryParentheses 21  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 12  Info
TodoComment 2  Info
Regexp
  • illegalPattern: "true"
  • ignoreComments: "true"
  • format: "System\.out\.println"
3  Info
RegexpSinglelineJava
  • message: "Spelling error"
  • format: "seperate"
  • ignoreCase: "true"
0  Info
ModifierOrder 0  Info
RedundantModifier 0  Info
ConstantName 7  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 0  Info
ExecutableStatementCount 0  Info
LineLength
  • max: "120"
19  Info
MethodLength
  • countEmpty: "false"
0  Info
AnonInnerLength
  • max: "120"
0  Info
ParameterNumber 0  Info
GenericWhitespace 0  Info
EmptyForIteratorPad 4  Info
MethodParamPad 21  Info
NoWhitespaceAfter 0  Info
NoWhitespaceBefore 0  Info
ParenPad 1  Info
TypecastParenPad 1  Info
WhitespaceAfter
  • tokens: "COMMA,SEMI,COLON,LITERAL_DO,LITERAL_FOR,LITERAL_IF,LITERAL_WHILE,QUESTION"
2  Info
SuppressWithNearbyCommentFilter
  • influenceFormat: "0"
  • commentFormat: "\$Id"
0  Info

Details

org/andromda/cartridges/ejb3/EJB3Globals.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/ejb3/EJB3Profile.java

Severity Message Line
 Info File does not end with a newline.
 Info Name 'profile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 17
 Info Line is longer than 120 characters (found 130). 573
 Info Name 'TAGGEDVALUE_EJB_SESSION_JNDI_NAME_Local' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 816

org/andromda/cartridges/ejb3/EJB3ScriptHelper.java

Severity Message Line
 Info File does not end with a newline.
 Info Line is longer than 120 characters (found 128). 47
 Info ')' is preceded with whitespace. 53
 Info Line is longer than 120 characters (found 160). 69
 Info Line matches the illegal pattern 'System\.out\.println'. 85
 Info Line is longer than 120 characters (found 148). 102
 Info Unnecessary parentheses around return value. 116
 Info Line is longer than 120 characters (found 159). 139
 Info Line matches the illegal pattern 'System\.out\.println'. 159
 Info Line is longer than 120 characters (found 159). 174
 Info Line matches the illegal pattern 'System\.out\.println'. 192

org/andromda/cartridges/ejb3/metafacades/EJB3AssociationEndFacadeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info Name 'cascadeTable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 115
 Info Name 'collectionTypes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 149
 Info '(' is preceded with whitespace. 198
 Info Comment matches to-do format 'TODO:'. 288
 Info Line is longer than 120 characters (found 140). 426
 Info Line is longer than 120 characters (found 604). 440
 Info Unnecessary parentheses around assignment right-hand side. 591
 Info Unnecessary parentheses around assignment right-hand side. 597
 Info Unnecessary parentheses around assignment right-hand side. 608
 Info Unnecessary parentheses around assignment right-hand side. 614
 Info Must have at least one statement. 620
 Info Must have at least one statement. 630
 Info if rcurly at indentation level 9 not at correct indentation, 8 815
 Info method call child at indentation level 12 not at correct indentation, 16 856
 Info method call child at indentation level 12 not at correct indentation, 16 857
 Info Unnecessary parentheses around assignment right-hand side. 922
 Info Line is longer than 120 characters (found 124). 1043
 Info ',' is not followed by whitespace. 1047

org/andromda/cartridges/ejb3/metafacades/EJB3AssociationFacadeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info Unnecessary parentheses around assignment right-hand side. 93

org/andromda/cartridges/ejb3/metafacades/EJB3DependencyFacadeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info '(' is preceded with whitespace. 44

org/andromda/cartridges/ejb3/metafacades/EJB3EmbeddedValueFacadeLogicImpl.java

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

org/andromda/cartridges/ejb3/metafacades/EJB3EntityAttributeFacadeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info '(' is preceded with whitespace. 52

org/andromda/cartridges/ejb3/metafacades/EJB3EntityFacadeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info Name 'inheritanceStrategies' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 93
 Info Name 'discriminatorTypes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 120
 Info '(' is preceded with whitespace. 202
 Info Comment matches to-do format 'TODO:'. 209
 Info Catching 'Throwable' is not allowed. 576
 Info ';' is followed by whitespace. 896
 Info Unnecessary parentheses around return value. 934
 Info Unnecessary parentheses around return value. 953
 Info Unnecessary parentheses around return value. 979
 Info if child at indentation level 23 not at correct indentation, 24 1021
 Info Line is longer than 120 characters (found 221). 1053
 Info Line is longer than 120 characters (found 126). 1419
 Info 'for' construct must use '{}'s. 1451
 Info Empty statement. 1454
 Info Line is longer than 120 characters (found 136). 1532
 Info Line is longer than 120 characters (found 186). 1538
 Info Line is longer than 120 characters (found 374). 1541
 Info Line is longer than 120 characters (found 265). 1542
 Info Line is longer than 120 characters (found 416). 1545
 Info Line is longer than 120 characters (found 136). 1549
 Info Line is longer than 120 characters (found 161). 1550
 Info ';' is followed by whitespace. 1681

org/andromda/cartridges/ejb3/metafacades/EJB3EnumerationFacadeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info '(' is preceded with whitespace. 21

org/andromda/cartridges/ejb3/metafacades/EJB3FinderMethodArgumentFacadeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info '(' is preceded with whitespace. 24

org/andromda/cartridges/ejb3/metafacades/EJB3FinderMethodFacadeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info '(' is preceded with whitespace. 35
 Info ',' is not followed by whitespace. 135

org/andromda/cartridges/ejb3/metafacades/EJB3InterceptorFacadeLogicImpl.java

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

org/andromda/cartridges/ejb3/metafacades/EJB3ManageableEntityAssociationEndFacadeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info '(' is preceded with whitespace. 18

org/andromda/cartridges/ejb3/metafacades/EJB3ManageableEntityAttributeFacadeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info '(' is preceded with whitespace. 18

org/andromda/cartridges/ejb3/metafacades/EJB3ManageableEntityFacadeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info '(' is preceded with whitespace. 61

org/andromda/cartridges/ejb3/metafacades/EJB3MappedSuperclassAttributeFacadeLogicImpl.java

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

org/andromda/cartridges/ejb3/metafacades/EJB3MappedSuperclassFacadeLogicImpl.java

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

org/andromda/cartridges/ejb3/metafacades/EJB3MessageDrivenFacadeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info '(' is preceded with whitespace. 80
 Info Unnecessary parentheses around return value. 521

org/andromda/cartridges/ejb3/metafacades/EJB3MessageDrivenOperationFacadeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info '(' is preceded with whitespace. 20

org/andromda/cartridges/ejb3/metafacades/EJB3MetafacadeUtils.java

Severity Message Line
 Info File does not end with a newline.
 Info Utility classes should not have a public or default constructor. 26
 Info Unnecessary parentheses around assignment right-hand side. 119
 Info Line is longer than 120 characters (found 127). 467

org/andromda/cartridges/ejb3/metafacades/EJB3OperationFacadeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info '(' is preceded with whitespace. 26

org/andromda/cartridges/ejb3/metafacades/EJB3PersistenceContextFacadeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info '(' is preceded with whitespace. 20

org/andromda/cartridges/ejb3/metafacades/EJB3SessionAttributeFacadeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info '(' is preceded with whitespace. 26

org/andromda/cartridges/ejb3/metafacades/EJB3SessionFacadeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info class def child at indentation level 0 not at correct indentation, 4 29
 Info '(' is preceded with whitespace. 136
 Info method def child at indentation level 9 not at correct indentation, 8 180
 Info Conditional logic can be removed. 363
 Info Unnecessary parentheses around assignment right-hand side. 374
 Info Conditional logic can be removed. 388
 Info Unnecessary parentheses around assignment right-hand side. 399
 Info Unnecessary parentheses around return value. 830
 Info ';' is followed by whitespace. 939
 Info method def child at indentation level 24 not at correct indentation, 28 1024
 Info method def child at indentation level 24 not at correct indentation, 28 1025
 Info method def child at indentation level 24 not at correct indentation, 28 1026
 Info Unnecessary parentheses around return value. 1069
 Info Unnecessary parentheses around return value. 1092
 Info Unnecessary parentheses around return value. 1113
 Info Unnecessary parentheses around return value. 1134
 Info method def child at indentation level 24 not at correct indentation, 28 1177
 Info method def child at indentation level 24 not at correct indentation, 28 1178
 Info method def child at indentation level 24 not at correct indentation, 28 1179

org/andromda/cartridges/ejb3/metafacades/EJB3SessionOperationFacadeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info '(' is preceded with whitespace. 43
 Info ';' is followed by whitespace. 332
 Info Unnecessary parentheses around return value. 509
 Info Unnecessary parentheses around return value. 545

org/andromda/cartridges/ejb3/metafacades/EJB3SessionOperationParameterFacadeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info '(' is preceded with whitespace. 20

org/andromda/cartridges/ejb3/metafacades/EJB3TypeFacadeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info '(' is preceded with whitespace. 22
 Info Catching 'Throwable' is not allowed. 66

org/andromda/cartridges/ejb3/metafacades/EJB3ValueObjectFacadeLogicImpl.java

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

org/andromda/cartridges/ejb3/metafacades/EJB3WebServiceFacadeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info '(' is preceded with whitespace. 94

org/andromda/cartridges/ejb3/metafacades/EJB3WebServiceOperationFacadeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 22
 Info '(' is preceded with whitespace. 30