Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files  Info  Warnings  Errors
3 27 0 0

Rules

Rule Violations Severity
NewlineAtEndOfFile 3  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"
2  Info
NeedBraces 0  Info
RightCurly
  • option: "alone"
1  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 5  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 1  Info
AvoidStarImport 0  Info
IllegalImport 0  Info
RedundantImport 0  Info
UnusedImports 0  Info
ImportOrder 1  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 1  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 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 1  Info
ExecutableStatementCount 1  Info
LineLength
  • max: "120"
5  Info
MethodLength
  • countEmpty: "false"
0  Info
AnonInnerLength
  • max: "120"
0  Info
ParameterNumber 0  Info
GenericWhitespace 0  Info
EmptyForIteratorPad 2  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"
0  Info
SuppressWithNearbyCommentFilter
  • influenceFormat: "0"
  • commentFormat: "\$Id"
0  Info

Details

org/andromda/repositories/emf/EMFRepositoryFacade.java

Severity Message Line
 Info File does not end with a newline.
 Info Wrong order for 'org.eclipse.emf.ecore.resource.Resource.Diagnostic' import. 23
 Info Line is longer than 120 characters (found 122). 26
 Info Name 'logger' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 38
 Info '{' should be on a new line. 105
 Info ';' is followed by whitespace. 110
 Info Line is longer than 120 characters (found 162). 114
 Info Line is longer than 120 characters (found 136). 115
 Info ';' is followed by whitespace. 115
 Info try child at indentation level 36 not at correct indentation, 32 121
 Info Line is longer than 120 characters (found 201). 123
 Info Catching 'Exception' is not allowed. 125
 Info '}' should be alone on a line. 131
 Info Catching 'RuntimeException' is not allowed. 131
 Info '{' should be on a new line. 131
 Info Catching 'Exception' is not allowed. 137

org/andromda/repositories/emf/EMFRepositoryFacadeUtils.java

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

org/andromda/repositories/emf/EMFURIConverter.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]+)*$'. 79
 Info Executable statement count is 40 (max allowed is 30). 86
 Info Line is longer than 120 characters (found 123). 103
 Info Unnecessary parentheses around assignment right-hand side. 105
 Info Unnecessary parentheses around assignment right-hand side. 128
 Info Catching 'Exception' is not allowed. 131
 Info Catching 'Exception' is not allowed. 154
 Info Unnecessary parentheses around assignment right-hand side. 161