Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
24002739

Rules

RulesViolationsSeverity
PackageHtml2error Error
NewlineAtEndOfFile7error Error
Translation0error Error
JavadocMethod372error Error
JavadocType3error Error
JavadocVariable60error Error
JavadocStyle3error Error
ConstantName1error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
LineLength732error Error
MethodLength2error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
MethodParamPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap45error Error
ParenPad2error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter131error Error
WhitespaceAround0error Error
ModifierOrder2error Error
RedundantModifier1error Error
AvoidNestedBlocks0error Error
EmptyBlock4error Error
LeftCurly763error Error
NeedBraces63error Error
RightCurly80error Error
AvoidInlineConditionals62error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField5error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber3error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
DesignForExtension300error Error
FinalClass1error Error
HideUtilityClassConstructor1error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle0error Error
FinalParameters87error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
7error Error
TodoComment0error Error
UpperEll0error Error

Files

Filesinfowarningerror
org/andromda/cartridges/bpm4struts/metafacades/StrutsAttributeLogicImpl.java0034
org/andromda/cartridges/bpm4struts/metafacades/StrutsControllerOperationLogicImpl.java00125
org/andromda/cartridges/bpm4struts/package.html001
org/andromda/cartridges/bpm4struts/Bpm4StrutsUtils.java00100
org/andromda/cartridges/bpm4struts/metafacades/StrutsFinalStateLogicImpl.java0046
org/andromda/cartridges/bpm4struts/Bpm4StrutsProfile.java0096
org/andromda/cartridges/bpm4struts/metafacades/StrutsManageableEntityAssociationEndLogicImpl.java0033
org/andromda/cartridges/bpm4struts/metafacades/StrutsPseudostateLogicImpl.java0031
org/andromda/cartridges/bpm4struts/metafacades/StrutsActionStateLogicImpl.java0027
org/andromda/cartridges/bpm4struts/metafacades/StrutsActivityGraphLogicImpl.java0013
org/andromda/cartridges/bpm4struts/metafacades/StrutsParameterLogicImpl.java00897
org/andromda/cartridges/bpm4struts/metafacades/StrutsForwardLogicImpl.java00106
org/andromda/cartridges/bpm4struts/metafacades/StrutsBackendServiceLogicImpl.java0017
org/andromda/cartridges/bpm4struts/Bpm4StrutsGlobals.java0023
org/andromda/cartridges/bpm4struts/metafacades/StrutsSessionObjectLogicImpl.java0012
org/andromda/cartridges/bpm4struts/metafacades/StrutsTriggerLogicImpl.java0061
org/andromda/cartridges/bpm4struts/metafacades/StrutsExceptionHandlerLogicImpl.java0035
org/andromda/cartridges/bpm4struts/metafacades/StrutsJspLogicImpl.java00139
org/andromda/cartridges/bpm4struts/metafacades/StrutsManageableEntityAttributeLogicImpl.java0082
org/andromda/cartridges/bpm4struts/metafacades/StrutsActionLogicImpl.java00426
org/andromda/cartridges/bpm4struts/metafacades/StrutsManageableEntityLogicImpl.java00125
org/andromda/cartridges/bpm4struts/metafacades/package.html001
org/andromda/cartridges/bpm4struts/metafacades/StrutsUseCaseLogicImpl.java00274
org/andromda/cartridges/bpm4struts/metafacades/StrutsControllerLogicImpl.java0035

Details

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine is longer than 80 characters.10
error'{' should be on the previous line.16
errorMissing a Javadoc comment.18
errorParameter metaObject should be final.18
errorParameter context should be final.19
error'{' should be on the previous line.20
errorLine is longer than 80 characters.25
errorExpected an @return tag.27
errorMethod 'handleGetDateFormat' is not designed for extension - needs to be abstract, final or empty.27
error'{' should be on the previous line.28
error'{' should be on the previous line.32
errorLine is longer than 80 characters.33
error'{' should be on the previous line.35
errorLine is longer than 80 characters.36
error'cast' is not followed by whitespace.36
error'}' should be on the same line.37
error'{' should be on the previous line.39
errorMethod 'handleGetDummyValue' is not designed for extension - needs to be abstract, final or empty.47
errorMissing a Javadoc comment.47
errorParameter seed should be final.47
error'{' should be on the previous line.48
error'{' should be on the previous line.54
error'}' should be on the same line.56
error'{' should be on the previous line.58
error'}' should be on the same line.60
error'{' should be on the previous line.62
error'}' should be on the same line.64
error'{' should be on the previous line.66
error'}' should be on the same line.68
error'{' should be on the previous line.70
errorMethod 'handleIsSafeNamePresent' is not designed for extension - needs to be abstract, final or empty.77
errorMissing a Javadoc comment.77
error'{' should be on the previous line.78

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

ViolationMessageLine
errorLine is longer than 80 characters.28
error'{' should be on the previous line.34
errorMissing a Javadoc comment.35
errorParameter metaObject should be final.36
errorParameter context should be final.37
error'{' should be on the previous line.38
errorMethod 'handleGetInterfaceName' is not designed for extension - needs to be abstract, final or empty.42
errorMissing a Javadoc comment.42
error'{' should be on the previous line.43
errorLine is longer than 80 characters.44
errorMethod 'handleGetInterfacePackageName' is not designed for extension - needs to be abstract, final or empty.47
errorMissing a Javadoc comment.47
error'{' should be on the previous line.48
errorMethod 'handleGetInterfaceType' is not designed for extension - needs to be abstract, final or empty.52
errorMissing a Javadoc comment.52
error'{' should be on the previous line.53
errorMethod 'handleGetInterfaceFullPath' is not designed for extension - needs to be abstract, final or empty.57
errorMissing a Javadoc comment.57
error'{' should be on the previous line.58
errorLine is longer than 80 characters.65
errorExpected an @return tag.67
errorMethod 'getDeferringActions' is not designed for extension - needs to be abstract, final or empty.67
error'{' should be on the previous line.68
error'{' should be on the previous line.73
errorLine is longer than 80 characters.75
error'{' should be on the previous line.79
errorLine is longer than 80 characters.80
error'cast' is not followed by whitespace.80
errorLine is longer than 80 characters.81
errorLine is longer than 80 characters.82
error'{' should be on the previous line.84
errorLine is longer than 80 characters.85
error'cast' is not followed by whitespace.85
error'{' should be on the previous line.87
errorLine is longer than 80 characters.88
errorLine is longer than 80 characters.95
errorLine is longer than 80 characters.97
error'cast' is not followed by whitespace.97
error'{' should be on the previous line.100
error'cast' is not followed by whitespace.101
errorLine is longer than 80 characters.102
error'{' should be on the previous line.104
errorLine is longer than 80 characters.105
error'{' should be on the previous line.108
errorLine is longer than 80 characters.109
error'cast' is not followed by whitespace.109
errorLine is longer than 80 characters.110
error'{' should be on the previous line.116
errorLine is longer than 80 characters.117
error'cast' is not followed by whitespace.117
error'{' should be on the previous line.119
errorLine is longer than 80 characters.120
errorMethod 'handleGetController' is not designed for extension - needs to be abstract, final or empty.130
errorMissing a Javadoc comment.130
error'{' should be on the previous line.131
errorAvoid inline conditionals.133
errorLine is longer than 80 characters.139
errorExpected an @return tag.141
errorMethod 'getFormFields' is not designed for extension - needs to be abstract, final or empty.141
error'{' should be on the previous line.142
errorLine is longer than 80 characters.145
errorLine is longer than 80 characters.149
errorLine is longer than 80 characters.151
error'cast' is not followed by whitespace.151
error'{' should be on the previous line.158
error'cast' is not followed by whitespace.159
error'{' should be on the previous line.163
errorLine is longer than 80 characters.164
error'cast' is not followed by whitespace.164
error'{' should be on the previous line.166
errorLine is longer than 80 characters.170
error'{' should be on the previous line.173
error'cast' is not followed by whitespace.174
error'{' should be on the previous line.177
error'{' should be on the previous line.180
errorLine is longer than 80 characters.181
error'cast' is not followed by whitespace.181
error'{' should be on the previous line.183
errorLine is longer than 80 characters.184
errorLine is longer than 80 characters.186
errorLine is longer than 80 characters.194
errorLine is longer than 80 characters.195
errorLine is longer than 80 characters.197
error'cast' is not followed by whitespace.197
error'{' should be on the previous line.199
errorFirst sentence should end with a period.207
errorLine has trailing spaces.209
errorLine is longer than 80 characters.210
errorExpected an @return tag.212
errorMethod 'isAllArgumentsHaveFormFields' is not designed for extension - needs to be abstract, final or empty.212
error'{' should be on the previous line.213
errorLine is longer than 80 characters.218
error'cast' is not followed by whitespace.220
errorLine is longer than 80 characters.223
errorAvoid inline conditionals.223
error'{' should be on the previous line.228
error'cast' is not followed by whitespace.229
errorLine is longer than 80 characters.230
error'{' should be on the previous line.235
errorLine is longer than 80 characters.236
error'cast' is not followed by whitespace.236
errorLine is longer than 80 characters.238
errorAvoid inline conditionals.238
errorLine is longer than 80 characters.239
errorMethod 'handleIsBackEndServiceOperationMatchingParameters' is not designed for extension - needs to be abstract, final or empty.251
errorMissing a Javadoc comment.251
error'{' should be on the previous line.252
errorLine is longer than 80 characters.260
error'cast' is not followed by whitespace.262
errorLine is longer than 80 characters.268
errorLine is longer than 80 characters.270
error'cast' is not followed by whitespace.270
errorLine is longer than 80 characters.271
error'cast' is not followed by whitespace.271
errorLine is longer than 80 characters.273
errorMethod 'handleGetBackEndServiceOperation' is not designed for extension - needs to be abstract, final or empty.279
errorMissing a Javadoc comment.279
error'{' should be on the previous line.280
error'{' should be on the previous line.286
errorLine is longer than 80 characters.287
error'cast' is not followed by whitespace.287
error'{' should be on the previous line.290
errorMethod 'handleIsCallingBackEnd' is not designed for extension - needs to be abstract, final or empty.298
errorMissing a Javadoc comment.298
error'{' should be on the previous line.299

org/andromda/cartridges/bpm4struts/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/andromda/cartridges/bpm4struts/Bpm4StrutsUtils.java

ViolationMessageLine
errorUtility classes should not have a public or default constructor.21
error'{' should be on the previous line.22
errorParameter enumeration should be final.29
error'{' should be on the previous line.30
error'{' should be on the previous line.33
error'}' should be on the same line.35
error'{' should be on the previous line.37
errorLine is longer than 80 characters.43
errorMissing a Javadoc comment.43
errorLine is longer than 80 characters.50
errorUnused @throws tag for 'IllegalArgumentException'.50
errorParameter validatorTaggedValue should be final.52
errorExpected @param tag for 'validatorTaggedValue'.52
error'{' should be on the previous line.53
error'{' should be on the previous line.55
errorLine is longer than 80 characters.56
errorLine is longer than 80 characters.60
errorLine is longer than 80 characters.63
error'+' should be on a new line.63
errorLine is longer than 80 characters.64
error'+' should be on a new line.64
errorLine is longer than 80 characters.65
error'{' should be on the previous line.73
errorLine is longer than 80 characters.75
error'{' should be on the previous line.79
error'{' should be on the previous line.84
error'}' should be on the same line.86
error'{' should be on the previous line.88
errorLine is longer than 80 characters.100
errorUnused @throws tag for 'IllegalArgumentException'.100
errorParameter validatorTaggedValue should be final.102
errorExpected @param tag for 'validatorTaggedValue'.102
error'{' should be on the previous line.103
error'{' should be on the previous line.105
errorLine is longer than 80 characters.106
errorLine is longer than 80 characters.110
errorLine is longer than 80 characters.112
error'{' should be on the previous line.120
errorLine is longer than 80 characters.122
error'{' should be on the previous line.126
errorLine is longer than 80 characters.138
errorUnused @throws tag for 'IllegalArgumentException'.138
errorExpected an @return tag.140
errorParameter validatorTaggedValue should be final.140
errorExpected @param tag for 'validatorTaggedValue'.140
error'{' should be on the previous line.141
error'{' should be on the previous line.143
errorLine is longer than 80 characters.144
errorLine is longer than 80 characters.148
errorLine is longer than 80 characters.150
errorLine is longer than 80 characters.154
errorAvoid inline conditionals.154
errorLine is longer than 80 characters.158
errorExpected an @return tag.161
errorParameter collection should be final.161
errorExpected @param tag for 'collection'.161
error'{' should be on the previous line.162
error'{' should be on the previous line.177
errorLine is longer than 80 characters.178
errorLine is longer than 80 characters.182
errorLine is longer than 80 characters.183
errorLine is longer than 80 characters.184
errorLine is longer than 80 characters.188
error'{' should be on the previous line.191
error'{' should be on the previous line.195
errorLine is longer than 80 characters.196
errorLine is longer than 80 characters.203
errorLine is longer than 80 characters.206
errorLine is longer than 80 characters.207
errorLine is longer than 80 characters.208
errorLine is longer than 80 characters.211
error'{' should be on the previous line.216
error'}' should be on the same line.218
error'{' should be on the previous line.220
error'{' should be on the previous line.222
error'}' should be on the same line.224
error'{' should be on the previous line.226
errorLine is longer than 80 characters.228
errorLine is longer than 80 characters.230
error'||' should be on a new line.231
error'||' should be on a new line.232
error'||' should be on a new line.233
error'{' should be on the previous line.235
errorLine is longer than 80 characters.248
errorExpected an @return tag.250
errorParameter string should be final.250
errorExpected @param tag for 'string'.250
error'{' should be on the previous line.251
error'||' should be on a new line.252
error'||' should be on a new line.253
error'||' should be on a new line.254
errorMissing a Javadoc comment.258
error'static' modifier out of order with the JLS suggestions.258
error'{' should be on the previous line.260
errorMissing a Javadoc comment.261
errorParameter left should be final.262
errorParameter right should be final.263
error'{' should be on the previous line.264
error'cast' is not followed by whitespace.265
error'cast' is not followed by whitespace.266

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

ViolationMessageLine
error'{' should be on the previous line.23
errorMissing a Javadoc comment.24
errorParameter metaObject should be final.25
errorParameter context should be final.26
error'{' should be on the previous line.27
errorExpected an @return tag.34
errorMethod 'getName' is not designed for extension - needs to be abstract, final or empty.34
error'{' should be on the previous line.35
error'{' should be on the previous line.39
error'{' should be on the previous line.42
errorMethod 'handleGetFullPath' is not designed for extension - needs to be abstract, final or empty.50
errorMissing a Javadoc comment.50
error'{' should be on the previous line.51
error'cast' is not followed by whitespace.54
error'{' should be on the previous line.56
errorLine is longer than 80 characters.58
error'{' should be on the previous line.60
errorLine is longer than 80 characters.62
error'}' should be on the same line.66
error'{' should be on the previous line.68
error'}' should be on the same line.71
error'{' should be on the previous line.73
errorLine is longer than 80 characters.80
errorExpected an @return tag.85
errorMethod 'getTargetUseCase' is not designed for extension - needs to be abstract, final or empty.85
error'{' should be on the previous line.86
errorLine is longer than 80 characters.88
errorLine is longer than 80 characters.90
error'{' should be on the previous line.92
error'{' should be on the previous line.94
errorLine is longer than 80 characters.95
error'cast' is not followed by whitespace.95
error'cast' is not followed by whitespace.95
error'}' should be on the same line.96
error'{' should be on the previous line.98
error'cast' is not followed by whitespace.99
errorLine has trailing spaces.102
error'{' should be on the previous line.105
error'{' should be on the previous line.108
error'{' should be on the previous line.111
error'cast' is not followed by whitespace.112
errorMethod 'handleGetActions' is not designed for extension - needs to be abstract, final or empty.119
errorMissing a Javadoc comment.119
error'{' should be on the previous line.120
errorLine is longer than 80 characters.124
error'cast' is not followed by whitespace.126

