Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
28 0 38 0

Rules

Rules Violations Severity
FileContentsHolder 0 Warnings Warning
ConstantName 0 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 14 Warnings Warning
IllegalImport 0 Errors Error
IllegalInstantiation 0 Errors Error
Indentation
  • caseIndent: "0"
0 Warnings Warning
InnerAssignment 0 Warnings Warning
JavadocType
  • scope: "protected"
4 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:)"
12 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 1 Warnings Warning
PackageName 0 Warnings Warning
ParameterName 0 Warnings Warning
ParameterNumber 0 Warnings Warning
RedundantImport 0 Warnings Warning
SimplifyBooleanExpression 0 Warnings Warning
SimplifyBooleanReturn 0 Warnings Warning
StaticVariableName 1 Warnings Warning
TypeName 0 Warnings Warning
UnusedImports 0 Warnings Warning
UpperEll 0 Warnings Warning
VisibilityModifier
  • publicMemberPattern: "^$"
4 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"
2 Warnings Warning
Translation 0 Warnings Warning
FileLength 0 Warnings Warning
SuppressionCommentFilter 0 Warnings Warning

Details

org/argouml/activity2/ActivityDiagramModule.java

Violation Message Line
Warnings Missing a Javadoc comment. 24
Warnings Line is longer than 80 characters. 30

org/argouml/activity2/diagram/ActivityDiagramFactory.java

Violation Message Line
Warnings Missing a Javadoc comment. 24
Warnings '{' is not preceded with whitespace. 25
Warnings '+' should be on a new line. 40
Warnings '+' is not preceded with whitespace. 41

org/argouml/activity2/diagram/ActivityDiagramRenderer.java

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

org/argouml/activity2/diagram/BaseDiagram.java

Violation Message Line
Warnings Variable 'owner' must be private and have accessor methods. 56
Warnings 'owner' hides a field. 58
Warnings 'nameByMetaType' hides a field. 169
Warnings 'metaTypeByName' hides a field. 170

org/argouml/activity2/diagram/CreateDiagramElementAction.java

Violation Message Line
Warnings Variable 'metaType' must be private and have accessor methods. 24
Warnings Variable 'style' must be private and have accessor methods. 25
Warnings Variable 'diagram' must be private and have accessor methods. 26
Warnings 'metaType' hides a field. 29
Warnings 'style' hides a field. 30
Warnings 'diagram' hides a field. 32

org/argouml/activity2/diagram/FigAcceptEventPoly.java

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

org/argouml/activity2/diagram/FigBaseEdge.java

Violation Message Line
Warnings 'settings' hides a field. 33
Warnings Line is longer than 80 characters. 40

org/argouml/activity2/diagram/FigBaseNode.java

Violation Message Line
Warnings 'settings' hides a field. 42
Warnings 'displayState' hides a field. 48

org/argouml/activity2/diagram/FigBasePresentation.java

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

org/argouml/activity2/diagram/FigCompartment.java

Violation Message Line
Warnings Line is longer than 80 characters. 58
Warnings Line is longer than 80 characters. 130

org/argouml/activity2/diagram/FigComposite.java

Violation Message Line
Warnings Missing a Javadoc comment. 21

org/argouml/activity2/diagram/FigNameCompartment.java

Violation Message Line
Warnings Missing a Javadoc comment. 23

org/argouml/activity2/diagram/FigNamedRRect.java

Violation Message Line
Warnings Name 'RADIUS' must match pattern '^[a-z][a-zA-Z0-9]*$'. 29
Warnings Line is longer than 80 characters. 42

org/argouml/activity2/diagram/FigNotation.java

Violation Message Line
Warnings 'notationType' hides a field. 51

org/argouml/activity2/diagram/ModePlaceDiagramElement.java

Violation Message Line
Warnings 'diagram' hides a field. 51
Warnings 'metaType' hides a field. 52
Warnings 'style' hides a field. 53
Warnings 'instructions' hides a field. 54
Warnings Line is longer than 80 characters. 81
Warnings Line is longer than 80 characters. 88
Warnings Line is longer than 80 characters. 93
Warnings Line is longer than 80 characters. 94