Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files  Info  Warnings  Errors
22 163 0 0

Rules

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

Details

org/andromda/cartridges/bpm4struts/Bpm4StrutsGlobals.java

Severity Message Line
 Info File does not end with a newline.
 Info Utility classes should not have a public or default constructor. 9

org/andromda/cartridges/bpm4struts/Bpm4StrutsUtils.java

Severity Message Line
 Info Utility classes should not have a public or default constructor. 21

org/andromda/cartridges/bpm4struts/metafacades/StrutsActionLogicImpl.java

Severity Message Line
 Info Line is longer than 120 characters (found 129). 265
 Info 'if' construct must use '{}'s. 734
 Info 'if' construct must use '{}'s. 743
 Info 'if' construct must use '{}'s. 752
 Info Line is longer than 120 characters (found 131). 832
 Info Line is longer than 120 characters (found 173). 944

org/andromda/cartridges/bpm4struts/metafacades/StrutsControllerOperationLogicImpl.java

Severity Message Line
 Info Line is longer than 120 characters (found 121). 54
 Info Line is longer than 120 characters (found 141). 270
 Info Line is longer than 120 characters (found 124). 301

org/andromda/cartridges/bpm4struts/metafacades/StrutsExceptionHandlerLogicImpl.java

Severity Message Line
 Info 'if' construct must use '{}'s. 72
 Info 'if' construct must use '{}'s. 74
 Info 'else' construct must use '{}'s. 76

org/andromda/cartridges/bpm4struts/metafacades/StrutsFinalStateLogicImpl.java

Severity Message Line
 Info Line is longer than 120 characters (found 133). 143

org/andromda/cartridges/bpm4struts/metafacades/StrutsForwardLogicImpl.java

Severity Message Line
 Info 'if' construct must use '{}'s. 119
 Info 'if' construct must use '{}'s. 121
 Info 'if' construct must use '{}'s. 123
 Info 'if' construct must use '{}'s. 125
 Info Redundant 'final' modifier. 230
 Info Line is longer than 120 characters (found 164). 238

org/andromda/cartridges/bpm4struts/metafacades/StrutsJspLogicImpl.java

Severity Message Line
 Info Line is longer than 120 characters (found 123). 352

org/andromda/cartridges/bpm4struts/metafacades/StrutsManageableEntityAssociationEndLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info Line is longer than 120 characters (found 122). 9
 Info Line is longer than 120 characters (found 126). 62
 Info Line is longer than 120 characters (found 125). 70
 Info Line is longer than 120 characters (found 127). 78

org/andromda/cartridges/bpm4struts/metafacades/StrutsManageableEntityAttributeLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info Line is longer than 120 characters (found 122). 100
 Info Unnecessary parentheses around return value. 105
 Info Line is longer than 120 characters (found 121). 109
 Info Line is longer than 120 characters (found 123). 134
 Info Must have at least one statement. 153
 Info Must have at least one statement. 181
 Info Line is longer than 120 characters (found 121). 190
 Info Line is longer than 120 characters (found 122). 206

org/andromda/cartridges/bpm4struts/metafacades/StrutsManageableEntityLogicImpl.java

Severity Message Line
 Info File does not end with a newline.
 Info ')' is preceded with whitespace. 278
 Info Catching 'Exception' is not allowed. 304

org/andromda/cartridges/bpm4struts/metafacades/StrutsParameterLogicImpl.java

