Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
42 0 136 0

Files

Files Infos Warnings Errors
org/argouml/model/euml/ActivityGraphsHelperEUMLImpl.java 0 2 0
org/argouml/model/euml/AggregationKindEUMLImpl.java 0 1 0
org/argouml/model/euml/ChangeCommand.java 0 8 0
org/argouml/model/euml/ChangeableKindEUMLImpl.java 0 1 0
org/argouml/model/euml/CommonBehaviorFactoryEUMLImpl.java 0 2 0
org/argouml/model/euml/CommonBehaviorHelperEUMLImpl.java 0 5 0
org/argouml/model/euml/CopyHelperEUMLImpl.java 0 3 0
org/argouml/model/euml/CoreFactoryEUMLImpl.java 0 23 0
org/argouml/model/euml/CoreHelperEUMLImpl.java 0 2 0
org/argouml/model/euml/DataTypesFactoryEUMLImpl.java 0 1 0
org/argouml/model/euml/DirectionKindEUMLImpl.java 0 1 0
org/argouml/model/euml/ExtensionMechanismsFactoryEUMLImpl.java 0 3 0
org/argouml/model/euml/ExtensionMechanismsHelperEUMLImpl.java 0 4 0
org/argouml/model/euml/FacadeEUMLImpl.java 0 3 0
org/argouml/model/euml/MessageSortEUMLImpl.java 0 1 0
org/argouml/model/euml/MetaTypesEUMLImpl.java 0 4 0
org/argouml/model/euml/ModelManagementHelperEUMLImpl.java 0 4 0
org/argouml/model/euml/OrderingKindEUMLImpl.java 0 1 0
org/argouml/model/euml/PseudostateKindEUMLImpl.java 0 1 0
org/argouml/model/euml/RootContainerAdapter.java 0 4 0
org/argouml/model/euml/RunnableClass.java 0 1 0
org/argouml/model/euml/ScopeKindEUMLImpl.java 0 1 0
org/argouml/model/euml/StateMachinesFactoryEUMLImpl.java 0 5 0
org/argouml/model/euml/StateMachinesHelperEUMLImpl.java 0 1 0
org/argouml/model/euml/UMLUtil.java 0 12 0
org/argouml/model/euml/UmlFactoryEUMLImpl.java 0 22 0
org/argouml/model/euml/UmlHelperEUMLImpl.java 0 1 0
org/argouml/model/euml/UseCasesFactoryEUMLImpl.java 0 4 0
org/argouml/model/euml/UseCasesHelperEUMLImpl.java 0 2 0
org/argouml/model/euml/VisibilityKindEUMLImpl.java 0 1 0
org/argouml/model/euml/XmiReaderEUMLImpl.java 0 7 0
org/argouml/model/euml/XmiWriterEUMLImpl.java 0 5 0

Rules

Rules Violations Severity
FileContentsHolder 0 Warnings Warning
ConstantName 1 Warnings Warning
DoubleCheckedLocking 0 Warnings Warning
EmptyBlock
  • tokens: "LITERAL_DO,LITERAL_ELSE,LITERAL_FINALLY,LITERAL_IF,LITERAL_TRY,LITERAL_WHILE,STATIC_INIT"
  • option: "text"
0 Warnings Warning
EqualsHashCode 0 Warnings Warning
HiddenField 4 Warnings Warning
IllegalImport 0 Errors Error
IllegalInstantiation 0 Errors Error
Indentation
  • caseIndent: "0"
2 Warnings Warning
InnerAssignment 0 Warnings Warning
JavadocType
  • scope: "protected"
0 Warnings Warning
JavadocMethod
  • allowUndeclaredRTE: "true"
  • logLoadErrors: "true"
  • scope: "protected"
  • allowMissingJavadoc: "true"
  • suppressLoadErrors: "true"
0 Warnings Warning
JavadocVariable
  • scope: "protected"
0 Warnings Warning
LineLength
  • ignorePattern: "^( *\* @see |import |/[/*] \$Id:)"
120 Warnings Warning
LocalFinalVariableName 0 Warnings Warning
LocalVariableName 0 Warnings Warning
MemberName
  • format: "^[a-z][a-zA-Z0-9]*$|^LOG$"
0 Warnings Warning
MethodLength 0 Warnings Warning
MethodName 0 Warnings Warning
NeedBraces 0 Warnings Warning
ModifierOrder 0 Warnings Warning
NoWhitespaceAfter 0 Warnings Warning
NoWhitespaceBefore 0 Warnings Warning
NoWhitespaceBefore
  • tokens: "DOT"
  • allowLineBreaks: "true"
0 Warnings Warning
OperatorWrap 0 Warnings Warning
PackageName 0 Warnings Warning
ParameterName 0 Warnings Warning
ParameterNumber 4 Warnings Warning
RedundantImport 0 Warnings Warning
SimplifyBooleanExpression 3 Warnings Warning
SimplifyBooleanReturn 0 Warnings Warning
StaticVariableName 0 Warnings Warning
TypeName 0 Warnings Warning
UnusedImports 0 Warnings Warning
UpperEll 0 Warnings Warning
VisibilityModifier
  • publicMemberPattern: "^$"
