Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files  Info  Warnings  Errors
15 61 0 0

Rules

Rule Violations Severity
NewlineAtEndOfFile 15  Info
Translation 0  Error
FileLength 0  Info
FileTabCharacter 0  Info
RegexpSingleline
  • message: "Line has trailing whitespace."
  • format: "[^*]\s+$"
1  Info
FileContentsHolder 0  Info
MissingDeprecated 0  Info
MissingOverride 0  Info
EmptyBlock 0  Info
LeftCurly
  • option: "nl"
3  Info
NeedBraces 3  Info
RightCurly
  • option: "alone"
1  Info
AvoidNestedBlocks 1  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 1  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 9  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 6  Info
RedundantModifier 0  Info
ConstantName 4  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"
12  Info
MethodLength
  • countEmpty: "false"
0  Info
AnonInnerLength
  • max: "120"
0  Info
ParameterNumber 0  Info
GenericWhitespace 0  Info
EmptyForIteratorPad 0  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"
2  Info
SuppressWithNearbyCommentFilter
  • influenceFormat: "0"
  • commentFormat: "\$Id"
0  Info

Details

org/andromda/cartridges/hibernate/HibernateProfile.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]+)*$'. 20

org/andromda/cartridges/hibernate/HibernateUtils.java

Severity Message Line
 Info File does not end with a newline.
 Info Line is longer than 120 characters (found 126). 79

org/andromda/cartridges/hibernate/metafacades/HibernateAssociationEndLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info Name 'collectionTypes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 70
 Info Unnecessary parentheses around assignment right-hand side. 124
 Info method call child at indentation level 12 not at correct indentation, 16 530
 Info method call child at indentation level 12 not at correct indentation, 16 531

org/andromda/cartridges/hibernate/metafacades/HibernateAssociationLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info Avoid nested blocks. 126

org/andromda/cartridges/hibernate/metafacades/HibernateEmbeddedValueLogicImpl.java

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

org/andromda/cartridges/hibernate/metafacades/HibernateEntityAttributeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info Line is longer than 120 characters (found 140). 70
 Info Line is longer than 120 characters (found 126). 80
 Info Line has trailing whitespace. 114
 Info ',' is not followed by whitespace. 122
 Info Line is longer than 120 characters (found 123). 170
 Info method def child at indentation level 7 not at correct indentation, 8 170
 Info Line is longer than 120 characters (found 132). 171
 Info 'if' construct must use '{}'s. 178
 Info 'if' construct must use '{}'s. 198
 Info 'else' construct must use '{}'s. 200
 Info Line is longer than 120 characters (found 126). 209

org/andromda/cartridges/hibernate/metafacades/HibernateEntityLogicImpl.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]+)*$'. 82
 Info Line is longer than 120 characters (found 133). 290
 Info assign child at indentation level 11 not at correct indentation, 12 551
 Info assign child at indentation level 11 not at correct indentation, 12 566
 Info method def child at indentation level 8 not at correct indentation, 12 613
 Info method def child at indentation level 8 not at correct indentation, 12 712
 Info method def child at indentation level 8 not at correct indentation, 12 723
 Info method def child at indentation level 8 not at correct indentation, 12 726
 Info Line is longer than 120 characters (found 155). 788
 Info Line is longer than 120 characters (found 161). 861

org/andromda/cartridges/hibernate/metafacades/HibernateEnumerationLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info Line is longer than 120 characters (found 122). 65
 Info '{' should be on a new line. 79
 Info '{' should be on a new line. 81
 Info '}' should be alone on a line. 83
 Info '{' should be on a new line. 83
 Info Line is longer than 120 characters (found 122). 94

org/andromda/cartridges/hibernate/metafacades/HibernateFinderMethodArgumentLogicImpl.java

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

org/andromda/cartridges/hibernate/metafacades/HibernateFinderMethodLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info ',' is not followed by whitespace. 56
 Info Line is longer than 120 characters (found 133). 111

org/andromda/cartridges/hibernate/metafacades/HibernateGlobals.java

Severity Message Line
 Info File does not end with a newline.
 Info Utility classes should not have a public or default constructor. 9
 Info 'public' modifier out of order with the JLS suggestions. 14
 Info 'public' modifier out of order with the JLS suggestions. 19
 Info 'public' modifier out of order with the JLS suggestions. 24
 Info 'public' modifier out of order with the JLS suggestions. 29
 Info 'public' modifier out of order with the JLS suggestions. 34
 Info 'public' modifier out of order with the JLS suggestions. 45

org/andromda/cartridges/hibernate/metafacades/HibernateMetafacadeUtils.java

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

org/andromda/cartridges/hibernate/metafacades/HibernateServiceLogicImpl.java

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

org/andromda/cartridges/hibernate/metafacades/HibernateServiceOperationLogicImpl.java

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

org/andromda/cartridges/hibernate/metafacades/HibernateTypeLogicImpl.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]+)*$'. 23
 Info Catching 'Throwable' is not allowed. 80