Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
35001913

Files

FilesInfosWarningsErrors
org/xchain/framework/filter/MultipartFormDataFilter.java00112
org/xchain/framework/filter/UrlTranslationFilter.java00171
org/xchain/framework/javascript/BasicMergeStrategy.java0059
org/xchain/framework/javascript/CacheMergeStrategy.java00129
org/xchain/framework/javascript/CompressJavaScriptMergeStrategy.java0012
org/xchain/framework/javascript/IMergeStrategy.java0014
org/xchain/framework/javascript/JsCompressor.java00105
org/xchain/framework/javascript/MergeUtil.java0017
org/xchain/framework/lifecycle/ContainerContext.java0016
org/xchain/framework/lifecycle/ContainerLifecycle.java0087
org/xchain/framework/net/protocol/resource/ServletContextUrlTranslationStrategy.java0046
org/xchain/framework/servlet/CCLPolicyType.java002
org/xchain/framework/servlet/CatalogServlet.java00167
org/xchain/framework/servlet/MultipartFormDataServletRequest.java00174
org/xchain/framework/servlet/ServletThreadContext.java0019
org/xchain/framework/servlet/XChainListener.java0071
org/xchain/framework/servlet/XChainManager.java00218
org/xchain/framework/transaction/AbstractJtaLookupStrategy.java0031
org/xchain/framework/transaction/JBossLookupStrategy.java008
org/xchain/framework/transaction/JtaLookupStrategy.java007
org/xchain/framework/transaction/OSGiJtaLookupStrategy.java006
org/xchain/framework/transaction/WeblogicLookupStrategy.java008
org/xchain/framework/util/NamingUtil.java0042
org/xchain/namespaces/javascript/MergeJavascript.java0090
org/xchain/namespaces/javascript/package-info.java004
org/xchain/namespaces/jta/Constants.java004
org/xchain/namespaces/jta/TransactionCommand.java0059
org/xchain/namespaces/jta/package-info.java004
org/xchain/namespaces/servlet/Constants.java007
org/xchain/namespaces/servlet/ForwardCommand.java0063
org/xchain/namespaces/servlet/GetCookie.java008
org/xchain/namespaces/servlet/RedirectCommand.java0032
org/xchain/namespaces/servlet/ResultCommand.java00103
org/xchain/namespaces/servlet/SetCookie.java0014
org/xchain/namespaces/servlet/package-info.java004

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
7Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
49Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
146Errors Error
JavadocMethod166Errors Error
JavadocType4Errors Error
JavadocVariable72Errors Error
JavadocStyle9Errors Error
ConstantName3Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName1Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName8Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport1Errors Error
UnusedImports12Errors Error
LineLength213Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad1Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter0Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap4Errors Error
ParenPad454Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter18Errors Error
WhitespaceAround373Errors Error
ModifierOrder3Errors Error
RedundantModifier3Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock5Errors Error
LeftCurly78Errors Error
NeedBraces19Errors Error
RightCurly36Errors Error
AvoidInlineConditionals3Errors Error
DoubleCheckedLocking1Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField8Errors Error
IllegalInstantiation0Errors Error
InnerAssignment3Errors Error
MagicNumber4Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows0Errors Error
SimplifyBooleanExpression2Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension53Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor5Errors Error
InterfaceIsType0Errors Error
VisibilityModifier22Errors Error
ArrayTypeStyle0Errors Error
FinalParameters124Errors Error
TodoComment3Errors Error
UpperEll0Errors Error

Details

org/xchain/framework/filter/MultipartFormDataFilter.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
Errors'{' should be on the previous line.40
ErrorsLine is longer than 80 characters.41
ErrorsMissing a Javadoc comment.41
ErrorsVariable 'log' must be private and have accessor methods.41
ErrorsMissing a Javadoc comment.44
ErrorsMissing a Javadoc comment.47
ErrorsMissing a Javadoc comment.50
ErrorsMissing a Javadoc comment.52
ErrorsMissing a Javadoc comment.53
ErrorsMissing a Javadoc comment.55
ErrorsVariable 'maxSize' must be private and have accessor methods.55
ErrorsMissing a Javadoc comment.56
ErrorsVariable 'sizeThreashold' must be private and have accessor methods.56
ErrorsMissing a Javadoc comment.57
ErrorsVariable 'repositoryPath' must be private and have accessor methods.57
ErrorsMethod 'init' is not designed for extension - needs to be abstract, final or empty.59
ErrorsMissing a Javadoc comment.59
ErrorsParameter filterConfig should be final.59
Errors'{' should be on the previous line.61
ErrorsLine is longer than 80 characters.64
Errors'cast' is not followed by whitespace.64
ErrorsLine is longer than 80 characters.65
ErrorsName 'DEFAULT_REPOSITORY_PATH' must match pattern '^[a-z][a-zA-Z0-9]*$'.65
ErrorsAvoid inline conditionals.65
ErrorsLine is longer than 80 characters.68
Errors'(' is followed by whitespace.68
Errors')' is preceded with whitespace.68
ErrorsLine is longer than 80 characters.71
Errors'(' is followed by whitespace.71
ErrorsLine is longer than 80 characters.74
Errors'(' is followed by whitespace.74
Errors'{' should be on the previous line.77
ErrorsLine is longer than 80 characters.78
ErrorsLine is longer than 80 characters.87
ErrorsMethod 'doFilter' is not designed for extension - needs to be abstract, final or empty.87
ErrorsMissing a Javadoc comment.87
ErrorsParameter request should be final.87
ErrorsParameter response should be final.87
ErrorsParameter filterChain should be final.87
Errors'{' should be on the previous line.89
Errors'if' is not followed by whitespace.90
Errors'(' is followed by whitespace.90
Errors')' is preceded with whitespace.90
Errors'cast' is not followed by whitespace.94
Errors'cast' is not followed by whitespace.95
ErrorsLine is longer than 80 characters.100
Errors'(' is followed by whitespace.100
Errors')' is preceded with whitespace.100
ErrorsLine is longer than 80 characters.102
Errors'(' is followed by whitespace.102
Errors'}' should be on the same line.103
Errors'catch' is not followed by whitespace.104
Errors'(' is followed by whitespace.104
Errors')' is preceded with whitespace.104
Errors'if' is not followed by whitespace.105
Errors'(' is followed by whitespace.105
Errors')' is preceded with whitespace.105
ErrorsLine is longer than 80 characters.107
Errors'}' should be on the same line.109
ErrorsLine is longer than 80 characters.110
ErrorsLine is longer than 80 characters.112
Errors'if' is not followed by whitespace.115
Errors'(' is followed by whitespace.115
Errors')' is preceded with whitespace.115
ErrorsLine is longer than 80 characters.117
Errors')' is preceded with whitespace.117
Errors'}' should be on the same line.119
Errors'if' construct must use '{}'s.121
Errors'if' is not followed by whitespace.121
Errors'(' is followed by whitespace.121
Errors')' is preceded with whitespace.121
ErrorsMissing a Javadoc comment.133
ErrorsLine is longer than 80 characters.137
ErrorsMissing a Javadoc comment.137
Errors'(' is followed by whitespace.137
ErrorsParameter filterConfig should be final.137
ErrorsParameter parameterName should be final.137
ErrorsParameter defaultValue should be final.137
Errors')' is preceded with whitespace.137
Errors'{' should be on the previous line.139
Errors'if' is not followed by whitespace.142
Errors'(' is followed by whitespace.142
Errors')' is preceded with whitespace.142
Errors'}' should be on the same line.145
Errors'+' should be on a new line.147
Errors'+' should be on a new line.148
ErrorsLine is longer than 80 characters.155
ErrorsMissing a Javadoc comment.155
Errors'(' is followed by whitespace.155
ErrorsParameter filterConfig should be final.155
ErrorsParameter parameterName should be final.155
ErrorsParameter defaultValue should be final.155
Errors')' is preceded with whitespace.155
Errors'{' should be on the previous line.157
Errors'if' is not followed by whitespace.160
Errors'(' is followed by whitespace.160
Errors')' is preceded with whitespace.160
Errors'}' should be on the same line.163
Errors'+' should be on a new line.165
Errors'+' should be on a new line.166
ErrorsLine is longer than 80 characters.173
ErrorsMissing a Javadoc comment.173
Errors'(' is followed by whitespace.173
ErrorsParameter filterConfig should be final.173
ErrorsParameter parameterName should be final.173
ErrorsParameter defaultValue should be final.173
Errors')' is preceded with whitespace.173
Errors'{' should be on the previous line.175
Errors'if' is not followed by whitespace.179
Errors'(' is followed by whitespace.179
Errors')' is preceded with whitespace.179

org/xchain/framework/filter/UrlTranslationFilter.java

