Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files  Info  Warnings  Errors
8 137 0 1

Rules

Rule Violations Severity
NewlineAtEndOfFile 8  Info
Translation 0  Error
FileLength 0  Info
FileTabCharacter 0  Info
RegexpSingleline
  • message: "Line has trailing whitespace."
  • format: "[^*]\s+$"
2  Info
FileContentsHolder 0  Info
MissingDeprecated 0  Info
MissingOverride 0  Info
EmptyBlock 3  Info
LeftCurly
  • option: "nl"
2  Info
NeedBraces 2  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 2  Info
IllegalThrows 0  Info
JUnitTestCase 0  Info
IllegalType 1  Error
DefaultComesLast 0  Info
FallThrough 0  Info
MultipleVariableDeclarations 0  Info
UnnecessaryParentheses 9  Info
FinalClass 0  Info
InterfaceIsType 0  Info
HideUtilityClassConstructor 5  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"
2  Info
UpperEll 0  Info
ArrayTypeStyle 0  Info
Indentation 30  Info
TodoComment 3  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 6  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"
45  Info
MethodLength
  • countEmpty: "false"
2  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 1  Info
TypecastParenPad 0  Info
WhitespaceAfter
  • tokens: "COMMA,SEMI,COLON,LITERAL_DO,LITERAL_FOR,LITERAL_IF,LITERAL_WHILE,QUESTION"
11  Info
SuppressWithNearbyCommentFilter
  • influenceFormat: "0"
  • commentFormat: "\$Id"
0  Info

Details

org/andromda/metafacades/uml/EntityMetafacadeUtils.java

Severity Message Line
 Info File does not end with a newline.
 Info Utility classes should not have a public or default constructor. 22
 Info Executable statement count is 38 (max allowed is 30). 233
 Info Method length is 152 lines (max allowed is 150). 233
 Info Line is longer than 120 characters (found 184). 327
 Info Line is longer than 120 characters (found 168). 328
 Info Line is longer than 120 characters (found 125). 347
 Info Line is longer than 120 characters (found 124). 387
 Info Line is longer than 120 characters (found 209). 388
 Info Line is longer than 120 characters (found 411). 389
 Info Line is longer than 120 characters (found 124). 395
 Info Line is longer than 120 characters (found 124). 404
 Info Line is longer than 120 characters (found 121). 471
 Info ',' is not followed by whitespace. 475
 Info ',' is not followed by whitespace. 475
 Info ',' is not followed by whitespace. 475
 Info ',' is not followed by whitespace. 475
 Info ',' is not followed by whitespace. 475
 Info ',' is not followed by whitespace. 475
 Info ',' is not followed by whitespace. 475
 Info ',' is not followed by whitespace. 475
 Info ',' is not followed by whitespace. 475
 Info ',' is not followed by whitespace. 483
 Info Line is longer than 120 characters (found 141). 523
 Info Line is longer than 120 characters (found 123). 546
 Info Line is longer than 120 characters (found 151). 572
 Info Line is longer than 120 characters (found 154). 592
 Info Line is longer than 120 characters (found 121). 634
 Info Line is longer than 120 characters (found 185). 649
 Info 'if' construct must use '{}'s. 685
 Info for at indentation level 12 not at correct indentation, 16 686
 Info for lcurly at indentation level 12 not at correct indentation, 16 687
 Info if at indentation level 16 not at correct indentation, 20 688
 Info if lcurly at indentation level 16 not at correct indentation, 20 689
 Info if child at indentation level 20 not at correct indentation, 24 690
 Info method call child at indentation level 20 not at correct indentation, 24 690
 Info if rcurly at indentation level 16 not at correct indentation, 20 691
 Info for rcurly at indentation level 12 not at correct indentation, 16 692
 Info Line is longer than 120 characters (found 155). 741
 Info Line is longer than 120 characters (found 185). 751
 Info Line is longer than 120 characters (found 151). 780
 Error Declaring variables, return values or parameters of type 'LinkedHashSet' is not allowed. 860
 Info 'if' construct must use '{}'s. 863
 Info Line is longer than 120 characters (found 179). 876
 Info Line is longer than 120 characters (found 136). 887
 Info Must have at least one statement. 893
 Info Must have at least one statement. 897

org/andromda/metafacades/uml/FilteredCollection.java

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

org/andromda/metafacades/uml/MetafacadeUtils.java

Severity Message Line
 Info File does not end with a newline.
 Info Utility classes should not have a public or default constructor. 21
 Info Unnecessary parentheses around return value. 144
 Info Unnecessary parentheses around return value. 146
 Info Name 'at' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 259
 Info Name 'period' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 260
 Info Name 'underscore' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 261
 Info Must have at least one statement. 367

org/andromda/metafacades/uml/NameMasker.java