0 Warnings Warning
WhitespaceAfter 0 Warnings Warning
WhitespaceAround
  • tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LCURLY, LE, LITERAL_ASSERT, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, RCURLY, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN"
0 Warnings Warning
Translation 0 Warnings Warning
FileLength 2 Warnings Warning
SuppressionCommentFilter 0 Warnings Warning

Details

org/argouml/model/euml/ActivityGraphsHelperEUMLImpl.java

Violation Message Line
Warnings Line is longer than 80 characters. 11
Warnings Line is longer than 80 characters. 34

org/argouml/model/euml/AggregationKindEUMLImpl.java

Violation Message Line
Warnings Line is longer than 80 characters. 11

org/argouml/model/euml/ChangeCommand.java

Violation Message Line
Warnings Line is longer than 80 characters. 11
Warnings Line is longer than 80 characters. 22
Warnings 'objects' hides a field. 40
Warnings Line is longer than 80 characters. 44
Warnings Line is longer than 80 characters. 51
Warnings 'objects' hides a field. 55
Warnings Line is longer than 80 characters. 58
Warnings 'objects' hides a field. 85

org/argouml/model/euml/ChangeableKindEUMLImpl.java

Violation Message Line
Warnings Line is longer than 80 characters. 11

org/argouml/model/euml/CommonBehaviorFactoryEUMLImpl.java

Violation Message Line
Warnings Line is longer than 80 characters. 11
Warnings Line is longer than 80 characters. 36

org/argouml/model/euml/CommonBehaviorHelperEUMLImpl.java

Violation Message Line
Warnings Line is longer than 80 characters. 11
Warnings Line is longer than 80 characters. 35
Warnings Line is longer than 80 characters. 54
Warnings Line is longer than 80 characters. 126
Warnings Line is longer than 80 characters. 127

org/argouml/model/euml/CopyHelperEUMLImpl.java

Violation Message Line
Warnings Line is longer than 80 characters. 11
Warnings Line is longer than 80 characters. 40
Warnings Line is longer than 80 characters. 46

org/argouml/model/euml/CoreFactoryEUMLImpl.java

Violation Message Line
Warnings More than 7 parameters. 276
Warnings More than 7 parameters. 352
Warnings More than 7 parameters. 402
Warnings More than 7 parameters. 409
Warnings Line is longer than 80 characters. 500
Warnings Line is longer than 80 characters. 501
Warnings Line is longer than 80 characters. 586
Warnings Line is longer than 80 characters. 619
Warnings Line is longer than 80 characters. 702
Warnings Line is longer than 80 characters. 733
Warnings Line is longer than 80 characters. 765
Warnings Line is longer than 80 characters. 797
Warnings Line is longer than 80 characters. 823
Warnings Line is longer than 80 characters. 835
Warnings Line is longer than 80 characters. 894
Warnings Line is longer than 80 characters. 897
Warnings Line is longer than 80 characters. 919
Warnings Line is longer than 80 characters. 955
Warnings Line is longer than 80 characters. 959
Warnings Line is longer than 80 characters. 1003
Warnings Line is longer than 80 characters. 1013
Warnings Line is longer than 80 characters. 1026
Warnings Line is longer than 80 characters. 1063

org/argouml/model/euml/CoreHelperEUMLImpl.java

Violation Message Line
Warnings File length is 2,060 lines (max allowed is 2,000). 1
Warnings Line is longer than 80 characters. 1788

org/argouml/model/euml/DataTypesFactoryEUMLImpl.java

Violation Message Line
Warnings Line is longer than 80 characters. 12

org/argouml/model/euml/DirectionKindEUMLImpl.java

Violation Message Line
Warnings Line is longer than 80 characters. 11

org/argouml/model/euml/ExtensionMechanismsFactoryEUMLImpl.java

Violation Message Line
Warnings Line is longer than 80 characters. 70
Warnings method def rcurly at indentation level 8 not at correct indentation, 12 79
Warnings Line is longer than 80 characters. 89

org/argouml/model/euml/ExtensionMechanismsHelperEUMLImpl.java

Violation Message Line
Warnings Line is longer than 80 characters. 227
Warnings Line is longer than 80 characters. 260
Warnings Line is longer than 80 characters. 261
Warnings Line is longer than 80 characters. 264

org/argouml/model/euml/FacadeEUMLImpl.java

Violation Message Line
Warnings File length is 2,824 lines (max allowed is 2,000). 1
Warnings Expression can be simplified. 2346
Warnings Expression can be simplified. 2423

org/argouml/model/euml/MessageSortEUMLImpl.java

Violation Message Line
Warnings Line is longer than 80 characters. 11

org/argouml/model/euml/MetaTypesEUMLImpl.java

