Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
2600805

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
7Errors Error
NewlineAtEndOfFile4Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
20Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
38Errors Error
JavadocMethod73Errors Error
JavadocType1Errors Error
JavadocVariable74Errors Error
JavadocStyle74Errors Error
ConstantName0Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName1Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport0Errors Error
UnusedImports0Errors Error
LineLength172Errors Error
MethodLength1Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad0Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad1Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter5Errors Error
WhitespaceAround93Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock0Errors Error
LeftCurly1Errors Error
NeedBraces6Errors Error
RightCurly0Errors Error
AvoidInlineConditionals17Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField26Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber0Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression0Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension73Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor2Errors Error
InterfaceIsType0Errors Error
VisibilityModifier2Errors Error
ArrayTypeStyle0Errors Error
FinalParameters113Errors Error
TodoComment1Errors Error
UpperEll0Errors Error

Details

eu/scape_project/xa/tw/Constants.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.2
ErrorsLine is longer than 80 characters.8
ErrorsLine contains a tab character.8
ErrorsLine contains a tab character.9
ErrorsFirst sentence should end with a period.13
ErrorsFirst sentence should end with a period.15
ErrorsLine is longer than 80 characters.16
ErrorsFirst sentence should end with a period.17
ErrorsMissing a Javadoc comment.19
Errors'{' is not followed by whitespace.19
Errors'}' is not preceded with whitespace.19

eu/scape_project/xa/tw/cli/ToolWrapper.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.52
ErrorsUtility classes should not have a public or default constructor.58
ErrorsMissing a Javadoc comment.60
ErrorsMissing a Javadoc comment.62
ErrorsMissing a Javadoc comment.65
ErrorsMissing a Javadoc comment.66
ErrorsMissing a Javadoc comment.67
ErrorsMissing a Javadoc comment.68
ErrorsMissing a Javadoc comment.69
ErrorsMissing a Javadoc comment.70
ErrorsLine is longer than 80 characters.71
ErrorsMissing a Javadoc comment.71
ErrorsMissing a Javadoc comment.73
ErrorsMissing a Javadoc comment.74
ErrorsMissing a Javadoc comment.75
ErrorsLine is longer than 80 characters.76
ErrorsMissing a Javadoc comment.76
ErrorsMissing a Javadoc comment.80
ErrorsName 'OPTIONS' must match pattern '^[a-z][a-zA-Z0-9]*$'.80
ErrorsFirst sentence should end with a period.95
ErrorsFirst sentence should end with a period.101
ErrorsParameter args should be final.109
Errors'if' construct must use '{}'s.121
ErrorsLine is longer than 80 characters.122
Errors'else' construct must use '{}'s.124
ErrorsLine is longer than 80 characters.138
ErrorsLine is longer than 80 characters.177
ErrorsParameter service should be final.187
ErrorsParameter toolVersion should be final.187
ErrorsExpected @throws tag for 'GeneratorException'.188
ErrorsExpected @throws tag for 'IOException'.188
ErrorsAvoid inline conditionals.201

eu/scape_project/xa/tw/conf/Configuration.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsFirst sentence should end with a period.23
ErrorsLine is longer than 80 characters.31
ErrorsMissing a Javadoc comment.31
ErrorsMissing a Javadoc comment.32
ErrorsMissing a Javadoc comment.33
ErrorsFirst sentence should end with a period.35
ErrorsLine has trailing spaces.39
ErrorsMethod 'getProjectConfigurationFile' is not designed for extension - needs to be abstract, final or empty.46
ErrorsExpected @throws tag for 'GeneratorException'.46
Errors'if' is not followed by whitespace.47
ErrorsLine is longer than 80 characters.48
ErrorsMethod 'getProjConf' is not designed for extension - needs to be abstract, final or empty.56
ErrorsLine is longer than 80 characters.61
ErrorsLine has trailing spaces.62
ErrorsMethod 'setProjConf' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter confFile should be final.64
ErrorsLine contains a tab character.65
Errors'if' construct must use '{}'s.66
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsLine is longer than 80 characters.70
ErrorsMethod 'setXmlConf' is not designed for extension - needs to be abstract, final or empty.79
ErrorsParameter toolspecFile should be final.79
ErrorsExpected @param tag for 'toolspecFile'.79
ErrorsExpected @throws tag for 'GeneratorException'.79
ErrorsLine contains a tab character.80
Errors'if' construct must use '{}'s.81
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
ErrorsLine is longer than 80 characters.83
ErrorsLine is longer than 80 characters.85
ErrorsMethod 'hasXmlConf' is not designed for extension - needs to be abstract, final or empty.93
ErrorsMethod 'hasConfig' is not designed for extension - needs to be abstract, final or empty.100
ErrorsMethod 'getXmlConf' is not designed for extension - needs to be abstract, final or empty.107