ViolationMessageLine
ErrorsLine has trailing spaces.50
ErrorsLine is longer than 80 characters.51
ErrorsLine has trailing spaces.53
ErrorsLine is longer than 80 characters.54
ErrorsLine is longer than 80 characters.62
ErrorsLine has trailing spaces.82
ErrorsLine is longer than 80 characters.83
ErrorsLine is longer than 80 characters.84
ErrorsLine is longer than 80 characters.85
ErrorsLine is longer than 80 characters.86
ErrorsLine is longer than 80 characters.87
ErrorsLine has trailing spaces.88
ErrorsLine has trailing spaces.90
ErrorsLine is longer than 80 characters.93
ErrorsLine is longer than 80 characters.94
Errors'{' should be on the previous line.106
ErrorsLine is longer than 80 characters.108
ErrorsMissing a Javadoc comment.108
ErrorsMissing a Javadoc comment.110
ErrorsName 'CONFIG_RESOURCE_URL_PARAM_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'.110
ErrorsVariable 'CONFIG_RESOURCE_URL_PARAM_NAME' must be private and have accessor methods.110
ErrorsMissing a Javadoc comment.111
ErrorsName 'ENABLED_PARAM_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'.111
ErrorsVariable 'ENABLED_PARAM_NAME' must be private and have accessor methods.111
ErrorsMissing a Javadoc comment.113
ErrorsLine is longer than 80 characters.114
ErrorsMissing a Javadoc comment.114
ErrorsMissing a Javadoc comment.115
ErrorsMethod 'init' is not designed for extension - needs to be abstract, final or empty.117
ErrorsMissing a Javadoc comment.117
Errors'(' is followed by whitespace.117
ErrorsParameter filterConfig should be final.117
Errors')' is preceded with whitespace.117
Errors'{' should be on the previous line.119
ErrorsLine is longer than 80 characters.122
ErrorsLine has trailing spaces.124
Errors'if' construct must use '{}'s.127
Errors'else' construct must use '{}'s.129
ErrorsLine has trailing spaces.132
ErrorsLine has trailing spaces.133
ErrorsLine has trailing spaces.136
ErrorsLine has trailing spaces.140
ErrorsLine has trailing spaces.145
ErrorsLine has trailing spaces.147
ErrorsLine has trailing spaces.150
ErrorsLine has trailing spaces.153
ErrorsParameter configResourceUrl should be final.156
ErrorsExpected @throws tag for 'Exception'.157
Errors'{' should be on the previous line.158
ErrorsLine has trailing spaces.164
Errors'{' should be on the previous line.170
ErrorsMissing a Javadoc comment.171
ErrorsName 'CONFIG_ELEMENT' must match pattern '^[a-z][a-zA-Z0-9]*$'.171
ErrorsMissing a Javadoc comment.172
ErrorsName 'ENTRY_ELEMENT' must match pattern '^[a-z][a-zA-Z0-9]*$'.172
ErrorsLine has trailing spaces.173
ErrorsMissing a Javadoc comment.174
ErrorsName 'PATTERN_ATTRIBUTE_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'.174
ErrorsMissing a Javadoc comment.175
ErrorsName 'LOCATION_ATTRIBUTE_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'.175
ErrorsLine has trailing spaces.176
ErrorsLine is longer than 80 characters.177
ErrorsMissing a Javadoc comment.177
ErrorsName 'NAMESPACE_URI' must match pattern '^[a-z][a-zA-Z0-9]*$'.177
ErrorsMissing a Javadoc comment.179
Errors'(' is followed by whitespace.179
ErrorsParameter digester should be final.179
Errors')' is preceded with whitespace.179
Errors'{' should be on the previous line.180
ErrorsMissing a Javadoc comment.188
Errors'{' should be on the previous line.190
Errors'(' is followed by whitespace.192
ErrorsParameter namespace should be final.192
ErrorsParameter name should be final.192
ErrorsParameter attributes should be final.192
Errors')' is preceded with whitespace.192
Errors'{' should be on the previous line.194
ErrorsLine is longer than 80 characters.198
ErrorsLine has trailing spaces.202
ErrorsMissing a Javadoc comment.203
Errors'{' should be on the previous line.205
ErrorsParameter namespace should be final.207
ErrorsParameter name should be final.207
ErrorsParameter attributes should be final.207
Errors'cast' is not followed by whitespace.209
ErrorsLine is longer than 80 characters.211
ErrorsLine has trailing spaces.213
ErrorsLine has trailing spaces.215
ErrorsLine has trailing spaces.218
ErrorsParameter regEx should be final.222
ErrorsParameter location should be final.222
ErrorsLine has trailing spaces.225
ErrorsLine has trailing spaces.228
ErrorsLine has trailing spaces.230
ErrorsParameter filterConfig should be final.233
ErrorsExpected @throws tag for 'Exception'.234
Errors'{' should be on the previous line.235
ErrorsLine has trailing spaces.237
ErrorsLine is longer than 80 characters.238
ErrorsLine has trailing spaces.239
ErrorsLine is longer than 80 characters.240
ErrorsLine is longer than 80 characters.241
Errors'(' is followed by whitespace.241
Errors')' is preceded with whitespace.241
ErrorsLine has trailing spaces.244
ErrorsLine has trailing spaces.245
ErrorsLine is longer than 80 characters.249
ErrorsMethod 'doFilter' is not designed for extension - needs to be abstract, final or empty.249
ErrorsMissing a Javadoc comment.249
Errors'(' is followed by whitespace.249
ErrorsParameter request should be final.249
ErrorsParameter response should be final.249
ErrorsParameter chain should be final.249
Errors')' is preceded with whitespace.249
Errors'{' should be on the previous line.251
Errors'cast' is not followed by whitespace.254
Errors'cast' is not followed by whitespace.255
ErrorsLine has trailing spaces.271
Errors'for' is not followed by whitespace.273
ErrorsLine is longer than 80 characters.274
ErrorsLine has trailing spaces.276
ErrorsLine has trailing spaces.282
ErrorsLine has trailing spaces.283
Errors'if' is not followed by whitespace.301
Errors'(' is followed by whitespace.301
Errors')' is preceded with whitespace.301
ErrorsLine has trailing spaces.304
ErrorsLine has trailing spaces.308
Errors'1024' is a magic number.310
ErrorsLine has trailing spaces.312
Errors'while' is not followed by whitespace.314
Errors'(' is followed by whitespace.314
Errors')' is preceded with whitespace.314
Errors'(' is followed by whitespace.315
Errors')' is preceded with whitespace.315
Errors'}' should be on the same line.317
Errors'catch' is not followed by whitespace.318
Errors'(' is followed by whitespace.318
Errors')' is preceded with whitespace.318
Errors'}' should be on the same line.320
Errors'catch' is not followed by whitespace.321
Errors'(' is followed by whitespace.321
Errors')' is preceded with whitespace.321
ErrorsLine is longer than 80 characters.322
Errors'+' is not preceded with whitespace.322
Errors'+' is not followed by whitespace.322
Errors'+' is not preceded with whitespace.322
Errors'+' is not followed by whitespace.322
Errors'}' should be on the same line.323
Errors'if' is not followed by whitespace.326
Errors'(' is followed by whitespace.326
Errors')' is preceded with whitespace.326
Errors'}' should be on the same line.327
Errors'catch' is not followed by whitespace.328
Errors'(' is followed by whitespace.328
Errors')' is preceded with whitespace.328
ErrorsMust have at least one statement.328
Errors'if' is not followed by whitespace.330
Errors'(' is followed by whitespace.330
Errors')' is preceded with whitespace.330
Errors'}' should be on the same line.331
Errors'catch' is not followed by whitespace.332
Errors'(' is followed by whitespace.332
Errors')' is preceded with whitespace.332
ErrorsMust have at least one statement.332
Errors'}' should be on the same line.335
Errors'else' construct must use '{}'s.336
ErrorsLine has trailing spaces.340
ErrorsMethod 'isEnabled' is not designed for extension - needs to be abstract, final or empty.344
ErrorsMissing a Javadoc comment.348
Errors'{' should be on the previous line.349

org/xchain/framework/javascript/BasicMergeStrategy.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters.35
ErrorsLine has trailing spaces.36
ErrorsLine has trailing spaces.37
ErrorsMissing a Javadoc comment.43
ErrorsLine has trailing spaces.44
ErrorsLine is longer than 80 characters.45
ErrorsMethod 'merge' is not designed for extension - needs to be abstract, final or empty.45
ErrorsMissing a Javadoc comment.45
ErrorsParameter manifestSystemId should be final.45
ErrorsParameter output should be final.45
ErrorsLine is longer than 80 characters.57
ErrorsInner assignments should be avoided.57
ErrorsLine is longer than 80 characters.59
ErrorsLine is longer than 80 characters.64
ErrorsLine is longer than 80 characters.65
ErrorsInner assignments should be avoided.65
Errors'while' is not followed by whitespace.67
Errors'(' is followed by whitespace.67
Errors')' is preceded with whitespace.67
ErrorsLine is longer than 80 characters.68
ErrorsLine is longer than 80 characters.69
Errors'2048' is a magic number.73
Errors'}' should be on the same line.74
Errors'catch' is not followed by whitespace.75
Errors'(' is followed by whitespace.75
Errors')' is preceded with whitespace.75
Errors'if' is not followed by whitespace.76
Errors'(' is followed by whitespace.76
Errors')' is preceded with whitespace.76
ErrorsLine is longer than 80 characters.77
Errors'+' is not preceded with whitespace.77
Errors'+' is not followed by whitespace.77
Errors'+' is not preceded with whitespace.77
Errors'+' is not followed by whitespace.77
Errors'}' should be on the same line.80
Errors'}' should be on the same line.85
Errors'catch' is not followed by whitespace.86
Errors'(' is followed by whitespace.86
Errors')' is preceded with whitespace.86
Errors'if' is not followed by whitespace.87
Errors'(' is followed by whitespace.87
Errors')' is preceded with whitespace.87
ErrorsLine is longer than 80 characters.88
Errors'+' is not preceded with whitespace.88
Errors'+' is not followed by whitespace.88
Errors'+' is not preceded with whitespace.88
Errors'+' is not followed by whitespace.88
Errors'+' is not preceded with whitespace.88
Errors'+' is not followed by whitespace.88
ErrorsAvoid inline conditionals.88
Errors'+' is not preceded with whitespace.88
Errors'+' is not followed by whitespace.88
Errors'+' is not preceded with whitespace.88
Errors'+' is not followed by whitespace.88
Errors'+' is not preceded with whitespace.88
Errors'+' is not followed by whitespace.88
Errors'}' should be on the same line.91

org/xchain/framework/javascript/CacheMergeStrategy.java

ViolationMessageLine
ErrorsLine has trailing spaces.38
ErrorsLine is longer than 80 characters.38
ErrorsLine is longer than 80 characters.39
ErrorsLine has trailing spaces.40
ErrorsLine has trailing spaces.41
ErrorsMissing a Javadoc comment.46
ErrorsLine has trailing spaces.47
ErrorsMissing a Javadoc comment.48
ErrorsLine is longer than 80 characters.49
ErrorsMissing a Javadoc comment.49
ErrorsLine is longer than 80 characters.51
ErrorsMissing a Javadoc comment.51
ErrorsLine has trailing spaces.52
ErrorsLine is longer than 80 characters.54
ErrorsMissing a Javadoc comment.54
ErrorsName 'catalogCacheUrlMap' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.54
ErrorsLine has trailing spaces.55
ErrorsMissing a Javadoc comment.57
ErrorsLine has trailing spaces.58
ErrorsMissing a Javadoc comment.59
ErrorsLine has trailing spaces.60
ErrorsMissing a Javadoc comment.61
ErrorsParameter strategy should be final.61
ErrorsLine has trailing spaces.64
ErrorsLine is longer than 80 characters.66
ErrorsLine is longer than 80 characters.67
ErrorsLine is longer than 80 characters.70
ErrorsMethod 'merge' is not designed for extension - needs to be abstract, final or empty.70
ErrorsParameter manifestSystemId should be final.70
ErrorsExpected @param tag for 'manifestSystemId'.70
ErrorsParameter output should be final.70
ErrorsExpected @param tag for 'output'.70
ErrorsExpected @throws tag for 'Exception'.70
ErrorsLine has trailing spaces.81
ErrorsLine is longer than 80 characters.82
ErrorsMissing a Javadoc comment.82
ErrorsParameter systemId should be final.82
ErrorsParameter manifestSystemId should be final.82
Errors'if' is not followed by whitespace.84
Errors'(' is followed by whitespace.84
Errors')' is preceded with whitespace.84
Errors'synchronized' is not followed by whitespace.85
ErrorsLine is longer than 80 characters.86
ErrorsThe double-checked locking idiom is broken and should be avoided.88
Errors'if' is not followed by whitespace.88
Errors'(' is followed by whitespace.88
Errors')' is preceded with whitespace.88
Errors'catch' is not followed by whitespace.97
Errors'{' is not preceded with whitespace.97
ErrorsLine has trailing spaces.98
ErrorsLine is longer than 80 characters.98
Errors'catch' is not followed by whitespace.102
Errors'(' is followed by whitespace.102
ErrorsLine has trailing spaces.103
ErrorsLine is longer than 80 characters.103
ErrorsLine has trailing spaces.116
ErrorsMissing a Javadoc comment.117
ErrorsParameter systemId should be final.117
ErrorsLine is longer than 80 characters.119
ErrorsLine is longer than 80 characters.120
ErrorsLine is longer than 80 characters.121
Errors'if' is not followed by whitespace.122
Errors'(' is followed by whitespace.122
Errors')' is preceded with whitespace.122
Errors'if' construct must use '{}'s.124
Errors'if' is not followed by whitespace.124
Errors'(' is followed by whitespace.124
Errors')' is preceded with whitespace.124
ErrorsLine is longer than 80 characters.125
Errors'+' is not preceded with whitespace.125
Errors'+' is not followed by whitespace.125
Errors'+' is not preceded with whitespace.125
Errors'+' is not followed by whitespace.125
Errors'if' construct must use '{}'s.127
Errors'if' is not followed by whitespace.127
Errors'(' is followed by whitespace.127
Errors')' is preceded with whitespace.127
ErrorsLine has trailing spaces.129
Errors'if' is not followed by whitespace.130
Errors'(' is followed by whitespace.130
Errors')' is preceded with whitespace.130
ErrorsLine has trailing spaces.133
Errors'if' is not followed by whitespace.137
Errors'(' is followed by whitespace.137
Errors')' is preceded with whitespace.137
Errors'if' is not followed by whitespace.139
Errors'(' is followed by whitespace.139
Errors')' is preceded with whitespace.139
ErrorsLine has trailing spaces.144
ErrorsLine has trailing spaces.148
ErrorsMissing a Javadoc comment.149
ErrorsParameter tempFile should be final.149
Errors'if' is not followed by whitespace.151
Errors'(' is followed by whitespace.151
Errors')' is preceded with whitespace.151
Errors'if' construct must use '{}'s.153
Errors'if' is not followed by whitespace.153
Errors'(' is followed by whitespace.153
Errors')' is preceded with whitespace.153
ErrorsLine is longer than 80 characters.154
Errors'+' is not preceded with whitespace.154
Errors'+' is not followed by whitespace.154
Errors'+' is not preceded with whitespace.154
Errors'+' is not followed by whitespace.154
Errors'catch' is not followed by whitespace.156
Errors'(' is followed by whitespace.156
Errors')' is preceded with whitespace.156
Errors'if' construct must use '{}'s.157
Errors'if' is not followed by whitespace.157
Errors'(' is followed by whitespace.157
Errors')' is preceded with whitespace.157
ErrorsLine is longer than 80 characters.158
Errors'+' is not preceded with whitespace.158
Errors'+' is not followed by whitespace.158
Errors'+' is not preceded with whitespace.158
Errors'+' is not followed by whitespace.158
Errors'if' construct must use '{}'s.160
Errors'if' is not followed by whitespace.160
Errors'(' is followed by whitespace.160
Errors')' is preceded with whitespace.160
ErrorsLine is longer than 80 characters.161
Errors'+' is not preceded with whitespace.161
Errors'+' is not followed by whitespace.161
Errors'+' is not preceded with whitespace.161
Errors'+' is not followed by whitespace.161
Errors'+' is not preceded with whitespace.161
Errors'+' is not followed by whitespace.161
Errors'+' is not preceded with whitespace.161
Errors'+' is not followed by whitespace.161