org/andromda/cartridges/bpm4struts/Bpm4StrutsProfile.java

ViolationMessageLine
errorFile does not end with a newline.0
errorClass Bpm4StrutsProfile should be declared as final.11
error'{' should be on the previous line.12
errorName 'profile' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.16
errorLine is longer than 80 characters.19
errorMissing a Javadoc comment.19
errorLine is longer than 80 characters.22
errorMissing a Javadoc comment.22
errorLine is longer than 80 characters.23
errorMissing a Javadoc comment.23
errorLine is longer than 80 characters.24
errorMissing a Javadoc comment.24
errorLine is longer than 80 characters.25
errorMissing a Javadoc comment.25
errorLine is longer than 80 characters.26
errorMissing a Javadoc comment.26
errorLine is longer than 80 characters.27
errorMissing a Javadoc comment.27
errorLine is longer than 80 characters.28
errorMissing a Javadoc comment.28
errorLine is longer than 80 characters.29
errorMissing a Javadoc comment.29
errorLine is longer than 80 characters.30
errorMissing a Javadoc comment.30
errorLine is longer than 80 characters.31
errorMissing a Javadoc comment.31
errorLine is longer than 80 characters.32
errorMissing a Javadoc comment.32
errorLine is longer than 80 characters.33
errorMissing a Javadoc comment.33
errorLine is longer than 80 characters.34
errorMissing a Javadoc comment.34
errorLine is longer than 80 characters.35
errorMissing a Javadoc comment.35
errorLine is longer than 80 characters.36
errorMissing a Javadoc comment.36
errorLine is longer than 80 characters.37
errorMissing a Javadoc comment.37
errorLine is longer than 80 characters.38
errorMissing a Javadoc comment.38
errorLine is longer than 80 characters.39
errorMissing a Javadoc comment.39
errorLine is longer than 80 characters.40
errorMissing a Javadoc comment.40
errorLine is longer than 80 characters.41
errorMissing a Javadoc comment.41
errorLine is longer than 80 characters.42
errorMissing a Javadoc comment.42
errorLine is longer than 80 characters.43
errorMissing a Javadoc comment.43
errorLine is longer than 80 characters.44
errorMissing a Javadoc comment.44
errorLine is longer than 80 characters.45
errorMissing a Javadoc comment.45
errorLine is longer than 80 characters.46
errorMissing a Javadoc comment.46
errorLine is longer than 80 characters.47
errorMissing a Javadoc comment.47
errorLine is longer than 80 characters.50
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.56
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.61
errorLine is longer than 80 characters.62
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.63
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.67
errorLine is longer than 80 characters.68
errorMissing a Javadoc comment.68
errorMissing a Javadoc comment.69
errorMissing a Javadoc comment.70
errorMissing a Javadoc comment.71
errorMissing a Javadoc comment.72
errorMissing a Javadoc comment.73
errorMissing a Javadoc comment.74
errorMissing a Javadoc comment.75
errorMissing a Javadoc comment.76
errorMissing a Javadoc comment.77
errorMissing a Javadoc comment.78
errorMissing a Javadoc comment.79
errorMissing a Javadoc comment.80
errorMissing a Javadoc comment.81
errorMissing a Javadoc comment.82
errorLine is longer than 80 characters.83
errorMissing a Javadoc comment.83
errorMissing a Javadoc comment.85
error'{' should be on the previous line.86

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine is longer than 80 characters.11
errorLine is longer than 80 characters.13
error'{' should be on the previous line.17
errorMissing a Javadoc comment.18
errorParameter metaObject should be final.19
errorParameter context should be final.20
error'{' should be on the previous line.21
errorLine is longer than 80 characters.26
errorExpected an @return tag.28
errorMethod 'handleGetMessageKey' is not designed for extension - needs to be abstract, final or empty.28
error'{' should be on the previous line.29
error'{' should be on the previous line.34
error'}' should be on the same line.36
error'{' should be on the previous line.38
errorLine is longer than 80 characters.45
errorLine is longer than 80 characters.49
errorExpected an @return tag.51
errorMethod 'handleGetMessageValue' is not designed for extension - needs to be abstract, final or empty.51
error'{' should be on the previous line.52
error'{' should be on the previous line.57
errorMethod 'handleIsSafeNamePresent' is not designed for extension - needs to be abstract, final or empty.64
errorMissing a Javadoc comment.64
error'{' should be on the previous line.65
errorMethod 'handleGetOnlineHelpKey' is not designed for extension - needs to be abstract, final or empty.69
errorMissing a Javadoc comment.69
error'{' should be on the previous line.70
errorMethod 'handleGetOnlineHelpValue' is not designed for extension - needs to be abstract, final or empty.74
errorMissing a Javadoc comment.74
error'{' should be on the previous line.75
errorLine is longer than 80 characters.76
errorLine is longer than 80 characters.77
errorAvoid inline conditionals.77

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

ViolationMessageLine
error'{' should be on the previous line.23
errorMissing a Javadoc comment.24
errorParameter metaObject should be final.25
errorParameter context should be final.26
error'{' should be on the previous line.27
errorMethod 'handleIsContainedInFrontEndUseCase' is not designed for extension - needs to be abstract, final or empty.31
errorMissing a Javadoc comment.31
error'{' should be on the previous line.32
errorLine is longer than 80 characters.37
errorExpected an @return tag.39
errorMethod 'handleGetActionMethodName' is not designed for extension - needs to be abstract, final or empty.39
error'{' should be on the previous line.40
error'?' should be on a new line.42
errorAvoid inline conditionals.42
errorLine is longer than 80 characters.43
errorFirst sentence should end with a period.46
errorLine is longer than 80 characters.49
errorExpected an @return tag.51
errorMethod 'getContainerActions' is not designed for extension - needs to be abstract, final or empty.51
error'{' should be on the previous line.52
error'{' should be on the previous line.57
errorLine is longer than 80 characters.58
error'cast' is not followed by whitespace.58
error'{' should be on the previous line.61
error'cast' is not followed by whitespace.62
errorLine is longer than 80 characters.63
error'cast' is not followed by whitespace.65
errorLine is longer than 80 characters.67
errorLine is longer than 80 characters.69
error'cast' is not followed by whitespace.69
error'{' should be on the previous line.71

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

ViolationMessageLine
error'{' should be on the previous line.24
errorMissing a Javadoc comment.25
errorParameter metaObject should be final.26
errorParameter context should be final.27
error'{' should be on the previous line.28
errorLine is longer than 80 characters.35
errorExpected an @return tag.37
errorMethod 'getContainerActions' is not designed for extension - needs to be abstract, final or empty.37
error'{' should be on the previous line.38
error'{' should be on the previous line.43
errorLine is longer than 80 characters.44
error'cast' is not followed by whitespace.44
error'{' should be on the previous line.48
errorLine is longer than 80 characters.49
error'cast' is not followed by whitespace.49
errorLine is longer than 80 characters.50
errorLine is longer than 80 characters.52
error'cast' is not followed by whitespace.52
error'{' should be on the previous line.54
errorExpected an @return tag.66
errorMethod 'getExceptions' is not designed for extension - needs to be abstract, final or empty.66
error'{' should be on the previous line.67
errorLine is longer than 80 characters.72
error'cast' is not followed by whitespace.72
error'{' should be on the previous line.74
errorLine is longer than 80 characters.75
error'cast' is not followed by whitespace.75

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

ViolationMessageLine
error'{' should be on the previous line.15
errorMissing a Javadoc comment.16
errorParameter metaObject should be final.17
errorParameter context should be final.18
error'{' should be on the previous line.19
errorMethod 'handleGetFirstAction' is not designed for extension - needs to be abstract, final or empty.23
errorMissing a Javadoc comment.23
error'{' should be on the previous line.24
error'{' should be on the previous line.28
errorLine is longer than 80 characters.29
error'cast' is not followed by whitespace.29
errorLine is longer than 80 characters.31
errorAvoid inline conditionals.31

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