eu/scape_project/xa/tw/gen/DeploymentCreator.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine is longer than 80 characters.53
ErrorsMissing a Javadoc comment.53
ErrorsMissing a Javadoc comment.54
ErrorsMissing a Javadoc comment.55
ErrorsMissing a Javadoc comment.56
ErrorsMissing a Javadoc comment.57
ErrorsMissing a Javadoc comment.58
ErrorsMissing a Javadoc comment.59
ErrorsMissing a Javadoc comment.62
ErrorsMissing a Javadoc comment.63
ErrorsMissing a Javadoc comment.65
ErrorsMissing a Javadoc comment.66
ErrorsFirst sentence should end with a period.68
ErrorsLine is longer than 80 characters.74
ErrorsParameter pomAbsPath should be final.74
Errors'pomAbsPath' hides a field.74
ErrorsExpected @param tag for 'pomAbsPath'.74
ErrorsParameter service should be final.74
Errors'service' hides a field.74
ErrorsExpected @param tag for 'service'.74
ErrorsParameter st should be final.74
Errors'st' hides a field.74
ErrorsExpected @param tag for 'st'.74
ErrorsFirst sentence should end with a period.80
ErrorsLine has trailing spaces.82
ErrorsMethod 'createPom' is not designed for extension - needs to be abstract, final or empty.84
ErrorsMethod length is 256 lines (max allowed is 150).84
ErrorsLine is longer than 80 characters.87
ErrorsLine is longer than 80 characters.91
ErrorsLine is longer than 80 characters.111
ErrorsLine is longer than 80 characters.120
ErrorsLine is longer than 80 characters.130
ErrorsLine has trailing spaces.154
ErrorsLine is longer than 80 characters.155
ErrorsLine is longer than 80 characters.157
Errors'!=' is not preceded with whitespace.157
Errors'!=' is not followed by whitespace.157
Errors'&&' is not preceded with whitespace.157
Errors'&&' is not followed by whitespace.157
Errors'?' is not preceded with whitespace.157
ErrorsAvoid inline conditionals.157
Errors'?' is not followed by whitespace.157
Errors':' is not preceded with whitespace.157
Errors':' is not followed by whitespace.157
ErrorsLine is longer than 80 characters.158
Errors'+' is not preceded with whitespace.158
Errors'+' is not followed by whitespace.158
ErrorsLine is longer than 80 characters.166
ErrorsLine is longer than 80 characters.178
ErrorsLine is longer than 80 characters.202
ErrorsLine is longer than 80 characters.203
Errors'if' is not followed by whitespace.219
ErrorsLine is longer than 80 characters.220
ErrorsLine is longer than 80 characters.227
ErrorsLine is longer than 80 characters.241
ErrorsLine is longer than 80 characters.247
ErrorsLine is longer than 80 characters.248
ErrorsLine is longer than 80 characters.249
ErrorsLine is longer than 80 characters.250
ErrorsLine is longer than 80 characters.251
Errors'if' is not followed by whitespace.255
Errors'{' should be on the previous line.256
ErrorsLine is longer than 80 characters.259
ErrorsLine has trailing spaces.261
ErrorsLine is longer than 80 characters.262
ErrorsLine has trailing spaces.268
ErrorsLine is longer than 80 characters.269
ErrorsLine is longer than 80 characters.270
ErrorsComment matches to-do format 'TODO:'.271
ErrorsLine is longer than 80 characters.283
ErrorsLine is longer than 80 characters.286
ErrorsLine is longer than 80 characters.287
ErrorsLine is longer than 80 characters.291
Errors',' is not followed by whitespace.291
ErrorsLine is longer than 80 characters.293
Errors'+' is not preceded with whitespace.303
Errors'+' is not followed by whitespace.303
ErrorsLine is longer than 80 characters.309
Errors',' is not followed by whitespace.309
Errors'+' is not preceded with whitespace.312
Errors'+' is not followed by whitespace.312
ErrorsLine is longer than 80 characters.319
Errors'if' is not followed by whitespace.319
ErrorsLine is longer than 80 characters.320
ErrorsLine is longer than 80 characters.321
ErrorsLine is longer than 80 characters.322
ErrorsLine is longer than 80 characters.325
ErrorsLine is longer than 80 characters.327
ErrorsLine is longer than 80 characters.329

eu/scape_project/xa/tw/gen/GeneratorException.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.18
ErrorsLine has trailing spaces.25
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.26
ErrorsLine contains a tab character.27
ErrorsFirst sentence should end with a period.29
ErrorsLine contains a tab character.29
ErrorsLine contains a tab character.33
ErrorsFirst sentence should end with a period.36
ErrorsParameter message should be final.40
ErrorsLine has trailing spaces.43
ErrorsFirst sentence should end with a period.44
ErrorsParameter message should be final.49
ErrorsParameter thrw should be final.49
ErrorsLine contains a tab character.50