org/xchain/framework/javascript/CompressJavaScriptMergeStrategy.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.22
ErrorsLine has trailing spaces.23
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.30
ErrorsParameter optimizationLevel should be final.30
Errors'optimizationLevel' hides a field.30
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.34
ErrorsMethod 'merge' is not designed for extension - needs to be abstract, final or empty.34
ErrorsMissing a Javadoc comment.34
ErrorsParameter manifestSystemId should be final.34
ErrorsParameter output should be final.34

org/xchain/framework/javascript/IMergeStrategy.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.21
ErrorsLine has trailing spaces.22
ErrorsLine is longer than 80 characters.22
ErrorsLine has trailing spaces.23
ErrorsLine has trailing spaces.24
ErrorsLine has trailing spaces.30
ErrorsLine is longer than 80 characters.30
ErrorsLine is longer than 80 characters.31
ErrorsLine has trailing spaces.32
ErrorsLine is longer than 80 characters.33
ErrorsLine is longer than 80 characters.37
ErrorsRedundant 'public' modifier.37
ErrorsExpected @param tag for 'output'.37
ErrorsExpected @throws tag for 'Exception'.37

org/xchain/framework/javascript/JsCompressor.java

ViolationMessageLine
ErrorsLine has trailing spaces.38
ErrorsLine is longer than 80 characters.38
ErrorsLine has trailing spaces.40
ErrorsMissing a Javadoc comment.45
ErrorsLine has trailing spaces.46
ErrorsMissing a Javadoc comment.47
ErrorsName 'DEFAULT_OPTIMIZATION_LEVEL' must match pattern '^[a-z][a-zA-Z0-9]*$'.47
ErrorsLine has trailing spaces.48
ErrorsMissing a Javadoc comment.49
ErrorsMissing a Javadoc comment.50
ErrorsLine has trailing spaces.51
ErrorsMissing a Javadoc comment.52
ErrorsLine has trailing spaces.55
ErrorsMissing a Javadoc comment.56
ErrorsParameter optimizationLevel should be final.56
Errors'optimizationLevel' hides a field.56
ErrorsLine has trailing spaces.59
ErrorsLine is longer than 80 characters.61
ErrorsLine has trailing spaces.63
ErrorsLine is longer than 80 characters.64
ErrorsLine is longer than 80 characters.68
ErrorsMethod 'compress' is not designed for extension - needs to be abstract, final or empty.68
ErrorsParameter javaScriptUrls should be final.68
ErrorsParameter output should be final.68
ErrorsExpected @throws tag for 'IOException'.68
ErrorsLine is longer than 80 characters.73
Errors'if' is not followed by whitespace.78
Errors'(' is followed by whitespace.78
Errors')' is preceded with whitespace.78
Errors'if' construct must use '{}'s.79
Errors'if' is not followed by whitespace.79
Errors'(' is followed by whitespace.79
Errors')' is preceded with whitespace.79
Errors'if' construct must use '{}'s.81
Errors'if' is not followed by whitespace.81
Errors'(' is followed by whitespace.81
Errors')' is preceded with whitespace.81
Errors'else' construct must use '{}'s.83
ErrorsLine has trailing spaces.83
ErrorsLine has trailing spaces.87
ErrorsLine is longer than 80 characters.89
ErrorsExpected an @return tag.94
ErrorsLine is longer than 80 characters.94
ErrorsExpected @param tag for 'javaScriptUrls'.94
ErrorsExpected @param tag for 'output'.94
ErrorsParameter cx should be final.96
ErrorsLine has trailing spaces.103
ErrorsExpected an @return tag.110
ErrorsParameter url should be final.110
ErrorsExpected @param tag for 'url'.110
ErrorsExpected @throws tag for 'IOException'.110
Errors'2048' is a magic number.116
ErrorsLine has trailing spaces.123
ErrorsLine has trailing spaces.125
ErrorsLine is longer than 80 characters.125
ErrorsLine is longer than 80 characters.126
ErrorsExpected an @return tag.130
ErrorsParameter url should be final.130
ErrorsExpected @param tag for 'url'.130
ErrorsLine is longer than 80 characters.133
ErrorsLine has trailing spaces.135
ErrorsLine is longer than 80 characters.137
ErrorsLine is longer than 80 characters.138
ErrorsLine has trailing spaces.139
ErrorsLine is longer than 80 characters.145
ErrorsParameter cx should be final.145
ErrorsExpected @param tag for 'cx'.145
ErrorsParameter jsUrls should be final.145
ErrorsExpected @param tag for 'jsUrls'.145
ErrorsParameter output should be final.145
ErrorsExpected @param tag for 'output'.145
ErrorsExpected @throws tag for 'IOException'.145
Errors'for' is not followed by whitespace.146
Errors'(' is followed by whitespace.146
Errors')' is preceded with whitespace.146
ErrorsLine has trailing spaces.147
Errors'if' is not followed by whitespace.150
Errors'(' is followed by whitespace.150
Errors')' is preceded with whitespace.150
Errors'if' construct must use '{}'s.151
Errors'if' is not followed by whitespace.151
Errors'(' is followed by whitespace.151
Errors')' is preceded with whitespace.151
Errors'+' is not preceded with whitespace.151
Errors'+' is not followed by whitespace.151
Errors'if' construct must use '{}'s.153
ErrorsLine is longer than 80 characters.153
Errors'if' is not followed by whitespace.153
Errors'(' is followed by whitespace.153
Errors')' is preceded with whitespace.153
Errors'+' is not preceded with whitespace.153
Errors'+' is not followed by whitespace.153
Errors'2048' is a magic number.157
ErrorsLine has trailing spaces.163
ErrorsLine is longer than 80 characters.165
Errors'abstract' modifier out of order with the JLS suggestions.167
ErrorsMissing a Javadoc comment.168
ErrorsLine has trailing spaces.169
ErrorsMissing a Javadoc comment.170
ErrorsLine has trailing spaces.171
ErrorsMissing a Javadoc comment.172
ErrorsLine has trailing spaces.175
ErrorsMissing a Javadoc comment.176
ErrorsMissing a Javadoc comment.180
ErrorsParameter cx should be final.180

org/xchain/framework/javascript/MergeUtil.java

ViolationMessageLine
ErrorsUtility classes should not have a public or default constructor.37
ErrorsMissing a Javadoc comment.38
ErrorsLine has trailing spaces.39
ErrorsLine is longer than 80 characters.40
ErrorsMissing a Javadoc comment.40
ErrorsParameter manifestSystemId should be final.40
ErrorsLine is longer than 80 characters.47
ErrorsLine is longer than 80 characters.48
ErrorsInner assignments should be avoided.48
Errors'while' is not followed by whitespace.50
Errors'(' is followed by whitespace.50
Errors'(' is followed by whitespace.50
Errors')' is preceded with whitespace.50
Errors')' is preceded with whitespace.50
ErrorsLine is longer than 80 characters.51
ErrorsLine has trailing spaces.58
ErrorsLine has trailing spaces.61

org/xchain/framework/lifecycle/ContainerContext.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsUnused import - java.net.URL.18
ErrorsUnused import - java.util.List.19
ErrorsUnused import - java.util.ArrayList.20
ErrorsUtility classes should not have a public or default constructor.26
Errors'{' should be on the previous line.27
ErrorsMissing a Javadoc comment.28
ErrorsVariable 'jtaLookupStrategy' must be private and have accessor methods.28
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.34
ErrorsMissing a Javadoc comment.34
ErrorsLine is longer than 80 characters.35
ErrorsMissing a Javadoc comment.35
Errors'(' is followed by whitespace.35
ErrorsParameter strategy should be final.35
Errors')' is preceded with whitespace.35

