Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files  Info  Warnings  Errors
6 46 0 0

Rules

Rule Violations Severity
NewlineAtEndOfFile 6  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 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 5  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 0  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"
7  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 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 3  Info
ExecutableStatementCount 3  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"
1  Info
SuppressWithNearbyCommentFilter
  • influenceFormat: "0"
  • commentFormat: "\$Id"
0  Info

Details

org/andromda/maven/plugin/cartridge/AbstractCartridgeTestMojo.java

Severity Message Line
 Info File does not end with a newline.
 Info Line is longer than 120 characters (found 123). 105
 Info Line is longer than 120 characters (found 135). 112
 Info Line is longer than 120 characters (found 121). 119
 Info Catching 'Throwable' is not allowed. 185
 Info Line is longer than 120 characters (found 133). 189

org/andromda/maven/plugin/cartridge/CartridgeTest.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]+)*$'. 37
 Info Executable statement count is 32 (max allowed is 30). 152
 Info Line is longer than 120 characters (found 136). 184
 Info ';' is not followed by whitespace. 209
 Info if at indentation level 7 not at correct indentation, 8 261
 Info if lcurly at indentation level 7 not at correct indentation, 8 262
 Info if child at indentation level 11 not at correct indentation, 12 263
 Info if rcurly at indentation level 7 not at correct indentation, 8 264
 Info method def child at indentation level 7 not at correct indentation, 8 265
 Info if at indentation level 7 not at correct indentation, 8 275
 Info if lcurly at indentation level 7 not at correct indentation, 8 276
 Info if child at indentation level 11 not at correct indentation, 12 277
 Info if rcurly at indentation level 7 not at correct indentation, 8 278

org/andromda/maven/plugin/cartridge/CartridgeTestFormatter.java

Severity Message Line
 Info File does not end with a newline.
 Info Name 'newLine' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 127
 Info Executable statement count is 32 (max allowed is 30). 167
 Info Unnecessary parentheses around assignment right-hand side. 169
 Info Line is longer than 120 characters (found 121). 179
 Info Line is longer than 120 characters (found 121). 190

org/andromda/maven/plugin/cartridge/CartridgeTestMojo.java

Severity Message Line
 Info File does not end with a newline.
 Info Unknown tag 'phase'. 17
 Info Unknown tag 'goal'. 18
 Info Unknown tag 'requiresDependencyResolution'. 19
 Info Unknown tag 'description'. 20
 Info Executable statement count is 66 (max allowed is 30). 30
 Info Line is longer than 120 characters (found 138). 111
 Info Line is longer than 120 characters (found 147). 159
 Info Line is longer than 120 characters (found 162). 164
 Info Catching 'Throwable' is not allowed. 168

org/andromda/maven/plugin/cartridge/CartridgeTestUpdaterMojo.java

Severity Message Line
 Info File does not end with a newline.
 Info Unknown tag 'goal'. 17
 Info Unknown tag 'requiresDependencyResolution'. 18
 Info Unknown tag 'description'. 19
 Info Catching 'Throwable' is not allowed. 53
 Info Catching 'Throwable' is not allowed. 92
 Info Line is longer than 120 characters (found 134). 96

org/andromda/maven/plugin/cartridge/FileComparator.java

Severity Message Line
 Info File does not end with a newline.
 Info Line is longer than 120 characters (found 140). 111
 Info Catching 'Throwable' is not allowed. 137