eu/scape_project/xa/tw/gen/PropertiesSubstitutor.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsMissing package-info.java file.0
ErrorsFirst sentence should end with a period.29
ErrorsLine is longer than 80 characters.36
ErrorsMissing a Javadoc comment.36
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.38
ErrorsMissing a Javadoc comment.39
ErrorsMissing a Javadoc comment.40
ErrorsFirst sentence should end with a period.42
ErrorsLine is longer than 80 characters.54
ErrorsParameter propertiesAbsPath should be final.54
ErrorsExpected @throws tag for 'GeneratorException'.54
ErrorsFirst sentence should end with a period.75
ErrorsMethod 'addVariable' is not designed for extension - needs to be abstract, final or empty.80
ErrorsParameter key should be final.80
ErrorsParameter val should be final.80
ErrorsFirst sentence should end with a period.84
ErrorsMethod 'deriveVariables' is not designed for extension - needs to be abstract, final or empty.88
ErrorsExpected @throws tag for 'GeneratorException'.88
Errors'if' is not followed by whitespace.89
Errors'cast' is not followed by whitespace.96
ErrorsLine is longer than 80 characters.100
ErrorsLine is longer than 80 characters.101
ErrorsLine is longer than 80 characters.102
ErrorsLine is longer than 80 characters.104
ErrorsLine is longer than 80 characters.105
ErrorsLine is longer than 80 characters.106
ErrorsLine is longer than 80 characters.107
ErrorsLine is longer than 80 characters.109
ErrorsLine is longer than 80 characters.112
ErrorsLine is longer than 80 characters.113
ErrorsMethod 'processFile' is not designed for extension - needs to be abstract, final or empty.119
ErrorsParameter path should be final.120
ErrorsLine is longer than 80 characters.123
ErrorsLine is longer than 80 characters.124
ErrorsFirst sentence should end with a period.130
ErrorsMethod 'getGlobalProjectPrefix' is not designed for extension - needs to be abstract, final or empty.134
ErrorsFirst sentence should end with a period.137
ErrorsMethod 'getProjectResourcesDir' is not designed for extension - needs to be abstract, final or empty.141
ErrorsFirst sentence should end with a period.151
ErrorsMethod 'getTemplateDir' is not designed for extension - needs to be abstract, final or empty.155
ErrorsFirst sentence should end with a period.158
ErrorsMethod 'getGenerateDir' is not designed for extension - needs to be abstract, final or empty.162
ErrorsMethod 'getProjectMidfix' is not designed for extension - needs to be abstract, final or empty.169
ErrorsMethod 'getProjectDirectory' is not designed for extension - needs to be abstract, final or empty.183
ErrorsFirst sentence should end with a period.186
ErrorsMethod 'getPropertyUtils' is not designed for extension - needs to be abstract, final or empty.190
ErrorsMethod 'getProjectPackagePath' is not designed for extension - needs to be abstract, final or empty.197
ErrorsMethod 'getProp' is not designed for extension - needs to be abstract, final or empty.227
ErrorsParameter string should be final.227
ErrorsMethod 'getContextProp' is not designed for extension - needs to be abstract, final or empty.239
ErrorsParameter string should be final.239
ErrorsMethod 'getServiceDef' is not designed for extension - needs to be abstract, final or empty.250
ErrorsMethod 'setServiceDef' is not designed for extension - needs to be abstract, final or empty.257
ErrorsParameter serviceDef should be final.257
Errors'serviceDef' hides a field.257

eu/scape_project/xa/tw/gen/ServiceCodeCreator.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine is longer than 80 characters.47
ErrorsMissing a Javadoc comment.47
ErrorsMissing a Javadoc comment.48
ErrorsVariable 'st' must be private and have accessor methods.48
ErrorsMissing a Javadoc comment.49
ErrorsMissing a Javadoc comment.50
ErrorsMissing a Javadoc comment.51
ErrorsFirst sentence should end with a period.53
ErrorsLine is longer than 80 characters.60
ErrorsParameter st should be final.60
Errors'st' hides a field.60
ErrorsParameter sc should be final.60
Errors'sc' hides a field.60
ErrorsParameter sxml should be final.60
Errors'sxml' hides a field.60
ErrorsParameter operations should be final.60
Errors'operations' hides a field.60
ErrorsFirst sentence should end with a period.67
ErrorsLine contains a tab character.69
ErrorsFirst sentence should end with a period.72
ErrorsMethod 'createOperations' is not designed for extension - needs to be abstract, final or empty.77
ErrorsExpected @throws tag for 'IOException'.77
ErrorsExpected @throws tag for 'GeneratorException'.77
ErrorsFirst sentence should end with a period.83
ErrorsLine is longer than 80 characters.89
ErrorsParameter operation should be final.89
ErrorsExpected @param tag for 'operation'.89
ErrorsExpected @throws tag for 'IOException'.89
ErrorsExpected @throws tag for 'GeneratorException'.89
ErrorsLine is longer than 80 characters.101
ErrorsLine is longer than 80 characters.106
ErrorsFirst sentence should end with a period.146
ErrorsMethod 'addDataSection' is not designed for extension - needs to be abstract, final or empty.153
ErrorsParameter operation should be final.153
ErrorsExpected @param tag for 'operation'.153
ErrorsParameter oc should be final.153
ErrorsExpected @param tag for 'oc'.153
ErrorsParameter inout should be final.154
ErrorsExpected @param tag for 'inout'.154
ErrorsExpected @throws tag for 'GeneratorException'.154
ErrorsAvoid inline conditionals.157
ErrorsLine is longer than 80 characters.170
ErrorsAvoid inline conditionals.170
ErrorsLine is longer than 80 characters.171
ErrorsAvoid inline conditionals.171
ErrorsLine is longer than 80 characters.179
ErrorsAvoid inline conditionals.179
ErrorsLine is longer than 80 characters.180
ErrorsAvoid inline conditionals.180
ErrorsAvoid inline conditionals.181
ErrorsLine is longer than 80 characters.183
ErrorsAvoid inline conditionals.189
ErrorsAvoid inline conditionals.191
ErrorsLine is longer than 80 characters.193
ErrorsLine is longer than 80 characters.210
ErrorsLine is longer than 80 characters.231
ErrorsLine is longer than 80 characters.241
ErrorsLine is longer than 80 characters.243
ErrorsLine is longer than 80 characters.250
ErrorsLine is longer than 80 characters.253
ErrorsLine is longer than 80 characters.267
ErrorsLine is longer than 80 characters.280
ErrorsFirst sentence should end with a period.284
ErrorsUnused @param tag for 'dataType'.286
ErrorsUnused @param tag for 'nodeName'.287
ErrorsParameter input should be final.290
ErrorsExpected @param tag for 'input'.290
ErrorsUnused @param tag for 'currJsn'.321
ErrorsUnused @param tag for 'dataType'.322
ErrorsUnused @param tag for 'nodeName'.323
ErrorsParameter inout should be final.326
ErrorsExpected @param tag for 'inout'.326
ErrorsLine is longer than 80 characters.362