org/xchain/framework/lifecycle/ContainerLifecycle.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.26
ErrorsUtility classes should not have a public or default constructor.35
Errors'=' is not preceded with whitespace.35
Errors'=' is not followed by whitespace.35
ErrorsLine is longer than 80 characters.37
ErrorsMissing a Javadoc comment.37
ErrorsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.37
Errors'(' is followed by whitespace.37
Errors')' is preceded with whitespace.37
ErrorsMissing a Javadoc comment.38
ErrorsMissing a Javadoc comment.40
ErrorsLine has trailing spaces.41
ErrorsMissing a Javadoc comment.42
Errors'(' is followed by whitespace.42
ErrorsParameter context should be final.42
Errors')' is preceded with whitespace.42
ErrorsMissing a Javadoc comment.46
Errors'=' is not preceded with whitespace.54
Errors'=' is not followed by whitespace.54
Errors'=' is not preceded with whitespace.54
Errors'=' is not followed by whitespace.54
ErrorsLine has trailing spaces.55
Errors'(' is followed by whitespace.55
ErrorsParameter context should be final.55
ErrorsExpected @param tag for 'context'.55
Errors')' is preceded with whitespace.55
Errors'{' should be on the previous line.56
Errors'if' is not followed by whitespace.60
Errors'(' is followed by whitespace.60
Errors')' is preceded with whitespace.60
ErrorsLine is longer than 80 characters.62
Errors'(' is followed by whitespace.62
Errors')' is preceded with whitespace.62
ErrorsLine is longer than 80 characters.63
Errors'if' is not followed by whitespace.66
Errors'(' is followed by whitespace.66
Errors')' is preceded with whitespace.66
Errors'if' is not followed by whitespace.68
Errors'(' is followed by whitespace.68
Errors')' is preceded with whitespace.68
ErrorsLine is longer than 80 characters.69
Errors'(' is followed by whitespace.69
Errors')' is preceded with whitespace.69
ErrorsLine is longer than 80 characters.72
Errors'if' is not followed by whitespace.73
Errors'(' is followed by whitespace.73
Errors')' is preceded with whitespace.73
ErrorsLine is longer than 80 characters.74
Errors'for' is not followed by whitespace.74
Errors'(' is followed by whitespace.74
Errors';' is followed by whitespace.74
ErrorsLine is longer than 80 characters.77
Errors'(' is followed by whitespace.77
Errors')' is preceded with whitespace.77
Errors'(' is followed by whitespace.78
Errors')' is preceded with whitespace.78
Errors'if' is not followed by whitespace.79
Errors'(' is followed by whitespace.79
Errors')' is preceded with whitespace.79
Errors'(' is followed by whitespace.80
Errors')' is preceded with whitespace.80
ErrorsLine is longer than 80 characters.87
Errors'(' is followed by whitespace.87
Errors')' is preceded with whitespace.87
ErrorsLine is longer than 80 characters.89
Errors'(' is followed by whitespace.89
ErrorsLine is longer than 80 characters.90
Errors')' is preceded with whitespace.90
ErrorsLine has trailing spaces.93
ErrorsMissing a Javadoc comment.94
Errors'=' is not preceded with whitespace.94
Errors'=' is not followed by whitespace.94
ErrorsLine has trailing spaces.95
Errors'(' is followed by whitespace.95
ErrorsParameter context should be final.95
Errors')' is preceded with whitespace.95
Errors'{' should be on the previous line.96
Errors'if' is not followed by whitespace.98
Errors'(' is followed by whitespace.98
Errors')' is preceded with whitespace.98
ErrorsLine is longer than 80 characters.99
Errors'(' is followed by whitespace.99
Errors')' is preceded with whitespace.99
Errors'(' is followed by whitespace.100
Errors')' is preceded with whitespace.100
Errors'(' is followed by whitespace.101
Errors')' is preceded with whitespace.101

org/xchain/framework/net/protocol/resource/ServletContextUrlTranslationStrategy.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.26
Errors'{' should be on the previous line.34
ErrorsLine is longer than 80 characters.35
ErrorsMissing a Javadoc comment.35
ErrorsVariable 'log' must be private and have accessor methods.35
Errors'(' is followed by whitespace.35
Errors')' is preceded with whitespace.35
ErrorsVariable 'servletContext' must be private and have accessor methods.38
ErrorsLine is longer than 80 characters.40
ErrorsMissing a Javadoc comment.40
Errors'(' is followed by whitespace.40
ErrorsParameter servletContext should be final.40
Errors'servletContext' hides a field.40
Errors')' is preceded with whitespace.40
ErrorsLine is longer than 80 characters.41
ErrorsMissing a Javadoc comment.41
ErrorsMethod 'translateUrl' is not designed for extension - needs to be abstract, final or empty.43
ErrorsMissing a Javadoc comment.43
Errors'(' is followed by whitespace.43
ErrorsParameter resourceUrl should be final.43
Errors')' is preceded with whitespace.43
Errors'{' should be on the previous line.44
Errors'if' is not followed by whitespace.45
Errors'(' is followed by whitespace.45
Errors')' is preceded with whitespace.45
Errors'}' should be on the same line.52
Errors'catch' is not followed by whitespace.53
Errors'(' is followed by whitespace.53
Errors')' is preceded with whitespace.53
Errors'if' is not followed by whitespace.54
Errors'(' is followed by whitespace.54
Errors')' is preceded with whitespace.54
ErrorsLine is longer than 80 characters.55
Errors'+' is not preceded with whitespace.55
Errors'+' is not followed by whitespace.55
Errors'+' is not preceded with whitespace.55
Errors'+' is not followed by whitespace.55
ErrorsMissing a Javadoc comment.61
Errors'(' is followed by whitespace.61
ErrorsParameter url should be final.61
Errors')' is preceded with whitespace.61
Errors'{' should be on the previous line.62
Errors'if' is not followed by whitespace.65
Errors'(' is followed by whitespace.65
Errors')' is preceded with whitespace.65

org/xchain/framework/servlet/CCLPolicyType.java

ViolationMessageLine
ErrorsMissing a Javadoc comment.22
ErrorsMissing a Javadoc comment.22

org/xchain/framework/servlet/CatalogServlet.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.41
ErrorsLine is longer than 80 characters.43
ErrorsLine is longer than 80 characters.44
ErrorsLine is longer than 80 characters.45
Errors'{' should be on the previous line.57
ErrorsMissing a Javadoc comment.58
ErrorsVariable 'log' must be private and have accessor methods.58
ErrorsLine is longer than 80 characters.60
ErrorsMissing a Javadoc comment.60
ErrorsMissing a Javadoc comment.61
ErrorsMissing a Javadoc comment.63
ErrorsVariable 'baseCatalogName' must be private and have accessor methods.63
ErrorsMethod 'init' is not designed for extension - needs to be abstract, final or empty.65
ErrorsMissing a Javadoc comment.65
Errors'(' is followed by whitespace.65
ErrorsParameter config should be final.65
Errors')' is preceded with whitespace.65
Errors'{' should be on the previous line.67
ErrorsLine is longer than 80 characters.72
Errors'if' is not followed by whitespace.72
Errors'(' is followed by whitespace.72
Errors')' is preceded with whitespace.72
Errors'if' is not followed by whitespace.75
Errors'(' is followed by whitespace.75
Errors')' is preceded with whitespace.75
Errors'+' is not preceded with whitespace.76
Errors'+' is not followed by whitespace.76
ErrorsLine has trailing spaces.79
ErrorsLine is longer than 80 characters.80
ErrorsMethod 'service' is not designed for extension - needs to be abstract, final or empty.80
ErrorsMissing a Javadoc comment.80
ErrorsParameter request should be final.80
ErrorsParameter response should be final.80
ErrorsLine contains a tab character.81
Errors'{' should be on the previous line.82
Errors'}' should be on the same line.86
Errors'catch' is not followed by whitespace.87
Errors'(' is followed by whitespace.87
Errors')' is preceded with whitespace.87
ErrorsLine is longer than 80 characters.88
ErrorsLine is longer than 80 characters.91
Errors'(' is followed by whitespace.93
Errors')' is preceded with whitespace.93
Errors'}' should be on the same line.94
Errors'}' should be on the same line.98
Errors'catch' is not followed by whitespace.99
Errors'(' is followed by whitespace.99
Errors')' is preceded with whitespace.99
Errors'if' is not followed by whitespace.100
Errors'(' is followed by whitespace.100
Errors')' is preceded with whitespace.100
ErrorsLine is longer than 80 characters.109
ErrorsLine is longer than 80 characters.110
ErrorsLine has trailing spaces.111
ErrorsLine is longer than 80 characters.115
ErrorsMethod 'executeCommand' is not designed for extension - needs to be abstract, final or empty.115
Errors'(' is followed by whitespace.115
ErrorsParameter request should be final.115
ErrorsParameter response should be final.115
Errors')' is preceded with whitespace.115
ErrorsExpected @throws tag for 'ServletException'.116
ErrorsExpected @throws tag for 'IOException'.116
Errors'{' should be on the previous line.117
Errors'(' is followed by whitespace.121
Errors'(' is followed by whitespace.124
Errors')' is preceded with whitespace.124
Errors'if' is not followed by whitespace.126
Errors'(' is followed by whitespace.126
Errors')' is preceded with whitespace.126
Errors'+' is not preceded with whitespace.127
Errors'+' is not followed by whitespace.127
Errors'+' is not preceded with whitespace.127
Errors'+' is not followed by whitespace.127
Errors'+' is not preceded with whitespace.127
Errors'+' is not followed by whitespace.127
Errors'+' is not preceded with whitespace.127
Errors'+' is not followed by whitespace.127
ErrorsLine has trailing spaces.129
Errors'(' is followed by whitespace.131
Errors')' is preceded with whitespace.131
ErrorsLine is longer than 80 characters.134
ErrorsLine has trailing spaces.136
Errors'if' is not followed by whitespace.137
Errors'(' is followed by whitespace.137
ErrorsExpression can be simplified.137
ErrorsExpression can be simplified.137
Errors')' is preceded with whitespace.137
ErrorsMust have at least one statement.137
Errors'}' should be on the same line.140
Errors'catch' is not followed by whitespace.141
Errors'(' is followed by whitespace.141
Errors')' is preceded with whitespace.141
Errors'if' is not followed by whitespace.142
Errors'(' is followed by whitespace.142
Errors')' is preceded with whitespace.142
Errors'(' is followed by whitespace.145
Errors')' is preceded with whitespace.145
Errors'}' should be on the same line.146
Errors'catch' is not followed by whitespace.147
Errors'(' is followed by whitespace.147
Errors')' is preceded with whitespace.147
Errors'if' is not followed by whitespace.148
Errors'(' is followed by whitespace.148
Errors')' is preceded with whitespace.148
Errors'(' is followed by whitespace.151
Errors')' is preceded with whitespace.151
Errors'}' should be on the same line.152
Errors'catch' is not followed by whitespace.153
Errors'(' is followed by whitespace.153
Errors')' is preceded with whitespace.153
ErrorsLine has trailing spaces.154
ErrorsLine has trailing spaces.158
ErrorsLine has trailing spaces.165
ErrorsLine has trailing spaces.167
ErrorsMethod 'catalogNameForRequest' is not designed for extension - needs to be abstract, final or empty.170
Errors'(' is followed by whitespace.170
ErrorsParameter request should be final.170
Errors'{' should be on the previous line.171
Errors'(' is followed by whitespace.175
Errors')' is preceded with whitespace.175
Errors'if' is not followed by whitespace.179
Errors'(' is followed by whitespace.179
Errors')' is preceded with whitespace.179
Errors'}' should be on the same line.181
Errors'if' is not followed by whitespace.182
Errors'(' is followed by whitespace.182
Errors')' is preceded with whitespace.182
Errors'}' should be on the same line.184
ErrorsLine has trailing spaces.195
ErrorsLine has trailing spaces.197
ErrorsMethod 'commandNameForRequest' is not designed for extension - needs to be abstract, final or empty.200
Errors'(' is followed by whitespace.200
ErrorsParameter request should be final.200
Errors')' is preceded with whitespace.200
Errors'{' should be on the previous line.201
Errors'(' is followed by whitespace.202
Errors')' is preceded with whitespace.202
ErrorsLine is longer than 80 characters.206
ErrorsLine has trailing spaces.207
ErrorsLine has trailing spaces.210
ErrorsLine is longer than 80 characters.214
ErrorsMethod 'jXPathContext' is not designed for extension - needs to be abstract, final or empty.214
Errors'(' is followed by whitespace.214
ErrorsParameter request should be final.214
ErrorsParameter response should be final.214
Errors')' is preceded with whitespace.214
Errors'(' is followed by whitespace.216
Errors')' is preceded with whitespace.216
ErrorsLine is longer than 80 characters.218
Errors'cast' is not followed by whitespace.218
Errors'(' is followed by whitespace.218
Errors'(' is followed by whitespace.218
Errors')' is preceded with whitespace.218
Errors')' is preceded with whitespace.218
ErrorsLine is longer than 80 characters.219
Errors'cast' is not followed by whitespace.219
Errors'(' is followed by whitespace.219
Errors'(' is followed by whitespace.219
Errors')' is preceded with whitespace.219
Errors')' is preceded with whitespace.219
ErrorsLine is longer than 80 characters.220
Errors'cast' is not followed by whitespace.220
Errors'(' is followed by whitespace.220
Errors'(' is followed by whitespace.220
Errors')' is preceded with whitespace.220
Errors')' is preceded with whitespace.220

