Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files  Info  Warnings  Errors
6 40 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"
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 12  Info
IllegalThrows 0  Info
JUnitTestCase 0  Info
IllegalType 0  Error
DefaultComesLast 0  Info
FallThrough 0  Info
MultipleVariableDeclarations 0  Info
UnnecessaryParentheses 0  Info
FinalClass 0  Info
InterfaceIsType 0  Info
HideUtilityClassConstructor 0  Info
AvoidStarImport 0  Info
IllegalImport 0  Info
RedundantImport 0  Info
UnusedImports 1  Info
ImportOrder 0  Info
JavadocMethod
  • allowMissingParamTags: "true"
  • scope: "package"
  • allowUndeclaredRTE: "true"
  • allowMissingReturnTag: "true"
  • allowMissingThrowsTags: "true"
0  Info
JavadocType
  • scope: "package"
12  Info
JavadocVariable
  • scope: "package"
0  Info
UpperEll 0  Info
ArrayTypeStyle 0  Info
Indentation 10  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 0  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 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/maven/plugin/site/AbstractSiteMojo.java

Severity Message Line
 Info File does not end with a newline.
 Info Catching 'Exception' is not allowed. 59
 Info Catching 'Exception' is not allowed. 95

org/andromda/maven/plugin/site/CopyDocumentationMojo.java

Severity Message Line
 Info Unknown tag 'phase'. 14
 Info Unknown tag 'goal'. 15
 Info Unknown tag 'description'. 16
 Info Catching 'Throwable' is not allowed. 133
 Info Catching 'Throwable' is not allowed. 167
 Info Catching 'Throwable' is not allowed. 207
 Info array initialization child at indentation level 24 not at correct indentation, 20 242
 Info array initialization child at indentation level 24 not at correct indentation, 20 243
 Info array initialization child at indentation level 24 not at correct indentation, 20 244
 Info array initialization child at indentation level 24 not at correct indentation, 20 245
 Info array initialization child at indentation level 24 not at correct indentation, 20 246
 Info array initialization child at indentation level 24 not at correct indentation, 20 247
 Info array initialization child at indentation level 24 not at correct indentation, 20 248
 Info array initialization child at indentation level 24 not at correct indentation, 20 249
 Info array initialization child at indentation level 24 not at correct indentation, 20 250
 Info array initialization child at indentation level 24 not at correct indentation, 20 251
 Info Catching 'Throwable' is not allowed. 277

org/andromda/maven/plugin/site/NamespaceTransformerMojo.java

Severity Message Line
 Info Unknown tag 'phase'. 16
 Info Unknown tag 'goal'. 17
 Info Unknown tag 'description'. 18
 Info Line is longer than 120 characters (found 149). 92
 Info Catching 'Throwable' is not allowed. 98

org/andromda/maven/plugin/site/ProfileTransformerMojo.java

Severity Message Line
 Info Unknown tag 'phase'. 16
 Info Unknown tag 'goal'. 17
 Info Unknown tag 'description'. 18
 Info Line is longer than 120 characters (found 143). 91
 Info Catching 'Throwable' is not allowed. 97

org/andromda/maven/plugin/site/UnpackDocumentationMojo.java

Severity Message Line
 Info File does not end with a newline.
 Info Unknown tag 'phase'. 13
 Info Unknown tag 'goal'. 14
 Info Unknown tag 'description'. 15
 Info Catching 'Throwable' is not allowed. 100
 Info Catching 'Throwable' is not allowed. 132

org/andromda/maven/plugin/site/XslTransformer.java

Severity Message Line
 Info File does not end with a newline.
 Info Unused import - javax.xml.parsers.ParserConfigurationException. 13
 Info Catching 'Exception' is not allowed. 76
 Info Catching 'Exception' is not allowed. 132