eu/scape_project/xa/tw/gen/ServiceDef.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.19
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsFirst sentence should end with a period.31
ErrorsLine contains a tab character.33
ErrorsParameter name should be final.42
Errors'name' hides a field.42
ErrorsExpected @param tag for 'name'.42
ErrorsParameter version should be final.42
Errors'version' hides a field.42
ErrorsExpected @param tag for 'version'.42
ErrorsFirst sentence should end with a period.49
ErrorsParameter name should be final.54
Errors'name' hides a field.54
ErrorsMissing a Javadoc comment.59
ErrorsParameter v should be final.59
ErrorsMissing a Javadoc comment.65
Errors'+' is not preceded with whitespace.66
Errors'+' is not followed by whitespace.66
ErrorsMissing a Javadoc comment.70
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.77
ErrorsMethod 'getVersion' is not designed for extension - needs to be abstract, final or empty.84
ErrorsMethod 'getDirectory' is not designed for extension - needs to be abstract, final or empty.91
ErrorsMethod 'getMidfix' is not designed for extension - needs to be abstract, final or empty.98

eu/scape_project/xa/tw/gen/Substitutor.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsFirst sentence should end with a period.27
ErrorsLine is longer than 80 characters.34
ErrorsMissing a Javadoc comment.34
ErrorsMissing a Javadoc comment.35
ErrorsMissing a Javadoc comment.36
ErrorsVariable 've' must be private and have accessor methods.36
ErrorsLine is longer than 80 characters.46
ErrorsLine is longer than 80 characters.48
ErrorsMethod 'putKeyValuePair' is not designed for extension - needs to be abstract, final or empty.59
ErrorsParameter key should be final.59
ErrorsParameter val should be final.59
ErrorsLine is longer than 80 characters.62
Errors'+' is not preceded with whitespace.62
Errors'+' is not followed by whitespace.62
Errors'+' is not preceded with whitespace.62
Errors'+' is not followed by whitespace.62
Errors'+' is not preceded with whitespace.62
Errors'+' is not followed by whitespace.62
Errors'+' is not preceded with whitespace.62
Errors'+' is not followed by whitespace.62
ErrorsFirst sentence should end with a period.65
ErrorsLine has trailing spaces.69
ErrorsLine is longer than 80 characters.71
ErrorsMethod 'applySubstitution' is not designed for extension - needs to be abstract, final or empty.71
ErrorsParameter srcFileAbsPath should be final.71
ErrorsParameter trgtFileAbsPath should be final.71
ErrorsLine is longer than 80 characters.76
ErrorsLine is longer than 80 characters.87
ErrorsLine is longer than 80 characters.94
ErrorsFirst sentence should end with a period.98
ErrorsMethod 'applySubstitution' is not designed for extension - needs to be abstract, final or empty.103
ErrorsParameter content should be final.103
ErrorsLine has trailing spaces.113
ErrorsLine is longer than 80 characters.115
ErrorsMethod 'processDirectory' is not designed for extension - needs to be abstract, final or empty.115
ErrorsParameter path should be final.115
ErrorsExpected @throws tag for 'IOException'.115
ErrorsFirst sentence should end with a period.128
ErrorsMethod 'replaceVars' is not designed for extension - needs to be abstract, final or empty.133
ErrorsParameter inputText should be final.133
ErrorsMissing a Javadoc comment.140
ErrorsMethod 'getContext' is not designed for extension - needs to be abstract, final or empty.145