Severity Message Line
 Info File does not end with a newline.
 Info Utility classes should not have a public or default constructor. 13
 Info ',' is not followed by whitespace. 113

org/andromda/metafacades/uml/TypeMappings.java

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

org/andromda/metafacades/uml/UMLMetafacadeProperties.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 Line has trailing whitespace. 96
 Info Line has trailing whitespace. 151
 Info Missing a Javadoc comment. 155
 Info Missing a Javadoc comment. 156

org/andromda/metafacades/uml/UMLMetafacadeUtils.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]+)*$'. 32
 Info Comment matches to-do format 'TODO:'. 90
 Info Executable statement count is 108 (max allowed is 30). 92
 Info '(' is followed by whitespace. 386
 Info Catching 'Exception' is not allowed. 399
 Info Line is longer than 120 characters (found 142). 402
 Info Name 'namespaceScopeOperator' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 420
 Info if lcurly at indentation level 4 not at correct indentation, 8 436
 Info method def child at indentation level 12 not at correct indentation, 8 446
 Info if at indentation level 12 not at correct indentation, 8 447
 Info if lcurly at indentation level 12 not at correct indentation, 8 448
 Info if child at indentation level 16 not at correct indentation, 12 449
 Info if child at indentation level 16 not at correct indentation, 12 453
 Info if rcurly at indentation level 12 not at correct indentation, 8 457
 Info for at indentation level 11 not at correct indentation, 12 530
 Info method call child at indentation level 15 not at correct indentation, 20 531
 Info for lcurly at indentation level 11 not at correct indentation, 12 532
 Info Executable statement count is 141 (max allowed is 30). 632
 Info Method length is 379 lines (max allowed is 150). 632
 Info Comment matches to-do format 'TODO:'. 644
 Info '{' should be on a new line. 662
 Info Line is longer than 120 characters (found 139). 665
 Info Comment matches to-do format 'TODO:'. 762
 Info Line is longer than 120 characters (found 138). 763
 Info Line is longer than 120 characters (found 144). 823
 Info Line is longer than 120 characters (found 146). 873
 Info Unnecessary parentheses around assignment right-hand side. 881
 Info Unnecessary parentheses around assignment right-hand side. 885
 Info Unnecessary parentheses around assignment right-hand side. 890
 Info Line is longer than 120 characters (found 145). 914
 Info Line is longer than 120 characters (found 132). 927
 Info Unnecessary parentheses around assignment right-hand side. 927
 Info Line is longer than 120 characters (found 150). 931
 Info Unnecessary parentheses around assignment right-hand side. 931
 Info Line is longer than 120 characters (found 124). 952
 Info Line is longer than 120 characters (found 130). 976
 Info if at indentation level 20 not at correct indentation, 16 989
 Info if lcurly at indentation level 20 not at correct indentation, 16 990
 Info for at indentation level 24 not at correct indentation, 20 992
 Info for lcurly at indentation level 24 not at correct indentation, 20 993
 Info if at indentation level 28 not at correct indentation, 24 994
 Info if lcurly at indentation level 28 not at correct indentation, 24 995
 Info if child at indentation level 32 not at correct indentation, 28 996
 Info if child at indentation level 32 not at correct indentation, 28 997
 Info if rcurly at indentation level 28 not at correct indentation, 24 998
 Info for child at indentation level 28 not at correct indentation, 24 999
 Info for rcurly at indentation level 24 not at correct indentation, 20 1000
 Info if rcurly at indentation level 20 not at correct indentation, 16 1001
 Info Line is longer than 120 characters (found 219). 1024
 Info '}' should be alone on a line. 1026
 Info Catching 'RuntimeException' is not allowed. 1026
 Info '{' should be on a new line. 1026
 Info Line is longer than 120 characters (found 226). 1027
 Info Line is longer than 120 characters (found 123). 1041
 Info Line is longer than 120 characters (found 160). 1047
 Info Line is longer than 120 characters (found 127). 1065
 Info Line is longer than 120 characters (found 128). 1070
 Info Line is longer than 120 characters (found 127). 1076
 Info Line is longer than 120 characters (found 134). 1081
 Info Line is longer than 120 characters (found 140). 1101
 Info Unnecessary parentheses around assignment right-hand side. 1107
 Info Line is longer than 120 characters (found 146). 1108
 Info Unnecessary parentheses around assignment right-hand side. 1114
 Info Line is longer than 120 characters (found 123). 1115

org/andromda/metafacades/uml/UMLProfile.java

Severity Message Line
 Info File does not end with a newline.
 Info Utility classes should not have a public or default constructor. 12
 Info Name 'profile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 19
 Info Line is longer than 120 characters (found 133). 69
 Info Line is longer than 120 characters (found 129). 75
 Info Line is longer than 120 characters (found 135). 452
 Info Line is longer than 120 characters (found 135). 488