ViolationMessageLine
error'{' should be on the previous line.35
errorMissing a Javadoc comment.36
errorParameter metaObject should be final.36
errorParameter context should be final.37
error'{' should be on the previous line.38
errorMethod 'handleGetStrutsAction' is not designed for extension - needs to be abstract, final or empty.42
errorMissing a Javadoc comment.42
error'{' should be on the previous line.43
error'{' should be on the previous line.48
error'{' should be on the previous line.51
errorMethod 'handleGetStyleId' is not designed for extension - needs to be abstract, final or empty.58
errorMissing a Javadoc comment.58
error'{' should be on the previous line.59
error'{' should be on the previous line.64
errorLine is longer than 80 characters.65
error'{' should be on the previous line.67
errorLine is longer than 80 characters.68
error'}' should be on the same line.69
error'{' should be on the previous line.71
error'{' should be on the previous line.74
errorLine is longer than 80 characters.75
error'+' should be on a new line.75
errorMethod 'handleGetJsp' is not designed for extension - needs to be abstract, final or empty.84
errorMissing a Javadoc comment.84
error'{' should be on the previous line.85
error'{' should be on the previous line.90
error'{' should be on the previous line.93
error'cast' is not followed by whitespace.94
error'}' should be on the same line.96
error'{' should be on the previous line.98
error'cast' is not followed by whitespace.99
error'{' should be on the previous line.101
errorMethod 'handleGetFormFields' is not designed for extension - needs to be abstract, final or empty.110
errorMissing a Javadoc comment.110
error'{' should be on the previous line.111
error'{' should be on the previous line.114
errorLine is longer than 80 characters.117
errorLine is longer than 80 characters.118
error'cast' is not followed by whitespace.120
errorLine is longer than 80 characters.122
errorLine is longer than 80 characters.124
error'cast' is not followed by whitespace.124
error'{' should be on the previous line.126
error'}' should be on the same line.131
error'{' should be on the previous line.133
errorLine is longer than 80 characters.140
errorExpected an @return tag.142
errorMethod 'handleGetNullValue' is not designed for extension - needs to be abstract, final or empty.142
error'{' should be on the previous line.143
error'{' should be on the previous line.148
errorExpected an @return tag.157
errorMethod 'handleIsResetRequired' is not designed for extension - needs to be abstract, final or empty.157
error'{' should be on the previous line.158
error'{' should be on the previous line.162
error'}' should be on the same line.164
error'{' should be on the previous line.166
error'{' should be on the previous line.169
error'}' should be on the same line.171
error'{' should be on the previous line.173
errorLine is longer than 80 characters.174
errorAvoid inline conditionals.174
errorLine is longer than 80 characters.181
errorExpected an @return tag.183
errorMethod 'handleGetMessageKey' is not designed for extension - needs to be abstract, final or empty.183
error'{' should be on the previous line.184
error'{' should be on the previous line.188
error'{' should be on the previous line.190
error'{' should be on the previous line.193
error'}' should be on the same line.197
error'{' should be on the previous line.199
error'{' should be on the previous line.202
errorLine is longer than 80 characters.210
errorLine is longer than 80 characters.215
errorExpected an @return tag.217
errorMethod 'handleGetMessageValue' is not designed for extension - needs to be abstract, final or empty.217
error'{' should be on the previous line.218
errorLine is longer than 80 characters.219
errorLine is longer than 80 characters.223
errorExpected an @return tag.225
errorMethod 'handleGetTitleKey' is not designed for extension - needs to be abstract, final or empty.225
error'{' should be on the previous line.226
errorLine is longer than 80 characters.231
errorExpected an @return tag.233
errorMethod 'handleGetTitleValue' is not designed for extension - needs to be abstract, final or empty.233
error'{' should be on the previous line.234
error'{' should be on the previous line.237
error'{' should be on the previous line.243
errorAvoid inline conditionals.245
error'64' is a magic number.249
errorLine is longer than 80 characters.250
errorAvoid inline conditionals.251
errorMethod 'handleGetDocumentationKey' is not designed for extension - needs to be abstract, final or empty.255
errorMissing a Javadoc comment.255
error'{' should be on the previous line.256
errorMethod 'handleGetDocumentationValue' is not designed for extension - needs to be abstract, final or empty.260
errorMissing a Javadoc comment.260
error'{' should be on the previous line.261
errorLine is longer than 80 characters.262
errorAvoid inline conditionals.263
errorMethod 'handleGetOnlineHelpKey' is not designed for extension - needs to be abstract, final or empty.266
errorMissing a Javadoc comment.266
error'{' should be on the previous line.267
errorMethod 'handleGetOnlineHelpValue' is not designed for extension - needs to be abstract, final or empty.271
errorMethod length is 180 lines (max allowed is 150).271
errorMissing a Javadoc comment.271
error'{' should be on the previous line.272
errorLine is longer than 80 characters.277
errorLine is longer than 80 characters.278
errorAvoid inline conditionals.278
errorLine is longer than 80 characters.282
errorAvoid inline conditionals.282
error'{' should be on the previous line.286
errorLine is longer than 80 characters.287
error'{' should be on the previous line.293
errorLine is longer than 80 characters.295
error'{' should be on the previous line.300
errorLine is longer than 80 characters.302
errorLine is longer than 80 characters.303
error'if' construct must use '{}'s.307
errorLine is longer than 80 characters.308
errorLine is longer than 80 characters.309
error'{' should be on the previous line.311
errorLine is longer than 80 characters.312
errorLine is longer than 80 characters.313
errorLine is longer than 80 characters.316
error'{' should be on the previous line.322
errorLine is longer than 80 characters.325
errorLine is longer than 80 characters.326
error'{' should be on the previous line.332
errorLine is longer than 80 characters.333
error'{' should be on the previous line.338
error'{' should be on the previous line.346
error'{' should be on the previous line.354
errorLine is longer than 80 characters.357
error'{' should be on the previous line.364
error'{' should be on the previous line.374
errorLine is longer than 80 characters.375
error'{' should be on the previous line.381
errorLine is longer than 80 characters.382
error'{' should be on the previous line.387
errorLine is longer than 80 characters.389
error'}' should be on the same line.392
error'{' should be on the previous line.394
errorLine is longer than 80 characters.396
error'}' should be on the same line.399
error'{' should be on the previous line.401
errorLine is longer than 80 characters.403
error'}' should be on the same line.406
error'{' should be on the previous line.408
errorLine is longer than 80 characters.410
error'}' should be on the same line.413
error'{' should be on the previous line.415
errorLine is longer than 80 characters.417
error'}' should be on the same line.420
error'{' should be on the previous line.422
errorLine is longer than 80 characters.424
error'}' should be on the same line.427
error'{' should be on the previous line.429
errorLine is longer than 80 characters.431
error'}' should be on the same line.434
error'{' should be on the previous line.436
errorLine is longer than 80 characters.438
error'}' should be on the same line.441
error'{' should be on the previous line.443
errorLine is longer than 80 characters.445
errorMethod 'handleIsCalendarRequired' is not designed for extension - needs to be abstract, final or empty.453
errorMissing a Javadoc comment.453
error'{' should be on the previous line.454
errorLine is longer than 80 characters.455
errorExpected an @return tag.463
errorMethod 'isActionParameter' is not designed for extension - needs to be abstract, final or empty.463
error'{' should be on the previous line.464
errorMethod 'handleGetCollectionImplementationType' is not designed for extension - needs to be abstract, final or empty.469
errorMissing a Javadoc comment.469
error'{' should be on the previous line.470
error'{' should be on the previous line.475
error'{' should be on the previous line.477
error'}' should be on the same line.479
error'{' should be on the previous line.481
error'}' should be on the same line.483
error'{' should be on the previous line.485
errorMethod 'handleIsTableDecoratorRequired' is not designed for extension - needs to be abstract, final or empty.492
errorMissing a Javadoc comment.492
error'{' should be on the previous line.493
error'{' should be on the previous line.497
errorLine is longer than 80 characters.498
error'{' should be on the previous line.500
error'}' should be on the same line.503
error'{' should be on the previous line.505
errorLine is longer than 80 characters.506
errorLine has trailing spaces.514
errorLine has trailing spaces.517
errorLine is longer than 80 characters.518
errorExpected an @return tag.520
errorMethod 'isTable' is not designed for extension - needs to be abstract, final or empty.520
error'{' should be on the previous line.521
errorMethod 'handleIsAllGlobalTableActionsHaveSameParameter' is not designed for extension - needs to be abstract, final or empty.525
errorMissing a Javadoc comment.525
error'{' should be on the previous line.526
errorLine is longer than 80 characters.533
error'cast' is not followed by whitespace.535
error'{' should be on the previous line.538
errorLine is longer than 80 characters.539
error'cast' is not followed by whitespace.539
error'{' should be on the previous line.541
error'}' should be on the same line.544
error'{' should be on the previous line.546
error'&&' should be on a new line.547
errorLine is longer than 80 characters.548
errorMethod 'handleGetTableFormActions' is not designed for extension - needs to be abstract, final or empty.556
errorMissing a Javadoc comment.556
error'{' should be on the previous line.557
errorMethod 'handleGetTableHyperlinkActions' is not designed for extension - needs to be abstract, final or empty.561
errorMissing a Javadoc comment.561
error'{' should be on the previous line.562
errorMethod 'handleGetTableGlobalActions' is not designed for extension - needs to be abstract, final or empty.566
errorMissing a Javadoc comment.566
error'{' should be on the previous line.567
errorMethod 'handleGetTableGlobalActionParameter' is not designed for extension - needs to be abstract, final or empty.571
errorMissing a Javadoc comment.571
error'{' should be on the previous line.572
error'{' should be on the previous line.577
errorLine is longer than 80 characters.578
error'cast' is not followed by whitespace.578
error'{' should be on the previous line.580
errorMethod 'handleIsTableFormActionSharingWidgets' is not designed for extension - needs to be abstract, final or empty.588
errorMissing a Javadoc comment.588
error'{' should be on the previous line.589
errorLine is longer than 80 characters.595
errorExpected an @return tag.598
errorParameter hyperlink should be final.598
errorExpected @param tag for 'hyperlink'.598
errorParameter formPost should be final.599
errorExpected @param tag for 'formPost'.599
errorParameter tableAction should be final.600
errorExpected @param tag for 'tableAction'.600
error'{' should be on the previous line.601
error'{' should be on the previous line.604
errorLine is longer than 80 characters.613
error'cast' is not followed by whitespace.615
error'{' should be on the previous line.617
errorLine is longer than 80 characters.618
error'cast' is not followed by whitespace.618
error'{' should be on the previous line.620
errorLine is longer than 80 characters.622
errorLine is longer than 80 characters.624
error'cast' is not followed by whitespace.624
errorLine is longer than 80 characters.625
errorLine is longer than 80 characters.627
error'cast' is not followed by whitespace.627
errorLine is longer than 80 characters.628
error'||' should be on a new line.630
error'||' should be on a new line.631
error'{' should be on the previous line.633
errorMethod 'handleGetTableDecoratorFullyQualifiedName' is not designed for extension - needs to be abstract, final or empty.645
errorMissing a Javadoc comment.645
error'{' should be on the previous line.646
errorAvoid inline conditionals.648
errorMethod 'handleGetTableDecoratorPackageName' is not designed for extension - needs to be abstract, final or empty.652
errorMissing a Javadoc comment.652
error'{' should be on the previous line.653
errorAvoid inline conditionals.655
errorMethod 'handleGetTableDecoratorClassName' is not designed for extension - needs to be abstract, final or empty.658
errorMissing a Javadoc comment.658
error'{' should be on the previous line.659
error'{' should be on the previous line.664
errorLine is longer than 80 characters.665
errorLine is longer than 80 characters.666
errorMethod 'handleGetTableDecoratorFullPath' is not designed for extension - needs to be abstract, final or empty.672
errorMissing a Javadoc comment.672
error'{' should be on the previous line.673
errorMethod 'handleGetTableExportTypes' is not designed for extension - needs to be abstract, final or empty.677
errorMissing a Javadoc comment.677
error'{' should be on the previous line.678
errorLine is longer than 80 characters.681
error'cast' is not followed by whitespace.681
error')' is preceded with whitespace.681
errorMethod 'handleIsTableExportable' is not designed for extension - needs to be abstract, final or empty.684
errorMissing a Javadoc comment.684
error'{' should be on the previous line.685
errorMethod 'handleIsTableSortable' is not designed for extension - needs to be abstract, final or empty.689
errorMissing a Javadoc comment.689
error'{' should be on the previous line.690
errorLine is longer than 80 characters.691
errorAvoid inline conditionals.693
errorMethod 'handleIsTableHyperlinkColumn' is not designed for extension - needs to be abstract, final or empty.697
errorMissing a Javadoc comment.697
error'{' should be on the previous line.698
error'{' should be on the previous line.703
error'{' should be on the previous line.707
errorLine is longer than 80 characters.708
error'{' should be on the previous line.711
errorLine is longer than 80 characters.713
errorLine is longer than 80 characters.714
errorMethod 'handleGetTableColumnActions' is not designed for extension - needs to be abstract, final or empty.722
errorMissing a Javadoc comment.722
error'{' should be on the previous line.723
error'{' should be on the previous line.727
error'{' should be on the previous line.731
errorLine is longer than 80 characters.732
error'cast' is not followed by whitespace.732
error'{' should be on the previous line.734
errorLine is longer than 80 characters.744
error'{' should be on the previous line.747
errorLine is longer than 80 characters.749
errorLine has trailing spaces.754
errorExpected an @return tag.757
errorMethod 'getTableColumns' is not designed for extension - needs to be abstract, final or empty.757
error'{' should be on the previous line.758
errorLine is longer than 80 characters.759
errorLine is longer than 80 characters.760
errorLine is longer than 80 characters.762
errorLine is longer than 80 characters.763
errorLine is longer than 80 characters.771
errorLine is longer than 80 characters.773
errorLine is longer than 80 characters.774
errorLine is longer than 80 characters.777
error'cast' is not followed by whitespace.779
errorLine is longer than 80 characters.781
errorLine is longer than 80 characters.783
error'cast' is not followed by whitespace.783
error'{' should be on the previous line.786
errorLine is longer than 80 characters.788
errorLine is longer than 80 characters.789
error'cast' is not followed by whitespace.789
error'||' should be on a new line.790
errorLine is longer than 80 characters.791
error'{' should be on the previous line.803
errorLine is longer than 80 characters.804
errorLine is longer than 80 characters.805
errorLine is longer than 80 characters.807
error'cast' is not followed by whitespace.807
error'{' should be on the previous line.810
error'}' should be on the same line.814
error'{' should be on the previous line.816
errorLine is longer than 80 characters.817
error'cast' is not followed by whitespace.819
error'{' should be on the previous line.822
errorLine is longer than 80 characters.828
errorLine is longer than 80 characters.829
errorLine is longer than 80 characters.831
errorMethod 'handleGetTableColumnMessageKey' is not designed for extension - needs to be abstract, final or empty.839
errorMissing a Javadoc comment.839
errorParameter columnName should be final.839
error'{' should be on the previous line.840
error'{' should be on the previous line.844
error'{' should be on the previous line.848
error'{' should be on the previous line.851
errorLine is longer than 80 characters.857
errorAvoid inline conditionals.860
errorMethod 'handleGetTableColumnMessageValue' is not designed for extension - needs to be abstract, final or empty.863
errorMissing a Javadoc comment.863
errorParameter columnName should be final.863
error'{' should be on the previous line.864
errorAvoid inline conditionals.865
errorMethod 'handleGetTableMaxRows' is not designed for extension - needs to be abstract, final or empty.868
errorMissing a Javadoc comment.868
error'{' should be on the previous line.869
errorLine is longer than 80 characters.870
error'{' should be on the previous line.874
error'}' should be on the same line.876
error'{' should be on the previous line.878
errorLine is longer than 80 characters.879
errorMethod 'handleGetWidgetType' is not designed for extension - needs to be abstract, final or empty.885
errorMissing a Javadoc comment.885
error'{' should be on the previous line.886
errorLine is longer than 80 characters.887
errorAvoid inline conditionals.888
error'{' should be on the previous line.893
error'{' should be on the previous line.895
error'{' should be on the previous line.899
error'if' construct must use '{}'s.900
errorLine is longer than 80 characters.900
error'if' construct must use '{}'s.901
errorLine is longer than 80 characters.901
error'if' construct must use '{}'s.902
errorLine is longer than 80 characters.902
error'else' construct must use '{}'s.903
errorLine is longer than 80 characters.903
error'}' should be on the same line.905
errorLine is longer than 80 characters.906
error'}' should be on the same line.909
errorLine is longer than 80 characters.910
error'}' should be on the same line.913
errorLine is longer than 80 characters.914
error'}' should be on the same line.917
errorLine is longer than 80 characters.918
error'}' should be on the same line.921
errorLine is longer than 80 characters.922
error'}' should be on the same line.925
errorLine is longer than 80 characters.926
error'}' should be on the same line.929
errorLine is longer than 80 characters.930
error'}' should be on the same line.933
errorLine is longer than 80 characters.934
error'}' should be on the same line.937
errorLine is longer than 80 characters.938
error'{' should be on the previous line.941
error'}' should be on the same line.944
errorLine is longer than 80 characters.945
error'{' should be on the previous line.949
error'{' should be on the previous line.951
error'}' should be on the same line.955
error'{' should be on the previous line.957
errorAvoid inline conditionals.958
errorMethod 'handleIsFile' is not designed for extension - needs to be abstract, final or empty.969
errorMissing a Javadoc comment.969
error'{' should be on the previous line.970
error'{' should be on the previous line.975
errorMethod 'handleIsMultiple' is not designed for extension - needs to be abstract, final or empty.981
errorMissing a Javadoc comment.981
error'{' should be on the previous line.982
error'{' should be on the previous line.987
errorMethod 'handleGetBackingListName' is not designed for extension - needs to be abstract, final or empty.993
errorMissing a Javadoc comment.993
error'{' should be on the previous line.994
errorMethod 'handleGetValueListResetValue' is not designed for extension - needs to be abstract, final or empty.998
errorMissing a Javadoc comment.998
error'{' should be on the previous line.999
errorMethod 'handleIsSelectable' is not designed for extension - needs to be abstract, final or empty.1003
errorMissing a Javadoc comment.1003
error'{' should be on the previous line.1004
error'{' should be on the previous line.1008
errorLine is longer than 80 characters.1009
error'{' should be on the previous line.1013
errorLine is longer than 80 characters.1018
errorLine is longer than 80 characters.1022
error'cast' is not followed by whitespace.1024
errorLine is longer than 80 characters.1026
error'{' should be on the previous line.1028
errorLine is longer than 80 characters.1029
error'cast' is not followed by whitespace.1029
errorLine is longer than 80 characters.1031
error'{' should be on the previous line.1033
errorLine is longer than 80 characters.1034
errorLine is longer than 80 characters.1035
errorLine is longer than 80 characters.1037
error'}' should be on the same line.1044
error'{' should be on the previous line.1046
errorLine is longer than 80 characters.1048
errorLine is longer than 80 characters.1049
error'cast' is not followed by whitespace.1051
errorLine is longer than 80 characters.1053
errorLine is longer than 80 characters.1055
error'cast' is not followed by whitespace.1055
error'{' should be on the previous line.1057
errorLine is longer than 80 characters.1067
errorExpected an @return tag.1069
errorMethod 'handleGetValueListName' is not designed for extension - needs to be abstract, final or empty.1069
error'{' should be on the previous line.1070
errorLine is longer than 80 characters.1075
errorExpected an @return tag.1077
errorMethod 'handleGetLabelListName' is not designed for extension - needs to be abstract, final or empty.1077
error'{' should be on the previous line.1078
errorLine is longer than 80 characters.1083
error'{' should be on the previous line.1086
error'+' should be on a new line.1088
error'+' should be on a new line.1089
error'+' should be on a new line.1090
error'+' should be on a new line.1091
error'+' should be on a new line.1092
error'+' should be on a new line.1093
error'+' should be on a new line.1094
error'+' should be on a new line.1095
error'+' should be on a new line.1096
error'+' should be on a new line.1097
errorExpected an @return tag.1106
errorMethod 'isRequired' is not designed for extension - needs to be abstract, final or empty.1106
error'{' should be on the previous line.1107
errorLine is longer than 80 characters.1108
errorLine is longer than 80 characters.1109
errorAvoid inline conditionals.1109
errorLine is longer than 80 characters.1113
errorExpected an @return tag.1115
errorMethod 'handleIsReadOnly' is not designed for extension - needs to be abstract, final or empty.1115
error'{' should be on the previous line.1116
errorLine is longer than 80 characters.1117
errorLine is longer than 80 characters.1118
errorAvoid inline conditionals.1118
errorLine is longer than 80 characters.1122
errorExpected an @return tag.1124
errorMethod 'handleIsDate' is not designed for extension - needs to be abstract, final or empty.1124
error'{' should be on the previous line.1125
errorLine is longer than 80 characters.1130
errorExpected an @return tag.1132
errorMethod 'handleGetDateFormat' is not designed for extension - needs to be abstract, final or empty.1132
error'{' should be on the previous line.1133
errorLine is longer than 80 characters.1135
errorAvoid inline conditionals.1135
errorLine is longer than 80 characters.1139
error'{' should be on the previous line.1142
errorLine is longer than 80 characters.1143
error'cast' is not followed by whitespace.1143
errorLine is longer than 80 characters.1147
errorExpected an @return tag.1149
errorMethod 'handleGetTimeFormat' is not designed for extension - needs to be abstract, final or empty.1149
error'{' should be on the previous line.1150
errorAvoid inline conditionals.1152
errorLine is longer than 80 characters.1156
error'{' should be on the previous line.1159
errorLine is longer than 80 characters.1160
error'cast' is not followed by whitespace.1160
errorLine is longer than 80 characters.1164
errorExpected an @return tag.1166
errorMethod 'handleIsStrictDateFormat' is not designed for extension - needs to be abstract, final or empty.1166
error'{' should be on the previous line.1167
errorLine has trailing spaces.1169
errorLine is longer than 80 characters.1170
errorAvoid inline conditionals.1170
error'cast' is not followed by whitespace.1170
errorLine is longer than 80 characters.1175
errorExpected an @return tag.1177
errorMethod 'handleGetResetValue' is not designed for extension - needs to be abstract, final or empty.1177
error'{' should be on the previous line.1178
error'{' should be on the previous line.1181
error'if' construct must use '{}'s.1184
error'if' construct must use '{}'s.1185
error'{' should be on the previous line.1188
error'if' construct must use '{}'s.1189
error'if' construct must use '{}'s.1190
error'if' construct must use '{}'s.1191
error'if' construct must use '{}'s.1192
error'if' construct must use '{}'s.1193
error'if' construct must use '{}'s.1194
error'if' construct must use '{}'s.1195
error'if' construct must use '{}'s.1196
error'}' should be on the same line.1197
error'{' should be on the previous line.1199
error'if' construct must use '{}'s.1200
errorLine is longer than 80 characters.1200
error'if' construct must use '{}'s.1201
error'if' construct must use '{}'s.1202
errorLine is longer than 80 characters.1202
error'if' construct must use '{}'s.1203
errorLine is longer than 80 characters.1203
error'if' construct must use '{}'s.1204
errorLine is longer than 80 characters.1204
error'if' construct must use '{}'s.1205
errorLine is longer than 80 characters.1205
error'if' construct must use '{}'s.1206
errorLine is longer than 80 characters.1206
error'if' construct must use '{}'s.1207
errorLine is longer than 80 characters.1207
error'if' construct must use '{}'s.1210
error'if' construct must use '{}'s.1211
errorLine is longer than 80 characters.1211
error'if' construct must use '{}'s.1212
errorLine is longer than 80 characters.1212
errorLine is longer than 80 characters.1220
errorExpected an @return tag.1222
errorMethod 'handleIsValidationRequired' is not designed for extension - needs to be abstract, final or empty.1222
error'{' should be on the previous line.1223
errorLine is longer than 80 characters.1224
error'cast' is not followed by whitespace.1224
errorLine is longer than 80 characters.1225
error'&&' should be on a new line.1225
errorMissing a Javadoc comment.1229
error'{' should be on the previous line.1230
errorLine is longer than 80 characters.1231
errorAvoid inline conditionals.1232
errorAvoid inline conditionals.1233
errorMethod 'handleGetValidatorTypes' is not designed for extension - needs to be abstract, final or empty.1236
errorMissing a Javadoc comment.1236
error'{' should be on the previous line.1237
error'{' should be on the previous line.1242
errorLine is longer than 80 characters.1244
error'if' construct must use '{}'s.1246
error'if' construct must use '{}'s.1248
error'if' construct must use '{}'s.1249
error'if' construct must use '{}'s.1250
error'if' construct must use '{}'s.1251
error'if' construct must use '{}'s.1252
error'if' construct must use '{}'s.1253
error'if' construct must use '{}'s.1254
error'if' construct must use '{}'s.1255
error'if' construct must use '{}'s.1256
error'{' should be on the previous line.1259
error'if' construct must use '{}'s.1260
errorLine is longer than 80 characters.1260
error'if' construct must use '{}'s.1261
error'if' construct must use '{}'s.1262
error'{' should be on the previous line.1266
error'if' construct must use '{}'s.1267
errorLine is longer than 80 characters.1267
error'if' construct must use '{}'s.1268
errorLine is longer than 80 characters.1268
error'{' should be on the previous line.1270
errorLine is longer than 80 characters.1271
errorLine is longer than 80 characters.1272
errorLine is longer than 80 characters.1274
error'if' construct must use '{}'s.1275
errorLine is longer than 80 characters.1275
error'if' construct must use '{}'s.1276
errorLine is longer than 80 characters.1276
error'if' construct must use '{}'s.1277
errorLine is longer than 80 characters.1277
error'{' should be on the previous line.1283
errorLine is longer than 80 characters.1289
errorLine is longer than 80 characters.1290
errorLine is longer than 80 characters.1293
errorLine is longer than 80 characters.1300
errorExpected an @return tag.1302
errorMethod 'handleGetValidatorMsgKey' is not designed for extension - needs to be abstract, final or empty.1302
error'{' should be on the previous line.1303
errorLine is longer than 80 characters.1308
errorExpected an @return tag.1310
errorLine is longer than 80 characters.1310
errorMethod 'handleGetValidatorArgs' is not designed for extension - needs to be abstract, final or empty.1310
errorParameter validatorType should be final.1310
errorExpected @param tag for 'validatorType'.1310
error'||' should be on a new line.1313
error'||' should be on a new line.1314
error'{' should be on the previous line.1316
error'}' should be on the same line.1319
error'{' should be on the previous line.1321
error'}' should be on the same line.1323
error'{' should be on the previous line.1325
error'}' should be on the same line.1327
error'{' should be on the previous line.1329
error'}' should be on the same line.1334
error'{' should be on the previous line.1336
error'}' should be on the same line.1339
error'{' should be on the previous line.1341
errorLine is longer than 80 characters.1346
errorLine is longer than 80 characters.1347
errorLine is longer than 80 characters.1350
errorLine has trailing spaces.1358
errorLine is longer than 80 characters.1360
errorExpected an @return tag.1362
errorMethod 'handleGetValidatorVars' is not designed for extension - needs to be abstract, final or empty.1362
error'{' should be on the previous line.1363
error'{' should be on the previous line.1368
error'{' should be on the previous line.1371
error'{' should be on the previous line.1375
errorLine is longer than 80 characters.1376
errorLine is longer than 80 characters.1377
error'}' should be on the same line.1378
error'{' should be on the previous line.1380
errorLine is longer than 80 characters.1381
errorLine is longer than 80 characters.1382
errorLine is longer than 80 characters.1384
error'if' construct must use '{}'s.1385
errorLine is longer than 80 characters.1385
errorLine is longer than 80 characters.1386
error'if' construct must use '{}'s.1387
errorLine is longer than 80 characters.1387
errorLine is longer than 80 characters.1388
error'if' construct must use '{}'s.1389
errorLine is longer than 80 characters.1390
error'{' should be on the previous line.1395
error'{' should be on the previous line.1397
errorLine is longer than 80 characters.1399
error'}' should be on the same line.1400
error'{' should be on the previous line.1402
errorLine is longer than 80 characters.1403
error'{' should be on the previous line.1407
errorLine is longer than 80 characters.1408
error'{' should be on the previous line.1413
errorLine is longer than 80 characters.1414
errorLine is longer than 80 characters.1420
errorLine is longer than 80 characters.1421
error'{' should be on the previous line.1430
error'cast' is not followed by whitespace.1431
error'cast' is not followed by whitespace.1432
errorLine is longer than 80 characters.1434
errorLine is longer than 80 characters.1442
errorExpected an @return tag.1444
errorMethod 'handleGetValidWhen' is not designed for extension - needs to be abstract, final or empty.1444
error'{' should be on the previous line.1445
errorLine is longer than 80 characters.1446
errorAvoid inline conditionals.1447
errorLine is longer than 80 characters.1451
errorExpected an @return tag.1453
errorMethod 'handleGetMultiboxPropertyName' is not designed for extension - needs to be abstract, final or empty.1453
error'{' should be on the previous line.1454
errorLine is longer than 80 characters.1455
errorLine is longer than 80 characters.1456
errorAvoid inline conditionals.1456
errorLine is longer than 80 characters.1460
errorExpected an @return tag.1462
errorMethod 'handleGetOptionKeys' is not designed for extension - needs to be abstract, final or empty.1462
error'{' should be on the previous line.1463
error'for' construct must use '{}'s.1467
errorLine is longer than 80 characters.1473
errorExpected an @return tag.1475
errorMethod 'handleGetOptionValues' is not designed for extension - needs to be abstract, final or empty.1475
error'{' should be on the previous line.1476
errorLine is longer than 80 characters.1478
error'{' should be on the previous line.1481
error'}' should be on the same line.1486
error'{' should be on the previous line.1488
error'{' should be on the previous line.1493
error'{' should be on the previous line.1496
error'}' should be on the same line.1499
error'{' should be on the previous line.1501
errorLine is longer than 80 characters.1502
error'{' should be on the previous line.1506
errorLine is longer than 80 characters.1515
errorExpected an @return tag.1517
errorMethod 'handleGetOptionCount' is not designed for extension - needs to be abstract, final or empty.1517
error'{' should be on the previous line.1518
errorLine is longer than 80 characters.1523
errorExpected an @return tag.1525
errorMethod 'handleIsShouldReset' is not designed for extension - needs to be abstract, final or empty.1525
error'{' should be on the previous line.1526
errorLine is longer than 80 characters.1528
error'{' should be on the previous line.1530
errorLine is longer than 80 characters.1531
error'cast' is not followed by whitespace.1531
errorLine is longer than 80 characters.1537
errorExpected an @return tag.1539
errorMethod 'handleGetResetName' is not designed for extension - needs to be abstract, final or empty.1539
error'{' should be on the previous line.1540
errorLine is longer than 80 characters.1541
errorMethod 'handleIsPassword' is not designed for extension - needs to be abstract, final or empty.1544
errorMissing a Javadoc comment.1544
error'{' should be on the previous line.1545
errorLine is longer than 80 characters.1546
errorMethod 'handleIsCombobox' is not designed for extension - needs to be abstract, final or empty.1549
errorMissing a Javadoc comment.1549
error'{' should be on the previous line.1550
errorMethod 'handleIsCheckbox' is not designed for extension - needs to be abstract, final or empty.1554
errorMissing a Javadoc comment.1554
error'{' should be on the previous line.1555
errorMethod 'handleIsTextField' is not designed for extension - needs to be abstract, final or empty.1559
errorMissing a Javadoc comment.1559
error'{' should be on the previous line.1560
errorMethod 'handleIsTextArea' is not designed for extension - needs to be abstract, final or empty.1564
errorMissing a Javadoc comment.1564
error'{' should be on the previous line.1565
errorMethod 'handleIsMultibox' is not designed for extension - needs to be abstract, final or empty.1569
errorMissing a Javadoc comment.1569
error'{' should be on the previous line.1570
errorMethod 'handleIsRadioButton' is not designed for extension - needs to be abstract, final or empty.1574
errorMissing a Javadoc comment.1574
error'{' should be on the previous line.1575
errorMethod 'handleIsHiddenField' is not designed for extension - needs to be abstract, final or empty.1579
errorMissing a Javadoc comment.1579
error'{' should be on the previous line.1580
errorMethod 'handleIsHyperlink' is not designed for extension - needs to be abstract, final or empty.1584
errorMissing a Javadoc comment.1584
error'{' should be on the previous line.1585
errorLine is longer than 80 characters.1590
error'{' should be on the previous line.1593
errorLine is longer than 80 characters.1594
errorLine is longer than 80 characters.1598
error'{' should be on the previous line.1601
errorLine is longer than 80 characters.1602
errorLine is longer than 80 characters.1606
error'{' should be on the previous line.1609
errorLine is longer than 80 characters.1610
errorLine is longer than 80 characters.1614
error'{' should be on the previous line.1617
errorLine is longer than 80 characters.1618
errorLine is longer than 80 characters.1622
error'{' should be on the previous line.1625
errorLine is longer than 80 characters.1626
errorLine is longer than 80 characters.1630
error'{' should be on the previous line.1633
errorLine is longer than 80 characters.1634
errorLine is longer than 80 characters.1638
error'{' should be on the previous line.1641
errorLine is longer than 80 characters.1642
errorLine is longer than 80 characters.1646
error'{' should be on the previous line.1649
errorLine is longer than 80 characters.1650
errorLine is longer than 80 characters.1654
error'{' should be on the previous line.1657
errorLine is longer than 80 characters.1662
error'{' should be on the previous line.1665
errorLine is longer than 80 characters.1666
errorLine is longer than 80 characters.1670
error'{' should be on the previous line.1673
errorLine is longer than 80 characters.1674
errorLine is longer than 80 characters.1678
error'{' should be on the previous line.1681
errorLine is longer than 80 characters.1686
errorParameter format should be final.1688
errorExpected @param tag for 'format'.1688
error'{' should be on the previous line.1689
errorLine is longer than 80 characters.1694
errorParameter format should be final.1696
errorExpected @param tag for 'format'.1696
error'{' should be on the previous line.1697
errorLine is longer than 80 characters.1702
errorParameter format should be final.1704
errorExpected @param tag for 'format'.1704
error'{' should be on the previous line.1705
error'&&' should be on a new line.1706
error'||' should be on a new line.1707
error'||' should be on a new line.1708
error'||' should be on a new line.1709
error'||' should be on a new line.1710
errorLine is longer than 80 characters.1716
errorParameter format should be final.1718
errorExpected @param tag for 'format'.1718
error'{' should be on the previous line.1719
errorLine is longer than 80 characters.1724
errorParameter format should be final.1726
errorExpected @param tag for 'format'.1726
error'{' should be on the previous line.1727
errorLine is longer than 80 characters.1732
errorParameter format should be final.1734
errorExpected @param tag for 'format'.1734
error'{' should be on the previous line.1735
errorLine is longer than 80 characters.1740
errorParameter format should be final.1742
errorExpected @param tag for 'format'.1742
error'{' should be on the previous line.1743
errorParameter format should be final.1750
errorExpected @param tag for 'format'.1750
error'{' should be on the previous line.1751
error'3' is a magic number.1752
errorParameter format should be final.1758
errorExpected @param tag for 'format'.1758
error'{' should be on the previous line.1759
error'3' is a magic number.1760
errorParameter format should be final.1766
errorExpected @param tag for 'format'.1766
error'{' should be on the previous line.1767
errorLine is longer than 80 characters.1768
errorAvoid inline conditionals.1768
errorLine is longer than 80 characters.1772
errorParameter format should be final.1774
errorExpected @param tag for 'format'.1774
error'{' should be on the previous line.1775
errorLine is longer than 80 characters.1780
errorParameter format should be final.1782
errorExpected @param tag for 'format'.1782
error'{' should be on the previous line.1783
errorParameter format should be final.1790
errorExpected @param tag for 'format'.1790
error'{' should be on the previous line.1791
errorLine is longer than 80 characters.1796
errorParameter string should be final.1798
errorExpected @param tag for 'string'.1798
errorParameter index should be final.1799
errorExpected @param tag for 'index'.1799
errorParameter limit should be final.1800
errorExpected @param tag for 'limit'.1800
error'{' should be on the previous line.1801
error'if' construct must use '{}'s.1802
errorAvoid inline conditionals.1805
errorMethod 'getValidationOwner' is not designed for extension - needs to be abstract, final or empty.1808
errorMissing a Javadoc comment.1808
error'{' should be on the previous line.1809
errorLine is longer than 80 characters.1810
errorAvoid inline conditionals.1810
errorMethod 'handleIsSortableBy' is not designed for extension - needs to be abstract, final or empty.1813
errorMissing a Javadoc comment.1813
error'{' should be on the previous line.1814
errorLine is longer than 80 characters.1817
error'{' should be on the previous line.1819
errorLine is longer than 80 characters.1821
error'||' should be on a new line.1821
errorLine is longer than 80 characters.1822
error'||' should be on a new line.1822
errorLine is longer than 80 characters.1823
error'||' should be on a new line.1823
errorLine is longer than 80 characters.1824
error'||' should be on a new line.1824
errorLine is longer than 80 characters.1825
errorMissing a Javadoc comment.1831
error'{' should be on the previous line.1832
errorLine is longer than 80 characters.1833
error'cast' is not followed by whitespace.1833
errorLine is longer than 80 characters.1838
errorExpected an @return tag.1840
errorMethod 'handleIsTime' is not designed for extension - needs to be abstract, final or empty.1840
error'{' should be on the previous line.1841
errorMethod 'handleGetFieldColumnCount' is not designed for extension - needs to be abstract, final or empty.1845
errorMissing a Javadoc comment.1845
error'{' should be on the previous line.1846
errorLine is longer than 80 characters.1849
error'{' should be on the previous line.1851
errorLine is longer than 80 characters.1852
error'{' should be on the previous line.1856
error'{' should be on the previous line.1858
error'}' should be on the same line.1860
error'{' should be on the previous line.1862
errorMust have at least one statement.1862
errorLine is longer than 80 characters.1863
errorMethod 'handleGetFieldRowCount' is not designed for extension - needs to be abstract, final or empty.1870
errorMissing a Javadoc comment.1870
error'{' should be on the previous line.1871
errorLine is longer than 80 characters.1874
error'{' should be on the previous line.1876
errorLine is longer than 80 characters.1877
error'{' should be on the previous line.1881
error'{' should be on the previous line.1883
error'}' should be on the same line.1885
error'{' should be on the previous line.1887
errorMust have at least one statement.1887
errorLine is longer than 80 characters.1888
errorMethod 'handleIsSafeNamePresent' is not designed for extension - needs to be abstract, final or empty.1895
errorMissing a Javadoc comment.1895
error'{' should be on the previous line.1896

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