eu/scape_project/xa/tw/gen/ToolspecValidator.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine is longer than 80 characters.53
ErrorsMissing a Javadoc comment.53
ErrorsMissing a Javadoc comment.54
ErrorsMissing a Javadoc comment.55
ErrorsMissing a Javadoc comment.56
ErrorsMissing a Javadoc comment.57
ErrorsFirst sentence should end with a period.59
ErrorsLine is longer than 80 characters.60
ErrorsLine has trailing spaces.61
ErrorsParameter toolspec should be final.65
Errors'toolspec' hides a field.65
ErrorsParameter ioc should be final.65
Errors'ioc' hides a field.65
ErrorsMethod 'validateWithXMLSchema' is not designed for extension - needs to be abstract, final or empty.75
ErrorsExpected @throws tag for 'GeneratorException'.75
ErrorsLine is longer than 80 characters.77
ErrorsLine is longer than 80 characters.78
ErrorsLine is longer than 80 characters.84
ErrorsLine is longer than 80 characters.85
ErrorsLine is longer than 80 characters.99
ErrorsLine is longer than 80 characters.101
ErrorsLine is longer than 80 characters.103
ErrorsMethod 'validate' is not designed for extension - needs to be abstract, final or empty.110
ErrorsExpected @throws tag for 'GeneratorException'.110
ErrorsLine is longer than 80 characters.125
ErrorsMissing a Javadoc comment.125
ErrorsParameter service should be final.125
ErrorsParameter toolVersion should be final.125
Errors'+' is not preceded with whitespace.135
Errors'+' is not followed by whitespace.135
ErrorsLine is longer than 80 characters.136
ErrorsLine is longer than 80 characters.137
ErrorsMethod 'isValid' is not designed for extension - needs to be abstract, final or empty.148
ErrorsMissing a Javadoc comment.152
ErrorsParameter condition should be final.152
ErrorsParameter errType should be final.152
ErrorsParameter errMsg should be final.152
ErrorsMethod 'checkpoint' is not designed for extension - needs to be abstract, final or empty.164
ErrorsExpected @throws tag for 'GeneratorException'.164
ErrorsMissing a Javadoc comment.181
ErrorsParameter operation should be final.181
ErrorsMissing a Javadoc comment.184
ErrorsMissing a Javadoc comment.186
ErrorsMissing a Javadoc comment.187
ErrorsMissing a Javadoc comment.189
ErrorsParameter errType should be final.189
Errors'errType' hides a field.189
ErrorsParameter errMsg should be final.189
Errors'errMsg' hides a field.189

eu/scape_project/xa/tw/gen/WsdlCreator.java

