Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
85 0 66 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 0 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"
32 Warnings Warning
JavadocVariable
  • scope: "protected"
4 Warnings Warning
LineLength
  • ignorePattern: "^( *\* @see |import |/[/*] \$Id:)"
19 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 2 Warnings Warning
RedundantImport 0 Warnings Warning
SimplifyBooleanExpression 0 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"
4 Warnings Warning
Translation 0 Warnings Warning
FileLength 1 Warnings Warning
SuppressionCommentFilter 0 Warnings Warning

Details

org/argouml/model/AbstractActivityGraphsHelperDecorator.java

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

org/argouml/model/AbstractDataTypesHelperDecorator.java

Violation Message Line
Warnings '{' is not preceded with whitespace. 122

org/argouml/model/AbstractStateMachinesHelperDecorator.java

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

org/argouml/model/AssociationChangeListener.java

Violation Message Line
Warnings Line is longer than 80 characters. 18
Warnings Expected @param tag for 'evt'. 28
Warnings Expected @param tag for 'evt'. 33

org/argouml/model/CoreFactory.java

Violation Message Line
Warnings More than 7 parameters. 427
Warnings Line is longer than 80 characters. 447
Warnings More than 7 parameters. 458
Warnings Unused @param tag for 'element'. 785

org/argouml/model/CoreHelper.java

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

org/argouml/model/DataTypesHelper.java

Violation Message Line
Warnings Expected @param tag for 'handle'. 185

org/argouml/model/Defaults.java

Violation Message Line
Warnings Line is longer than 80 characters. 17
Warnings Line is longer than 80 characters. 24
Warnings Line is longer than 80 characters. 31

org/argouml/model/DiagramInterchangeFactory.java

Violation Message Line
Warnings Missing a Javadoc comment. 44
Warnings Expected an @return tag. 53
Warnings Expected @param tag for 'modelElement'. 53
Warnings Expected @param tag for 'diagram'. 53
Warnings Expected an @return tag. 58
Warnings Expected @param tag for 'diagram'. 58
Warnings Expected an @return tag. 93
Warnings Expected @param tag for 'base'. 93
Warnings Expected @param tag for 'control1'. 93
Warnings Expected @param tag for 'control2'. 94
Warnings Expected an @return tag. 102
Warnings Expected @param tag for 'width'. 102
Warnings Expected @param tag for 'height'. 102
Warnings Expected an @return tag. 110
Warnings Expected @param tag for 'x'. 110
Warnings Expected @param tag for 'y'. 110
Warnings Expected an @return tag. 118
Warnings Expected @param tag for 'modelElement'. 118
Warnings Expected @param tag for 'diagramOrGraphElement'. 119
Warnings Expected @param tag for 'model'. 130
Warnings Expected an @return tag. 164
Warnings Expected @param tag for 'arg0'. 164
Warnings Expected @param tag for 'arg1'. 164

org/argouml/model/Facade.java

Violation Message Line
Warnings File length is 3,631 lines (max allowed is 2,000). 1
Warnings Line is longer than 80 characters. 1572
Warnings Line is longer than 80 characters. 2120
Warnings Expected an @return tag. 2223
Warnings Line is longer than 80 characters. 3149
Warnings Line is longer than 80 characters. 3152
Warnings Line is longer than 80 characters. 3155

org/argouml/model/MetaTypes.java

Violation Message Line
Warnings Expected an @return tag. 63

org/argouml/model/Model.java

Violation Message Line
Warnings Unknown tag 'stereotype'. 55

org/argouml/model/ModelCommandCreationObserver.java

Violation Message Line
Warnings Expected an @return tag. 54

org/argouml/model/ModelEventPump.java

Violation Message Line
Warnings Line is longer than 80 characters. 239
Warnings Line is longer than 80 characters. 302

org/argouml/model/StateMachinesHelper.java

Violation Message Line
Warnings Unused @param tag for 'hanlde'. 165
Warnings Expected @param tag for 'handle'. 168

org/argouml/model/UUIDManager.java

Violation Message Line
Warnings Unknown tag 'stereotype'. 47

org/argouml/model/UmlChangeEvent.java

Violation Message Line
Warnings '+' is not followed by whitespace. 85
Warnings '+' is not followed by whitespace. 86
Warnings '+' is not followed by whitespace. 87

org/argouml/model/UmlChangeListener.java

Violation Message Line
Warnings Missing a Javadoc comment. 18

org/argouml/model/UmlFactory.java

Violation Message Line
Warnings Line is longer than 80 characters. 111
Warnings Expected @param tag for 'property'. 111

org/argouml/model/UmlFactoryDefaults.java

Violation Message Line
Warnings Line is longer than 80 characters. 17
Warnings Line is longer than 80 characters. 24
Warnings Line is longer than 80 characters. 31

org/argouml/model/UmlHelper.java

Violation Message Line
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 54
Warnings Missing a Javadoc comment. 54