ViolationMessageLine
errorFile does not end with a newline.0
error'{' should be on the previous line.28
errorMissing a Javadoc comment.29
errorParameter metaObject should be final.30
errorParameter context should be final.31
error'{' should be on the previous line.32
errorMethod 'handleGetGuardName' is not designed for extension - needs to be abstract, final or empty.36
errorMissing a Javadoc comment.36
error'{' should be on the previous line.37
errorAvoid inline conditionals.39
errorMethod 'handleIsEnteringPage' is not designed for extension - needs to be abstract, final or empty.42
errorMissing a Javadoc comment.42
error'{' should be on the previous line.43
errorMethod 'handleGetForwardName' is not designed for extension - needs to be abstract, final or empty.47
errorMissing a Javadoc comment.47
error'{' should be on the previous line.48
errorMethod 'handleGetForwardPath' is not designed for extension - needs to be abstract, final or empty.52
errorMissing a Javadoc comment.52
error'{' should be on the previous line.53
error'{' should be on the previous line.58
error'cast' is not followed by whitespace.59
error'}' should be on the same line.60
error'{' should be on the previous line.62
error'cast' is not followed by whitespace.63
errorMethod 'handleGetActionMethodName' is not designed for extension - needs to be abstract, final or empty.69
errorMissing a Javadoc comment.69
error'{' should be on the previous line.70
errorMethod 'handleGetTargetNameKey' is not designed for extension - needs to be abstract, final or empty.74
errorMissing a Javadoc comment.74
error'{' should be on the previous line.75
error'{' should be on the previous line.77
error'cast' is not followed by whitespace.78
error'}' should be on the same line.79
error'{' should be on the previous line.81
errorLine is longer than 80 characters.82
error'cast' is not followed by whitespace.82
error'cast' is not followed by whitespace.82
errorFirst sentence should end with a period.87
errorLine is longer than 80 characters.88
errorLine is longer than 80 characters.89
errorExpected an @return tag.92
error'{' should be on the previous line.93
error'if' construct must use '{}'s.97
error'if' construct must use '{}'s.99
error'if' construct must use '{}'s.101
errorLine is longer than 80 characters.101
error'if' construct must use '{}'s.103
errorMethod 'handleIsExitingPage' is not designed for extension - needs to be abstract, final or empty.108
errorMissing a Javadoc comment.108
error'{' should be on the previous line.109
errorMethod 'handleIsSuccessMessagesPresent' is not designed for extension - needs to be abstract, final or empty.113
errorMissing a Javadoc comment.113
error'{' should be on the previous line.114
errorMethod 'handleIsWarningMessagesPresent' is not designed for extension - needs to be abstract, final or empty.118
errorMissing a Javadoc comment.118
error'{' should be on the previous line.119
errorLine is longer than 80 characters.127
errorParameter taggedValue should be final.130
error'{' should be on the previous line.131
error'{' should be on the previous line.136
error'}' should be on the same line.138
error'{' should be on the previous line.140
errorLine is longer than 80 characters.143
error'cast' is not followed by whitespace.145
errorLine is longer than 80 characters.146
errorMethod 'handleGetSuccessMessages' is not designed for extension - needs to be abstract, final or empty.153
errorMissing a Javadoc comment.153
error'{' should be on the previous line.154
errorLine is longer than 80 characters.155
errorMethod 'handleGetWarningMessages' is not designed for extension - needs to be abstract, final or empty.158
errorMissing a Javadoc comment.158
error'{' should be on the previous line.159
errorLine is longer than 80 characters.160
errorMethod 'handleGetStrutsActivityGraph' is not designed for extension - needs to be abstract, final or empty.163
errorMissing a Javadoc comment.163
error'{' should be on the previous line.164
errorExpected an @return tag.173
errorMethod 'getActions' is not designed for extension - needs to be abstract, final or empty.173
error'{' should be on the previous line.174
errorLine is longer than 80 characters.181
errorLine is longer than 80 characters.182
errorLine is longer than 80 characters.183
errorLine is longer than 80 characters.184
errorLine is longer than 80 characters.185
errorLine is longer than 80 characters.187
errorRedundant 'final' modifier.190
error'{' should be on the previous line.193
error'{' should be on the previous line.195
errorLine is longer than 80 characters.198
error'}' should be on the same line.201
error'{' should be on the previous line.203
error'{' should be on the previous line.206
error'cast' is not followed by whitespace.207
error'}' should be on the same line.209
error'{' should be on the previous line.211
errorLine is longer than 80 characters.212
error'cast' is not followed by whitespace.212
error'}' should be on the same line.214
error'{' should be on the previous line.216
errorLine is longer than 80 characters.217
error'cast' is not followed by whitespace.217
error'{' should be on the previous line.219
errorLine is longer than 80 characters.220
errorLine is longer than 80 characters.221
errorLine is longer than 80 characters.223
error'cast' is not followed by whitespace.223

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