org/xchain/framework/servlet/MultipartFormDataServletRequest.java

ViolationMessageLine
ErrorsLine has trailing spaces.51
ErrorsLine is longer than 80 characters.52
ErrorsMissing a Javadoc comment.52
ErrorsVariable 'log' must be private and have accessor methods.52
ErrorsMissing a Javadoc comment.54
ErrorsLine is longer than 80 characters.55
ErrorsMissing a Javadoc comment.55
ErrorsLine is longer than 80 characters.57
ErrorsMissing a Javadoc comment.57
ErrorsParameter request should be final.57
ErrorsParameter maxSize should be final.57
ErrorsParameter sizeThreshold should be final.57
ErrorsParameter repositoryPath should be final.57
Errors'{' should be on the previous line.59
ErrorsLine is longer than 80 characters.63
ErrorsLine has trailing spaces.67
ErrorsLine is longer than 80 characters.69
ErrorsLine has trailing spaces.70
ErrorsLine is longer than 80 characters.72
Errors'parameterMap' hides a field.72
ErrorsLine is longer than 80 characters.73
Errors'fileItemMap' hides a field.73
ErrorsLine has trailing spaces.74
Errors'while' is not followed by whitespace.76
Errors'(' is followed by whitespace.76
Errors')' is preceded with whitespace.76
ErrorsLine is longer than 80 characters.79
ErrorsLine has trailing spaces.84
Errors'if' is not followed by whitespace.89
Errors'(' is followed by whitespace.89
Errors')' is preceded with whitespace.89
ErrorsMethod 'getFileItem' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
Errors'(' is followed by whitespace.95
ErrorsParameter name should be final.95
Errors')' is preceded with whitespace.95
Errors'{' should be on the previous line.96
Errors'cast' is not followed by whitespace.98
Errors'if' construct must use '{}'s.100
Errors'if' is not followed by whitespace.100
Errors'(' is followed by whitespace.100
Errors')' is preceded with whitespace.100
ErrorsMethod 'getFileItemNames' is not designed for extension - needs to be abstract, final or empty.106
ErrorsMissing a Javadoc comment.106
Errors'{' should be on the previous line.107
ErrorsMethod 'getFileItemMap' is not designed for extension - needs to be abstract, final or empty.111
ErrorsMissing a Javadoc comment.111
Errors'{' should be on the previous line.112
ErrorsMethod 'getFileItemValues' is not designed for extension - needs to be abstract, final or empty.116
ErrorsMissing a Javadoc comment.116
Errors'(' is followed by whitespace.116
ErrorsParameter name should be final.116
Errors')' is preceded with whitespace.116
Errors'{' should be on the previous line.117
Errors'cast' is not followed by whitespace.118
ErrorsMethod 'getParameter' is not designed for extension - needs to be abstract, final or empty.121
ErrorsMissing a Javadoc comment.121
Errors'(' is followed by whitespace.121
ErrorsParameter name should be final.121
Errors')' is preceded with whitespace.121
Errors'{' should be on the previous line.122
Errors'cast' is not followed by whitespace.124
Errors'if' is not followed by whitespace.126
Errors'(' is followed by whitespace.126
Errors')' is preceded with whitespace.126
ErrorsLine is longer than 80 characters.133
ErrorsMethod 'getParameterNames' is not designed for extension - needs to be abstract, final or empty.133
ErrorsMissing a Javadoc comment.133
ErrorsMethod 'getParameterMap' is not designed for extension - needs to be abstract, final or empty.135
ErrorsMissing a Javadoc comment.135
ErrorsLine is longer than 80 characters.137
ErrorsMethod 'getParameterValues' is not designed for extension - needs to be abstract, final or empty.137
ErrorsMissing a Javadoc comment.137
Errors'(' is followed by whitespace.137
ErrorsParameter name should be final.137
Errors')' is preceded with whitespace.137
Errors'cast' is not followed by whitespace.137
ErrorsLine is longer than 80 characters.139
ErrorsMissing a Javadoc comment.139
Errors',' is not followed by whitespace.139
ErrorsParameter listMap should be final.139
ErrorsParameter arrayMap should be final.139
ErrorsParameter elementType should be final.139
Errors'if' construct must use '{}'s.140
ErrorsLine has trailing spaces.140
Errors'if' is not followed by whitespace.140
Errors'(' is followed by whitespace.140
Errors')' is preceded with whitespace.140
Errors'for' is not followed by whitespace.142
Errors'(' is followed by whitespace.142
Errors')' is preceded with whitespace.142
ErrorsLine is longer than 80 characters.143
ErrorsLine is longer than 80 characters.149
ErrorsMissing a Javadoc comment.149
Errors'(' is followed by whitespace.149
ErrorsParameter map should be final.149
ErrorsParameter key should be final.149
ErrorsParameter value should be final.149
Errors')' is preceded with whitespace.149
Errors'if' is not followed by whitespace.153
Errors'(' is followed by whitespace.153
Errors')' is preceded with whitespace.153
ErrorsLine is longer than 80 characters.160
ErrorsMissing a Javadoc comment.160
Errors'(' is followed by whitespace.160
ErrorsParameter sizeThreshold should be final.160
ErrorsParameter repositoryPath should be final.160
Errors')' is preceded with whitespace.160
ErrorsLine has trailing spaces.162
ErrorsLine has trailing spaces.166
ErrorsLine has trailing spaces.169
ErrorsLine has trailing spaces.170
ErrorsLine is longer than 80 characters.170
Errors'if' is not followed by whitespace.171
Errors'(' is followed by whitespace.171
Errors')' is preceded with whitespace.171
Errors'if' is not followed by whitespace.172
Errors'(' is followed by whitespace.172
Errors')' is preceded with whitespace.172
ErrorsLine is longer than 80 characters.173
ErrorsLine is longer than 80 characters.174
Errors'if' is not followed by whitespace.176
Errors'(' is followed by whitespace.176
Errors')' is preceded with whitespace.176
ErrorsLine is longer than 80 characters.177
ErrorsLine is longer than 80 characters.178
ErrorsLine has trailing spaces.180
ErrorsMethod 'logFileItemMap' is not designed for extension - needs to be abstract, final or empty.185
ErrorsMissing a Javadoc comment.185
Errors'{' should be on the previous line.186
Errors'+' is not preceded with whitespace.187
Errors'+' is not followed by whitespace.187
Errors'+' is not preceded with whitespace.187
Errors'+' is not followed by whitespace.187
ErrorsLine is longer than 80 characters.188
Errors'while' is not followed by whitespace.189
Errors'(' is followed by whitespace.189
Errors')' is preceded with whitespace.189
Errors'+' is not preceded with whitespace.194
Errors'+' is not followed by whitespace.194
Errors'+' is not preceded with whitespace.194
Errors'+' is not followed by whitespace.194
Errors'+' is not preceded with whitespace.194
Errors'+' is not followed by whitespace.194
Errors'+' is not preceded with whitespace.194
Errors'+' is not followed by whitespace.194
Errors'for' is not followed by whitespace.196
Errors'(' is followed by whitespace.196
Errors')' is preceded with whitespace.196
ErrorsLine is longer than 80 characters.197
Errors'+' is not preceded with whitespace.197
Errors'+' is not followed by whitespace.197
Errors'+' is not preceded with whitespace.197
Errors'+' is not followed by whitespace.197
Errors'+' is not preceded with whitespace.197
Errors'+' is not followed by whitespace.197
Errors'+' is not preceded with whitespace.197
Errors'+' is not followed by whitespace.197
Errors'+' is not preceded with whitespace.197
Errors'+' is not followed by whitespace.197
Errors'+' is not preceded with whitespace.197
Errors'+' is not followed by whitespace.197
ErrorsMissing a Javadoc comment.203
Errors'{' should be on the previous line.205
ErrorsMissing a Javadoc comment.206
ErrorsVariable 'wrappedIterator' must be private and have accessor methods.206
ErrorsLine is longer than 80 characters.207
ErrorsMissing a Javadoc comment.207
Errors'(' is followed by whitespace.207
ErrorsParameter wrappedIterator should be final.207
Errors'wrappedIterator' hides a field.207
Errors')' is preceded with whitespace.207
ErrorsMissing a Javadoc comment.208
ErrorsMissing a Javadoc comment.209

org/xchain/framework/servlet/ServletThreadContext.java

ViolationMessageLine
Errors'{' should be on the previous line.27
ErrorsMissing a Javadoc comment.28
ErrorsVariable 'request' must be private and have accessor methods.28
ErrorsMissing a Javadoc comment.29
ErrorsVariable 'response' must be private and have accessor methods.29
ErrorsLine is longer than 80 characters.31
ErrorsMissing a Javadoc comment.31
Errors'(' is followed by whitespace.31
ErrorsParameter request should be final.31
Errors'request' hides a field.31
ErrorsParameter response should be final.31
Errors'response' hides a field.31
Errors')' is preceded with whitespace.31
ErrorsMethod 'getRequest' is not designed for extension - needs to be abstract, final or empty.37
ErrorsMissing a Javadoc comment.37
Errors'{' should be on the previous line.38
ErrorsMethod 'getResponse' is not designed for extension - needs to be abstract, final or empty.42
ErrorsMissing a Javadoc comment.42
Errors'{' should be on the previous line.43

