Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files  Info  Warnings  Errors
12 31 0 0

Rules

Rule Violations Severity
NewlineAtEndOfFile 12  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 1  Info
LeftCurly
  • option: "nl"
0  Info
NeedBraces 0  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 2  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 6  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 2  Info
ConstantName 2  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"
2  Info
MethodLength
  • countEmpty: "false"
0  Info
AnonInnerLength
  • max: "120"
0  Info
ParameterNumber 0  Info
GenericWhitespace 0  Info
EmptyForIteratorPad 0  Info
MethodParamPad 1  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"
0  Info
SuppressWithNearbyCommentFilter
  • influenceFormat: "0"
  • commentFormat: "\$Id"
0  Info

Details

org/andromda/cartridges/meta/MetaCartridgeUtils.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/meta/MetaProfile.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]+)*$'. 18

org/andromda/cartridges/meta/metafacades/ArgumentData.java

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

org/andromda/cartridges/meta/metafacades/MetaGlobals.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/meta/metafacades/MetafacadeAssociationEndLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info method call child at indentation level 12 not at correct indentation, 16 36
 Info method call child at indentation level 12 not at correct indentation, 16 37

org/andromda/cartridges/meta/metafacades/MetafacadeAttributeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info method call child at indentation level 12 not at correct indentation, 16 36
 Info method call child at indentation level 12 not at correct indentation, 16 37

org/andromda/cartridges/meta/metafacades/MetafacadeGeneralizationLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info Must have at least one statement. 47

org/andromda/cartridges/meta/metafacades/MetafacadeLogicImpl.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]+)*$'. 51
 Info Line is longer than 120 characters (found 141). 229
 Info Redundant 'final' modifier. 250
 Info Catching 'Throwable' is not allowed. 293
 Info Redundant 'final' modifier. 305
 Info Catching 'Throwable' is not allowed. 375
 Info '(' is preceded with whitespace. 484

org/andromda/cartridges/meta/metafacades/MetafacadeOperationLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info method call child at indentation level 12 not at correct indentation, 16 37
 Info method call child at indentation level 12 not at correct indentation, 16 38

org/andromda/cartridges/meta/metafacades/MethodData.java

Severity Message Line
 Info File does not end with a newline.
 Info Unnecessary parentheses around assignment right-hand side. 180
 Info Line is longer than 120 characters (found 127). 283

org/andromda/cartridges/meta/metafacades/PSMmetaclassLogicImpl.java

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

org/andromda/cartridges/meta/metafacades/UMLOperationData.java

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