ViolationMessageLine
errorLine is longer than 80 characters.7
error'{' should be on the previous line.13
errorMissing a Javadoc comment.14
errorParameter metaObject should be final.15
errorParameter context should be final.16
error'{' should be on the previous line.17
errorLine is longer than 80 characters.22
errorExpected an @return tag.24
errorMethod 'handleGetAccessorImplementation' is not designed for extension - needs to be abstract, final or empty.24
error'{' should be on the previous line.25
errorLine is longer than 80 characters.28
errorLine is longer than 80 characters.32
errorExpected an @return tag.34
errorMethod 'getFullyQualifiedName' is not designed for extension - needs to be abstract, final or empty.34
error'{' should be on the previous line.35
errorLine is longer than 80 characters.37
errorLine is longer than 80 characters.38

org/andromda/cartridges/bpm4struts/Bpm4StrutsGlobals.java

ViolationMessageLine
errorFile does not end with a newline.0
error'{' should be on the previous line.10
errorLine is longer than 80 characters.14
errorLine is longer than 80 characters.19
errorLine is longer than 80 characters.24
errorLine is longer than 80 characters.29
errorLine is longer than 80 characters.34
errorLine is longer than 80 characters.37
errorLine is longer than 80 characters.39
errorLine is longer than 80 characters.42
errorLine is longer than 80 characters.47
errorLine is longer than 80 characters.49
errorLine is longer than 80 characters.54
errorLine is longer than 80 characters.57
errorLine is longer than 80 characters.59
errorLine is longer than 80 characters.79
errorLine is longer than 80 characters.82
errorLine is longer than 80 characters.84
errorLine is longer than 80 characters.94
errorLine is longer than 80 characters.97
errorLine is longer than 80 characters.99
errorLine is longer than 80 characters.102
errorLine is longer than 80 characters.104

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

ViolationMessageLine
errorMissing a Javadoc comment.6
error'{' should be on the previous line.8
errorMissing a Javadoc comment.9
errorParameter metaObject should be final.10
errorParameter context should be final.11
error'{' should be on the previous line.12
errorMethod 'handleGetSessionKey' is not designed for extension - needs to be abstract, final or empty.16
errorMissing a Javadoc comment.16
error'{' should be on the previous line.17
errorMethod 'handleGetFullPath' is not designed for extension - needs to be abstract, final or empty.21
errorMissing a Javadoc comment.21
error'{' should be on the previous line.22

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

ViolationMessageLine
error'{' should be on the previous line.15
errorMissing a Javadoc comment.16
errorParameter metaObject should be final.17
errorParameter context should be final.18
error'{' should be on the previous line.19
errorLine is longer than 80 characters.24
errorExpected an @return tag.26
errorMethod 'handleGetNotAllowedTitleKey' is not designed for extension - needs to be abstract, final or empty.26
error'{' should be on the previous line.27
errorLine is longer than 80 characters.32
errorExpected an @return tag.34
errorMethod 'handleGetTitleKey' is not designed for extension - needs to be abstract, final or empty.34
error'{' should be on the previous line.35
errorLine is longer than 80 characters.40
errorExpected an @return tag.42
errorMethod 'handleGetResetTitleKey' is not designed for extension - needs to be abstract, final or empty.42
error'{' should be on the previous line.43
errorMethod 'handleGetResetMessageKey' is not designed for extension - needs to be abstract, final or empty.47
errorMissing a Javadoc comment.47
error'{' should be on the previous line.48
errorLine is longer than 80 characters.53
errorExpected an @return tag.55
errorMethod 'handleGetResetNotAllowedTitleKey' is not designed for extension - needs to be abstract, final or empty.55
error'{' should be on the previous line.56
errorLine is longer than 80 characters.61
errorExpected an @return tag.63
errorMethod 'handleGetTriggerKey' is not designed for extension - needs to be abstract, final or empty.63
error'{' should be on the previous line.64
error'{' should be on the previous line.68
error'{' should be on the previous line.71
error'{' should be on the previous line.74
errorMethod 'handleGetTriggerValue' is not designed for extension - needs to be abstract, final or empty.83
errorMissing a Javadoc comment.83
error'{' should be on the previous line.84
errorMethod 'handleGetTitleValue' is not designed for extension - needs to be abstract, final or empty.88
errorMissing a Javadoc comment.88
error'{' should be on the previous line.89
errorMethod 'handleGetResetTitleValue' is not designed for extension - needs to be abstract, final or empty.93
errorMissing a Javadoc comment.93
error'{' should be on the previous line.94
errorMethod 'handleGetResetMessageValue' is not designed for extension - needs to be abstract, final or empty.98
errorMissing a Javadoc comment.98
error'{' should be on the previous line.99
errorMethod 'handleGetResetNotAllowedTitleValue' is not designed for extension - needs to be abstract, final or empty.103
errorMissing a Javadoc comment.103
error'{' should be on the previous line.104
errorMethod 'handleGetNotAllowedTitleValue' is not designed for extension - needs to be abstract, final or empty.108
errorMissing a Javadoc comment.108
error'{' should be on the previous line.109
errorMethod 'handleIsActionTrigger' is not designed for extension - needs to be abstract, final or empty.113
errorMissing a Javadoc comment.113
error'{' should be on the previous line.114
errorMethod 'handleGetStrutsAction' is not designed for extension - needs to be abstract, final or empty.118
errorMissing a Javadoc comment.118
error'{' should be on the previous line.119
error'{' should be on the previous line.124
error'cast' is not followed by whitespace.125
errorMissing a Javadoc comment.130
error'{' should be on the previous line.131
errorLine is longer than 80 characters.132
error'cast' is not followed by whitespace.132

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

ViolationMessageLine
error'{' should be on the previous line.16
errorMissing a Javadoc comment.17
errorParameter metaObject should be final.18
errorParameter context should be final.19
error'{' should be on the previous line.20
errorMethod 'handleIsFrontEndException' is not designed for extension - needs to be abstract, final or empty.24
errorMissing a Javadoc comment.24
error'{' should be on the previous line.25
errorLine is longer than 80 characters.30
errorExpected an @return tag.32
errorMethod 'handleGetExceptionKey' is not designed for extension - needs to be abstract, final or empty.32
error'{' should be on the previous line.33
errorLine is longer than 80 characters.38
errorAvoid inline conditionals.39
errorLine is longer than 80 characters.43
errorExpected an @return tag.45
errorMethod 'handleGetExceptionType' is not designed for extension - needs to be abstract, final or empty.45
error'{' should be on the previous line.46
errorLine is longer than 80 characters.47
errorAvoid inline conditionals.48
error'{' should be on the previous line.50
errorLine is longer than 80 characters.57
errorExpected an @return tag.59
errorMethod 'handleGetExceptionPath' is not designed for extension - needs to be abstract, final or empty.59
error'{' should be on the previous line.60
error'if' construct must use '{}'s.62
error'cast' is not followed by whitespace.63
error'if' construct must use '{}'s.64
error'cast' is not followed by whitespace.65
error'else' construct must use '{}'s.66
errorMethod 'handleGetMessageKey' is not designed for extension - needs to be abstract, final or empty.70
errorMissing a Javadoc comment.70
error'{' should be on the previous line.71
errorLine is longer than 80 characters.73
errorAvoid inline conditionals.73

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