org/xchain/framework/servlet/XChainListener.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.33
Errors'{' should be on the previous line.43
ErrorsMissing a Javadoc comment.44
ErrorsVariable 'log' must be private and have accessor methods.44
Errors'(' is followed by whitespace.44
Errors')' is preceded with whitespace.44
ErrorsMissing a Javadoc comment.45
ErrorsLine has trailing spaces.46
ErrorsFirst sentence should end with a period.47
ErrorsMethod 'contextInitialized' is not designed for extension - needs to be abstract, final or empty.50
ErrorsParameter event should be final.50
ErrorsExpected @param tag for 'event'.50
Errors'{' should be on the previous line.51
ErrorsLine has trailing spaces.54
Errors'if' is not followed by whitespace.55
Errors'(' is followed by whitespace.55
Errors')' is preceded with whitespace.55
Errors'(' is followed by whitespace.60
Errors')' is preceded with whitespace.60
ErrorsLine has trailing spaces.61
Errors'}' should be on the same line.64
Errors'catch' is not followed by whitespace.65
Errors'(' is followed by whitespace.65
Errors')' is preceded with whitespace.65
Errors'if' is not followed by whitespace.66
Errors'(' is followed by whitespace.66
Errors')' is preceded with whitespace.66
Errors'if' is not followed by whitespace.72
Errors'(' is followed by whitespace.72
Errors')' is preceded with whitespace.72
Errors'}' should be on the same line.75
Errors'catch' is not followed by whitespace.76
Errors'(' is followed by whitespace.76
Errors')' is preceded with whitespace.76
ErrorsMust have at least one statement.76
ErrorsLine has trailing spaces.77
ErrorsLine is longer than 80 characters.85
ErrorsMethod 'initialBootStrappingConfig' is not designed for extension - needs to be abstract, final or empty.88
ErrorsMissing a Javadoc comment.88
ErrorsParameter context should be final.88
ErrorsLine has trailing spaces.90
ErrorsLine is longer than 80 characters.91
ErrorsLine has trailing spaces.92
ErrorsLine has trailing spaces.95
Errors'if' construct must use '{}'s.96
ErrorsLine has trailing spaces.96
Errors'if' is not followed by whitespace.96
Errors'(' is followed by whitespace.96
Errors')' is preceded with whitespace.96
ErrorsLine has trailing spaces.97
Errors'else' construct must use '{}'s.98
ErrorsLine has trailing spaces.100
ErrorsLine has trailing spaces.102
ErrorsLine has trailing spaces.111
ErrorsLine is longer than 80 characters.111
ErrorsLine has trailing spaces.114
ErrorsFirst sentence should end with a period.116
ErrorsMethod 'contextDestroyed' is not designed for extension - needs to be abstract, final or empty.119
ErrorsParameter event should be final.119
ErrorsExpected @param tag for 'event'.119
Errors'{' should be on the previous line.120
Errors'if' is not followed by whitespace.122
Errors'(' is followed by whitespace.122
Errors')' is preceded with whitespace.122
Errors'}' should be on the same line.131
Errors'catch' is not followed by whitespace.132
Errors'(' is followed by whitespace.132
Errors')' is preceded with whitespace.132
Errors'if' is not followed by whitespace.133
Errors'(' is followed by whitespace.133
Errors')' is preceded with whitespace.133

org/xchain/framework/servlet/XChainManager.java

ViolationMessageLine
ErrorsUnused import - java.io.PrintStream.22
ErrorsUnused import - java.util.HashMap.27
ErrorsUnused import - javax.xml.namespace.QName.39
ErrorsUnused import - org.apache.commons.jxpath.JXPathContext.41
ErrorsUnused import - org.xchain.CatalogNotFoundException.48
ErrorsUnused import - org.xchain.CommandNotFoundException.49
ErrorsUnused import - org.xchain.framework.factory.CatalogFactory.50
ErrorsUnused import - org.xchain.framework.jxpath.QNameVariables.51
ErrorsUnused import - org.xchain.namespaces.servlet.Constants.54
ErrorsLine is longer than 80 characters.66
Errors'{' should be on the previous line.75
ErrorsMissing a Javadoc comment.76
ErrorsVariable 'log' must be private and have accessor methods.76
ErrorsLine is longer than 80 characters.78
ErrorsMissing a Javadoc comment.78
ErrorsMissing a Javadoc comment.79
ErrorsMissing a Javadoc comment.81
ErrorsVariable 'baseCatalogName' must be private and have accessor methods.81
ErrorsMethod 'init' is not designed for extension - needs to be abstract, final or empty.83
ErrorsMissing a Javadoc comment.83
Errors'(' is followed by whitespace.83
ErrorsParameter config should be final.83
Errors')' is preceded with whitespace.83
Errors'{' should be on the previous line.85
ErrorsMethod 'service' is not designed for extension - needs to be abstract, final or empty.89
ErrorsMissing a Javadoc comment.89
Errors'(' is followed by whitespace.89
ErrorsParameter request should be final.89
ErrorsParameter response should be final.89
Errors')' is preceded with whitespace.89
Errors'{' should be on the previous line.91
Errors'cast' is not followed by whitespace.92
Errors'cast' is not followed by whitespace.92
ErrorsLine has trailing spaces.94
ErrorsLine is longer than 80 characters.95
ErrorsMethod 'service' is not designed for extension - needs to be abstract, final or empty.95
ErrorsMissing a Javadoc comment.95
ErrorsParameter request should be final.95
ErrorsParameter response should be final.95
Errors'{' should be on the previous line.97
Errors'if' is not followed by whitespace.100
Errors'(' is followed by whitespace.100
Errors')' is preceded with whitespace.100
ErrorsLine is longer than 80 characters.105
Errors'(' is followed by whitespace.105
Errors')' is preceded with whitespace.105
Errors'if' is not followed by whitespace.108
Errors'(' is followed by whitespace.108
Errors')' is preceded with whitespace.108
Errors'}' should be on the same line.110
ErrorsLine is longer than 80 characters.119
ErrorsMethod 'managementScreen' is not designed for extension - needs to be abstract, final or empty.119
Errors'(' is followed by whitespace.119
ErrorsParameter request should be final.119
ErrorsExpected @param tag for 'request'.119
ErrorsParameter response should be final.119
ErrorsExpected @param tag for 'response'.119
Errors')' is preceded with whitespace.119
ErrorsExpected @throws tag for 'ServletException'.120
ErrorsExpected @throws tag for 'IOException'.120
Errors'{' should be on the previous line.121
ErrorsLine is longer than 80 characters.136
ErrorsMethod 'render' is not designed for extension - needs to be abstract, final or empty.136
Errors'(' is followed by whitespace.136
ErrorsParameter request should be final.136
ErrorsExpected @param tag for 'request'.136
ErrorsParameter response should be final.136
ErrorsExpected @param tag for 'response'.136
ErrorsParameter pathSegments should be final.136
ErrorsExpected @param tag for 'pathSegments'.136
Errors')' is preceded with whitespace.136
ErrorsExpected @throws tag for 'ServletException'.137
ErrorsExpected @throws tag for 'IOException'.137
Errors'{' should be on the previous line.138
Errors'if' is not followed by whitespace.142
Errors'(' is followed by whitespace.142
Errors')' is preceded with whitespace.142
Errors'(' is followed by whitespace.154
Errors')' is preceded with whitespace.154
Errors'(' is followed by whitespace.157
Errors')' is preceded with whitespace.157
Errors'(' is followed by whitespace.161
Errors')' is preceded with whitespace.161
Errors'(' is followed by whitespace.166
Errors')' is preceded with whitespace.166
ErrorsLine is longer than 80 characters.169
Errors'(' is followed by whitespace.169
Errors')' is preceded with whitespace.169
ErrorsLine is longer than 80 characters.171
Errors'(' is followed by whitespace.171
Errors')' is preceded with whitespace.171
Errors'}' should be on the same line.177
Errors'catch' is not followed by whitespace.178
Errors'(' is followed by whitespace.178
Errors')' is preceded with whitespace.178
Errors'}' should be on the same line.180
ErrorsLine is longer than 80 characters.190
ErrorsMethod 'unknownCommand' is not designed for extension - needs to be abstract, final or empty.190
Errors'(' is followed by whitespace.190
ErrorsParameter request should be final.190
ErrorsExpected @param tag for 'request'.190
ErrorsParameter response should be final.190
ErrorsExpected @param tag for 'response'.190
ErrorsParameter commandName should be final.190
ErrorsExpected @param tag for 'commandName'.190
Errors')' is preceded with whitespace.190
ErrorsExpected @throws tag for 'ServletException'.191
ErrorsExpected @throws tag for 'IOException'.191
Errors'{' should be on the previous line.192
Errors'+' is not preceded with whitespace.198
Errors'+' is not followed by whitespace.198
ErrorsLine is longer than 80 characters.203
ErrorsMethod 'errorScreen' is not designed for extension - needs to be abstract, final or empty.203
ErrorsMissing a Javadoc comment.203
Errors'(' is followed by whitespace.203
ErrorsParameter request should be final.203
ErrorsParameter response should be final.203
ErrorsParameter t should be final.203
Errors')' is preceded with whitespace.203
Errors'{' should be on the previous line.205
ErrorsMissing a Javadoc comment.210
ErrorsParameter request should be final.210
Errors'{' should be on the previous line.211
Errors'if' is not followed by whitespace.214
Errors'(' is followed by whitespace.214
Errors')' is preceded with whitespace.214
Errors'if' is not followed by whitespace.219
Errors'(' is followed by whitespace.219
Errors')' is preceded with whitespace.219
ErrorsMissing a Javadoc comment.226
Errors'(' is followed by whitespace.226
ErrorsParameter inputSource should be final.226
Errors')' is preceded with whitespace.226
Errors'{' should be on the previous line.227
Errors'if' is not followed by whitespace.229
Errors'(' is followed by whitespace.229
Errors')' is preceded with whitespace.229
Errors'}' should be on the same line.231
ErrorsLine is longer than 80 characters.232
Errors'if' is not followed by whitespace.232
Errors'(' is followed by whitespace.232
Errors')' is preceded with whitespace.232
Errors'}' should be on the same line.235
Errors'catch' is not followed by whitespace.236
Errors'(' is followed by whitespace.236
Errors')' is preceded with whitespace.236
Errors'if' is not followed by whitespace.237
Errors'(' is followed by whitespace.237
Errors')' is preceded with whitespace.237
ErrorsMissing a Javadoc comment.243
Errors'(' is followed by whitespace.243
ErrorsParameter in should be final.243
Errors')' is preceded with whitespace.243
Errors'{' should be on the previous line.244
Errors'if' is not followed by whitespace.246
Errors'(' is followed by whitespace.246
Errors')' is preceded with whitespace.246
Errors'}' should be on the same line.249
Errors'catch' is not followed by whitespace.250
Errors'(' is followed by whitespace.250
Errors')' is preceded with whitespace.250
Errors'if' is not followed by whitespace.251
Errors'(' is followed by whitespace.251
Errors')' is preceded with whitespace.251
ErrorsMissing a Javadoc comment.257
Errors'(' is followed by whitespace.257
ErrorsParameter reader should be final.257
Errors')' is preceded with whitespace.257
Errors'{' should be on the previous line.258
Errors'if' is not followed by whitespace.260
Errors'(' is followed by whitespace.260
Errors')' is preceded with whitespace.260
Errors'}' should be on the same line.263
Errors'catch' is not followed by whitespace.264
Errors'(' is followed by whitespace.264
Errors')' is preceded with whitespace.264
Errors'if' is not followed by whitespace.265
Errors'(' is followed by whitespace.265
Errors')' is preceded with whitespace.265
ErrorsMissing a Javadoc comment.271
Errors'(' is followed by whitespace.271
ErrorsParameter out should be final.271
Errors')' is preceded with whitespace.271
Errors'{' should be on the previous line.272
Errors'if' is not followed by whitespace.274
Errors'(' is followed by whitespace.274
Errors')' is preceded with whitespace.274
Errors'}' should be on the same line.277
Errors'catch' is not followed by whitespace.278
Errors'(' is followed by whitespace.278
Errors')' is preceded with whitespace.278
Errors'if' is not followed by whitespace.279
Errors'(' is followed by whitespace.279
Errors')' is preceded with whitespace.279
ErrorsMissing a Javadoc comment.286
Errors'{' should be on the previous line.288
ErrorsMethod 'warning' is not designed for extension - needs to be abstract, final or empty.289
ErrorsMissing a Javadoc comment.289
ErrorsParameter exception should be final.289
Errors'{' should be on the previous line.291
Errors'if' is not followed by whitespace.292
Errors'(' is followed by whitespace.292
Errors')' is preceded with whitespace.292
ErrorsMethod 'error' is not designed for extension - needs to be abstract, final or empty.297
ErrorsMissing a Javadoc comment.297
ErrorsParameter exception should be final.297
Errors'{' should be on the previous line.299
Errors'if' is not followed by whitespace.300
Errors'(' is followed by whitespace.300
Errors')' is preceded with whitespace.300
ErrorsMethod 'fatalError' is not designed for extension - needs to be abstract, final or empty.306
ErrorsMissing a Javadoc comment.306
ErrorsParameter exception should be final.306
Errors'{' should be on the previous line.308
Errors'if' is not followed by whitespace.309
Errors'(' is followed by whitespace.309
Errors')' is preceded with whitespace.309
ErrorsLine is longer than 80 characters.310

