Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
27 0 150 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 2 Warnings Warning
IllegalImport 0 Errors Error
IllegalInstantiation 0 Errors Error
Indentation
  • caseIndent: "0"
0 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:)"
2 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 136 Warnings Warning
ModifierOrder 0 Warnings Warning
NoWhitespaceAfter 0 Warnings Warning
NoWhitespaceBefore 0 Warnings Warning
NoWhitespaceBefore
  • tokens: "DOT"
  • allowLineBreaks: "true"
0 Warnings Warning
OperatorWrap 6 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 0 Warnings Warning
TypeName 0 Warnings Warning
UnusedImports 0 Warnings Warning
UpperEll 0 Warnings Warning
VisibilityModifier
  • publicMemberPattern: "^$"
0 Warnings Warning
WhitespaceAfter 2 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/language/cpp/generator/GeneratorCpp.java

Violation Message Line
Warnings File length is 3,112 lines (max allowed is 2,000). 1
Warnings 'if' construct must use '{}'s. 237
Warnings 'if' construct must use '{}'s. 280
Warnings 'if' construct must use '{}'s. 302
Warnings 'if' construct must use '{}'s. 355
Warnings 'if' construct must use '{}'s. 372
Warnings 'if' construct must use '{}'s. 420
Warnings 'if' construct must use '{}'s. 521
Warnings 'if' construct must use '{}'s. 562
Warnings 'if' construct must use '{}'s. 655
Warnings 'if' construct must use '{}'s. 662
Warnings 'if' construct must use '{}'s. 691
Warnings 'else' construct must use '{}'s. 693
Warnings 'if' construct must use '{}'s. 894
Warnings 'if' construct must use '{}'s. 1101
Warnings 'if' construct must use '{}'s. 1109
Warnings 'else' construct must use '{}'s. 1111
Warnings 'if' construct must use '{}'s. 1245
Warnings 'if' construct must use '{}'s. 1348
Warnings 'if' construct must use '{}'s. 1375
Warnings 'else' construct must use '{}'s. 1376
Warnings 'if' construct must use '{}'s. 1399
Warnings 'if' construct must use '{}'s. 1417
Warnings 'for' construct must use '{}'s. 1446
Warnings 'for' construct must use '{}'s. 1576
Warnings 'if' construct must use '{}'s. 1602
Warnings 'for' construct must use '{}'s. 1615
Warnings 'if' construct must use '{}'s. 1651
Warnings 'if' construct must use '{}'s. 1729
Warnings 'if' construct must use '{}'s. 1751
Warnings 'if' construct must use '{}'s. 1839
Warnings 'if' construct must use '{}'s. 1860
Warnings 'for' construct must use '{}'s. 1971
Warnings 'if' construct must use '{}'s. 2108
Warnings 'if' construct must use '{}'s. 2112
Warnings 'if' construct must use '{}'s. 2113
Warnings 'if' construct must use '{}'s. 2114
Warnings 'if' construct must use '{}'s. 2115
Warnings 'if' construct must use '{}'s. 2116
Warnings 'if' construct must use '{}'s. 2117
Warnings 'if' construct must use '{}'s. 2118
Warnings 'if' construct must use '{}'s. 2119
Warnings 'if' construct must use '{}'s. 2194
Warnings 'if' construct must use '{}'s. 2229
Warnings 'else' construct must use '{}'s. 2283
Warnings 'if' construct must use '{}'s. 2366
Warnings 'if' construct must use '{}'s. 2442
Warnings 'if' construct must use '{}'s. 2472
Warnings 'if' construct must use '{}'s. 2514
Warnings 'if' construct must use '{}'s. 2516
Warnings 'if' construct must use '{}'s. 2518
Warnings 'if' construct must use '{}'s. 2520
Warnings 'if' construct must use '{}'s. 2525
Warnings 'if' construct must use '{}'s. 2527
Warnings 'if' construct must use '{}'s. 2529
Warnings 'if' construct must use '{}'s. 2531
Warnings 'else' construct must use '{}'s. 2608
Warnings 'for' construct must use '{}'s. 2700
Warnings 'for' construct must use '{}'s. 2768
Warnings 'if' construct must use '{}'s. 2917
Warnings 'if' construct must use '{}'s. 2927
Warnings 'if' construct must use '{}'s. 2943
Warnings 'if' construct must use '{}'s. 3004
Warnings 'if' construct must use '{}'s. 3056
Warnings 'if' construct must use '{}'s. 3062
Warnings File length is 3,112 lines (max allowed is 2,000). 1
Warnings 'if' construct must use '{}'s. 237
Warnings 'if' construct must use '{}'s. 280
Warnings 'if' construct must use '{}'s. 302
Warnings 'if' construct must use '{}'s. 355
Warnings 'if' construct must use '{}'s. 372
Warnings 'if' construct must use '{}'s. 420
Warnings 'if' construct must use '{}'s. 521
Warnings 'if' construct must use '{}'s. 562
Warnings 'if' construct must use '{}'s. 655
Warnings 'if' construct must use '{}'s. 662
Warnings 'if' construct must use '{}'s. 691
Warnings 'else' construct must use '{}'s. 693
Warnings 'if' construct must use '{}'s. 894
Warnings 'if' construct must use '{}'s. 1101
Warnings 'if' construct must use '{}'s. 1109
Warnings 'else' construct must use '{}'s. 1111
Warnings 'if' construct must use '{}'s. 1245
Warnings 'if' construct must use '{}'s. 1348
Warnings 'if' construct must use '{}'s. 1375
Warnings 'else' construct must use '{}'s. 1376
Warnings 'if' construct must use '{}'s. 1399
Warnings 'if' construct must use '{}'s. 1417
Warnings 'for' construct must use '{}'s. 1446
Warnings 'for' construct must use '{}'s. 1576
Warnings 'if' construct must use '{}'s. 1602
Warnings 'for' construct must use '{}'s. 1615
Warnings 'if' construct must use '{}'s. 1651
Warnings 'if' construct must use '{}'s. 1729
Warnings 'if' construct must use '{}'s. 1751
Warnings 'if' construct must use '{}'s. 1839
Warnings 'if' construct must use '{}'s. 1860
Warnings 'for' construct must use '{}'s. 1971
Warnings 'if' construct must use '{}'s. 2108
Warnings 'if' construct must use '{}'s. 2112
Warnings 'if' construct must use '{}'s. 2113
Warnings 'if' construct must use '{}'s. 2114
Warnings 'if' construct must use '{}'s. 2115
Warnings 'if' construct must use '{}'s. 2116
Warnings 'if' construct must use '{}'s. 2117
Warnings 'if' construct must use '{}'s. 2118
Warnings 'if' construct must use '{}'s. 2119
Warnings 'if' construct must use '{}'s. 2194
Warnings 'if' construct must use '{}'s. 2229
Warnings 'else' construct must use '{}'s. 2283
Warnings 'if' construct must use '{}'s. 2366
Warnings 'if' construct must use '{}'s. 2442
Warnings 'if' construct must use '{}'s. 2472
Warnings 'if' construct must use '{}'s. 2514
Warnings 'if' construct must use '{}'s. 2516
Warnings 'if' construct must use '{}'s. 2518
Warnings 'if' construct must use '{}'s. 2520
Warnings 'if' construct must use '{}'s. 2525
Warnings 'if' construct must use '{}'s. 2527
Warnings 'if' construct must use '{}'s. 2529
Warnings 'if' construct must use '{}'s. 2531
Warnings 'else' construct must use '{}'s. 2608
Warnings 'for' construct must use '{}'s. 2700
Warnings 'for' construct must use '{}'s. 2768
Warnings 'if' construct must use '{}'s. 2917
Warnings 'if' construct must use '{}'s. 2927
Warnings 'if' construct must use '{}'s. 2943
Warnings 'if' construct must use '{}'s. 3004
Warnings 'if' construct must use '{}'s. 3056
Warnings 'if' construct must use '{}'s. 3062