ViolationMessageLine
error'{' should be on the previous line.28
errorMissing a Javadoc comment.29
errorParameter metaObject should be final.30
errorParameter context should be final.31
error'{' should be on the previous line.32
errorMethod 'getPackageName' is not designed for extension - needs to be abstract, final or empty.36
errorMissing a Javadoc comment.36
error'{' should be on the previous line.37
error'{' should be on the previous line.42
errorLine is longer than 80 characters.43
error'cast' is not followed by whitespace.43
error'{' should be on the previous line.45
error'cast' is not followed by whitespace.46
errorExpected an @return tag.56
errorMethod 'getPackagePath' is not designed for extension - needs to be abstract, final or empty.56
error'{' should be on the previous line.57
errorLine is longer than 80 characters.60
errorMethod 'handleGetMessageKey' is not designed for extension - needs to be abstract, final or empty.64
errorMissing a Javadoc comment.64
error'{' should be on the previous line.65
error'{' should be on the previous line.69
error'{' should be on the previous line.72
errorLine is longer than 80 characters.73
errorMethod 'handleGetMessageValue' is not designed for extension - needs to be abstract, final or empty.82
errorMissing a Javadoc comment.82
error'{' should be on the previous line.83
errorMethod 'handleGetTitleKey' is not designed for extension - needs to be abstract, final or empty.87
errorMissing a Javadoc comment.87
error'{' should be on the previous line.88
errorMethod 'handleGetTitleValue' is not designed for extension - needs to be abstract, final or empty.92
errorMissing a Javadoc comment.92
error'{' should be on the previous line.93
errorMethod 'handleGetDocumentationKey' is not designed for extension - needs to be abstract, final or empty.97
errorMissing a Javadoc comment.97
error'{' should be on the previous line.98
errorMethod 'handleGetDocumentationValue' is not designed for extension - needs to be abstract, final or empty.102
errorMissing a Javadoc comment.102
error'{' should be on the previous line.103
errorLine is longer than 80 characters.104
errorAvoid inline conditionals.105
errorMethod 'handleGetOnlineHelpKey' is not designed for extension - needs to be abstract, final or empty.108
errorMissing a Javadoc comment.108
error'{' should be on the previous line.109
errorMethod 'handleGetOnlineHelpValue' is not designed for extension - needs to be abstract, final or empty.113
errorMissing a Javadoc comment.113
error'{' should be on the previous line.114
errorLine is longer than 80 characters.118
errorLine is longer than 80 characters.119
errorAvoid inline conditionals.119
errorMethod 'handleGetOnlineHelpPagePath' is not designed for extension - needs to be abstract, final or empty.126
errorMissing a Javadoc comment.126
error'{' should be on the previous line.127
errorMethod 'handleGetOnlineHelpActionPath' is not designed for extension - needs to be abstract, final or empty.131
errorMissing a Javadoc comment.131
error'{' should be on the previous line.132
error'{' should be on the previous line.136
errorMethod 'handleGetFullPath' is not designed for extension - needs to be abstract, final or empty.147
errorMissing a Javadoc comment.147
error'{' should be on the previous line.148
error'+' should be on a new line.149
errorLine is longer than 80 characters.150
errorMethod 'handleIsValidationRequired' is not designed for extension - needs to be abstract, final or empty.154
errorMissing a Javadoc comment.154
error'{' should be on the previous line.155
errorLine is longer than 80 characters.157
error'cast' is not followed by whitespace.159
error'{' should be on the previous line.161
errorMethod 'handleIsDateFieldPresent' is not designed for extension - needs to be abstract, final or empty.168
errorMissing a Javadoc comment.168
error'{' should be on the previous line.169
errorLine is longer than 80 characters.171
error'cast' is not followed by whitespace.173
error'{' should be on the previous line.175
errorMethod 'handleIsCalendarRequired' is not designed for extension - needs to be abstract, final or empty.182
errorMissing a Javadoc comment.182
error'{' should be on the previous line.183
errorLine is longer than 80 characters.185
error'cast' is not followed by whitespace.187
error'{' should be on the previous line.189
errorExpected an @return tag.201
errorMethod 'getAllActionParameters' is not designed for extension - needs to be abstract, final or empty.201
error'{' should be on the previous line.202
error'cast' is not followed by whitespace.207
errorExpected an @return tag.218
errorMethod 'getActions' is not designed for extension - needs to be abstract, final or empty.218
error'{' should be on the previous line.219
error'if' construct must use '{}'s.226
errorMethod 'handleGetNonActionForwards' is not designed for extension - needs to be abstract, final or empty.233
errorMissing a Javadoc comment.233
error'{' should be on the previous line.234
error'{' should be on the previous line.242
errorMethod 'handleGetPageVariables' is not designed for extension - needs to be abstract, final or empty.249
errorMissing a Javadoc comment.249
error'{' should be on the previous line.250
errorMethod 'handleGetIncomingActions' is not designed for extension - needs to be abstract, final or empty.254
errorMissing a Javadoc comment.254
error'{' should be on the previous line.255
errorLine is longer than 80 characters.265
errorParameter stateVertex should be final.269
errorParameter processedTransitions should be final.270
errorParameter actions should be final.271
error'{' should be on the previous line.272
errorLine is longer than 80 characters.274
errorLine is longer than 80 characters.276
error'cast' is not followed by whitespace.276
errorLine is longer than 80 characters.277
errorLine is longer than 80 characters.282
errorLine is longer than 80 characters.285
errorParameter transition should be final.289
errorParameter processedTransitions should be final.290
errorParameter actions should be final.291
error'{' should be on the previous line.292
error'{' should be on the previous line.294
error'{' should be on the previous line.297
errorLine is longer than 80 characters.300
errorLine is longer than 80 characters.303
errorLine is longer than 80 characters.304
errorLine is longer than 80 characters.306
errorLine is longer than 80 characters.307
error'}' should be on the same line.311
error'{' should be on the previous line.313
errorLine is longer than 80 characters.314
errorLine is longer than 80 characters.315
errorLine is longer than 80 characters.317
error'cast' is not followed by whitespace.317
errorLine is longer than 80 characters.318
errorMethod 'handleGetCssFileName' is not designed for extension - needs to be abstract, final or empty.324
errorMissing a Javadoc comment.324
error'{' should be on the previous line.325
errorMethod 'handleGetNonTableActions' is not designed for extension - needs to be abstract, final or empty.329
errorMissing a Javadoc comment.329
error'{' should be on the previous line.330
errorLine is longer than 80 characters.334
error'cast' is not followed by whitespace.336
error'{' should be on the previous line.338
errorMissing a Javadoc comment.346
error'{' should be on the previous line.347
errorLine is longer than 80 characters.348
error'cast' is not followed by whitespace.348

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine is longer than 80 characters.11
errorLine is longer than 80 characters.13
error'{' should be on the previous line.17
errorMissing a Javadoc comment.18
errorParameter metaObject should be final.19
errorParameter context should be final.20
error'{' should be on the previous line.21
errorExpected an @return tag.28
errorMethod 'handleGetMessageKey' is not designed for extension - needs to be abstract, final or empty.28
error'{' should be on the previous line.29
error'{' should be on the previous line.34
errorExpected an @return tag.44
errorMethod 'handleGetMessageValue' is not designed for extension - needs to be abstract, final or empty.44
error'{' should be on the previous line.45
errorMissing a Javadoc comment.49
error'{' should be on the previous line.50
error'{' should be on the previous line.54
errorLine is longer than 80 characters.55
error'{' should be on the previous line.57
errorLine is longer than 80 characters.58
error'cast' is not followed by whitespace.58
error'}' should be on the same line.59
error'{' should be on the previous line.61
errorMethod 'handleGetDateFormat' is not designed for extension - needs to be abstract, final or empty.69
errorMissing a Javadoc comment.69
error'{' should be on the previous line.70
error'{' should be on the previous line.74
errorLine is longer than 80 characters.77
error'{' should be on the previous line.82
errorMethod 'handleIsStrictDateFormat' is not designed for extension - needs to be abstract, final or empty.90
errorMissing a Javadoc comment.90
error'{' should be on the previous line.91
errorMethod 'handleIsNeedsFileUpload' is not designed for extension - needs to be abstract, final or empty.96
errorMissing a Javadoc comment.96
error'{' should be on the previous line.97
errorMethod 'handleIsHidden' is not designed for extension - needs to be abstract, final or empty.101
errorMissing a Javadoc comment.101
error'{' should be on the previous line.102
errorLine is longer than 80 characters.103
errorMethod 'handleGetWidgetType' is not designed for extension - needs to be abstract, final or empty.106
errorMissing a Javadoc comment.106
error'{' should be on the previous line.107
errorLine is longer than 80 characters.108
errorLine is longer than 80 characters.109
errorAvoid inline conditionals.109
errorMethod 'handleGetFieldColumnCount' is not designed for extension - needs to be abstract, final or empty.112
errorMissing a Javadoc comment.112
error'{' should be on the previous line.113
errorLine is longer than 80 characters.116
error'{' should be on the previous line.118
errorLine is longer than 80 characters.119
error'{' should be on the previous line.123
error'{' should be on the previous line.125
error'}' should be on the same line.127
error'{' should be on the previous line.129
errorMust have at least one statement.129
errorLine is longer than 80 characters.130
errorMethod 'handleGetFieldRowCount' is not designed for extension - needs to be abstract, final or empty.137
errorMissing a Javadoc comment.137
error'{' should be on the previous line.138
errorLine is longer than 80 characters.141
error'{' should be on the previous line.143
errorLine is longer than 80 characters.144
error'{' should be on the previous line.148
error'{' should be on the previous line.150
error'}' should be on the same line.152
error'{' should be on the previous line.154
errorMust have at least one statement.154
errorLine is longer than 80 characters.155
errorMethod 'handleIsSafeNamePresent' is not designed for extension - needs to be abstract, final or empty.162
errorMissing a Javadoc comment.162
error'{' should be on the previous line.163
errorMethod 'handleGetOnlineHelpKey' is not designed for extension - needs to be abstract, final or empty.167
errorMissing a Javadoc comment.167
error'{' should be on the previous line.168
errorMethod 'handleGetOnlineHelpValue' is not designed for extension - needs to be abstract, final or empty.172
errorMissing a Javadoc comment.172
error'{' should be on the previous line.173
errorLine is longer than 80 characters.174
errorLine is longer than 80 characters.175
errorAvoid inline conditionals.175

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