ViolationMessageLine
ErrorsFile does not end with a newline.0
ErrorsLine is longer than 80 characters.49
ErrorsMissing a Javadoc comment.49
ErrorsMissing a Javadoc comment.50
ErrorsMissing a Javadoc comment.51
ErrorsMissing a Javadoc comment.52
ErrorsMissing a Javadoc comment.53
ErrorsMissing a Javadoc comment.54
ErrorsFirst sentence should end with a period.56
ErrorsLine is longer than 80 characters.63
ErrorsParameter st should be final.63
Errors'st' hides a field.63
ErrorsExpected @param tag for 'st'.63
ErrorsParameter wsdlSourcePath should be final.63
Errors'wsdlSourcePath' hides a field.63
ErrorsExpected @param tag for 'wsdlSourcePath'.63
ErrorsParameter wsdlTargetAbsPath should be final.63
ErrorsExpected @param tag for 'wsdlTargetAbsPath'.63
ErrorsParameter operations should be final.63
Errors'operations' hides a field.63
ErrorsExpected @param tag for 'operations'.63
ErrorsFirst sentence should end with a period.70
ErrorsLine has trailing spaces.72
ErrorsMethod 'insertDataTypes' is not designed for extension - needs to be abstract, final or empty.74
ErrorsLine is longer than 80 characters.77
ErrorsLine is longer than 80 characters.81
ErrorsLine is longer than 80 characters.97
ErrorsLine is longer than 80 characters.99
ErrorsLine is longer than 80 characters.101
Errors'if' is not followed by whitespace.108
ErrorsLine is longer than 80 characters.109
ErrorsMissing a Javadoc comment.116
ErrorsParameter operation should be final.116
ErrorsLine is longer than 80 characters.121
ErrorsLine is longer than 80 characters.123
ErrorsLine is longer than 80 characters.127
ErrorsMissing a Javadoc comment.127
ErrorsParameter definitionsNode should be final.127
ErrorsParameter portTypeNode should be final.127
ErrorsParameter type should be final.127
ErrorsParameter operation should be final.127
Errors'+' is not preceded with whitespace.130
Errors'+' is not followed by whitespace.130
Errors'+' is not preceded with whitespace.136
Errors'+' is not followed by whitespace.136
ErrorsFirst sentence should end with a period.142
ErrorsUnused @param tag for 'doc'.144
ErrorsUnused @param tag for 'rootJsn'.145
ErrorsParameter operation should be final.147
ErrorsExpected @param tag for 'operation'.147
ErrorsLine is longer than 80 characters.157
ErrorsMissing a Javadoc comment.157
ErrorsParameter operation should be final.157
ErrorsParameter type should be final.157
ErrorsParameter schemaNode should be final.157
ErrorsParameter oid should be final.157
ErrorsLine is longer than 80 characters.164
ErrorsLine is longer than 80 characters.166
ErrorsLine is longer than 80 characters.171
ErrorsLine is longer than 80 characters.177
ErrorsLine is longer than 80 characters.183
ErrorsLine is longer than 80 characters.194
Errors'+' is not preceded with whitespace.194
ErrorsLine is longer than 80 characters.199
ErrorsLine is longer than 80 characters.210
Errors'+' is not preceded with whitespace.210
ErrorsLine is longer than 80 characters.215
ErrorsLine is longer than 80 characters.217
ErrorsLine is longer than 80 characters.222
ErrorsLine is longer than 80 characters.227
Errors'+' is not preceded with whitespace.227
Errors'+' is not followed by whitespace.227
Errors'+' is not preceded with whitespace.228
Errors'+' is not followed by whitespace.228
ErrorsLine is longer than 80 characters.240
ErrorsParameter reqTypeSeqElm should be final.276
ErrorsExpected @param tag for 'reqTypeSeqElm'.276
ErrorsParameter inout should be final.276
ErrorsExpected @param tag for 'inout'.276
ErrorsLine is longer than 80 characters.283
Errors'?' is not preceded with whitespace.283
ErrorsAvoid inline conditionals.283
Errors'?' is not followed by whitespace.283
Errors'cast' is not followed by whitespace.283
Errors':' is not preceded with whitespace.283
Errors':' is not followed by whitespace.283
ErrorsLine is longer than 80 characters.284
Errors'?' is not preceded with whitespace.284
ErrorsAvoid inline conditionals.284
Errors'?' is not followed by whitespace.284
Errors'cast' is not followed by whitespace.284
Errors':' is not preceded with whitespace.284
Errors':' is not followed by whitespace.284
ErrorsLine is longer than 80 characters.294
ErrorsLine is longer than 80 characters.295
Errors')' is preceded with whitespace.295
ErrorsAvoid inline conditionals.300
Errors'if' construct must use '{}'s.302
Errors'if' is not followed by whitespace.302
Errors'if' is not followed by whitespace.304
Errors'+' is not preceded with whitespace.305
Errors'+' is not followed by whitespace.305
Errors'+' is not preceded with whitespace.305
Errors'+' is not followed by whitespace.305
Errors'if' is not followed by whitespace.306
Errors'+' is not preceded with whitespace.307
Errors'+' is not followed by whitespace.307
Errors'+' is not preceded with whitespace.307
Errors'+' is not followed by whitespace.307
ErrorsLine is longer than 80 characters.312
ErrorsMissing a Javadoc comment.312
ErrorsParameter doc should be final.312
Errors'doc' hides a field.312
ErrorsParameter operation should be final.312
ErrorsLine is longer than 80 characters.315
ErrorsLine is longer than 80 characters.316
ErrorsLine is longer than 80 characters.319
ErrorsLine is longer than 80 characters.335
Errors'+' is not preceded with whitespace.340
Errors'+' is not followed by whitespace.340
Errors'+' is not preceded with whitespace.340
Errors'+' is not followed by whitespace.340
ErrorsLine is longer than 80 characters.346
Errors'+' is not preceded with whitespace.346
Errors'+' is not followed by whitespace.346
Errors'+' is not preceded with whitespace.346
Errors'+' is not followed by whitespace.346
ErrorsLine is longer than 80 characters.347
Errors'+' is not preceded with whitespace.347
Errors'+' is not followed by whitespace.347
Errors'+' is not preceded with whitespace.347
Errors'+' is not followed by whitespace.347
ErrorsLine is longer than 80 characters.361
ErrorsMissing a Javadoc comment.361
ErrorsParameter doc should be final.361
Errors'doc' hides a field.361
ErrorsParameter operation should be final.361
ErrorsLine is longer than 80 characters.366
ErrorsLine is longer than 80 characters.370
ErrorsLine is longer than 80 characters.398
ErrorsLine is longer than 80 characters.438
ErrorsMissing a Javadoc comment.456
ErrorsParameter input should be final.456
ErrorsParameter schemaNode should be final.456
Errors'if' is not followed by whitespace.469
Errors'if' is not followed by whitespace.470
ErrorsLine is longer than 80 characters.473
ErrorsLine is longer than 80 characters.474
Errors'+' is not preceded with whitespace.478
Errors'+' is not followed by whitespace.478
Errors'+' is not preceded with whitespace.484
Errors'+' is not followed by whitespace.484
Errors'+' is not preceded with whitespace.485
Errors'+' is not followed by whitespace.485
Errors'+' is not preceded with whitespace.485
Errors'+' is not followed by whitespace.485
Errors'+' is not preceded with whitespace.491
Errors'+' is not followed by whitespace.491
Errors'for' is not followed by whitespace.495

eu/scape_project/xa/tw/gen/types/ErrType.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsFirst sentence should end with a period.18
ErrorsFirst sentence should end with a period.25
ErrorsFirst sentence should end with a period.33

eu/scape_project/xa/tw/gen/types/IOType.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsFirst sentence should end with a period.26
ErrorsLine contains a tab character.26
ErrorsFirst sentence should end with a period.34
ErrorsLine contains a tab character.34

eu/scape_project/xa/tw/gen/types/MsgType.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.18
ErrorsFirst sentence should end with a period.24
ErrorsLine contains a tab character.24
ErrorsFirst sentence should end with a period.32
ErrorsLine contains a tab character.32