org/argouml/language/cpp/generator/Section.java

Violation Message Line
Warnings 'if' construct must use '{}'s. 90
Warnings 'if' construct must use '{}'s. 111
Warnings 'if' construct must use '{}'s. 90
Warnings 'if' construct must use '{}'s. 111

org/argouml/language/cpp/profile/BaseProfile.java

Violation Message Line
Warnings '&&' should be on a new line. 189
Warnings ',' is not followed by whitespace. 235
Warnings ':' should be on a new line. 240
Warnings ':' should be on a new line. 242
Warnings '&&' should be on a new line. 189
Warnings ',' is not followed by whitespace. 235
Warnings ':' should be on a new line. 240
Warnings ':' should be on a new line. 242

org/argouml/language/cpp/profile/DefaultTypeStrategyCpp.java

Violation Message Line
Warnings 'profileModels' hides a field. 58
Warnings 'profileModels' hides a field. 58

org/argouml/language/cpp/profile/FigNodeStrategyCpp.java

Violation Message Line
Warnings 'if' construct must use '{}'s. 92
Warnings 'if' construct must use '{}'s. 92

org/argouml/language/cpp/profile/ProfileCpp.java

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

org/argouml/language/cpp/profile/ProfileModule.java

Violation Message Line
Warnings 'if' construct must use '{}'s. 138
Warnings 'if' construct must use '{}'s. 138