Severity Message Line
 Info File length is 2,082 lines (max allowed is 2,000). 1
 Info Executable statement count is 74 (max allowed is 30). 306
 Info Method length is 166 lines (max allowed is 150). 306
 Info method call child at indentation level 16 not at correct indentation, 20 345
 Info Line is longer than 120 characters (found 128). 572
 Info Line is longer than 120 characters (found 122). 582
 Info Line is longer than 120 characters (found 133). 686
 Info Line is longer than 120 characters (found 123). 710
 Info ')' is preceded with whitespace. 760
 Info Line is longer than 120 characters (found 128). 872
 Info Catching 'Exception' is not allowed. 977
 Info '{' should be on a new line. 1003
 Info ';' is not followed by whitespace. 1003
 Info '{' should be on a new line. 1004
 Info ';' is not followed by whitespace. 1004
 Info '{' should be on a new line. 1005
 Info ';' is not followed by whitespace. 1005
 Info '{' should be on a new line. 1006
 Info ';' is not followed by whitespace. 1006
 Info Line is longer than 120 characters (found 122). 1295
 Info Executable statement count is 35 (max allowed is 30). 1303
 Info '{' should be on a new line. 1310
 Info ';' is not followed by whitespace. 1310
 Info '{' should be on a new line. 1311
 Info ';' is not followed by whitespace. 1311
 Info '{' should be on a new line. 1315
 Info ';' is not followed by whitespace. 1315
 Info '{' should be on a new line. 1316
 Info ';' is not followed by whitespace. 1316
 Info '{' should be on a new line. 1317
 Info ';' is not followed by whitespace. 1317
 Info '{' should be on a new line. 1318
 Info ';' is not followed by whitespace. 1318
 Info '{' should be on a new line. 1319
 Info ';' is not followed by whitespace. 1319
 Info '{' should be on a new line. 1320
 Info ';' is not followed by whitespace. 1320
 Info '{' should be on a new line. 1321
 Info ';' is not followed by whitespace. 1321
 Info '{' should be on a new line. 1322
 Info ';' is not followed by whitespace. 1322
 Info '{' should be on a new line. 1326
 Info ';' is not followed by whitespace. 1326
 Info '{' should be on a new line. 1327
 Info ';' is not followed by whitespace. 1327
 Info '{' should be on a new line. 1328
 Info ';' is not followed by whitespace. 1328
 Info '{' should be on a new line. 1329
 Info ';' is not followed by whitespace. 1329
 Info '{' should be on a new line. 1330
 Info ';' is not followed by whitespace. 1330
 Info '{' should be on a new line. 1331
 Info ';' is not followed by whitespace. 1331
 Info '{' should be on a new line. 1332
 Info ';' is not followed by whitespace. 1332
 Info '{' should be on a new line. 1333
 Info ';' is not followed by whitespace. 1333
 Info '{' should be on a new line. 1336
 Info ';' is not followed by whitespace. 1336
 Info '{' should be on a new line. 1337
 Info ';' is not followed by whitespace. 1337
 Info '{' should be on a new line. 1338
 Info ';' is not followed by whitespace. 1338
 Info Line is longer than 120 characters (found 151). 1351
 Info Executable statement count is 38 (max allowed is 30). 1366
 Info '{' should be on a new line. 1376
 Info ';' is not followed by whitespace. 1376
 Info '{' should be on a new line. 1378
 Info ';' is not followed by whitespace. 1378
 Info '{' should be on a new line. 1379
 Info ';' is not followed by whitespace. 1379
 Info '{' should be on a new line. 1380
 Info ';' is not followed by whitespace. 1380
 Info '{' should be on a new line. 1381
 Info ';' is not followed by whitespace. 1381
 Info '{' should be on a new line. 1382
 Info ';' is not followed by whitespace. 1382
 Info '{' should be on a new line. 1383
 Info ';' is not followed by whitespace. 1383
 Info '{' should be on a new line. 1384
 Info ';' is not followed by whitespace. 1384
 Info '{' should be on a new line. 1385
 Info ';' is not followed by whitespace. 1385
 Info '{' should be on a new line. 1386
 Info ';' is not followed by whitespace. 1386
 Info Line is longer than 120 characters (found 122). 1390
 Info '{' should be on a new line. 1390
 Info ';' is not followed by whitespace. 1390
 Info '{' should be on a new line. 1391
 Info ';' is not followed by whitespace. 1391
 Info '{' should be on a new line. 1392
 Info ';' is not followed by whitespace. 1392
 Info '{' should be on a new line. 1397
 Info ';' is not followed by whitespace. 1397
 Info '{' should be on a new line. 1398
 Info ';' is not followed by whitespace. 1398
 Info '{' should be on a new line. 1405
 Info ';' is not followed by whitespace. 1405
 Info '{' should be on a new line. 1406
 Info ';' is not followed by whitespace. 1406
 Info '{' should be on a new line. 1407
 Info ';' is not followed by whitespace. 1407
 Info 'if' construct must use '{}'s. 1519
 Info 'if' construct must use '{}'s. 1521
 Info 'if' construct must use '{}'s. 1523
 Info 'for' construct must use '{}'s. 1604
 Info Catching 'Exception' is not allowed. 1638
 Info Line is longer than 120 characters (found 125). 1814
 Info Line is longer than 120 characters (found 125). 1892
 Info Line is longer than 120 characters (found 144). 1900
 Info Line is longer than 120 characters (found 146). 1908
 Info '{' should be on a new line. 1970
 Info ';' is not followed by whitespace. 1970
 Info Must have at least one statement. 2039
 Info Must have at least one statement. 2067

org/andromda/cartridges/bpm4struts/metafacades/StrutsUseCaseLogicImpl.java

Severity Message Line
 Info 'if' construct must use '{}'s. 198
 Info 'if' construct must use '{}'s. 273
 Info Line is longer than 120 characters (found 125). 345
 Info Line is longer than 120 characters (found 124). 398
 Info Executable statement count is 69 (max allowed is 30). 446
 Info Unnecessary parentheses around identifier 'normalize'. 449
 Info Line is longer than 120 characters (found 122). 568
 Info Unnecessary parentheses around identifier 'normalize'. 606