eu/scape_project/xa/tw/tmpl/Code.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine is longer than 80 characters.29
ErrorsLine has trailing spaces.32
ErrorsMissing a Javadoc comment.38
ErrorsMissing a Javadoc comment.39
ErrorsFirst sentence should end with a period.41
ErrorsParameter templateFilePath should be final.46
ErrorsExpected @throws tag for 'IOException'.46
ErrorsFirst sentence should end with a period.51
ErrorsMethod 'getCode' is not designed for extension - needs to be abstract, final or empty.55
ErrorsFirst sentence should end with a period.59
ErrorsMethod 'put' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter key should be final.64
ErrorsParameter val should be final.64
ErrorsMethod 'put' is not designed for extension - needs to be abstract, final or empty.72
ErrorsParameter context should be final.72
ErrorsExpected @param tag for 'context'.72
ErrorsLine is longer than 80 characters.76
ErrorsFirst sentence should end with a period.80
ErrorsMethod 'evaluate' is not designed for extension - needs to be abstract, final or empty.84
ErrorsMethod 'getCtx' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMethod 'setCode' is not designed for extension - needs to be abstract, final or empty.102
ErrorsParameter code should be final.102
Errors'code' hides a field.102

eu/scape_project/xa/tw/tmpl/GenericCode.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsFirst sentence should end with a period.32
ErrorsParameter filePath should be final.37
ErrorsMethod 'create' is not designed for extension - needs to be abstract, final or empty.45
ErrorsParameter targetFilePath should be final.45
ErrorsExpected @param tag for 'targetFilePath'.45
ErrorsExpected @throws tag for 'IOException'.45
ErrorsLine is longer than 80 characters.49

eu/scape_project/xa/tw/tmpl/OperationCode.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsFirst sentence should end with a period.34
ErrorsLine is longer than 80 characters.35
ErrorsLine has trailing spaces.36
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.38
ErrorsMissing a Javadoc comment.39
ErrorsMissing a Javadoc comment.40
ErrorsMissing a Javadoc comment.41
ErrorsMissing a Javadoc comment.43
ErrorsMissing a Javadoc comment.45
ErrorsParameter filePath should be final.52
ErrorsExpected @param tag for 'filePath'.52
ErrorsParameter opid should be final.52
Errors'opid' hides a field.52
ErrorsExpected @param tag for 'opid'.52
ErrorsExpected @throws tag for 'IOException'.52
ErrorsMethod 'addResultElement' is not designed for extension - needs to be abstract, final or empty.66
ErrorsParameter resultElement should be final.66
ErrorsMethod 'getResultElements' is not designed for extension - needs to be abstract, final or empty.73
ErrorsMethod 'addOutFileItem' is not designed for extension - needs to be abstract, final or empty.80
ErrorsParameter outFileItem should be final.80
ErrorsMethod 'getOutFileItems' is not designed for extension - needs to be abstract, final or empty.87
ErrorsFirst sentence should end with a period.91
ErrorsMethod 'put' is not designed for extension - needs to be abstract, final or empty.96
ErrorsParameter string should be final.96
ErrorsParameter listitem should be final.96
ErrorsMethod 'addParameter' is not designed for extension - needs to be abstract, final or empty.103
ErrorsParameter parameter should be final.103
ErrorsMethod 'getOperationName' is not designed for extension - needs to be abstract, final or empty.110
ErrorsMethod 'setOperationName' is not designed for extension - needs to be abstract, final or empty.117
ErrorsParameter operationName should be final.117
Errors'operationName' hides a field.117
ErrorsMethod 'getParameters' is not designed for extension - needs to be abstract, final or empty.124
ErrorsMethod 'getParametersCsList' is not designed for extension - needs to be abstract, final or empty.131
Errors'+' is not preceded with whitespace.133
Errors'+' is not followed by whitespace.133
ErrorsMethod 'getOpid' is not designed for extension - needs to be abstract, final or empty.150
ErrorsMethod 'setOpid' is not designed for extension - needs to be abstract, final or empty.157
ErrorsParameter opid should be final.157
Errors'opid' hides a field.157
ErrorsFirst sentence should end with a period.161
ErrorsMethod 'appendInputSection' is not designed for extension - needs to be abstract, final or empty.165
ErrorsParameter code should be final.165
ErrorsExpected @param tag for 'code'.165
ErrorsFirst sentence should end with a period.169
ErrorsMethod 'appendOutputSection' is not designed for extension - needs to be abstract, final or empty.173
ErrorsParameter code should be final.173
ErrorsExpected @param tag for 'code'.173
ErrorsMethod 'getInputSection' is not designed for extension - needs to be abstract, final or empty.180
ErrorsMethod 'getOutputSection' is not designed for extension - needs to be abstract, final or empty.187

eu/scape_project/xa/tw/tmpl/OutputItemCode.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.31
ErrorsParameter filePath should be final.36

eu/scape_project/xa/tw/tmpl/ResultElementCode.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.31
ErrorsParameter filePath should be final.36

eu/scape_project/xa/tw/tmpl/SectionCode.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.31
ErrorsParameter filePath should be final.36