org/xchain/framework/transaction/AbstractJtaLookupStrategy.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
Errors'{' should be on the previous line.29
ErrorsLine contains a tab character.31
ErrorsMethod 'getTransactionManager' is not designed for extension - needs to be abstract, final or empty.31
ErrorsMissing a Javadoc comment.31
ErrorsLine contains a tab character.32
ErrorsLine contains a tab character.33
Errors'{' should be on the previous line.33
ErrorsLine is longer than 80 characters.37
Errors'(' is followed by whitespace.37
Errors')' is preceded with whitespace.37
Errors'(' is followed by whitespace.38
Errors')' is preceded with whitespace.38
ErrorsLine contains a tab character.44
ErrorsMethod 'getUserTransaction' is not designed for extension - needs to be abstract, final or empty.44
ErrorsMissing a Javadoc comment.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
Errors'{' should be on the previous line.46
ErrorsLine is longer than 80 characters.50
Errors'(' is followed by whitespace.50
Errors')' is preceded with whitespace.50
Errors'(' is followed by whitespace.51
Errors')' is preceded with whitespace.51
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.57
ErrorsMissing a Javadoc comment.57
Errors'protected' modifier out of order with the JLS suggestions.57
ErrorsLine contains a tab character.59
ErrorsMissing a Javadoc comment.59
Errors'protected' modifier out of order with the JLS suggestions.59

org/xchain/framework/transaction/JBossLookupStrategy.java

ViolationMessageLine
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29

org/xchain/framework/transaction/JtaLookupStrategy.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.27
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsRedundant 'public' modifier.27
ErrorsLine contains a tab character.29
ErrorsMissing a Javadoc comment.29
ErrorsRedundant 'public' modifier.29

org/xchain/framework/transaction/OSGiJtaLookupStrategy.java

ViolationMessageLine
ErrorsRedundant import from the same package - org.xchain.framework.transaction.AbstractJtaLookupStrategy.18
ErrorsLine is longer than 80 characters.21
ErrorsLine is longer than 80 characters.22
ErrorsLine has trailing spaces.23
ErrorsMethod 'getTransactionManagerName' is not designed for extension - needs to be abstract, final or empty.28
ErrorsMethod 'getUserTransactionName' is not designed for extension - needs to be abstract, final or empty.33

org/xchain/framework/transaction/WeblogicLookupStrategy.java

ViolationMessageLine
ErrorsLine contains a tab character.23
ErrorsMissing a Javadoc comment.23
ErrorsLine contains a tab character.24
ErrorsLine contains a tab character.25
ErrorsLine contains a tab character.27
ErrorsMissing a Javadoc comment.27
ErrorsLine contains a tab character.28
ErrorsLine contains a tab character.29

org/xchain/framework/util/NamingUtil.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsLine is longer than 80 characters.30
ErrorsLine contains a tab character.30
ErrorsMissing a Javadoc comment.30
ErrorsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.30
ErrorsLine contains a tab character.32
ErrorsMissing a Javadoc comment.32
Errors'{' is not followed by whitespace.32
Errors'}' is not preceded with whitespace.32
ErrorsLine contains a tab character.34
ErrorsMissing a Javadoc comment.34
ErrorsLine contains a tab character.35
ErrorsLine contains a tab character.36
Errors'{' should be on the previous line.36
ErrorsLine contains a tab character.40
ErrorsMissing a Javadoc comment.40
ErrorsParameter props should be final.40
ErrorsLine contains a tab character.41
ErrorsLine contains a tab character.42
Errors'{' should be on the previous line.42
ErrorsLine contains a tab character.43
ErrorsLine contains a tab character.44
ErrorsLine contains a tab character.45
ErrorsLine contains a tab character.46
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine contains a tab character.55
ErrorsFirst sentence should end with a period.57
ErrorsLine contains a tab character.57
ErrorsComment matches to-do format 'TODO:'.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsExpected an @return tag.60
ErrorsLine contains a tab character.60
ErrorsParameter properties should be final.60
ErrorsExpected @param tag for 'properties'.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62

org/xchain/namespaces/javascript/MergeJavascript.java

ViolationMessageLine
Errors'=' is not preceded with whitespace.51
Errors'=' is not followed by whitespace.51
ErrorsLine has trailing spaces.53
Errors'{' should be on the previous line.54
ErrorsMissing a Javadoc comment.55
ErrorsLine is longer than 80 characters.57
ErrorsMissing a Javadoc comment.57
ErrorsLine has trailing spaces.58
ErrorsMissing a Javadoc comment.59
Errors'=' is not preceded with whitespace.60
Errors'=' is not followed by whitespace.60
Errors'=' is not preceded with whitespace.61
Errors'=' is not followed by whitespace.61
Errors'=' is not preceded with whitespace.62
Errors'=' is not followed by whitespace.62
ErrorsLine is longer than 80 characters.63
Errors'=' is not preceded with whitespace.63
Errors'=' is not followed by whitespace.63
Errors'=' is not preceded with whitespace.63
Errors'=' is not followed by whitespace.63
Errors'=' is not preceded with whitespace.63
Errors'=' is not followed by whitespace.63
Errors'}' is not preceded with whitespace.63
Errors'(' is followed by whitespace.65
Errors')' is preceded with whitespace.65
ErrorsMissing a Javadoc comment.67
Errors'=' is not preceded with whitespace.67
Errors'=' is not followed by whitespace.67
Errors'=' is not preceded with whitespace.67
Errors'=' is not followed by whitespace.67
Errors'(' is followed by whitespace.68
Errors')' is preceded with whitespace.68
ErrorsLine has trailing spaces.69
ErrorsLine is longer than 80 characters.70
ErrorsMissing a Javadoc comment.70
Errors'=' is not preceded with whitespace.70
Errors'=' is not followed by whitespace.70
Errors'=' is not preceded with whitespace.70
Errors'=' is not followed by whitespace.70
Errors'=' is not preceded with whitespace.70
Errors'=' is not followed by whitespace.70
Errors'(' is followed by whitespace.71
Errors')' is preceded with whitespace.71
ErrorsLine has trailing spaces.72
ErrorsLine is longer than 80 characters.73
ErrorsMissing a Javadoc comment.73
Errors'=' is not preceded with whitespace.73
Errors'=' is not followed by whitespace.73
Errors'=' is not preceded with whitespace.73
Errors'=' is not followed by whitespace.73
Errors'=' is not preceded with whitespace.73
Errors'=' is not followed by whitespace.73
Errors'(' is followed by whitespace.74
Errors')' is preceded with whitespace.74
ErrorsLine has trailing spaces.75
ErrorsLine is longer than 80 characters.76
ErrorsMissing a Javadoc comment.76
Errors'=' is not preceded with whitespace.76
Errors'=' is not followed by whitespace.76
Errors'=' is not preceded with whitespace.76
Errors'=' is not followed by whitespace.76
Errors'=' is not preceded with whitespace.76
Errors'=' is not followed by whitespace.76
Errors'(' is followed by whitespace.77
Errors')' is preceded with whitespace.77
ErrorsMethod 'createMergeStrategy' is not designed for extension - needs to be abstract, final or empty.79
ErrorsMissing a Javadoc comment.79
Errors'(' is followed by whitespace.79
ErrorsParameter context should be final.79
Errors')' is preceded with whitespace.79
ErrorsLine is longer than 80 characters.80
Errors'if' construct must use '{}'s.82
ErrorsLine is longer than 80 characters.82
Errors'if' is not followed by whitespace.82
Errors'(' is followed by whitespace.82
Errors'(' is followed by whitespace.82
Errors')' is preceded with whitespace.82
Errors')' is preceded with whitespace.82
ErrorsLine is longer than 80 characters.83
ErrorsLine has trailing spaces.86
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.87
ErrorsMissing a Javadoc comment.87
Errors'(' is followed by whitespace.87
ErrorsParameter context should be final.87
Errors')' is preceded with whitespace.87
Errors'{' should be on the previous line.89
Errors'if' is not followed by whitespace.94
Errors'(' is followed by whitespace.94
Errors')' is preceded with whitespace.94
ErrorsLine is longer than 80 characters.99

org/xchain/namespaces/javascript/package-info.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.17
Errors'=' is not preceded with whitespace.21
Errors'=' is not followed by whitespace.21
ErrorsMissing a Javadoc comment.22

org/xchain/namespaces/jta/Constants.java

ViolationMessageLine
ErrorsUtility classes should not have a public or default constructor.21
Errors'{' should be on the previous line.22
ErrorsMissing a Javadoc comment.23
ErrorsMissing a Javadoc comment.24

org/xchain/namespaces/jta/TransactionCommand.java

ViolationMessageLine
ErrorsFirst sentence should end with a period.32
ErrorsLine has trailing spaces.34
ErrorsLine is longer than 80 characters.36
Errors'=' is not preceded with whitespace.44
Errors'=' is not followed by whitespace.44
Errors'{' should be on the previous line.47
ErrorsMissing a Javadoc comment.48
ErrorsVariable 'log' must be private and have accessor methods.48
ErrorsFirst sentence should end with a period.50
ErrorsExpected an @return tag.53
Errors'=' is not preceded with whitespace.53
Errors'=' is not followed by whitespace.53
Errors'=' is not preceded with whitespace.54
Errors'=' is not followed by whitespace.54
Errors'=' is not preceded with whitespace.55
Errors'=' is not followed by whitespace.55
Errors'(' is followed by whitespace.56
ErrorsExpected @param tag for 'context'.56
Errors')' is preceded with whitespace.56
ErrorsMissing a Javadoc comment.58
Errors'=' is not preceded with whitespace.58
Errors'=' is not followed by whitespace.58
Errors'=' is not preceded with whitespace.59
Errors'=' is not followed by whitespace.59
ErrorsLine is longer than 80 characters.60
Errors'=' is not preceded with whitespace.60
Errors'(' is followed by whitespace.61
Errors')' is preceded with whitespace.61
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.63
ErrorsMissing a Javadoc comment.63
Errors'(' is followed by whitespace.63
ErrorsParameter context should be final.63
Errors')' is preceded with whitespace.63
Errors'{' should be on the previous line.65
ErrorsLine is longer than 80 characters.68
ErrorsLine is longer than 80 characters.80
Errors'cast' is not followed by whitespace.80
Errors'(' is followed by whitespace.80
Errors'(' is followed by whitespace.80
Errors')' is preceded with whitespace.80
Errors')' is preceded with whitespace.80
ErrorsLine has trailing spaces.82
Errors'(' is followed by whitespace.83
Errors')' is preceded with whitespace.83
Errors'if' is not followed by whitespace.86
Errors'(' is followed by whitespace.86
Errors')' is preceded with whitespace.86
Errors'if' is not followed by whitespace.90
Errors'(' is followed by whitespace.90
Errors')' is preceded with whitespace.90
Errors'if' is not followed by whitespace.91
Errors'(' is followed by whitespace.91
Errors')' is preceded with whitespace.91
Errors'}' should be on the same line.96
ErrorsMust have at least one statement.97
ErrorsComment matches to-do format 'TODO:'.98
ErrorsLine is longer than 80 characters.98
ErrorsComment matches to-do format 'TODO:'.101
ErrorsLine is longer than 80 characters.101