ViolationMessageLine
error'{' should be on the previous line.42
errorLine is longer than 80 characters.44
errorLine is longer than 80 characters.50
errorLine is longer than 80 characters.55
errorMissing a Javadoc comment.64
errorParameter metaObject should be final.64
errorParameter context should be final.65
error'{' should be on the previous line.66
errorLine is longer than 80 characters.71
error'{' should be on the previous line.75
errorLine is longer than 80 characters.84
errorLine is longer than 80 characters.86
errorParameter transition should be final.89
errorParameter processedTransitions should be final.90
error'{' should be on the previous line.91
error'{' should be on the previous line.93
errorLine is longer than 80 characters.99
error'{' should be on the previous line.102
error'}' should be on the same line.105
errorLine is longer than 80 characters.106
errorLine is longer than 80 characters.110
errorLine is longer than 80 characters.112
error'}' should be on the same line.115
error'{' should be on the previous line.117
errorLine is longer than 80 characters.119
error'{' should be on the previous line.121
error'}' should be on the same line.124
errorLine is longer than 80 characters.125
errorLine is longer than 80 characters.128
errorLine is longer than 80 characters.130
errorMethod 'handleGetActionName' is not designed for extension - needs to be abstract, final or empty.136
errorMissing a Javadoc comment.136
error'{' should be on the previous line.137
errorMethod 'handleGetActionInput' is not designed for extension - needs to be abstract, final or empty.141
errorMissing a Javadoc comment.141
error'{' should be on the previous line.142
errorLine is longer than 80 characters.144
errorAvoid inline conditionals.144
errorMethod 'handleIsMultipartFormData' is not designed for extension - needs to be abstract, final or empty.147
errorMissing a Javadoc comment.147
error'{' should be on the previous line.148
errorLine is longer than 80 characters.152
error'cast' is not followed by whitespace.154
error'{' should be on the previous line.156
errorMethod 'handleIsFormPost' is not designed for extension - needs to be abstract, final or empty.164
errorMissing a Javadoc comment.164
error'{' should be on the previous line.165
errorLine is longer than 80 characters.166
errorLine is longer than 80 characters.167
errorMethod 'handleIsHyperlink' is not designed for extension - needs to be abstract, final or empty.170
errorMissing a Javadoc comment.170
error'{' should be on the previous line.171
errorLine is longer than 80 characters.172
errorAvoid inline conditionals.174
errorMethod 'handleIsImageLink' is not designed for extension - needs to be abstract, final or empty.177
errorMissing a Javadoc comment.177
error'{' should be on the previous line.178
errorLine is longer than 80 characters.179
errorAvoid inline conditionals.181
errorMethod 'handleIsTableAction' is not designed for extension - needs to be abstract, final or empty.184
errorMissing a Javadoc comment.184
error'{' should be on the previous line.185
errorLine is longer than 80 characters.187
errorMethod 'handleIsTableRowAction' is not designed for extension - needs to be abstract, final or empty.190
errorMissing a Javadoc comment.190
error'{' should be on the previous line.191
errorMethod 'handleIsTableLink' is not designed for extension - needs to be abstract, final or empty.195
errorMissing a Javadoc comment.195
error'{' should be on the previous line.196
errorMethod 'handleGetTableLinkParameter' is not designed for extension - needs to be abstract, final or empty.200
errorMissing a Javadoc comment.200
error'{' should be on the previous line.201
error'{' should be on the previous line.206
error'{' should be on the previous line.209
errorLine is longer than 80 characters.211
error'{' should be on the previous line.215
errorMethod 'handleGetTableNonColumnFormParameters' is not designed for extension - needs to be abstract, final or empty.225
errorMissing a Javadoc comment.225
error'{' should be on the previous line.226
error'{' should be on the previous line.231
error'{' should be on the previous line.236
error'{' should be on the previous line.239
errorLine is longer than 80 characters.240
error'{' should be on the previous line.242
errorLine is longer than 80 characters.243
errorLine is longer than 80 characters.248
errorMethod 'handleGetTableLinkName' is not designed for extension - needs to be abstract, final or empty.254
errorMissing a Javadoc comment.254
error'{' should be on the previous line.255
errorLine is longer than 80 characters.258
error'{' should be on the previous line.260
error'{' should be on the previous line.264
errorLine is longer than 80 characters.266
errorAvoid inline conditionals.266
errorMethod 'handleGetTableLinkColumnName' is not designed for extension - needs to be abstract, final or empty.273
errorMissing a Javadoc comment.273
error'{' should be on the previous line.274
errorLine is longer than 80 characters.277
error'{' should be on the previous line.279
error'{' should be on the previous line.283
errorLine is longer than 80 characters.285
errorAvoid inline conditionals.286
errorMethod 'handleGetImagePath' is not designed for extension - needs to be abstract, final or empty.294
errorMissing a Javadoc comment.294
error'{' should be on the previous line.295
errorLine is longer than 80 characters.296
errorMethod 'handleGetActionPath' is not designed for extension - needs to be abstract, final or empty.299
errorMissing a Javadoc comment.299
error'{' should be on the previous line.300
errorMethod 'handleGetActionPathRoot' is not designed for extension - needs to be abstract, final or empty.304
errorMissing a Javadoc comment.304
error'{' should be on the previous line.305
error'{' should be on the previous line.310
errorLine is longer than 80 characters.313
errorLine is longer than 80 characters.314
errorAvoid inline conditionals.314
error'{' should be on the previous line.319
errorLine is longer than 80 characters.320
errorLine is longer than 80 characters.325
errorMethod 'handleGetActionScope' is not designed for extension - needs to be abstract, final or empty.332
errorMissing a Javadoc comment.332
error'{' should be on the previous line.333
errorLine is longer than 80 characters.338
errorExpected an @return tag.340
errorMethod 'handleGetActionRoles' is not designed for extension - needs to be abstract, final or empty.340
error'{' should be on the previous line.341
errorLine is longer than 80 characters.344
error'{' should be on the previous line.348
errorLine is longer than 80 characters.356
errorLine is longer than 80 characters.357
errorLine is longer than 80 characters.358
errorExpected an @return tag.361
error'{' should be on the previous line.362
error'{' should be on the previous line.366
error'{' should be on the previous line.369
error'}' should be on the same line.372
error'{' should be on the previous line.374
errorLine is longer than 80 characters.375
errorLine is longer than 80 characters.377
error'{' should be on the previous line.379
errorLine is longer than 80 characters.380
error'{' should be on the previous line.382
errorMethod 'handleGetActionClassName' is not designed for extension - needs to be abstract, final or empty.392
errorMissing a Javadoc comment.392
error'{' should be on the previous line.393
error'{' should be on the previous line.397
error'{' should be on the previous line.400
error'}' should be on the same line.403
error'{' should be on the previous line.405
errorLine is longer than 80 characters.407
errorAvoid inline conditionals.407
errorMethod 'handleGetActionType' is not designed for extension - needs to be abstract, final or empty.413
errorMissing a Javadoc comment.413
error'{' should be on the previous line.414
errorMethod 'handleGetFormBeanClassName' is not designed for extension - needs to be abstract, final or empty.418
errorMissing a Javadoc comment.418
error'{' should be on the previous line.419
errorLine is longer than 80 characters.420
errorMethod 'handleGetFormBeanName' is not designed for extension - needs to be abstract, final or empty.423
errorMissing a Javadoc comment.423
error'{' should be on the previous line.424
error'{' should be on the previous line.429
errorLine is longer than 80 characters.431
errorMethod 'handleGetFormValidationMethodName' is not designed for extension - needs to be abstract, final or empty.437
errorMissing a Javadoc comment.437
error'{' should be on the previous line.438
errorLine is longer than 80 characters.439
errorMethod 'handleGetMessageKey' is not designed for extension - needs to be abstract, final or empty.442
errorMissing a Javadoc comment.442
error'{' should be on the previous line.443
error'{' should be on the previous line.448
errorMethod 'handleGetImageMessageKey' is not designed for extension - needs to be abstract, final or empty.455
errorMissing a Javadoc comment.455
error'{' should be on the previous line.456
errorLine is longer than 80 characters.461
errorExpected an @return tag.464
errorMethod 'getPackageName' is not designed for extension - needs to be abstract, final or empty.464
error'{' should be on the previous line.465
error'{' should be on the previous line.470
errorLine is longer than 80 characters.477
errorExpected an @return tag.479
errorMethod 'handleIsResettable' is not designed for extension - needs to be abstract, final or empty.479
error'{' should be on the previous line.480
errorLine is longer than 80 characters.481
errorAvoid inline conditionals.482
errorLine is longer than 80 characters.486
errorExpected an @return tag.488
errorParameter string should be final.488
errorExpected @param tag for 'string'.488
error'{' should be on the previous line.489
error'||' should be on a new line.490
error'||' should be on a new line.491
error'||' should be on a new line.492
errorMethod 'handleIsUseCaseStart' is not designed for extension - needs to be abstract, final or empty.496
errorMissing a Javadoc comment.496
error'{' should be on the previous line.497
errorLine is longer than 80 characters.499
errorMethod 'handleGetFullActionPath' is not designed for extension - needs to be abstract, final or empty.502
errorMissing a Javadoc comment.502
error'{' should be on the previous line.503
errorMethod 'handleGetFullTilePath' is not designed for extension - needs to be abstract, final or empty.507
errorMissing a Javadoc comment.507
error'{' should be on the previous line.508
errorAvoid inline conditionals.510
errorLine is longer than 80 characters.511
errorLine is longer than 80 characters.515
errorLine is longer than 80 characters.516
errorExpected an @return tag.518
errorMethod 'getPackagePath' is not designed for extension - needs to be abstract, final or empty.518
error'{' should be on the previous line.519
error'{' should be on the previous line.524
errorMethod 'handleGetFullFormBeanPath' is not designed for extension - needs to be abstract, final or empty.530
errorMissing a Javadoc comment.530
error'{' should be on the previous line.531
errorLine is longer than 80 characters.532
errorMethod 'handleIsValidationRequired' is not designed for extension - needs to be abstract, final or empty.535
errorMissing a Javadoc comment.535
error'{' should be on the previous line.536
errorLine is longer than 80 characters.538
error'{' should be on the previous line.542
errorMethod 'handleIsDateFieldPresent' is not designed for extension - needs to be abstract, final or empty.549
errorMissing a Javadoc comment.549
error'{' should be on the previous line.550
errorLine is longer than 80 characters.552
error'{' should be on the previous line.556
errorMethod 'handleIsCalendarRequired' is not designed for extension - needs to be abstract, final or empty.563
errorMissing a Javadoc comment.563
error'{' should be on the previous line.564
errorLine is longer than 80 characters.566
error'{' should be on the previous line.570
errorMethod 'handleGetFormBeanPackageName' is not designed for extension - needs to be abstract, final or empty.577
errorMissing a Javadoc comment.577
error'{' should be on the previous line.578
errorMethod 'handleGetFormBeanType' is not designed for extension - needs to be abstract, final or empty.582
errorMissing a Javadoc comment.582
error'{' should be on the previous line.583
errorMethod 'handleGetDocumentationKey' is not designed for extension - needs to be abstract, final or empty.587
errorMissing a Javadoc comment.587
error'{' should be on the previous line.588
errorLine is longer than 80 characters.590
errorAvoid inline conditionals.590
error'+' should be on a new line.590
errorMethod 'handleGetDocumentationValue' is not designed for extension - needs to be abstract, final or empty.594
errorMissing a Javadoc comment.594
error'{' should be on the previous line.595
errorLine is longer than 80 characters.596
errorAvoid inline conditionals.597
errorMethod 'handleGetOnlineHelpKey' is not designed for extension - needs to be abstract, final or empty.600
errorMissing a Javadoc comment.600
error'{' should be on the previous line.601
errorLine is longer than 80 characters.603
errorAvoid inline conditionals.603
error'+' should be on a new line.603
errorMethod 'handleGetOnlineHelpValue' is not designed for extension - needs to be abstract, final or empty.607
errorMissing a Javadoc comment.607
error'{' should be on the previous line.608
errorLine is longer than 80 characters.612
errorLine is longer than 80 characters.613
errorAvoid inline conditionals.613
errorMethod 'handleGetActionForwards' is not designed for extension - needs to be abstract, final or empty.619
errorMissing a Javadoc comment.619
error'{' should be on the previous line.620
error'if' construct must use '{}'s.621
errorMethod 'handleGetDecisionTransitions' is not designed for extension - needs to be abstract, final or empty.625
errorMissing a Javadoc comment.625
error'{' should be on the previous line.626
error'if' construct must use '{}'s.627
errorMethod 'handleGetActionStates' is not designed for extension - needs to be abstract, final or empty.631
errorMissing a Javadoc comment.631
error'{' should be on the previous line.632
error'if' construct must use '{}'s.633
errorMethod 'handleGetActionExceptions' is not designed for extension - needs to be abstract, final or empty.637
errorMissing a Javadoc comment.637
error'{' should be on the previous line.638
error'actionStates' hides a field.640
errorLine is longer than 80 characters.641
errorLine is longer than 80 characters.651
errorExpected an @return tag.653
errorMethod 'handleGetInput' is not designed for extension - needs to be abstract, final or empty.653
error'{' should be on the previous line.654
error'{' should be on the previous line.658
error'{' should be on the previous line.661
error'}' should be on the same line.664
error'{' should be on the previous line.666
error'{' should be on the previous line.668
errorMethod 'handleGetController' is not designed for extension - needs to be abstract, final or empty.675
errorMissing a Javadoc comment.675
error'{' should be on the previous line.676
errorAvoid inline conditionals.678
errorMethod 'handleGetActionTrigger' is not designed for extension - needs to be abstract, final or empty.681
errorMissing a Javadoc comment.681
error'{' should be on the previous line.682
errorMethod 'handleGetActionFormFields' is not designed for extension - needs to be abstract, final or empty.686
errorMissing a Javadoc comment.686
error'{' should be on the previous line.687
errorLine is longer than 80 characters.691
errorLine is longer than 80 characters.692
error'{' should be on the previous line.695
error'{' should be on the previous line.698
errorLine is longer than 80 characters.699
errorLine is longer than 80 characters.700
errorLine is longer than 80 characters.703
errorLine is longer than 80 characters.704
errorLine is longer than 80 characters.705
error'{' should be on the previous line.707
errorLine is longer than 80 characters.708
errorLine is longer than 80 characters.709
errorLine is longer than 80 characters.710
errorLine is longer than 80 characters.712
errorLine is longer than 80 characters.720
errorLine is longer than 80 characters.721
error'actionStates' hides a field.722
errorLine is longer than 80 characters.723
errorLine is longer than 80 characters.725
errorLine is longer than 80 characters.726
error'{' should be on the previous line.728
errorLine is longer than 80 characters.729
errorLine is longer than 80 characters.730
errorLine is longer than 80 characters.732
errorLine is longer than 80 characters.733
error'{' should be on the previous line.746
errorLine is longer than 80 characters.749
errorLine is longer than 80 characters.751
errorLine is longer than 80 characters.754
errorLine is longer than 80 characters.755
error'{' should be on the previous line.757
errorLine is longer than 80 characters.758
error'}' should be on the same line.761
error'{' should be on the previous line.763
errorLine is longer than 80 characters.764
errorLine is longer than 80 characters.765
errorLine is longer than 80 characters.766
error'{' should be on the previous line.768
errorLine is longer than 80 characters.769
error'{' should be on the previous line.771
errorLine is longer than 80 characters.778
errorLine is longer than 80 characters.780
errorLine is longer than 80 characters.782
errorMethod 'handleGetDeferredOperations' is not designed for extension - needs to be abstract, final or empty.789
errorMissing a Javadoc comment.789
error'{' should be on the previous line.790
error'{' should be on the previous line.795
error'actionStates' hides a field.796
error'{' should be on the previous line.798
errorLine is longer than 80 characters.799
error'transitions' hides a field.803
error'{' should be on the previous line.805
errorLine is longer than 80 characters.806
error'{' should be on the previous line.809
errorMethod 'handleGetActionParameters' is not designed for extension - needs to be abstract, final or empty.817
errorMissing a Javadoc comment.817
error'{' should be on the previous line.818
errorLine is longer than 80 characters.820
errorAvoid inline conditionals.820
errorMethod 'handleGetInterUseCaseParameters' is not designed for extension - needs to be abstract, final or empty.823
errorMissing a Javadoc comment.823
errorParameter finalState should be final.823
error'{' should be on the previous line.828
error'}' should be on the same line.830
error'{' should be on the previous line.832
errorLine is longer than 80 characters.833
error'transitions' hides a field.836
error'{' should be on the previous line.838
errorLine is longer than 80 characters.839
errorLine is longer than 80 characters.840
error'{' should be on the previous line.842
errorLine is longer than 80 characters.843
error'{' should be on the previous line.845
errorLine is longer than 80 characters.846
errorLine is longer than 80 characters.858
errorExpected an @return tag.860
errorMethod 'handleGetTargetPages' is not designed for extension - needs to be abstract, final or empty.860
error'{' should be on the previous line.861
errorLine is longer than 80 characters.865
error'{' should be on the previous line.869
errorLine is longer than 80 characters.878
errorExpected an @return tag.880
errorMethod 'handleGetTransitions' is not designed for extension - needs to be abstract, final or empty.880
error'{' should be on the previous line.881
error'{' should be on the previous line.883
errorLine is longer than 80 characters.890
errorExpected an @return tag.892
errorMethod 'handleGetStyleId' is not designed for extension - needs to be abstract, final or empty.892
error'{' should be on the previous line.893
error'{' should be on the previous line.898
errorLine is longer than 80 characters.906
errorExpected an @return tag.908
errorMethod 'handleIsRedirect' is not designed for extension - needs to be abstract, final or empty.908
error'{' should be on the previous line.909
errorLine is longer than 80 characters.910
errorLine is longer than 80 characters.911
error'{' should be on the previous line.913
errorLine is longer than 80 characters.916
errorLine is longer than 80 characters.920
errorExpected an @return tag.922
errorMethod 'handleGetResettableActionParameters' is not designed for extension - needs to be abstract, final or empty.922
error'{' should be on the previous line.923
errorParameter object should be final.926
error'{' should be on the previous line.927
errorLine is longer than 80 characters.928
errorLine is longer than 80 characters.949
errorExpected an @return tag.951
errorMethod 'handleGetFormScope' is not designed for extension - needs to be abstract, final or empty.951
error'{' should be on the previous line.952
errorLine is longer than 80 characters.954
errorLine is longer than 80 characters.955
error'{' should be on the previous line.957
errorLine is longer than 80 characters.964
errorExpected an @return tag.966
errorMethod 'handleIsFormScopeSession' is not designed for extension - needs to be abstract, final or empty.966
error'{' should be on the previous line.967
errorLine is longer than 80 characters.972
errorExpected an @return tag.974
errorMethod 'handleIsFormScopeRequest' is not designed for extension - needs to be abstract, final or empty.974
error'{' should be on the previous line.975
errorLine is longer than 80 characters.980
errorExpected an @return tag.982
errorMethod 'handleIsFormScopeNone' is not designed for extension - needs to be abstract, final or empty.982
error'{' should be on the previous line.983
errorLine is longer than 80 characters.988
errorExpected an @return tag.990
errorMethod 'handleGetHiddenActionParameters' is not designed for extension - needs to be abstract, final or empty.990
error'{' should be on the previous line.991
errorLine is longer than 80 characters.992
error'{' should be on the previous line.996
errorLine is longer than 80 characters.997

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

ViolationMessageLine
errorFile does not end with a newline.0
errorLine is longer than 80 characters.16
error'{' should be on the previous line.22
errorLine is longer than 80 characters.24
error'{' should be on the previous line.27
errorLine is longer than 80 characters.28
error'cast' is not followed by whitespace.28
errorMissing a Javadoc comment.31
errorParameter metaObject should be final.32
errorParameter context should be final.33
error'{' should be on the previous line.34
errorMethod 'handleIsMultipartFormData' is not designed for extension - needs to be abstract, final or empty.38
errorMissing a Javadoc comment.38
error'{' should be on the previous line.39
errorLine is longer than 80 characters.43
error'cast' is not followed by whitespace.45
error'{' should be on the previous line.47
errorMethod 'handleGetFormBeanType' is not designed for extension - needs to be abstract, final or empty.55
errorMissing a Javadoc comment.55
error'{' should be on the previous line.56
errorLine is longer than 80 characters.57
errorMethod 'handleGetFormBeanClassName' is not designed for extension - needs to be abstract, final or empty.60
errorMissing a Javadoc comment.60
error'{' should be on the previous line.61
errorMethod 'handleGetFormBeanFullPath' is not designed for extension - needs to be abstract, final or empty.65
errorMissing a Javadoc comment.65
error'{' should be on the previous line.66
errorLine is longer than 80 characters.67
errorMethod 'handleGetMessageKey' is not designed for extension - needs to be abstract, final or empty.70
errorMissing a Javadoc comment.70
error'{' should be on the previous line.71
errorMethod 'handleGetMessageValue' is not designed for extension - needs to be abstract, final or empty.75
errorMissing a Javadoc comment.75
error'{' should be on the previous line.76
errorMethod 'handleGetPageTitleKey' is not designed for extension - needs to be abstract, final or empty.80
errorMissing a Javadoc comment.80
error'{' should be on the previous line.81
errorLine is longer than 80 characters.82
errorMethod 'handleGetPageTitleValue' is not designed for extension - needs to be abstract, final or empty.85
errorMissing a Javadoc comment.85
error'{' should be on the previous line.86
errorMethod 'handleGetListName' is not designed for extension - needs to be abstract, final or empty.90
errorMissing a Javadoc comment.90
error'{' should be on the previous line.91
errorMethod 'handleGetListGetterName' is not designed for extension - needs to be abstract, final or empty.95
errorMissing a Javadoc comment.95
error'{' should be on the previous line.96
errorMethod 'handleGetListSetterName' is not designed for extension - needs to be abstract, final or empty.100
errorMissing a Javadoc comment.100
error'{' should be on the previous line.101
errorMethod 'handleGetPageName' is not designed for extension - needs to be abstract, final or empty.105
errorMissing a Javadoc comment.105
error'{' should be on the previous line.106
errorMethod 'handleGetPageFullPath' is not designed for extension - needs to be abstract, final or empty.110
errorMissing a Javadoc comment.110
error'{' should be on the previous line.111
errorMethod 'handleGetActionPath' is not designed for extension - needs to be abstract, final or empty.115
errorMissing a Javadoc comment.115
error'{' should be on the previous line.116
errorMethod 'handleGetActionParameter' is not designed for extension - needs to be abstract, final or empty.120
errorMissing a Javadoc comment.120
error'{' should be on the previous line.121
errorMethod 'handleGetFormBeanName' is not designed for extension - needs to be abstract, final or empty.125
errorMissing a Javadoc comment.125
error'{' should be on the previous line.126
errorMethod 'handleGetActionType' is not designed for extension - needs to be abstract, final or empty.130
errorMissing a Javadoc comment.130
error'{' should be on the previous line.131
errorLine is longer than 80 characters.132
errorMethod 'handleGetExceptionKey' is not designed for extension - needs to be abstract, final or empty.135
errorMissing a Javadoc comment.135
error'{' should be on the previous line.136
errorLine is longer than 80 characters.137
errorMethod 'handleGetExceptionPath' is not designed for extension - needs to be abstract, final or empty.140
errorMissing a Javadoc comment.140
error'{' should be on the previous line.141
errorMethod 'handleGetActionFullPath' is not designed for extension - needs to be abstract, final or empty.145
errorMissing a Javadoc comment.145
error'{' should be on the previous line.146
errorLine is longer than 80 characters.147
errorMethod 'handleGetActionClassName' is not designed for extension - needs to be abstract, final or empty.150
errorMissing a Javadoc comment.150
error'{' should be on the previous line.151
errorMethod 'handleIsPreload' is not designed for extension - needs to be abstract, final or empty.155
errorMissing a Javadoc comment.155
error'{' should be on the previous line.156
errorLine is longer than 80 characters.157
errorMethod 'handleGetOnlineHelpKey' is not designed for extension - needs to be abstract, final or empty.160
errorMissing a Javadoc comment.160
error'{' should be on the previous line.161
errorMethod 'handleGetOnlineHelpValue' is not designed for extension - needs to be abstract, final or empty.165
errorMissing a Javadoc comment.165
error'{' should be on the previous line.166
errorLine is longer than 80 characters.167
errorLine is longer than 80 characters.168
errorAvoid inline conditionals.168
errorMethod 'handleGetOnlineHelpActionPath' is not designed for extension - needs to be abstract, final or empty.171
errorMissing a Javadoc comment.171
error'{' should be on the previous line.172
errorMethod 'handleGetOnlineHelpPagePath' is not designed for extension - needs to be abstract, final or empty.176
errorMissing a Javadoc comment.176
error'{' should be on the previous line.177
errorLine is longer than 80 characters.178
errorMethod 'handleIsTableExportable' is not designed for extension - needs to be abstract, final or empty.181
errorMissing a Javadoc comment.181
error'{' should be on the previous line.182
errorMethod 'handleGetTableExportTypes' is not designed for extension - needs to be abstract, final or empty.186
errorMissing a Javadoc comment.186
error'{' should be on the previous line.187
errorLine is longer than 80 characters.190
error'cast' is not followed by whitespace.190
error')' is preceded with whitespace.190
errorMethod 'handleIsTableSortable' is not designed for extension - needs to be abstract, final or empty.193
errorMissing a Javadoc comment.193
error'{' should be on the previous line.194
errorLine is longer than 80 characters.195
errorAvoid inline conditionals.197
errorMethod 'handleGetTableMaxRows' is not designed for extension - needs to be abstract, final or empty.201
errorMissing a Javadoc comment.201
error'{' should be on the previous line.202
errorLine is longer than 80 characters.203
error'{' should be on the previous line.207
error'}' should be on the same line.209
error'{' should be on the previous line.211
errorLine is longer than 80 characters.212