eu/scape_project/xa/tw/tmpl/ServiceCode.java

ViolationMessageLine
ErrorsLine has trailing spaces.3
ErrorsLine has trailing spaces.7
ErrorsLine has trailing spaces.9
ErrorsLine has trailing spaces.33
ErrorsMissing a Javadoc comment.34
ErrorsFirst sentence should end with a period.36
ErrorsParameter filePath should be final.41
ErrorsMethod 'getOperations' is not designed for extension - needs to be abstract, final or empty.49
ErrorsMethod 'addOperation' is not designed for extension - needs to be abstract, final or empty.56
ErrorsParameter operationSnippet should be final.56
ErrorsFirst sentence should end with a period.60
ErrorsLine has trailing spaces.63
ErrorsMethod 'put' is not designed for extension - needs to be abstract, final or empty.65
ErrorsParameter string should be final.65
ErrorsParameter operations should be final.65
Errors'operations' hides a field.65
ErrorsMethod 'create' is not designed for extension - needs to be abstract, final or empty.73
ErrorsParameter targetFilePath should be final.73
ErrorsExpected @param tag for 'targetFilePath'.73
ErrorsExpected @throws tag for 'IOException'.73
ErrorsLine is longer than 80 characters.76

eu/scape_project/xa/tw/tmpl/ServiceXml.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.33
ErrorsFirst sentence should end with a period.35
ErrorsLine contains a tab character.41
ErrorsParameter filePath should be final.41
Errors'{' is not followed by whitespace.43
Errors'}' is not preceded with whitespace.43
ErrorsMethod 'getOperations' is not designed for extension - needs to be abstract, final or empty.49
ErrorsMethod 'addOperation' is not designed for extension - needs to be abstract, final or empty.56
ErrorsParameter servxmlop should be final.56
ErrorsFirst sentence should end with a period.62
ErrorsMethod 'put' is not designed for extension - needs to be abstract, final or empty.67
ErrorsParameter string should be final.67
ErrorsParameter operations should be final.67
Errors'operations' hides a field.67
ErrorsMethod 'create' is not designed for extension - needs to be abstract, final or empty.75
ErrorsParameter targetFilePath should be final.75
ErrorsExpected @param tag for 'targetFilePath'.75
ErrorsExpected @throws tag for 'IOException'.75
ErrorsLine is longer than 80 characters.78

eu/scape_project/xa/tw/tmpl/ServiceXmlOp.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.31
ErrorsParameter filePath should be final.36

eu/scape_project/xa/tw/util/FileUtil.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.37
ErrorsMissing a Javadoc comment.39
ErrorsLine is longer than 80 characters.40
ErrorsMissing a Javadoc comment.40
ErrorsFirst sentence should end with a period.56
ErrorsAvoid inline conditionals.63
ErrorsAvoid inline conditionals.67
ErrorsFirst sentence should end with a period.83
ErrorsLine is longer than 80 characters.157
ErrorsLine is longer than 80 characters.263
ErrorsAvoid inline conditionals.337
ErrorsAvoid inline conditionals.339
ErrorsLine is longer than 80 characters.346
ErrorsLine is longer than 80 characters.386
ErrorsLine is longer than 80 characters.426
ErrorsUnused @throws tag for 'IllegalArgumentException'.489
ErrorsUnused @throws tag for 'IllegalArgumentException'.501
ErrorsMissing a Javadoc comment.510
ErrorsParameter mkdir should be final.510
ErrorsParameter file should be final.510
ErrorsParameter parts should be final.520
ErrorsLine is longer than 80 characters.556
ErrorsLine is longer than 80 characters.560
ErrorsLine is longer than 80 characters.564
ErrorsLine is longer than 80 characters.565

eu/scape_project/xa/tw/util/PropertyUtil.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.29
ErrorsLine is longer than 80 characters.36
ErrorsMissing a Javadoc comment.36
ErrorsMissing a Javadoc comment.37
ErrorsMissing a Javadoc comment.38
ErrorsFirst sentence should end with a period.40
ErrorsParameter propertiesFile should be final.45
ErrorsExpected @throws tag for 'GeneratorException'.45
ErrorsMethod 'getKeyValuePairs' is not designed for extension - needs to be abstract, final or empty.58
ErrorsLine contains a tab character.59
ErrorsFirst sentence should end with a period.64
ErrorsMethod 'getProp' is not designed for extension - needs to be abstract, final or empty.69
ErrorsParameter key should be final.69

eu/scape_project/xa/tw/util/StringConverterUtil.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsFirst sentence should end with a period.20
ErrorsUtility classes should not have a public or default constructor.25
ErrorsFirst sentence should end with a period.27
ErrorsParameter pn should be final.33
Errors'if' construct must use '{}'s.56
Errors'if' is not followed by whitespace.56
ErrorsFirst sentence should end with a period.63
ErrorsParameter pn should be final.68
ErrorsLine is longer than 80 characters.73
ErrorsParameter var should be final.77
ErrorsLine is longer than 80 characters.82
ErrorsParameter var should be final.86
ErrorsFirst sentence should end with a period.90
ErrorsParameter var should be final.95