Violation Message Line
Warnings Name 'allMetaTypes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. 127
Warnings Line is longer than 80 characters. 381
Warnings Line is longer than 80 characters. 540
Warnings Line is longer than 80 characters. 681

org/argouml/model/euml/ModelManagementHelperEUMLImpl.java

Violation Message Line
Warnings Line is longer than 80 characters. 12
Warnings Line is longer than 80 characters. 73
Warnings Line is longer than 80 characters. 74
Warnings Line is longer than 80 characters. 188

org/argouml/model/euml/OrderingKindEUMLImpl.java

Violation Message Line
Warnings Line is longer than 80 characters. 11

org/argouml/model/euml/PseudostateKindEUMLImpl.java

Violation Message Line
Warnings Line is longer than 80 characters. 11

org/argouml/model/euml/RootContainerAdapter.java

Violation Message Line
Warnings Line is longer than 80 characters. 11
Warnings 'pump' hides a field. 45
Warnings Line is longer than 80 characters. 121
Warnings Expression can be simplified. 125

org/argouml/model/euml/RunnableClass.java

Violation Message Line
Warnings Line is longer than 80 characters. 11

org/argouml/model/euml/ScopeKindEUMLImpl.java

Violation Message Line
Warnings Line is longer than 80 characters. 11

org/argouml/model/euml/StateMachinesFactoryEUMLImpl.java

Violation Message Line
Warnings Line is longer than 80 characters. 11
Warnings Line is longer than 80 characters. 44
Warnings Line is longer than 80 characters. 169
Warnings Line is longer than 80 characters. 181
Warnings Line is longer than 80 characters. 182

org/argouml/model/euml/StateMachinesHelperEUMLImpl.java

Violation Message Line
Warnings Line is longer than 80 characters. 263

org/argouml/model/euml/UMLUtil.java

Violation Message Line
Warnings Line is longer than 80 characters. 11
Warnings Line is longer than 80 characters. 41
Warnings Line is longer than 80 characters. 95
Warnings Line is longer than 80 characters. 97
Warnings Line is longer than 80 characters. 101
Warnings Line is longer than 80 characters. 102
Warnings Line is longer than 80 characters. 104
Warnings Line is longer than 80 characters. 107
Warnings Line is longer than 80 characters. 108
Warnings Line is longer than 80 characters. 178
Warnings Line is longer than 80 characters. 190
Warnings Line is longer than 80 characters. 195

org/argouml/model/euml/UmlFactoryEUMLImpl.java

Violation Message Line
Warnings Line is longer than 80 characters. 157
Warnings Line is longer than 80 characters. 158
Warnings Line is longer than 80 characters. 161
Warnings Line is longer than 80 characters. 162
Warnings Line is longer than 80 characters. 163
Warnings method def throws at indentation level 12 not at correct indentation, 8 198
Warnings Line is longer than 80 characters. 202
Warnings Line is longer than 80 characters. 203
Warnings Line is longer than 80 characters. 204
Warnings Line is longer than 80 characters. 211
Warnings Line is longer than 80 characters. 230
Warnings Line is longer than 80 characters. 285
Warnings Line is longer than 80 characters. 286
Warnings Line is longer than 80 characters. 287
Warnings Line is longer than 80 characters. 306
Warnings Line is longer than 80 characters. 442
Warnings Line is longer than 80 characters. 460
Warnings Line is longer than 80 characters. 474
Warnings Line is longer than 80 characters. 768
Warnings Line is longer than 80 characters. 770
Warnings Line is longer than 80 characters. 779
Warnings Line is longer than 80 characters. 783

org/argouml/model/euml/UmlHelperEUMLImpl.java

Violation Message Line
Warnings Line is longer than 80 characters. 118

org/argouml/model/euml/UseCasesFactoryEUMLImpl.java

Violation Message Line
Warnings Line is longer than 80 characters. 12
Warnings Line is longer than 80 characters. 83
Warnings Line is longer than 80 characters. 104
Warnings Line is longer than 80 characters. 141

org/argouml/model/euml/UseCasesHelperEUMLImpl.java

Violation Message Line
Warnings Line is longer than 80 characters. 12
Warnings Line is longer than 80 characters. 47

org/argouml/model/euml/VisibilityKindEUMLImpl.java

Violation Message Line
Warnings Line is longer than 80 characters. 11

org/argouml/model/euml/XmiReaderEUMLImpl.java

Violation Message Line
Warnings Line is longer than 80 characters. 223
Warnings Line is longer than 80 characters. 224
Warnings Line is longer than 80 characters. 226
Warnings Line is longer than 80 characters. 228
Warnings Line is longer than 80 characters. 229
Warnings Line is longer than 80 characters. 238
Warnings Line is longer than 80 characters. 239

org/argouml/model/euml/XmiWriterEUMLImpl.java

Violation Message Line
Warnings Line is longer than 80 characters. 11
Warnings Line is longer than 80 characters. 62
Warnings Line is longer than 80 characters. 66
Warnings Line is longer than 80 characters. 76
Warnings Line is longer than 80 characters. 84