org/andromda/cartridges/bpm4struts/metafacades/package.html

ViolationMessageLine
errorMissing package documentation file.0

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

ViolationMessageLine
error'{' should be on the previous line.33
errorMissing a Javadoc comment.34
errorParameter metaObject should be final.35
errorParameter context should be final.36
error'{' should be on the previous line.37
errorMethod 'handleGetTitleKey' is not designed for extension - needs to be abstract, final or empty.41
errorMissing a Javadoc comment.41
error'{' should be on the previous line.42
errorLine is longer than 80 characters.43
errorAvoid inline conditionals.43
errorMethod 'handleGetTitleValue' is not designed for extension - needs to be abstract, final or empty.46
errorMissing a Javadoc comment.46
error'{' should be on the previous line.47
errorMethod 'handleGetOnlineHelpKey' is not designed for extension - needs to be abstract, final or empty.51
errorMissing a Javadoc comment.51
error'{' should be on the previous line.52
errorLine is longer than 80 characters.53
errorMethod 'handleGetOnlineHelpValue' is not designed for extension - needs to be abstract, final or empty.56
errorMissing a Javadoc comment.56
error'{' should be on the previous line.57
errorLine is longer than 80 characters.61
errorLine is longer than 80 characters.62
errorAvoid inline conditionals.62
errorMethod 'handleGetActionPath' is not designed for extension - needs to be abstract, final or empty.68
errorMissing a Javadoc comment.68
error'{' should be on the previous line.69
errorLine is longer than 80 characters.72
error'cast' is not followed by whitespace.72
error'{' should be on the previous line.74
error'{' should be on the previous line.77
errorMethod 'handleGetActionPathRoot' is not designed for extension - needs to be abstract, final or empty.84
errorMissing a Javadoc comment.84
error'{' should be on the previous line.85
errorLine is longer than 80 characters.88
error'cast' is not followed by whitespace.88
error'{' should be on the previous line.90
error'{' should be on the previous line.93
errorLine is longer than 80 characters.101
errorExpected an @return tag.103
errorMethod 'handleIsCyclic' is not designed for extension - needs to be abstract, final or empty.103
error'{' should be on the previous line.104
error'{' should be on the previous line.108
error'{' should be on the previous line.112
errorLine is longer than 80 characters.113
error'cast' is not followed by whitespace.113
error'{' should be on the previous line.115
errorMethod 'handleGetActionRoles' is not designed for extension - needs to be abstract, final or empty.123
errorMissing a Javadoc comment.123
error'{' should be on the previous line.124
errorLine is longer than 80 characters.128
error'{' should be on the previous line.131
error'}' should be on the same line.133
error'{' should be on the previous line.135
error'cast' is not followed by whitespace.138
errorMethod 'getOperations' is not designed for extension - needs to be abstract, final or empty.144
errorMissing a Javadoc comment.144
error'{' should be on the previous line.145
errorMethod 'handleGetPages' is not designed for extension - needs to be abstract, final or empty.149
errorMissing a Javadoc comment.149
error'{' should be on the previous line.150
errorMethod 'handleGetAllPages' is not designed for extension - needs to be abstract, final or empty.154
errorMissing a Javadoc comment.154
error'{' should be on the previous line.155
errorLine is longer than 80 characters.159
error'if' construct must use '{}'s.162
errorMethod 'handleGetFormFields' is not designed for extension - needs to be abstract, final or empty.168
errorMissing a Javadoc comment.168
error'{' should be on the previous line.169
errorLine is longer than 80 characters.170
errorLine is longer than 80 characters.173
error'cast' is not followed by whitespace.175
errorLine is longer than 80 characters.177
errorLine is longer than 80 characters.182
errorMethod 'handleIsValidationRequired' is not designed for extension - needs to be abstract, final or empty.190
errorMissing a Javadoc comment.190
error'{' should be on the previous line.191
error'cast' is not followed by whitespace.195
error'{' should be on the previous line.197
errorMethod 'handleIsApplicationValidationRequired' is not designed for extension - needs to be abstract, final or empty.204
errorMissing a Javadoc comment.204
error'{' should be on the previous line.205
error'cast' is not followed by whitespace.209
error'{' should be on the previous line.211
errorExpected an @return tag.223
errorMethod 'getActions' is not designed for extension - needs to be abstract, final or empty.223
error'{' should be on the previous line.224
errorLine is longer than 80 characters.228
error'cast' is not followed by whitespace.230
errorLine is longer than 80 characters.234
error'cast' is not followed by whitespace.234
error'{' should be on the previous line.236
error'if' construct must use '{}'s.238
errorMethod 'handleGetPageVariables' is not designed for extension - needs to be abstract, final or empty.244
errorMissing a Javadoc comment.244
error'{' should be on the previous line.245
errorMethod 'handleIsApplicationUseCase' is not designed for extension - needs to be abstract, final or empty.249
errorMissing a Javadoc comment.249
error'{' should be on the previous line.250
errorMethod 'handleGetCssFileName' is not designed for extension - needs to be abstract, final or empty.254
errorMissing a Javadoc comment.254
error'{' should be on the previous line.255
errorLine is longer than 80 characters.256
errorMethod 'handleGetApplicationHierarchyRoot' is not designed for extension - needs to be abstract, final or empty.259
errorMissing a Javadoc comment.259
error'{' should be on the previous line.260
errorMethod 'handleGetHierarchyRoot' is not designed for extension - needs to be abstract, final or empty.266
errorMissing a Javadoc comment.266
error'{' should be on the previous line.267
errorLine is longer than 80 characters.271
error'cast' is not followed by whitespace.273
error'{' should be on the previous line.275
errorLine is longer than 80 characters.276
error'cast' is not followed by whitespace.276
errorLine is longer than 80 characters.284
errorParameter root should be final.287
errorExpected @param tag for 'root'.287
error'{' should be on the previous line.288
error'cast' is not followed by whitespace.289
error'{' should be on the previous line.293
errorLine is longer than 80 characters.295
errorLine is longer than 80 characters.297
error'cast' is not followed by whitespace.297
errorLine is longer than 80 characters.298
error'cast' is not followed by whitespace.298
error'{' should be on the previous line.300
errorLine is longer than 80 characters.301
error'{' should be on the previous line.303
errorLine is longer than 80 characters.313
errorLine is longer than 80 characters.315
errorExpected an @return tag.317
errorParameter node should be final.318
errorExpected @param tag for 'node'.318
errorParameter ancestorNode should be final.319
errorExpected @param tag for 'ancestorNode'.319
error'{' should be on the previous line.320
error'{' should be on the previous line.324
error'{' should be on the previous line.328
error'cast' is not followed by whitespace.329
error'{' should be on the previous line.331
errorLine is longer than 80 characters.339
errorExpected an @return tag.341
errorParameter root should be final.342
errorExpected @param tag for 'root'.342
errorParameter useCase should be final.343
errorExpected @param tag for 'useCase'.343
error'{' should be on the previous line.344
errorLine is longer than 80 characters.348
error'cast' is not followed by whitespace.350
error'{' should be on the previous line.352
errorMissing a Javadoc comment.359
error'static' modifier out of order with the JLS suggestions.359
error'{' should be on the previous line.361
errorMissing a Javadoc comment.362
errorParameter useCase should be final.362
error'{' should be on the previous line.363
errorMissing a Javadoc comment.367
error'{' should be on the previous line.368
error'cast' is not followed by whitespace.369
errorMissing a Javadoc comment.373
error'{' should be on the previous line.374
errorLine is longer than 80 characters.375
error'cast' is not followed by whitespace.375
errorMethod 'handleGetAllMessages' is not designed for extension - needs to be abstract, final or empty.379
errorMethod length is 191 lines (max allowed is 150).379
errorMissing a Javadoc comment.379
error'{' should be on the previous line.380
errorLine is longer than 80 characters.382
errorAvoid inline conditionals.382
error'cast' is not followed by whitespace.382
error'cast' is not followed by whitespace.382
error'{' should be on the previous line.385
error'{' should be on the previous line.388
error'cast' is not followed by whitespace.390
errorLine is longer than 80 characters.392
error'{' should be on the previous line.396
error'cast' is not followed by whitespace.397
error'{' should be on the previous line.402
errorLine is longer than 80 characters.403
error'cast' is not followed by whitespace.403
error'{' should be on the previous line.412
error'{' should be on the previous line.414
error'{' should be on the previous line.416
errorLine is longer than 80 characters.417
error'}' should be on the same line.419
error'{' should be on the previous line.421
error'{' should be on the previous line.423
errorLine is longer than 80 characters.424
error'cast' is not followed by whitespace.424
errorLine is longer than 80 characters.425
error'}' should be on the same line.428
error'{' should be on the previous line.430
error'{' should be on the previous line.432
error'{' should be on the previous line.434
errorLine is longer than 80 characters.435
error'}' should be on the same line.437
error'{' should be on the previous line.439
error'{' should be on the previous line.441
errorLine is longer than 80 characters.442
error'cast' is not followed by whitespace.442
errorLine is longer than 80 characters.443
errorLine is longer than 80 characters.444
errorLine is longer than 80 characters.446
errorLine is longer than 80 characters.447
error'{' should be on the previous line.455
errorLine is longer than 80 characters.456
errorLine is longer than 80 characters.457
errorLine is longer than 80 characters.458
errorLine is longer than 80 characters.461
errorLine is longer than 80 characters.462
errorLine is longer than 80 characters.463
errorLine is longer than 80 characters.464
errorLine is longer than 80 characters.465
errorLine is longer than 80 characters.467
error'{' should be on the previous line.471
errorLine is longer than 80 characters.472
error'{' should be on the previous line.479
error'cast' is not followed by whitespace.481
errorLine is longer than 80 characters.484
errorLine is longer than 80 characters.485
error'{' should be on the previous line.489
errorLine is longer than 80 characters.491
error'cast' is not followed by whitespace.491
errorLine is longer than 80 characters.493
errorLine is longer than 80 characters.497
errorLine is longer than 80 characters.498
errorLine is longer than 80 characters.499
errorLine is longer than 80 characters.503
errorLine is longer than 80 characters.504
errorLine is longer than 80 characters.505
error'{' should be on the previous line.512
errorLine is longer than 80 characters.513
errorLine is longer than 80 characters.514
error'{' should be on the previous line.516
errorLine is longer than 80 characters.517
error'cast' is not followed by whitespace.517
errorLine is longer than 80 characters.518
errorLine is longer than 80 characters.519
error'{' should be on the previous line.525
errorLine is longer than 80 characters.527
error'cast' is not followed by whitespace.527
error'{' should be on the previous line.532
errorLine is longer than 80 characters.533
error'cast' is not followed by whitespace.533
errorLine is longer than 80 characters.534
errorLine is longer than 80 characters.535
errorLine is longer than 80 characters.536
errorLine is longer than 80 characters.537
error'{' should be on the previous line.540
errorLine is longer than 80 characters.541
errorAvoid inline conditionals.543
error'+' should be on a new line.544
error'+' should be on a new line.545
error'+' should be on a new line.546
errorLine is longer than 80 characters.549
error'{' should be on the previous line.553
errorLine is longer than 80 characters.554
errorLine is longer than 80 characters.555
error'{' should be on the previous line.558
errorLine is longer than 80 characters.559
errorLine is longer than 80 characters.560
errorMethod 'handleGetOnlineHelpPagePath' is not designed for extension - needs to be abstract, final or empty.572
errorMissing a Javadoc comment.572
error'{' should be on the previous line.573
error'{' should be on the previous line.577
errorMethod 'handleGetOnlineHelpActionPath' is not designed for extension - needs to be abstract, final or empty.588
errorMissing a Javadoc comment.588
error'{' should be on the previous line.589
error'{' should be on the previous line.593
errorLine is longer than 80 characters.605
errorExpected an @return tag.607
errorMethod 'handleGetFormKey' is not designed for extension - needs to be abstract, final or empty.607
error'{' should be on the previous line.608
errorLine is longer than 80 characters.609
errorAvoid inline conditionals.611

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

ViolationMessageLine
error'{' should be on the previous line.22
errorMissing a Javadoc comment.23
errorParameter metaObject should be final.24
errorParameter context should be final.25
error'{' should be on the previous line.26
errorLine is longer than 80 characters.31
errorExpected an @return tag.33
errorMethod 'handleGetFullPath' is not designed for extension - needs to be abstract, final or empty.33
error'{' should be on the previous line.34
errorLine is longer than 80 characters.39
errorExpected an @return tag.41
errorMethod 'getDeferringActions' is not designed for extension - needs to be abstract, final or empty.41
error'{' should be on the previous line.42
errorLine is longer than 80 characters.46
errorLine is longer than 80 characters.48
error'cast' is not followed by whitespace.48
errorLine is longer than 80 characters.55
errorExpected an @return tag.57
errorMethod 'handleGetSessionObjects' is not designed for extension - needs to be abstract, final or empty.57
error'{' should be on the previous line.58
errorLine is longer than 80 characters.62
errorLine is longer than 80 characters.64
error'cast' is not followed by whitespace.64
errorLine is longer than 80 characters.65
error'if' construct must use '{}'s.66
errorLine is longer than 80 characters.74
errorExpected an @return tag.76
errorMethod 'handleGetAllArguments' is not designed for extension - needs to be abstract, final or empty.76
error'{' should be on the previous line.77
errorLine is longer than 80 characters.81
errorLine is longer than 80 characters.83
error'cast' is not followed by whitespace.83
errorLine is longer than 80 characters.85
errorLine is longer than 80 characters.87
error'cast' is not followed by whitespace.87