org/xchain/namespaces/jta/package-info.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.17
Errors'=' is not preceded with whitespace.21
Errors'=' is not followed by whitespace.21
ErrorsMissing a Javadoc comment.22

org/xchain/namespaces/servlet/Constants.java

ViolationMessageLine
ErrorsUtility classes should not have a public or default constructor.24
Errors'{' should be on the previous line.25
ErrorsMissing a Javadoc comment.26
ErrorsMissing a Javadoc comment.27
ErrorsMissing a Javadoc comment.28
ErrorsMissing a Javadoc comment.29
ErrorsMissing a Javadoc comment.30

org/xchain/namespaces/servlet/ForwardCommand.java

ViolationMessageLine
Errors'=' is not preceded with whitespace.37
Errors'=' is not followed by whitespace.37
Errors'{' should be on the previous line.40
ErrorsMissing a Javadoc comment.42
ErrorsVariable 'log' must be private and have accessor methods.42
ErrorsLine has trailing spaces.43
ErrorsMissing a Javadoc comment.44
Errors'=' is not preceded with whitespace.45
Errors'=' is not followed by whitespace.45
Errors'=' is not preceded with whitespace.46
Errors'=' is not followed by whitespace.46
ErrorsMissing a Javadoc comment.50
Errors'=' is not preceded with whitespace.51
Errors'=' is not followed by whitespace.51
Errors'=' is not preceded with whitespace.52
Errors'=' is not followed by whitespace.52
Errors'=' is not preceded with whitespace.53
Errors'=' is not followed by whitespace.53
ErrorsLine is longer than 80 characters.54
Errors'=' is not preceded with whitespace.54
Errors'=' is not followed by whitespace.54
Errors'=' is not preceded with whitespace.54
Errors'=' is not followed by whitespace.54
Errors'=' is not preceded with whitespace.54
Errors'=' is not followed by whitespace.54
Errors'}' is not preceded with whitespace.54
ErrorsMissing a Javadoc comment.58
Errors'=' is not preceded with whitespace.59
Errors'=' is not followed by whitespace.59
Errors'=' is not preceded with whitespace.60
Errors'=' is not followed by whitespace.60
Errors'=' is not preceded with whitespace.61
Errors'=' is not followed by whitespace.61
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
ErrorsMissing a Javadoc comment.66
Errors'=' is not preceded with whitespace.67
Errors'=' is not followed by whitespace.67
Errors'=' is not preceded with whitespace.68
Errors'=' is not followed by whitespace.68
Errors'=' is not preceded with whitespace.69
Errors'=' is not followed by whitespace.69
ErrorsLine is longer than 80 characters.70
Errors'=' is not preceded with whitespace.70
Errors'=' is not followed by whitespace.70
Errors'=' is not preceded with whitespace.70
Errors'=' is not followed by whitespace.70
Errors'=' is not preceded with whitespace.70
Errors'=' is not followed by whitespace.70
Errors'}' is not preceded with whitespace.70
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.74
ErrorsMissing a Javadoc comment.74
Errors'(' is followed by whitespace.74
ErrorsParameter context should be final.74
Errors')' is preceded with whitespace.74
Errors'{' should be on the previous line.76
ErrorsLine is longer than 80 characters.78

org/xchain/namespaces/servlet/GetCookie.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.30
ErrorsMissing a Javadoc comment.38
ErrorsMissing a Javadoc comment.41
ErrorsMissing a Javadoc comment.44
ErrorsMissing a Javadoc comment.47
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.50
ErrorsMissing a Javadoc comment.50
ErrorsParameter context should be final.50

org/xchain/namespaces/servlet/RedirectCommand.java

ViolationMessageLine
Errors'=' is not preceded with whitespace.34
Errors'=' is not followed by whitespace.34
Errors'{' should be on the previous line.37
ErrorsMissing a Javadoc comment.39
ErrorsVariable 'log' must be private and have accessor methods.39
ErrorsLine has trailing spaces.40
ErrorsMissing a Javadoc comment.41
Errors'=' is not preceded with whitespace.42
Errors'=' is not followed by whitespace.42
Errors'=' is not preceded with whitespace.43
Errors'=' is not followed by whitespace.43
ErrorsMissing a Javadoc comment.47
Errors'=' is not preceded with whitespace.48
Errors'=' is not followed by whitespace.48
Errors'=' is not preceded with whitespace.49
Errors'=' is not followed by whitespace.49
Errors'=' is not preceded with whitespace.50
Errors'=' is not followed by whitespace.50
ErrorsLine is longer than 80 characters.51
Errors'=' is not preceded with whitespace.51
Errors'=' is not followed by whitespace.51
Errors'=' is not preceded with whitespace.51
Errors'=' is not followed by whitespace.51
Errors'=' is not preceded with whitespace.51
Errors'=' is not followed by whitespace.51
Errors'}' is not preceded with whitespace.51
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.55
ErrorsMissing a Javadoc comment.55
Errors'(' is followed by whitespace.55
ErrorsParameter context should be final.55
Errors')' is preceded with whitespace.55
Errors'{' should be on the previous line.57

org/xchain/namespaces/servlet/ResultCommand.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.37
ErrorsLine is longer than 80 characters.38
ErrorsLine is longer than 80 characters.39
ErrorsLine has trailing spaces.40
Errors'=' is not preceded with whitespace.51
Errors'=' is not followed by whitespace.51
Errors'{' should be on the previous line.54
ErrorsMissing a Javadoc comment.56
ErrorsVariable 'log' must be private and have accessor methods.56
ErrorsLine has trailing spaces.59
ErrorsExpected an @return tag.61
Errors'=' is not preceded with whitespace.61
Errors'=' is not followed by whitespace.61
Errors'=' is not preceded with whitespace.61
Errors'=' is not followed by whitespace.61
Errors'(' is followed by whitespace.62
ErrorsExpected @param tag for 'context'.62
Errors')' is preceded with whitespace.62
ErrorsMissing a Javadoc comment.63
ErrorsLine has trailing spaces.64
ErrorsLine has trailing spaces.66
ErrorsExpected an @return tag.68
Errors'=' is not preceded with whitespace.69
Errors'=' is not followed by whitespace.69
Errors'=' is not preceded with whitespace.70
Errors'=' is not followed by whitespace.70
Errors'=' is not preceded with whitespace.71
Errors'=' is not followed by whitespace.71
ErrorsLine is longer than 80 characters.72
Errors'=' is not preceded with whitespace.72
Errors'=' is not followed by whitespace.72
Errors'=' is not preceded with whitespace.72
Errors'=' is not followed by whitespace.72
Errors'=' is not preceded with whitespace.72
Errors'=' is not followed by whitespace.72
Errors'}' is not preceded with whitespace.72
ErrorsExpected @param tag for 'context'.74
ErrorsLine has trailing spaces.75
ErrorsExpected an @return tag.79
ErrorsLine is longer than 80 characters.79
Errors'=' is not preceded with whitespace.79
Errors'=' is not followed by whitespace.79
Errors'=' is not preceded with whitespace.79
Errors'=' is not followed by whitespace.79
Errors'=' is not preceded with whitespace.79
Errors'=' is not followed by whitespace.79
Errors'(' is followed by whitespace.80
ErrorsExpected @param tag for 'context'.80
Errors')' is preceded with whitespace.80
ErrorsMissing a Javadoc comment.82
Errors'=' is not preceded with whitespace.83
Errors'=' is not followed by whitespace.83
Errors'=' is not preceded with whitespace.84
Errors'=' is not followed by whitespace.84
Errors'=' is not preceded with whitespace.85
Errors'=' is not followed by whitespace.85
ErrorsLine is longer than 80 characters.86
Errors'=' is not preceded with whitespace.86
Errors'=' is not followed by whitespace.86
Errors'=' is not preceded with whitespace.86
Errors'=' is not followed by whitespace.86
Errors'=' is not preceded with whitespace.86
Errors'=' is not followed by whitespace.86
Errors'}' is not preceded with whitespace.86
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.90
ErrorsMissing a Javadoc comment.90
Errors'(' is followed by whitespace.90
ErrorsParameter context should be final.90
Errors')' is preceded with whitespace.90
Errors'{' should be on the previous line.92
Errors'(' is followed by whitespace.96
Errors')' is preceded with whitespace.96
ErrorsLine is longer than 80 characters.102
ErrorsAvoid inline conditionals.102
Errors'(' is followed by whitespace.102
Errors')' is preceded with whitespace.102
ErrorsLine is longer than 80 characters.103
Errors'(' is followed by whitespace.111
Errors')' is preceded with whitespace.111
ErrorsLine is longer than 80 characters.116
ErrorsLine is longer than 80 characters.117
Errors'cast' is not followed by whitespace.117
Errors'(' is followed by whitespace.117
Errors')' is preceded with whitespace.117
Errors'(' is followed by whitespace.117
Errors')' is preceded with whitespace.117
ErrorsLine is longer than 80 characters.118
Errors'(' is followed by whitespace.118
Errors'(' is followed by whitespace.118
Errors')' is preceded with whitespace.118
Errors'(' is followed by whitespace.118
Errors')' is preceded with whitespace.118
Errors')' is preceded with whitespace.118
Errors'(' is followed by whitespace.122
Errors')' is preceded with whitespace.122
ErrorsLine has trailing spaces.123
Errors'if' is not followed by whitespace.124
Errors'(' is followed by whitespace.124
Errors')' is preceded with whitespace.124
ErrorsLine has trailing spaces.130
ErrorsMethod 'disableCaching' is not designed for extension - needs to be abstract, final or empty.131
ErrorsMissing a Javadoc comment.131
ErrorsParameter response should be final.131

org/xchain/namespaces/servlet/SetCookie.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.28
ErrorsMissing a Javadoc comment.36
ErrorsMissing a Javadoc comment.39
ErrorsMissing a Javadoc comment.42
ErrorsMissing a Javadoc comment.45
ErrorsMissing a Javadoc comment.47
ErrorsMissing a Javadoc comment.49
ErrorsMissing a Javadoc comment.51
ErrorsMissing a Javadoc comment.53
ErrorsMissing a Javadoc comment.55
ErrorsMissing a Javadoc comment.57
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.60
ErrorsMissing a Javadoc comment.60
ErrorsParameter context should be final.60

org/xchain/namespaces/servlet/package-info.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.17
Errors'=' is not preceded with whitespace.23
Errors'=' is not followed by whitespace.23
ErrorsMissing a Javadoc comment.24