Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
33002310

Files

FilesInfosWarningsErrors
org/xchain/StandAloneHibernateExecutor.java00288
org/xchain/framework/hibernate/CriteriaEntityPermission.java0047
org/xchain/framework/hibernate/EntityClassPermission.java0041
org/xchain/framework/hibernate/EntityOperation.java0028
org/xchain/framework/hibernate/EntityPermission.java0031
org/xchain/framework/hibernate/HibernateLifecycle.java00250
org/xchain/framework/hibernate/HqlEntityPermission.java0041
org/xchain/framework/hibernate/OSGiEnterpriseTransactionManagerLookup.java006
org/xchain/framework/hibernate/QualifiedEntityPermission.java0064
org/xchain/framework/hibernate/RebindingDataSourceConnectionProvider.java00162
org/xchain/framework/hibernate/SecurityListener.java0035
org/xchain/framework/hibernate/SessionFactoryNotFoundException.java0016
org/xchain/namespaces/hibernate/AbstractQueryCommand.java0023
org/xchain/namespaces/hibernate/AbstractQueryResultCommand.java0043
org/xchain/namespaces/hibernate/AbstractSessionCommand.java0013
org/xchain/namespaces/hibernate/Constants.java007
org/xchain/namespaces/hibernate/DebugSessionCommand.java0093
org/xchain/namespaces/hibernate/DeleteCommand.java0077
org/xchain/namespaces/hibernate/FirstResultCommand.java0053
org/xchain/namespaces/hibernate/GetCommand.java00170
org/xchain/namespaces/hibernate/IterateCommand.java0041
org/xchain/namespaces/hibernate/ListCommand.java0052
org/xchain/namespaces/hibernate/MaxResultCommand.java0055
org/xchain/namespaces/hibernate/ParameterCommand.java00105
org/xchain/namespaces/hibernate/PersistCommand.java0069
org/xchain/namespaces/hibernate/QueryCommand.java0057
org/xchain/namespaces/hibernate/SaveCommand.java0069
org/xchain/namespaces/hibernate/SessionCommand.java0049
org/xchain/namespaces/hibernate/TransactionCommand.java0067
org/xchain/namespaces/hibernate/UniqueResultCommand.java0043
org/xchain/namespaces/hibernate/UpdateCommand.java0049
org/xchain/namespaces/hibernate/ValidateCommand.java00160
org/xchain/namespaces/hibernate/package-info.java006

Rules

RulesViolationsSeverity
JavadocPackage
  • allowLegacy: "true"
2Errors Error
NewlineAtEndOfFile0Errors Error
Translation0Errors Error
FileLength0Errors Error
FileTabCharacter
  • eachLine: "true"
523Errors Error
RegexpSingleline
  • message: "Line has trailing spaces."
  • format: "\s+$"
251Errors Error
JavadocMethod173Errors Error
JavadocType2Errors Error
JavadocVariable63Errors Error
JavadocStyle5Errors Error
ConstantName3Errors Error
LocalFinalVariableName0Errors Error
LocalVariableName0Errors Error
MemberName0Errors Error
MethodName0Errors Error
PackageName0Errors Error
ParameterName0Errors Error
StaticVariableName0Errors Error
TypeName0Errors Error
AvoidStarImport0Errors Error
IllegalImport0Errors Error
RedundantImport1Errors Error
UnusedImports10Errors Error
LineLength203Errors Error
MethodLength0Errors Error
ParameterNumber0Errors Error
EmptyForIteratorPad1Errors Error
MethodParamPad0Errors Error
NoWhitespaceAfter1Errors Error
NoWhitespaceBefore0Errors Error
OperatorWrap0Errors Error
ParenPad370Errors Error
TypecastParenPad0Errors Error
WhitespaceAfter11Errors Error
WhitespaceAround386Errors Error
ModifierOrder0Errors Error
RedundantModifier0Errors Error
AvoidNestedBlocks0Errors Error
EmptyBlock1Errors Error
LeftCurly87Errors Error
NeedBraces19Errors Error
RightCurly22Errors Error
AvoidInlineConditionals0Errors Error
DoubleCheckedLocking0Errors Error
EmptyStatement0Errors Error
EqualsHashCode0Errors Error
HiddenField14Errors Error
IllegalInstantiation0Errors Error
InnerAssignment0Errors Error
MagicNumber4Errors Error
MissingSwitchDefault0Errors Error
RedundantThrows2Errors Error
SimplifyBooleanExpression1Errors Error
SimplifyBooleanReturn0Errors Error
DesignForExtension49Errors Error
FinalClass0Errors Error
HideUtilityClassConstructor3Errors Error
InterfaceIsType0Errors Error
VisibilityModifier19Errors Error
ArrayTypeStyle0Errors Error
FinalParameters85Errors Error
TodoComment0Errors Error
UpperEll0Errors Error

Details

org/xchain/StandAloneHibernateExecutor.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
ErrorsUnused import - java.io.IOException.21
ErrorsLine is longer than 80 characters.35
ErrorsLine is longer than 80 characters.36
ErrorsLine has trailing spaces.38
ErrorsLine is longer than 80 characters.44
ErrorsMissing a Javadoc comment.44
ErrorsMissing a Javadoc comment.45
ErrorsLine is longer than 80 characters.48
ErrorsLine contains a tab character.48
ErrorsMissing a Javadoc comment.48
ErrorsLine is longer than 80 characters.49
ErrorsLine contains a tab character.49
ErrorsMissing a Javadoc comment.49
ErrorsLine is longer than 80 characters.51
ErrorsLine contains a tab character.51
ErrorsMissing a Javadoc comment.51
ErrorsLine is longer than 80 characters.52
ErrorsLine contains a tab character.52
ErrorsMissing a Javadoc comment.52
ErrorsLine is longer than 80 characters.54
ErrorsLine contains a tab character.54
ErrorsMissing a Javadoc comment.54
ErrorsLine contains a tab character.55
ErrorsMissing a Javadoc comment.55
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.56
ErrorsLine is longer than 80 characters.58
ErrorsLine contains a tab character.58
ErrorsMissing a Javadoc comment.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsMissing a Javadoc comment.59
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.61
ErrorsMissing a Javadoc comment.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsMissing a Javadoc comment.62
ErrorsLine has trailing spaces.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsMissing a Javadoc comment.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsMissing a Javadoc comment.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsMissing a Javadoc comment.68
ErrorsVariable 'hibernateConfig' must be private and have accessor methods.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsFirst sentence should end with a period.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsMethod 'initLifeCycle' is not designed for extension - needs to be abstract, final or empty.73
ErrorsLine is longer than 80 characters.74
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
Errors'hibernateConfig' hides a field.75
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsFirst sentence should end with a period.82
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine is longer than 80 characters.85
ErrorsLine contains a tab character.85
ErrorsMethod 'configureContext' is not designed for extension - needs to be abstract, final or empty.85
ErrorsParameter context should be final.85
ErrorsExpected @param tag for 'context'.85
ErrorsParameter variables should be final.85
ErrorsExpected @param tag for 'variables'.85
ErrorsLine contains a tab character.86
ErrorsLine has trailing spaces.87
ErrorsLine contains a tab character.87
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.90
ErrorsFirst sentence should end with a period.91
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine contains a tab character.96
ErrorsLine is longer than 80 characters.97
ErrorsLine contains a tab character.97
ErrorsMethod 'deployDatasource' is not designed for extension - needs to be abstract, final or empty.97
ErrorsParameter deployLocation should be final.97
ErrorsExpected @param tag for 'deployLocation'.97
ErrorsParameter dataSource should be final.97
ErrorsExpected @param tag for 'dataSource'.97
ErrorsLine contains a tab character.98
ErrorsLine is longer than 80 characters.99
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine has trailing spaces.102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine is longer than 80 characters.105
ErrorsLine contains a tab character.105
ErrorsLine is longer than 80 characters.106
ErrorsLine contains a tab character.106
ErrorsLine contains a tab character.107
ErrorsLine contains a tab character.108
ErrorsLine has trailing spaces.109
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine contains a tab character.111
ErrorsLine is longer than 80 characters.112
ErrorsLine contains a tab character.112
ErrorsLine contains a tab character.113
ErrorsLine is longer than 80 characters.114
ErrorsLine contains a tab character.114
ErrorsLine is longer than 80 characters.115
ErrorsLine contains a tab character.115
ErrorsLine contains a tab character.116
ErrorsLine has trailing spaces.117
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.118
ErrorsLine is longer than 80 characters.119
ErrorsLine contains a tab character.119
ErrorsLine is longer than 80 characters.120
ErrorsLine contains a tab character.120
ErrorsLine has trailing spaces.121
ErrorsLine contains a tab character.121
ErrorsLine is longer than 80 characters.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
Errors'}' should be on the same line.124
ErrorsLine contains a tab character.125
ErrorsLine contains a tab character.126
ErrorsLine contains a tab character.127
ErrorsLine contains a tab character.128
ErrorsLine has trailing spaces.129
ErrorsLine contains a tab character.129
ErrorsLine contains a tab character.130
ErrorsMethod 'runCommands' is not designed for extension - needs to be abstract, final or empty.130
ErrorsMissing a Javadoc comment.130
ErrorsLine contains a tab character.131
ErrorsLine contains a tab character.132
ErrorsLine contains a tab character.133
ErrorsLine has trailing spaces.134
ErrorsLine contains a tab character.134
ErrorsLine contains a tab character.135
ErrorsLine contains a tab character.136
ErrorsLine contains a tab character.137
ErrorsLine contains a tab character.138
ErrorsLine is longer than 80 characters.139
ErrorsLine is longer than 80 characters.140
ErrorsLine has trailing spaces.141
ErrorsLine has trailing spaces.144
ErrorsLine has trailing spaces.146
ErrorsLine has trailing spaces.148
Errors'9' is a magic number.158
ErrorsLine has trailing spaces.160
ErrorsLine contains a tab character.160
ErrorsLine contains a tab character.161
ErrorsLine contains a tab character.162
ErrorsLine has trailing spaces.163
ErrorsLine contains a tab character.163
ErrorsFirst sentence should end with a period.164
ErrorsLine contains a tab character.164
ErrorsLine contains a tab character.165
ErrorsLine has trailing spaces.166
ErrorsLine contains a tab character.166
ErrorsLine contains a tab character.167
ErrorsLine contains a tab character.168
ErrorsExpected an @return tag.169
ErrorsLine contains a tab character.169
ErrorsLine is longer than 80 characters.170
ErrorsLine contains a tab character.170
ErrorsLine contains a tab character.172
ErrorsLine contains a tab character.173
ErrorsLine contains a tab character.174
ErrorsLine contains a tab character.176
ErrorsLine contains a tab character.177
ErrorsLine is longer than 80 characters.179
ErrorsMissing a Javadoc comment.179
ErrorsParameter envVarName should be final.179
ErrorsParameter propertyName should be final.179
ErrorsParameter props should be final.179
ErrorsParameter def should be final.179
ErrorsLine is longer than 80 characters.190
Errors'{' is followed by whitespace.190
Errors'if' construct must use '{}'s.192
Errors'if' construct must use '{}'s.196
Errors'if' construct must use '{}'s.200
ErrorsLine has trailing spaces.205
ErrorsLine contains a tab character.205
ErrorsMissing a Javadoc comment.206
ErrorsLine contains a tab character.206
ErrorsUtility classes should not have a public or default constructor.206
ErrorsLine contains a tab character.207
ErrorsLine contains a tab character.208
ErrorsMissing a Javadoc comment.208
ErrorsLine contains a tab character.209
ErrorsMissing a Javadoc comment.209
ErrorsLine is longer than 80 characters.210
ErrorsLine contains a tab character.210
ErrorsMissing a Javadoc comment.210
ErrorsLine contains a tab character.212
ErrorsLine contains a tab character.213
ErrorsMissing a Javadoc comment.213
ErrorsLine contains a tab character.214
ErrorsMissing a Javadoc comment.214
ErrorsLine contains a tab character.215
ErrorsMissing a Javadoc comment.215
ErrorsLine contains a tab character.216
ErrorsLine contains a tab character.218
ErrorsMissing a Javadoc comment.218
ErrorsParameter args should be final.218
ErrorsLine contains a tab character.219
ErrorsLine contains a tab character.220
ErrorsLine contains a tab character.222
ErrorsLine is longer than 80 characters.223
ErrorsLine contains a tab character.223
ErrorsLine contains a tab character.224
ErrorsLine has trailing spaces.225
ErrorsLine contains a tab character.225
ErrorsLine is longer than 80 characters.226
ErrorsLine contains a tab character.226
ErrorsLine contains a tab character.229
ErrorsLine is longer than 80 characters.230
Errors'}' should be on the same line.233
ErrorsLine contains a tab character.237
ErrorsLine is longer than 80 characters.238
ErrorsLine contains a tab character.238
ErrorsLine contains a tab character.239
Errors'7' is a magic number.239
ErrorsLine contains a tab character.240
ErrorsLine has trailing spaces.241
ErrorsLine contains a tab character.241
ErrorsLine contains a tab character.242
ErrorsLine contains a tab character.243
ErrorsLine is longer than 80 characters.244
ErrorsLine contains a tab character.246
ErrorsLine has trailing spaces.247
ErrorsLine is longer than 80 characters.247
ErrorsLine contains a tab character.247
ErrorsLine is longer than 80 characters.248
ErrorsLine contains a tab character.248
ErrorsLine contains a tab character.249
ErrorsLine contains a tab character.250
Errors'}' should be on the same line.250
ErrorsLine contains a tab character.254
ErrorsLine is longer than 80 characters.255
ErrorsLine contains a tab character.255
ErrorsLine contains a tab character.256
Errors'7' is a magic number.256
ErrorsLine contains a tab character.257
ErrorsLine has trailing spaces.258
ErrorsLine contains a tab character.258
ErrorsLine contains a tab character.259
ErrorsLine is longer than 80 characters.260
ErrorsLine contains a tab character.262
ErrorsLine contains a tab character.263
Errors'}' should be on the same line.263
ErrorsLine contains a tab character.267
ErrorsLine is longer than 80 characters.268
ErrorsLine contains a tab character.268
ErrorsLine contains a tab character.269
Errors'7' is a magic number.269
ErrorsLine contains a tab character.270
ErrorsLine has trailing spaces.271
ErrorsLine contains a tab character.271
ErrorsLine contains a tab character.272
ErrorsLine contains a tab character.273
ErrorsLine contains a tab character.274

org/xchain/framework/hibernate/CriteriaEntityPermission.java

ViolationMessageLine
ErrorsMissing package-info.java file.0
Errors'{' should be on the previous line.33
ErrorsLine is longer than 80 characters.34
ErrorsMissing a Javadoc comment.34
ErrorsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.34
ErrorsMissing a Javadoc comment.35
ErrorsVariable 'criteria' must be private and have accessor methods.35
ErrorsMissing a Javadoc comment.36
ErrorsVariable 'principalCriteria' must be private and have accessor methods.36
ErrorsMissing a Javadoc comment.37
ErrorsVariable 'idCriteria' must be private and have accessor methods.37
ErrorsMissing a Javadoc comment.38
ErrorsVariable 'principalProperty' must be private and have accessor methods.38
ErrorsMissing a Javadoc comment.39
ErrorsVariable 'idProperty' must be private and have accessor methods.39
ErrorsLine is longer than 80 characters.41
ErrorsMissing a Javadoc comment.41
ErrorsParameter operation should be final.41
ErrorsParameter entityClass should be final.41
ErrorsParameter rootCriteria should be final.41
ErrorsParameter principalCriteria should be final.41
Errors'principalCriteria' hides a field.41
ErrorsParameter idCriteria should be final.41
Errors'idCriteria' hides a field.41
ErrorsParameter principalProperty should be final.41
Errors'principalProperty' hides a field.41
ErrorsParameter idProperty should be final.41
Errors'idProperty' hides a field.41
ErrorsMethod 'getCriteria' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
Errors'{' should be on the previous line.52
ErrorsMissing a Javadoc comment.56
Errors'(' is followed by whitespace.56
ErrorsParameter principal should be final.56
ErrorsParameter id should be final.56
Errors')' is preceded with whitespace.56
Errors'{' should be on the previous line.57
Errors'if' is not followed by whitespace.58
Errors'(' is followed by whitespace.58
Errors')' is preceded with whitespace.58
Errors'if' is not followed by whitespace.61
Errors'(' is followed by whitespace.61
Errors')' is preceded with whitespace.61
ErrorsMethod 'qualifyPermission' is not designed for extension - needs to be abstract, final or empty.66
ErrorsParameter p should be final.67
Errors'cast' is not followed by whitespace.69
ErrorsLine is longer than 80 characters.71

org/xchain/framework/hibernate/EntityClassPermission.java

ViolationMessageLine
Errors'{' should be on the previous line.26
ErrorsMissing a Javadoc comment.27
ErrorsVariable 'operation' must be private and have accessor methods.27
ErrorsMissing a Javadoc comment.28
ErrorsVariable 'entityClass' must be private and have accessor methods.28
ErrorsLine has trailing spaces.29
ErrorsMissing a Javadoc comment.30
ErrorsParameter operation should be final.30
Errors'operation' hides a field.30
ErrorsParameter entityClass should be final.30
Errors'entityClass' hides a field.30
Errors'{' should be on the previous line.31
ErrorsMethod 'getOperation' is not designed for extension - needs to be abstract, final or empty.36
ErrorsMissing a Javadoc comment.36
Errors'{' should be on the previous line.37
ErrorsMethod 'getEntityClass' is not designed for extension - needs to be abstract, final or empty.41
ErrorsMissing a Javadoc comment.41
Errors'{' should be on the previous line.42
ErrorsLine is longer than 80 characters.47
ErrorsExpected an @return tag.49
ErrorsMethod 'implies' is not designed for extension - needs to be abstract, final or empty.49
Errors'(' is followed by whitespace.49
ErrorsParameter permission should be final.49
ErrorsExpected @param tag for 'permission'.49
Errors')' is preceded with whitespace.49
Errors'{' should be on the previous line.50
Errors'if' is not followed by whitespace.51
Errors'(' is followed by whitespace.51
Errors')' is preceded with whitespace.51
Errors'cast' is not followed by whitespace.55
ErrorsLine is longer than 80 characters.57
Errors'if' is not followed by whitespace.59
Errors'(' is followed by whitespace.59
Errors')' is preceded with whitespace.59
Errors'if' is not followed by whitespace.63
Errors'(' is followed by whitespace.63
Errors')' is preceded with whitespace.63
ErrorsLine has trailing spaces.69
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.70
Errors'{' should be on the previous line.72
ErrorsLine is longer than 80 characters.74

org/xchain/framework/hibernate/EntityOperation.java

ViolationMessageLine
Errors'{' should be on the previous line.22
ErrorsLine is longer than 80 characters.23
ErrorsMissing a Javadoc comment.23
ErrorsMissing a Javadoc comment.23
ErrorsMissing a Javadoc comment.23
ErrorsMissing a Javadoc comment.23
ErrorsMissing a Javadoc comment.23
ErrorsMissing a Javadoc comment.25
ErrorsMissing a Javadoc comment.27
Errors'(' is followed by whitespace.27
ErrorsParameter implied should be final.27
Errors'implied' hides a field.27
Errors')' is preceded with whitespace.27
Errors'{' should be on the previous line.28
ErrorsMissing a Javadoc comment.32
Errors'(' is followed by whitespace.32
ErrorsParameter operation should be final.32
Errors')' is preceded with whitespace.32
Errors'{' should be on the previous line.33
Errors'if' is not followed by whitespace.34
Errors'(' is followed by whitespace.34
Errors')' is preceded with whitespace.34
Errors'for' is not followed by whitespace.35
Errors'(' is followed by whitespace.35
Errors')' is preceded with whitespace.35
Errors'if' is not followed by whitespace.36
Errors'(' is followed by whitespace.36
Errors')' is preceded with whitespace.36

org/xchain/framework/hibernate/EntityPermission.java

ViolationMessageLine
ErrorsType Javadoc comment is missing an @param <E> tag.26
Errors'{' should be on the previous line.28
ErrorsMissing a Javadoc comment.29
ErrorsVariable 'id' must be private and have accessor methods.29
ErrorsMissing a Javadoc comment.30
ErrorsVariable 'entity' must be private and have accessor methods.30
ErrorsLine has trailing spaces.31
ErrorsMissing a Javadoc comment.32
ErrorsParameter operation should be final.32
ErrorsParameter id should be final.32
Errors'id' hides a field.32
ErrorsParameter entity should be final.32
Errors'entity' hides a field.32
ErrorsMethod 'getId' is not designed for extension - needs to be abstract, final or empty.39
ErrorsMissing a Javadoc comment.39
Errors'{' should be on the previous line.40
ErrorsExpected an @return tag.47
ErrorsMethod 'getEntity' is not designed for extension - needs to be abstract, final or empty.47
Errors'{' should be on the previous line.48
ErrorsLine is longer than 80 characters.53
ErrorsExpected an @return tag.55
ErrorsMethod 'implies' is not designed for extension - needs to be abstract, final or empty.55
Errors'(' is followed by whitespace.55
ErrorsParameter permission should be final.55
ErrorsExpected @param tag for 'permission'.55
Errors')' is preceded with whitespace.55
Errors'{' should be on the previous line.56
ErrorsLine has trailing spaces.59
ErrorsMethod 'toString' is not designed for extension - needs to be abstract, final or empty.60
Errors'{' should be on the previous line.62
ErrorsLine is longer than 80 characters.64

org/xchain/framework/hibernate/HibernateLifecycle.java

ViolationMessageLine
ErrorsUtility classes should not have a public or default constructor.50
Errors'=' is not preceded with whitespace.50
Errors'=' is not followed by whitespace.50
Errors'{' should be on the previous line.52
ErrorsLine is longer than 80 characters.53
ErrorsMissing a Javadoc comment.53
ErrorsMissing a Javadoc comment.55
ErrorsMissing a Javadoc comment.57
ErrorsLine is longer than 80 characters.58
ErrorsMissing a Javadoc comment.58
ErrorsLine is longer than 80 characters.59
ErrorsMissing a Javadoc comment.59
ErrorsLine is longer than 80 characters.60
ErrorsMissing a Javadoc comment.60
ErrorsLine is longer than 80 characters.61
ErrorsMissing a Javadoc comment.61
ErrorsMissing a Javadoc comment.62
Errors'=' is not preceded with whitespace.68
Errors'=' is not followed by whitespace.68
Errors'=' is not preceded with whitespace.68
Errors'=' is not followed by whitespace.68
Errors'{' should be on the previous line.70
Errors'if' is not followed by whitespace.71
Errors'(' is followed by whitespace.71
Errors')' is preceded with whitespace.71
Errors'(' is followed by whitespace.72
Errors')' is preceded with whitespace.72
Errors'synchronized' is not followed by whitespace.75
Errors'(' is followed by whitespace.75
Errors')' is preceded with whitespace.75
Errors'(' is followed by whitespace.77
Errors')' is preceded with whitespace.77
ErrorsLine has trailing spaces.80
ErrorsLine is longer than 80 characters.82
Errors'for' is not followed by whitespace.82
Errors'(' is followed by whitespace.82
Errors')' is preceded with whitespace.82
Errors'if' is not followed by whitespace.83
Errors'(' is followed by whitespace.83
Errors')' is preceded with whitespace.83
ErrorsLine is longer than 80 characters.85
ErrorsLine has trailing spaces.88
Errors'}' should be on the same line.90
Errors'if' is not followed by whitespace.92
Errors'(' is followed by whitespace.92
Errors')' is preceded with whitespace.92
Errors'=' is not preceded with whitespace.104
Errors'=' is not followed by whitespace.104
Errors'{' should be on the previous line.106
Errors'if' is not followed by whitespace.107
Errors'(' is followed by whitespace.107
Errors')' is preceded with whitespace.107
Errors'(' is followed by whitespace.108
Errors')' is preceded with whitespace.108
ErrorsLine has trailing spaces.110
Errors'synchronized' is not followed by whitespace.111
Errors'(' is followed by whitespace.111
Errors')' is preceded with whitespace.111
Errors'if' construct must use '{}'s.113
Errors'(' is followed by whitespace.113
Errors')' is preceded with whitespace.113
ErrorsLine is longer than 80 characters.116
Errors'for' is not followed by whitespace.116
Errors'(' is followed by whitespace.116
Errors')' is preceded with whitespace.116
Errors'}' should be on the same line.119
ErrorsLine has trailing spaces.127
ErrorsLine has trailing spaces.130
Errors'=' is not preceded with whitespace.133
Errors'=' is not followed by whitespace.133
Errors'=' is not preceded with whitespace.133
Errors'=' is not followed by whitespace.133
Errors'(' is followed by whitespace.134
ErrorsParameter context should be final.134
ErrorsExpected @param tag for 'context'.134
Errors')' is preceded with whitespace.134
Errors'if' is not followed by whitespace.135
Errors'(' is followed by whitespace.135
Errors')' is preceded with whitespace.135
Errors'if' is not followed by whitespace.136
Errors'(' is followed by whitespace.136
Errors')' is preceded with whitespace.136
ErrorsLine is longer than 80 characters.137
ErrorsLine is longer than 80 characters.140
ErrorsLine is longer than 80 characters.144
Errors'cast' is not followed by whitespace.144
ErrorsLine has trailing spaces.156
ErrorsMissing a Javadoc comment.157
Errors'=' is not preceded with whitespace.157
Errors'=' is not followed by whitespace.157
Errors'(' is followed by whitespace.158
ErrorsParameter context should be final.158
Errors')' is preceded with whitespace.158
Errors'if' is not followed by whitespace.160
Errors'(' is followed by whitespace.160
ErrorsExpression can be simplified.160
Errors')' is preceded with whitespace.160
ErrorsLine has trailing spaces.165
ErrorsExpected an @return tag.169
Errors'{' should be on the previous line.170
ErrorsLine is longer than 80 characters.171
Errors'(' is followed by whitespace.177
ErrorsParameter configuration should be final.177
ErrorsExpected @param tag for 'configuration'.177
Errors')' is preceded with whitespace.177
Errors'{' should be on the previous line.178
Errors'synchronized' is not followed by whitespace.179
Errors'(' is followed by whitespace.179
Errors')' is preceded with whitespace.179
Errors'(' is followed by whitespace.180
Errors')' is preceded with whitespace.180
ErrorsLine has trailing spaces.183
ErrorsExpected an @return tag.187
ErrorsParameter resourcePath should be final.187
ErrorsExpected @param tag for 'resourcePath'.187
Errors'{' should be on the previous line.188
ErrorsLine is longer than 80 characters.189
Errors'(' is followed by whitespace.195
ErrorsParameter name should be final.195
ErrorsExpected @param tag for 'name'.195
ErrorsParameter configuration should be final.195
ErrorsExpected @param tag for 'configuration'.195
Errors')' is preceded with whitespace.195
Errors'synchronized' is not followed by whitespace.197
Errors'(' is followed by whitespace.197
Errors')' is preceded with whitespace.197
Errors'if' is not followed by whitespace.198
Errors'(' is followed by whitespace.198
Errors')' is preceded with whitespace.198
ErrorsLine has trailing spaces.200
Errors'if' is not followed by whitespace.201
Errors'(' is followed by whitespace.201
Errors')' is preceded with whitespace.201
Errors'}' should be on the same line.204
ErrorsLine is longer than 80 characters.206
ErrorsLine is longer than 80 characters.211
ErrorsMissing a Javadoc comment.211
Errors'(' is followed by whitespace.211
ErrorsParameter name should be final.211
ErrorsParameter configuration should be final.211
Errors')' is preceded with whitespace.211
ErrorsLine is longer than 80 characters.214
Errors'if' is not followed by whitespace.216
Errors'(' is followed by whitespace.216
Errors')' is preceded with whitespace.216
Errors'if' is not followed by whitespace.217
Errors'(' is followed by whitespace.217
Errors')' is preceded with whitespace.217
ErrorsLine is longer than 80 characters.218
Errors'+' is not preceded with whitespace.218
Errors'+' is not followed by whitespace.218
Errors'+' is not preceded with whitespace.218
Errors'+' is not followed by whitespace.218
Errors'+' is not preceded with whitespace.218
Errors'+' is not followed by whitespace.218
Errors'+' is not preceded with whitespace.218
Errors'+' is not followed by whitespace.218
ErrorsLine is longer than 80 characters.220
ErrorsLine is longer than 80 characters.224
ErrorsMissing a Javadoc comment.224
Errors'(' is followed by whitespace.224
ErrorsParameter name should be final.224
ErrorsParameter sessionFactory should be final.224
Errors')' is preceded with whitespace.224
Errors'synchronized' is not followed by whitespace.226
Errors'(' is followed by whitespace.226
Errors')' is preceded with whitespace.226
ErrorsMissing a Javadoc comment.241
Errors'(' is followed by whitespace.241
ErrorsParameter name should be final.241
Errors')' is preceded with whitespace.241
Errors'{' should be on the previous line.242
Errors'synchronized' is not followed by whitespace.243
Errors'(' is followed by whitespace.243
Errors')' is preceded with whitespace.243
Errors'if' is not followed by whitespace.244
Errors'(' is followed by whitespace.244
Errors')' is preceded with whitespace.244
ErrorsLine is longer than 80 characters.255
ErrorsUnused @throws tag for 'SessionFactoryNotFoundException'.255
ErrorsLine is longer than 80 characters.267
ErrorsUnused @throws tag for 'SessionFactoryNotFoundException'.267
Errors'(' is followed by whitespace.269
ErrorsParameter name should be final.269
Errors')' is preceded with whitespace.269
Errors'{' should be on the previous line.270
Errors'synchronized' is not followed by whitespace.272
Errors'(' is followed by whitespace.272
Errors')' is preceded with whitespace.272
Errors'if' is not followed by whitespace.273
Errors'(' is followed by whitespace.273
Errors')' is preceded with whitespace.273
Errors'=' is not preceded with whitespace.274
Errors'=' is not followed by whitespace.274
Errors'if' is not followed by whitespace.278
Errors'(' is followed by whitespace.278
Errors')' is preceded with whitespace.278
ErrorsMissing a Javadoc comment.286
Errors'{' should be on the previous line.287
Errors'synchronized' is not followed by whitespace.288
Errors'(' is followed by whitespace.288
Errors')' is preceded with whitespace.288
ErrorsMissing a Javadoc comment.293
Errors'(' is followed by whitespace.293
ErrorsParameter sessionFactory should be final.293
Errors')' is preceded with whitespace.293
Errors'{' should be on the previous line.294
Errors'synchronized' is not followed by whitespace.295
Errors'(' is followed by whitespace.295
Errors')' is preceded with whitespace.295
ErrorsMissing a Javadoc comment.300
Errors'(' is followed by whitespace.300
ErrorsParameter configuration should be final.300
Errors')' is preceded with whitespace.300
Errors'{' should be on the previous line.301
Errors'synchronized' is not followed by whitespace.302
Errors'(' is followed by whitespace.302
Errors')' is preceded with whitespace.302
ErrorsLine is longer than 80 characters.310
ErrorsLine has trailing spaces.312
Errors'=' is not preceded with whitespace.315
Errors'=' is not followed by whitespace.315
ErrorsLine is longer than 80 characters.321
Errors'=' is not preceded with whitespace.326
Errors'=' is not followed by whitespace.326
Errors'(' is followed by whitespace.327
ErrorsParameter name should be final.327
ErrorsExpected @param tag for 'name'.327
Errors')' is preceded with whitespace.327
Errors'synchronized' is not followed by whitespace.328
Errors'(' is followed by whitespace.328
Errors')' is preceded with whitespace.328
Errors'if' is not followed by whitespace.329
Errors'(' is followed by whitespace.329
Errors')' is preceded with whitespace.329
ErrorsMissing a Javadoc comment.337
Errors'(' is followed by whitespace.337
ErrorsParameter sessionFactory should be final.337
Errors')' is preceded with whitespace.337
Errors'{' should be on the previous line.338
Errors'if' is not followed by whitespace.339
Errors'(' is followed by whitespace.339
Errors')' is preceded with whitespace.339
Errors'}' should be on the same line.342
Errors'catch' is not followed by whitespace.343
Errors'(' is followed by whitespace.343
Errors')' is preceded with whitespace.343
Errors'if' is not followed by whitespace.344
Errors'(' is followed by whitespace.344
Errors')' is preceded with whitespace.344

org/xchain/framework/hibernate/HqlEntityPermission.java

ViolationMessageLine
Errors'{' should be on the previous line.32
ErrorsLine is longer than 80 characters.33
ErrorsMissing a Javadoc comment.33
ErrorsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.33
ErrorsMissing a Javadoc comment.34
ErrorsVariable 'hql' must be private and have accessor methods.34
ErrorsLine is longer than 80 characters.36
ErrorsMissing a Javadoc comment.36
ErrorsParameter operation should be final.36
ErrorsParameter entityClass should be final.36
ErrorsParameter hql should be final.36
Errors'hql' hides a field.36
ErrorsMethod 'getHql' 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
ErrorsLine is longer than 80 characters.47
ErrorsMissing a Javadoc comment.47
Errors'(' is followed by whitespace.47
ErrorsParameter query should be final.47
ErrorsParameter principal should be final.47
ErrorsParameter id should be final.47
Errors')' is preceded with whitespace.47
ErrorsRedundant throws: 'IllegalArgumentException' is unchecked exception.48
Errors'{' should be on the previous line.49
Errors'for' is not followed by whitespace.51
Errors'(' is followed by whitespace.51
Errors')' is preceded with whitespace.51
Errors'if' is not followed by whitespace.52
Errors'(' is followed by whitespace.52
Errors')' is preceded with whitespace.52
Errors'}' should be on the same line.54
Errors'if' is not followed by whitespace.55
Errors'(' is followed by whitespace.55
Errors')' is preceded with whitespace.55
Errors'}' should be on the same line.57
ErrorsLine is longer than 80 characters.59
ErrorsMethod 'qualifyPermission' is not designed for extension - needs to be abstract, final or empty.64
ErrorsParameter p should be final.65
Errors'cast' is not followed by whitespace.67
ErrorsLine is longer than 80 characters.69
ErrorsLine is longer than 80 characters.70

org/xchain/framework/hibernate/OSGiEnterpriseTransactionManagerLookup.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.21
ErrorsLine has trailing spaces.22
ErrorsLine is longer than 80 characters.25
ErrorsMethod 'getName' is not designed for extension - needs to be abstract, final or empty.27
ErrorsMethod 'getUserTransactionName' is not designed for extension - needs to be abstract, final or empty.32
ErrorsMissing a Javadoc comment.32

org/xchain/framework/hibernate/QualifiedEntityPermission.java

ViolationMessageLine
Errors'{' should be on the previous line.28
ErrorsLine is longer than 80 characters.29
ErrorsMissing a Javadoc comment.29
ErrorsName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.29
ErrorsMissing a Javadoc comment.30
ErrorsVariable 'entityClass' must be private and have accessor methods.30
ErrorsMissing a Javadoc comment.31
ErrorsVariable 'operation' must be private and have accessor methods.31
ErrorsLine is longer than 80 characters.33
ErrorsMissing a Javadoc comment.33
ErrorsParameter operation should be final.33
Errors'operation' hides a field.33
ErrorsParameter entityClass should be final.33
Errors'entityClass' hides a field.33
ErrorsMethod 'getEntityClass' is not designed for extension - needs to be abstract, final or empty.39
ErrorsMissing a Javadoc comment.39
Errors'{' should be on the previous line.40
ErrorsMethod 'implies' is not designed for extension - needs to be abstract, final or empty.44
ErrorsMissing a Javadoc comment.44
Errors'(' is followed by whitespace.44
ErrorsParameter p should be final.44
Errors')' is preceded with whitespace.44
Errors'{' should be on the previous line.45
Errors'if' is not followed by whitespace.46
Errors'(' is followed by whitespace.46
Errors')' is preceded with whitespace.46
Errors'cast' is not followed by whitespace.50
ErrorsLine is longer than 80 characters.52
Errors'if' is not followed by whitespace.53
Errors'(' is followed by whitespace.53
Errors')' is preceded with whitespace.53
ErrorsLine is longer than 80 characters.57
Errors'if' is not followed by whitespace.58
Errors'(' is followed by whitespace.58
Errors'(' is followed by whitespace.58
Errors')' is preceded with whitespace.58
Errors')' is preceded with whitespace.58
Errors'}' should be on the same line.67
Errors'catch' is not followed by whitespace.68
Errors'(' is followed by whitespace.68
Errors')' is preceded with whitespace.68
ErrorsLine has trailing spaces.74
ErrorsMethod 'processResult' is not designed for extension - needs to be abstract, final or empty.82
ErrorsMissing a Javadoc comment.82
Errors'(' is followed by whitespace.82
ErrorsParameter queryResult should be final.82
Errors')' is preceded with whitespace.82
Errors'{' should be on the previous line.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.88
Errors'(' is followed by whitespace.88
Errors')' is preceded with whitespace.88
ErrorsLine is longer than 80 characters.89
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.92
Errors'(' is followed by whitespace.92
Errors')' is preceded with whitespace.92
Errors'if' is not followed by whitespace.94
Errors'(' is followed by whitespace.94
Errors')' is preceded with whitespace.94

org/xchain/framework/hibernate/RebindingDataSourceConnectionProvider.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.32
ErrorsLine is longer than 80 characters.33
Errors'{' should be on the previous line.40
ErrorsLine is longer than 80 characters.42
ErrorsLine is longer than 80 characters.60
ErrorsLine is longer than 80 characters.61
ErrorsLine is longer than 80 characters.63
ErrorsMethod 'configure' is not designed for extension - needs to be abstract, final or empty.65
ErrorsParameter properties should be final.65
ErrorsExpected @param tag for 'properties'.65
ErrorsRedundant throws: 'HibernateException' is unchecked exception.66
Errors'{' should be on the previous line.67
Errors'(' is followed by whitespace.68
Errors')' is preceded with whitespace.68
Errors'(' is followed by whitespace.69
Errors')' is preceded with whitespace.69
Errors'(' is followed by whitespace.70
Errors')' is preceded with whitespace.70
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.73
Errors'(' is followed by whitespace.73
Errors')' is preceded with whitespace.73
ErrorsLine is longer than 80 characters.74
Errors'+' is not preceded with whitespace.74
Errors'+' is not followed by whitespace.74
Errors'+' is not preceded with whitespace.74
Errors'+' is not followed by whitespace.74
ErrorsLine is longer than 80 characters.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'if' is not followed by whitespace.79
Errors'(' is followed by whitespace.79
Errors')' is preceded with whitespace.79
ErrorsLine is longer than 80 characters.80
Errors'+' is not preceded with whitespace.80
Errors'+' is not followed by whitespace.80
Errors'+' is not preceded with whitespace.80
Errors'+' is not followed by whitespace.80
Errors'if' is not followed by whitespace.83
Errors'(' is followed by whitespace.83
Errors')' is preceded with whitespace.83
ErrorsLine is longer than 80 characters.84
Errors'+' is not preceded with whitespace.84
Errors'+' is not followed by whitespace.84
Errors'+' is not preceded with whitespace.84
Errors'+' is not followed by whitespace.84
Errors'}' should be on the same line.89
Errors'catch' is not followed by whitespace.90
Errors'(' is followed by whitespace.90
Errors')' is preceded with whitespace.90
ErrorsLine is longer than 80 characters.91
Errors'}' should be on the same line.96
Errors'catch' is not followed by whitespace.97
Errors'(' is followed by whitespace.97
Errors')' is preceded with whitespace.97
ErrorsMust have at least one statement.97
ErrorsLine is longer than 80 characters.98
ErrorsLine is longer than 80 characters.103
ErrorsLine is longer than 80 characters.106
Errors'{' should be on the previous line.110
Errors'}' should be on the same line.116
Errors'catch' is not followed by whitespace.117
Errors'(' is followed by whitespace.117
Errors')' is preceded with whitespace.117
Errors'if' is not followed by whitespace.118
Errors'(' is followed by whitespace.118
Errors')' is preceded with whitespace.118
ErrorsLine is longer than 80 characters.119
Errors'+' is not preceded with whitespace.119
Errors'+' is not followed by whitespace.119
Errors'+' is not preceded with whitespace.119
Errors'+' is not followed by whitespace.119
ErrorsLine is longer than 80 characters.121
Errors'+' is not preceded with whitespace.121
Errors'+' is not followed by whitespace.121
Errors'+' is not preceded with whitespace.121
Errors'+' is not followed by whitespace.121
Errors'if' is not followed by whitespace.125
Errors'(' is followed by whitespace.125
Errors')' is preceded with whitespace.125
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.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 is longer than 80 characters.129
Errors'+' is not preceded with whitespace.129
Errors'+' is not followed by whitespace.129
Errors'+' is not preceded with whitespace.129
Errors'+' is not followed by whitespace.129
Errors'if' is not followed by whitespace.133
Errors'(' is followed by whitespace.133
Errors')' is preceded with whitespace.133
Errors'if' is not followed by whitespace.134
Errors'(' is followed by whitespace.134
Errors')' is preceded with whitespace.134
ErrorsLine is longer than 80 characters.135
Errors'+' is not preceded with whitespace.135
Errors'+' is not followed by whitespace.135
Errors'+' is not preceded with whitespace.135
Errors'+' is not followed by whitespace.135
Errors'+' is not preceded with whitespace.135
Errors'+' is not followed by whitespace.135
Errors'+' is not preceded with whitespace.135
Errors'+' is not followed by whitespace.135
ErrorsLine is longer than 80 characters.137
Errors'+' is not preceded with whitespace.137
Errors'+' is not followed by whitespace.137
Errors'+' is not preceded with whitespace.137
Errors'+' is not followed by whitespace.137
Errors'+' is not preceded with whitespace.137
Errors'+' is not followed by whitespace.137
Errors'+' is not preceded with whitespace.137
Errors'+' is not followed by whitespace.137
Errors'cast' is not followed by whitespace.141
ErrorsLine is longer than 80 characters.147
Errors'{' should be on the previous line.152
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'if' is not followed by whitespace.157
Errors'(' is followed by whitespace.157
Errors')' is preceded with whitespace.157
Errors'}' should be on the same line.159
ErrorsLine is longer than 80 characters.166
ErrorsLine is longer than 80 characters.167
ErrorsLine is longer than 80 characters.170
ErrorsLine is longer than 80 characters.171
ErrorsMethod 'getConnection' is not designed for extension - needs to be abstract, final or empty.173
Errors'{' should be on the previous line.175
Errors'}' should be on the same line.178
ErrorsLine has trailing spaces.179
Errors'catch' is not followed by whitespace.179
Errors'(' is followed by whitespace.179
Errors')' is preceded with whitespace.179
Errors'if' is not followed by whitespace.180
Errors'(' is followed by whitespace.180
Errors')' is preceded with whitespace.180
ErrorsLine is longer than 80 characters.181
ErrorsLine is longer than 80 characters.192
ErrorsMethod 'closeConnection' is not designed for extension - needs to be abstract, final or empty.194
Errors'(' is followed by whitespace.194
ErrorsParameter connection should be final.194
Errors')' is preceded with whitespace.194
Errors'{' should be on the previous line.196
ErrorsMethod 'close' is not designed for extension - needs to be abstract, final or empty.203
Errors'{' should be on the previous line.204
ErrorsMethod 'supportsAggressiveRelease' is not designed for extension - needs to be abstract, final or empty.212
ErrorsMissing a Javadoc comment.212
Errors'{' should be on the previous line.213

org/xchain/framework/hibernate/SecurityListener.java

ViolationMessageLine
ErrorsUnused import - org.hibernate.cfg.Configuration.18
ErrorsUnused import - org.hibernate.event.Initializable.19
ErrorsUnused import - org.xchain.framework.security.SecurityManager.28
ErrorsLine is longer than 80 characters.35
ErrorsExpected an @return tag.40
ErrorsMethod 'onPreDelete' is not designed for extension - needs to be abstract, final or empty.40
Errors'(' is followed by whitespace.40
ErrorsParameter event should be final.40
ErrorsExpected @param tag for 'event'.40
Errors')' is preceded with whitespace.40
Errors'{' should be on the previous line.41
ErrorsLine is longer than 80 characters.45
ErrorsLine has trailing spaces.46
ErrorsMethod 'onPreInsert' is not designed for extension - needs to be abstract, final or empty.51
ErrorsMissing a Javadoc comment.51
Errors'(' is followed by whitespace.51
ErrorsParameter event should be final.51
Errors')' is preceded with whitespace.51
Errors'{' should be on the previous line.52
ErrorsLine is longer than 80 characters.56
ErrorsMethod 'onPostLoad' is not designed for extension - needs to be abstract, final or empty.62
ErrorsMissing a Javadoc comment.62
Errors'(' is followed by whitespace.62
ErrorsParameter event should be final.62
Errors')' is preceded with whitespace.62
Errors'{' should be on the previous line.63
ErrorsLine is longer than 80 characters.66
ErrorsLine is longer than 80 characters.67
ErrorsMethod 'onPreUpdate' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMissing a Javadoc comment.70
Errors'(' is followed by whitespace.70
ErrorsParameter event should be final.70
Errors')' is preceded with whitespace.70
Errors'{' should be on the previous line.71
ErrorsLine is longer than 80 characters.75

org/xchain/framework/hibernate/SessionFactoryNotFoundException.java

ViolationMessageLine
Errors'{' should be on the previous line.28
ErrorsMissing a Javadoc comment.29
ErrorsVariable 'qName' must be private and have accessor methods.29
ErrorsMissing a Javadoc comment.31
Errors'(' is followed by whitespace.31
ErrorsParameter qName should be final.31
Errors'qName' hides a field.31
Errors')' is preceded with whitespace.31
Errors'{' should be on the previous line.32
Errors'+' is not preceded with whitespace.33
Errors'+' is not followed by whitespace.33
Errors'+' is not preceded with whitespace.33
Errors'+' is not followed by whitespace.33
ErrorsMethod 'getQName' 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

org/xchain/namespaces/hibernate/AbstractQueryCommand.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.26
ErrorsLine has trailing spaces.27
Errors'{' should be on the previous line.35
ErrorsLine has trailing spaces.37
ErrorsExpected an @return tag.39
Errors'=' is not preceded with whitespace.40
Errors'=' is not followed by whitespace.40
Errors'=' is not preceded with whitespace.41
Errors'=' is not followed by whitespace.41
Errors'=' is not preceded with whitespace.42
Errors'=' is not followed by whitespace.42
ErrorsLine is longer than 80 characters.43
Errors'=' is not preceded with whitespace.43
Errors'=' is not followed by whitespace.43
Errors'=' is not preceded with whitespace.43
Errors'=' is not followed by whitespace.43
Errors'=' is not preceded with whitespace.43
Errors'=' is not followed by whitespace.43
Errors'}' is not preceded with whitespace.43
ErrorsLine has trailing spaces.45
Errors'(' is followed by whitespace.46
ErrorsExpected @param tag for 'context'.46
Errors')' is preceded with whitespace.46

org/xchain/namespaces/hibernate/AbstractQueryResultCommand.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.25
Errors'{' should be on the previous line.31
ErrorsExpected an @return tag.35
Errors'=' is not preceded with whitespace.35
Errors'=' is not followed by whitespace.35
Errors'=' is not preceded with whitespace.35
Errors'=' is not followed by whitespace.35
Errors'(' is followed by whitespace.36
ErrorsExpected @param tag for 'context'.36
ErrorsMissing a Javadoc comment.37
ErrorsLine has trailing spaces.38
ErrorsLine has trailing spaces.40
ErrorsLine is longer than 80 characters.40
ErrorsExpected an @return tag.42
Errors'=' is not preceded with whitespace.42
Errors'=' is not followed by whitespace.42
Errors'=' is not preceded with whitespace.42
Errors'=' is not followed by whitespace.42
Errors'(' is followed by whitespace.43
ErrorsExpected @param tag for 'context'.43
ErrorsMissing a Javadoc comment.44
ErrorsLine has trailing spaces.45
ErrorsExpected an @return tag.50
ErrorsLine is longer than 80 characters.50
Errors'=' is not preceded with whitespace.50
Errors'=' is not followed by whitespace.50
Errors'=' is not preceded with whitespace.50
Errors'=' is not followed by whitespace.50
Errors'=' is not preceded with whitespace.50
Errors'=' is not followed by whitespace.50
ErrorsExpected @param tag for 'context'.51
ErrorsLine has trailing spaces.52
ErrorsLine has trailing spaces.53
ErrorsLine is longer than 80 characters.53
ErrorsMethod 'storeValue' is not designed for extension - needs to be abstract, final or empty.53
ErrorsMissing a Javadoc comment.53
ErrorsParameter context should be final.53
ErrorsParameter value should be final.53
ErrorsLine is longer than 80 characters.55
ErrorsLine is longer than 80 characters.58
Errors'cast' is not followed by whitespace.58
Errors'(' is followed by whitespace.58
Errors')' is preceded with whitespace.58

org/xchain/namespaces/hibernate/AbstractSessionCommand.java

ViolationMessageLine
ErrorsUnused import - org.hibernate.Session.19
ErrorsUnused import - org.xchain.annotations.PrefixMapping.22
ErrorsLine is longer than 80 characters.27
ErrorsLine has trailing spaces.28
Errors'{' should be on the previous line.37
ErrorsMissing a Javadoc comment.38
Errors'=' is not preceded with whitespace.38
Errors'=' is not followed by whitespace.38
Errors'=' is not preceded with whitespace.39
Errors'=' is not followed by whitespace.39
Errors'=' is not preceded with whitespace.40
Errors'(' is followed by whitespace.41
Errors')' is preceded with whitespace.41

org/xchain/namespaces/hibernate/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.30
ErrorsMissing a Javadoc comment.31

org/xchain/namespaces/hibernate/DebugSessionCommand.java

ViolationMessageLine
Errors'=' is not preceded with whitespace.34
Errors'=' is not followed by whitespace.34
ErrorsLine is longer than 80 characters.36
ErrorsLine contains a tab character.36
ErrorsMissing a Javadoc comment.36
ErrorsVariable 'log' must be private and have accessor methods.36
ErrorsLine has trailing spaces.37
ErrorsLine contains a tab character.37
ErrorsLine contains a tab character.38
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.38
ErrorsMissing a Javadoc comment.38
ErrorsParameter context should be final.38
ErrorsLine contains a tab character.39
ErrorsLine contains a tab character.40
ErrorsLine contains a tab character.41
ErrorsLine has trailing spaces.42
ErrorsLine contains a tab character.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.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.48
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
Errors'if' is not followed by whitespace.52
Errors'(' is followed by whitespace.52
Errors')' is preceded with whitespace.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsLine has trailing spaces.55
ErrorsLine contains a tab character.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine has trailing spaces.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine is longer than 80 characters.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
Errors'}' should be on the same line.64
ErrorsLine contains a tab character.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsMissing a Javadoc comment.72
ErrorsParameter session should be final.72
ErrorsLine is longer than 80 characters.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine has trailing spaces.78
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsMissing a Javadoc comment.79
Errors'=' is not preceded with whitespace.79
Errors'=' is not followed by whitespace.79
ErrorsLine contains a tab character.80
Errors'=' is not preceded with whitespace.80
Errors'=' is not followed by whitespace.80
ErrorsLine is longer than 80 characters.81
ErrorsLine contains a tab character.81
Errors'=' is not preceded with whitespace.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine is longer than 80 characters.84
ErrorsLine contains a tab character.84
ErrorsMissing a Javadoc comment.84
Errors'=' is not preceded with whitespace.84
Errors'=' is not followed by whitespace.84
Errors'=' is not preceded with whitespace.84
Errors'=' is not followed by whitespace.84
Errors'=' is not preceded with whitespace.84
Errors'=' is not followed by whitespace.84
ErrorsLine contains a tab character.85

org/xchain/namespaces/hibernate/DeleteCommand.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.28
ErrorsLine has trailing spaces.29
ErrorsLine has trailing spaces.31
ErrorsLine has trailing spaces.42
Errors'=' is not preceded with whitespace.46
Errors'=' is not followed by whitespace.46
ErrorsLine has trailing spaces.47
ErrorsLine contains a tab character.48
ErrorsLine has trailing spaces.49
Errors'{' should be on the previous line.49
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.51
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.53
Errors'=' is not followed by whitespace.53
Errors'(' is followed by whitespace.54
ErrorsExpected @param tag for 'context'.54
Errors')' is preceded with whitespace.54
ErrorsMissing a Javadoc comment.55
ErrorsLine has trailing spaces.58
ErrorsExpected an @return tag.60
Errors'=' is not preceded with whitespace.60
Errors'=' is not followed by whitespace.60
Errors'=' is not preceded with whitespace.60
Errors'=' is not followed by whitespace.60
Errors'(' is followed by whitespace.61
ErrorsExpected @param tag for 'context'.61
Errors')' is preceded with whitespace.61
ErrorsMissing a Javadoc comment.62
ErrorsLine has trailing spaces.65
ErrorsExpected an @return tag.67
ErrorsLine is longer than 80 characters.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
ErrorsExpected @param tag for 'context'.68
Errors')' is preceded with whitespace.68
ErrorsLine has trailing spaces.69
ErrorsMissing a Javadoc comment.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsExpected an @return tag.74
ErrorsLine contains a tab character.74
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.74
Errors'(' is followed by whitespace.74
ErrorsParameter context should be final.74
ErrorsExpected @param tag for 'context'.74
Errors')' is preceded with whitespace.74
ErrorsLine contains a tab character.75
ErrorsExpected @throws tag for 'Exception'.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
Errors'{' should be on the previous line.76
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine contains a tab character.92
ErrorsLine has trailing spaces.93
ErrorsLine contains a tab character.93

org/xchain/namespaces/hibernate/FirstResultCommand.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.25
ErrorsLine has trailing spaces.26
ErrorsLine has trailing spaces.28
ErrorsLine has trailing spaces.45
Errors'=' is not preceded with whitespace.49
Errors'=' is not followed by whitespace.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.51
Errors'{' should be on the previous line.52
ErrorsExpected an @return tag.56
ErrorsLine contains a tab character.56
Errors'=' is not preceded with whitespace.56
Errors'=' is not followed by whitespace.56
Errors'=' is not preceded with whitespace.56
Errors'=' is not followed by whitespace.56
ErrorsLine contains a tab character.57
Errors'(' is followed by whitespace.57
ErrorsExpected @param tag for 'context'.57
Errors')' is preceded with whitespace.57
ErrorsLine contains a tab character.58
ErrorsMissing a Javadoc comment.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.60
ErrorsMissing a Javadoc comment.60
Errors'(' is followed by whitespace.60
ErrorsParameter context should be final.60
Errors')' is preceded with whitespace.60
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
Errors'{' should be on the previous line.62
Errors'if' construct must use '{}'s.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
Errors'if' construct must use '{}'s.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine has trailing spaces.72
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine has trailing spaces.75
ErrorsLine contains a tab character.75

org/xchain/namespaces/hibernate/GetCommand.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.31
ErrorsLine is longer than 80 characters.32
ErrorsLine has trailing spaces.33
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters.40
ErrorsLine has trailing spaces.48
Errors'=' is not preceded with whitespace.52
Errors'=' is not followed by whitespace.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.54
ErrorsLine has trailing spaces.55
Errors'{' should be on the previous line.55
ErrorsLine has trailing spaces.57
ErrorsExpected an @return tag.59
ErrorsLine contains a tab character.59
Errors'=' is not preceded with whitespace.59
Errors'=' is not followed by whitespace.59
Errors'=' is not preceded with whitespace.59
Errors'=' is not followed by whitespace.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
Errors'(' is followed by whitespace.60
ErrorsExpected @param tag for 'context'.60
ErrorsExpected @param tag for 'type'.60
Errors')' is preceded with whitespace.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsMissing a Javadoc comment.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsExpected an @return tag.66
ErrorsLine contains a tab character.66
Errors'=' is not preceded with whitespace.66
Errors'=' is not followed by whitespace.66
Errors'=' is not preceded with whitespace.66
Errors'=' is not followed by whitespace.66
ErrorsLine contains a tab character.67
Errors'(' is followed by whitespace.67
ErrorsExpected @param tag for 'context'.67
Errors')' is preceded with whitespace.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsMissing a Javadoc comment.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsExpected an @return tag.73
ErrorsLine contains a tab character.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
ErrorsLine contains a tab character.74
Errors'(' is followed by whitespace.74
ErrorsExpected @param tag for 'context'.74
ErrorsLine contains a tab character.75
ErrorsMissing a Javadoc comment.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsExpected an @return tag.80
ErrorsLine contains a tab character.80
Errors'=' is not preceded with whitespace.80
Errors'=' is not followed by whitespace.80
Errors'=' is not preceded with whitespace.80
Errors'=' is not followed by whitespace.80
ErrorsLine contains a tab character.81
Errors'(' is followed by whitespace.81
ErrorsExpected @param tag for 'context'.81
ErrorsLine contains a tab character.82
ErrorsMissing a Javadoc comment.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsExpected an @return tag.88
ErrorsLine is longer than 80 characters.88
ErrorsLine contains a tab character.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
ErrorsLine contains a tab character.89
ErrorsExpected @param tag for 'context'.89
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.90
ErrorsLine has trailing spaces.91
ErrorsLine is longer than 80 characters.91
ErrorsLine contains a tab character.91
ErrorsMethod 'storeValue' is not designed for extension - needs to be abstract, final or empty.91
ErrorsMissing a Javadoc comment.91
ErrorsParameter context should be final.91
ErrorsParameter value should be final.91
ErrorsLine contains a tab character.92
ErrorsLine is longer than 80 characters.93
ErrorsLine contains a tab character.93
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
ErrorsLine is longer than 80 characters.96
ErrorsLine contains a tab character.96
Errors'cast' is not followed by whitespace.96
Errors'(' is followed by whitespace.96
Errors')' is preceded with whitespace.96
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine contains a tab character.99
ErrorsLine has trailing spaces.100
ErrorsLine contains a tab character.100
ErrorsLine has trailing spaces.101
ErrorsLine contains a tab character.101
ErrorsLine contains a tab character.102
ErrorsLine is longer than 80 characters.103
ErrorsLine contains a tab character.103
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsExpected an @return tag.106
ErrorsLine contains a tab character.106
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.106
Errors'(' is followed by whitespace.106
ErrorsParameter context should be final.106
ErrorsExpected @param tag for 'context'.106
Errors')' is preceded with whitespace.106
ErrorsLine contains a tab character.107
ErrorsExpected @throws tag for 'Exception'.107
ErrorsLine has trailing spaces.108
ErrorsLine contains a tab character.108
Errors'{' should be on the previous line.108
Errors'if' construct must use '{}'s.109
ErrorsLine contains a tab character.109
ErrorsLine contains a tab character.110
ErrorsLine has trailing spaces.111
ErrorsLine contains a tab character.111
Errors'if' construct must use '{}'s.112
ErrorsLine contains a tab character.112
ErrorsLine is longer than 80 characters.113
ErrorsLine contains a tab character.113
ErrorsLine has trailing spaces.114
ErrorsLine contains a tab character.114
ErrorsLine contains a tab character.115
ErrorsLine is longer than 80 characters.116
ErrorsLine contains a tab character.116
ErrorsLine has trailing spaces.117
ErrorsLine contains a tab character.117
ErrorsLine has trailing spaces.118
ErrorsLine contains a tab character.118
ErrorsLine is longer than 80 characters.119
ErrorsLine contains a tab character.119
ErrorsLine has trailing spaces.120
ErrorsLine contains a tab character.120
ErrorsLine is longer than 80 characters.121
ErrorsLine contains a tab character.121
ErrorsLine has trailing spaces.122
ErrorsLine contains a tab character.122
ErrorsLine contains a tab character.123
ErrorsLine contains a tab character.124
ErrorsLine has trailing spaces.125
ErrorsLine contains a tab character.125

org/xchain/namespaces/hibernate/IterateCommand.java

ViolationMessageLine
ErrorsLine has trailing spaces.24
ErrorsLine has trailing spaces.26
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.43
Errors'=' is not preceded with whitespace.47
Errors'=' is not followed by whitespace.47
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
Errors'{' should be on the previous line.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsExpected an @return tag.54
ErrorsLine contains a tab character.54
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.54
Errors'(' is followed by whitespace.54
ErrorsParameter context should be final.54
ErrorsExpected @param tag for 'context'.54
Errors')' is preceded with whitespace.54
ErrorsLine contains a tab character.55
ErrorsExpected @throws tag for 'Exception'.55
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.56
Errors'{' should be on the previous line.56
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
Errors'if' construct must use '{}'s.59
ErrorsLine contains a tab character.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67

org/xchain/namespaces/hibernate/ListCommand.java

ViolationMessageLine
ErrorsLine has trailing spaces.27
ErrorsLine has trailing spaces.29
ErrorsLine has trailing spaces.42
ErrorsLine has trailing spaces.47
Errors'=' is not preceded with whitespace.51
Errors'=' is not followed by whitespace.51
ErrorsLine has trailing spaces.52
ErrorsLine contains a tab character.53
ErrorsLine has trailing spaces.54
Errors'{' should be on the previous line.54
ErrorsLine contains a tab character.54
ErrorsMissing a Javadoc comment.55
Errors'(' is followed by whitespace.55
Errors')' is preceded with whitespace.55
ErrorsLine contains a tab character.56
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsExpected an @return tag.59
ErrorsLine contains a tab character.59
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.59
Errors'(' is followed by whitespace.59
ErrorsParameter context should be final.59
ErrorsExpected @param tag for 'context'.59
Errors')' is preceded with whitespace.59
ErrorsLine contains a tab character.60
ErrorsExpected @throws tag for 'Exception'.60
ErrorsLine has trailing spaces.61
ErrorsLine contains a tab character.61
Errors'{' should be on the previous line.61
ErrorsLine has trailing spaces.64
Errors'if' is not followed by whitespace.66
Errors'(' is followed by whitespace.66
Errors')' is preceded with whitespace.66
ErrorsLine is longer than 80 characters.68
ErrorsLine contains a tab character.68
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.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 has trailing spaces.81
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.84

org/xchain/namespaces/hibernate/MaxResultCommand.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.25
ErrorsLine has trailing spaces.26
ErrorsLine has trailing spaces.28
ErrorsLine has trailing spaces.45
Errors'=' is not preceded with whitespace.49
Errors'=' is not followed by whitespace.49
ErrorsLine has trailing spaces.50
ErrorsLine contains a tab character.51
Errors'{' should be on the previous line.52
ErrorsLine has trailing spaces.54
ErrorsExpected an @return tag.56
ErrorsLine contains a tab character.56
Errors'=' is not preceded with whitespace.56
Errors'=' is not followed by whitespace.56
Errors'=' is not preceded with whitespace.56
Errors'=' is not followed by whitespace.56
ErrorsLine contains a tab character.57
Errors'(' is followed by whitespace.57
ErrorsExpected @param tag for 'context'.57
Errors')' is preceded with whitespace.57
ErrorsLine contains a tab character.58
ErrorsMissing a Javadoc comment.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.60
ErrorsMissing a Javadoc comment.60
Errors'(' is followed by whitespace.60
ErrorsParameter context should be final.60
Errors')' is preceded with whitespace.60
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
Errors'{' should be on the previous line.62
Errors'if' construct must use '{}'s.63
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
Errors'if' construct must use '{}'s.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine has trailing spaces.73
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76

org/xchain/namespaces/hibernate/ParameterCommand.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.27
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.48
Errors'=' is not preceded with whitespace.52
Errors'=' is not followed by whitespace.52
ErrorsLine has trailing spaces.53
ErrorsLine contains a tab character.54
Errors'{' should be on the previous line.55
ErrorsLine has trailing spaces.57
ErrorsExpected an @return tag.59
ErrorsLine contains a tab character.59
Errors'=' is not preceded with whitespace.59
Errors'=' is not followed by whitespace.59
Errors'=' is not preceded with whitespace.59
Errors'=' is not followed by whitespace.59
ErrorsLine contains a tab character.60
Errors'(' is followed by whitespace.60
ErrorsExpected @param tag for 'context'.60
Errors')' is preceded with whitespace.60
ErrorsLine contains a tab character.61
ErrorsMissing a Javadoc comment.61
ErrorsLine contains a tab character.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
ErrorsExpected an @return tag.66
ErrorsLine contains a tab character.66
Errors'=' is not preceded with whitespace.66
Errors'=' is not followed by whitespace.66
Errors'=' is not preceded with whitespace.66
Errors'=' is not followed by whitespace.66
ErrorsLine contains a tab character.67
Errors'(' is followed by whitespace.67
ErrorsExpected @param tag for 'context'.67
Errors')' is preceded with whitespace.67
ErrorsLine contains a tab character.68
ErrorsMissing a Javadoc comment.68
ErrorsLine has trailing spaces.69
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.70
ErrorsMissing a Javadoc comment.70
Errors'(' is followed by whitespace.70
ErrorsParameter context should be final.70
Errors')' is preceded with whitespace.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
Errors'{' should be on the previous line.72
ErrorsLine contains a tab character.73
ErrorsLine contains a tab character.74
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine contains a tab character.83
ErrorsLine has trailing spaces.84
ErrorsLine contains a tab character.84
ErrorsLine contains a tab character.85
ErrorsLine is longer than 80 characters.86
ErrorsLine contains a tab character.86
ErrorsLine contains a tab character.87
ErrorsLine has trailing spaces.88
ErrorsLine contains a tab character.88
ErrorsLine contains a tab character.89
ErrorsLine has trailing spaces.90
ErrorsLine contains a tab character.90
ErrorsLine contains a tab character.91
ErrorsLine has trailing spaces.92
ErrorsLine contains a tab character.92
ErrorsLine contains a tab character.93
Errors'if' is not followed by whitespace.93
Errors'(' is followed by whitespace.93
Errors')' is preceded with whitespace.93
ErrorsLine is longer than 80 characters.94
ErrorsLine contains a tab character.94
ErrorsLine contains a tab character.95
Errors'if' is not followed by whitespace.95
Errors'(' is followed by whitespace.95
Errors')' is preceded with whitespace.95
ErrorsLine contains a tab character.96
Errors'if' is not followed by whitespace.96
Errors'(' is followed by whitespace.96
Errors')' is preceded with whitespace.96
ErrorsLine is longer than 80 characters.97
ErrorsLine contains a tab character.97
ErrorsLine contains a tab character.98
ErrorsLine is longer than 80 characters.99
ErrorsLine contains a tab character.99
ErrorsLine contains a tab character.100
ErrorsLine contains a tab character.101
ErrorsLine has trailing spaces.102
ErrorsLine contains a tab character.102
ErrorsLine contains a tab character.103
ErrorsLine has trailing spaces.104
ErrorsLine contains a tab character.104
ErrorsLine contains a tab character.105
ErrorsLine contains a tab character.106
ErrorsLine has trailing spaces.107
ErrorsLine contains a tab character.107

org/xchain/namespaces/hibernate/PersistCommand.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.27
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.43
Errors'=' is not preceded with whitespace.47
Errors'=' is not followed by whitespace.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
Errors'{' should be on the previous line.50
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.52
ErrorsExpected an @return tag.54
ErrorsLine contains a tab character.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
ErrorsLine contains a tab character.55
Errors'(' is followed by whitespace.55
ErrorsExpected @param tag for 'context'.55
ErrorsLine contains a tab character.56
ErrorsMissing a Javadoc comment.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
ErrorsLine contains a tab character.58
ErrorsLine is longer than 80 characters.59
ErrorsLine contains a tab character.59
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsExpected an @return tag.62
ErrorsLine contains a tab character.62
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.62
Errors'(' is followed by whitespace.62
ErrorsParameter context should be final.62
ErrorsExpected @param tag for 'context'.62
Errors')' is preceded with whitespace.62
ErrorsLine contains a tab character.63
ErrorsExpected @throws tag for 'Exception'.63
ErrorsLine has trailing spaces.64
ErrorsLine contains a tab character.64
Errors'{' should be on the previous line.64
Errors'if' construct must use '{}'s.65
ErrorsLine contains a tab character.65
ErrorsLine is longer than 80 characters.66
ErrorsLine contains a tab character.66
ErrorsLine has trailing spaces.67
ErrorsLine contains a tab character.67
ErrorsLine contains a tab character.68
ErrorsLine is longer than 80 characters.69
ErrorsLine contains a tab character.69
ErrorsLine has trailing spaces.70
ErrorsLine contains a tab character.70
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
Errors'if' construct must use '{}'s.74
ErrorsLine contains a tab character.74
ErrorsLine is longer than 80 characters.75
ErrorsLine contains a tab character.75
ErrorsLine has trailing spaces.76
ErrorsLine contains a tab character.76
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine has trailing spaces.79
ErrorsLine contains a tab character.79
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine has trailing spaces.82
ErrorsLine contains a tab character.82

org/xchain/namespaces/hibernate/QueryCommand.java

ViolationMessageLine
ErrorsLine has trailing spaces.34
ErrorsLine has trailing spaces.36
ErrorsLine has trailing spaces.47
ErrorsLine has trailing spaces.52
Errors'=' is not preceded with whitespace.55
Errors'=' is not followed by whitespace.55
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
Errors'{' should be on the previous line.58
ErrorsMissing a Javadoc comment.59
ErrorsVariable 'log' must be private and have accessor methods.59
ErrorsLine has trailing spaces.60
ErrorsLine has trailing spaces.62
ErrorsExpected an @return tag.64
Errors'=' is not preceded with whitespace.64
Errors'=' is not followed by whitespace.64
Errors'=' is not preceded with whitespace.65
Errors'=' is not followed by whitespace.65
ErrorsLine has trailing spaces.66
Errors'=' is not preceded with whitespace.66
Errors'(' is followed by whitespace.67
ErrorsExpected @param tag for 'context'.67
Errors')' is preceded with whitespace.67
ErrorsLine has trailing spaces.68
ErrorsLine has trailing spaces.70
ErrorsExpected an @return tag.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 followed by whitespace.73
ErrorsExpected @param tag for 'context'.73
Errors')' is preceded with whitespace.73
ErrorsLine has trailing spaces.74
ErrorsMissing a Javadoc comment.74
ErrorsLine has trailing spaces.75
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.76
ErrorsMissing a Javadoc comment.76
Errors'(' is followed by whitespace.76
ErrorsParameter context should be final.76
Errors')' is preceded with whitespace.76
Errors'{' should be on the previous line.78
ErrorsLine has trailing spaces.82
Errors'if' construct must use '{}'s.83
ErrorsLine has trailing spaces.85
Errors'if' construct must use '{}'s.86
ErrorsLine has trailing spaces.88
Errors'(' is followed by whitespace.89
Errors')' is preceded with whitespace.89
ErrorsLine is longer than 80 characters.94
Errors'cast' is not followed by whitespace.94
Errors'(' is followed by whitespace.94
Errors')' is preceded with whitespace.94
ErrorsLine has trailing spaces.96
Errors'(' is followed by whitespace.97
Errors')' is preceded with whitespace.97
ErrorsLine has trailing spaces.99

org/xchain/namespaces/hibernate/SaveCommand.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.26
ErrorsLine is longer than 80 characters.27
ErrorsLine has trailing spaces.30
ErrorsLine has trailing spaces.44
Errors'=' is not preceded with whitespace.48
Errors'=' is not followed by whitespace.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
Errors'{' should be on the previous line.51
ErrorsLine contains a tab character.51
ErrorsLine has trailing spaces.53
ErrorsExpected an @return tag.55
ErrorsLine contains a tab character.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
ErrorsLine contains a tab character.56
Errors'(' is followed by whitespace.56
ErrorsExpected @param tag for 'context'.56
ErrorsLine contains a tab character.57
ErrorsMissing a Javadoc comment.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine contains a tab character.62
ErrorsExpected an @return tag.63
ErrorsLine contains a tab character.63
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.63
Errors'(' is followed by whitespace.63
ErrorsParameter context should be final.63
ErrorsExpected @param tag for 'context'.63
Errors')' is preceded with whitespace.63
ErrorsLine contains a tab character.64
ErrorsExpected @throws tag for 'Exception'.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
Errors'{' should be on the previous line.65
Errors'if' construct must use '{}'s.66
ErrorsLine contains a tab character.66
ErrorsLine is longer than 80 characters.67
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine is longer than 80 characters.70
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71
ErrorsLine contains a tab character.72
ErrorsLine contains a tab character.73
Errors'if' construct must use '{}'s.75
ErrorsLine contains a tab character.75
ErrorsLine is longer than 80 characters.76
ErrorsLine contains a tab character.76
ErrorsLine has trailing spaces.77
ErrorsLine contains a tab character.77
ErrorsLine contains a tab character.78
ErrorsLine contains a tab character.79
ErrorsLine has trailing spaces.80
ErrorsLine contains a tab character.80
ErrorsLine contains a tab character.81
ErrorsLine contains a tab character.82
ErrorsLine has trailing spaces.83
ErrorsLine contains a tab character.83

org/xchain/namespaces/hibernate/SessionCommand.java

ViolationMessageLine
ErrorsUnused import - org.hibernate.Session.23
ErrorsUnused import - org.xchain.framework.jxpath.ScopedQNameVariables.27
ErrorsUnused import - org.xchain.framework.jxpath.Scope.28
ErrorsUnused import - org.xchain.framework.hibernate.HibernateLifecycle.29
ErrorsDuplicate import to line 18 - javax.xml.namespace.QName.31
ErrorsLine is longer than 80 characters.34
ErrorsLine is longer than 80 characters.35
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 is longer than 80 characters.41
ErrorsLine has trailing spaces.42
Errors'=' is not preceded with whitespace.55
Errors'=' is not followed by whitespace.55
Errors'{' should be on the previous line.58
ErrorsMissing a Javadoc comment.59
ErrorsVariable 'log' must be private and have accessor methods.59
ErrorsLine has trailing spaces.62
ErrorsExpected an @return tag.64
Errors'=' is not preceded with whitespace.64
Errors'=' is not followed by whitespace.64
Errors'=' is not preceded with whitespace.65
Errors'=' is not followed by whitespace.65
ErrorsLine has trailing spaces.66
ErrorsLine is longer than 80 characters.66
Errors'=' is not preceded with whitespace.66
Errors'(' is followed by whitespace.67
ErrorsExpected @param tag for 'context'.67
Errors')' is preceded with whitespace.67
ErrorsMissing a Javadoc comment.69
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 followed by whitespace.72
Errors')' is preceded with whitespace.72
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
Errors'if' is not followed by whitespace.77
Errors'(' is followed by whitespace.77
Errors')' is preceded with whitespace.77
ErrorsLine is longer than 80 characters.78
ErrorsLine is longer than 80 characters.80

org/xchain/namespaces/hibernate/TransactionCommand.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.31
ErrorsLine has trailing spaces.32
ErrorsLine is longer than 80 characters.32
ErrorsLine has trailing spaces.33
ErrorsLine is longer than 80 characters.33
ErrorsLine has trailing spaces.35
ErrorsLine is longer than 80 characters.36
ErrorsLine is longer than 80 characters.37
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.41
ErrorsLine has trailing spaces.55
Errors'=' is not preceded with whitespace.58
Errors'=' is not followed by whitespace.58
Errors'{' should be on the previous line.61
ErrorsMissing a Javadoc comment.62
ErrorsVariable 'log' must be private and have accessor methods.62
ErrorsLine has trailing spaces.65
ErrorsExpected an @return tag.67
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
Errors'(' is followed by whitespace.70
ErrorsExpected @param tag for 'context'.70
Errors')' is preceded with whitespace.70
ErrorsLine has trailing spaces.73
ErrorsExpected an @return tag.75
Errors'=' is not preceded with whitespace.75
Errors'=' is not followed by whitespace.75
Errors'=' is not preceded with whitespace.76
Errors'=' is not followed by whitespace.76
Errors'=' is not preceded with whitespace.77
Errors'=' is not followed by whitespace.77
Errors'(' is followed by whitespace.78
ErrorsExpected @param tag for 'context'.78
Errors')' is preceded with whitespace.78
ErrorsMissing a Javadoc comment.80
Errors'=' is not preceded with whitespace.80
Errors'=' is not followed by whitespace.80
Errors'=' is not preceded with whitespace.81
Errors'=' is not followed by whitespace.81
Errors'=' is not preceded with whitespace.82
Errors'(' is followed by whitespace.83
Errors')' is preceded with whitespace.83
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.85
ErrorsMissing a Javadoc comment.85
Errors'(' is followed by whitespace.85
ErrorsParameter context should be final.85
Errors')' is preceded with whitespace.85
Errors'{' should be on the previous line.87
Errors'(' is followed by whitespace.93
Errors')' is preceded with whitespace.93
Errors'if' is not followed by whitespace.96
Errors'(' is followed by whitespace.96
Errors')' is preceded with whitespace.96
Errors'}' should be on the same line.113
Errors'catch' is not followed by whitespace.114
Errors'(' is followed by whitespace.114
Errors')' is preceded with whitespace.114
Errors'if' construct must use '{}'s.116
ErrorsLine contains a tab character.116
ErrorsLine contains a tab character.117
Errors'if' is not followed by whitespace.128
Errors'(' is followed by whitespace.128
Errors')' is preceded with whitespace.128

org/xchain/namespaces/hibernate/UniqueResultCommand.java

ViolationMessageLine
ErrorsLine has trailing spaces.24
ErrorsLine has trailing spaces.26
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.43
Errors'=' is not preceded with whitespace.48
Errors'=' is not followed by whitespace.48
ErrorsLine has trailing spaces.49
ErrorsLine contains a tab character.50
ErrorsLine has trailing spaces.51
Errors'{' should be on the previous line.51
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsLine contains a tab character.54
ErrorsExpected an @return tag.55
ErrorsLine contains a tab character.55
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.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
ErrorsLine contains a tab character.56
ErrorsExpected @throws tag for 'Exception'.56
ErrorsLine has trailing spaces.57
ErrorsLine contains a tab character.57
Errors'{' should be on the previous line.57
ErrorsLine contains a tab character.58
ErrorsLine has trailing spaces.59
ErrorsLine contains a tab character.59
Errors'if' construct must use '{}'s.60
ErrorsLine contains a tab character.60
ErrorsLine is longer than 80 characters.61
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine has trailing spaces.65
ErrorsLine contains a tab character.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68

org/xchain/namespaces/hibernate/UpdateCommand.java

ViolationMessageLine
ErrorsLine has trailing spaces.24
ErrorsLine has trailing spaces.26
ErrorsLine has trailing spaces.39
ErrorsLine has trailing spaces.42
Errors'=' is not preceded with whitespace.47
Errors'=' is not followed by whitespace.47
ErrorsLine has trailing spaces.48
ErrorsLine contains a tab character.49
ErrorsLine has trailing spaces.50
Errors'{' should be on the previous line.50
ErrorsLine contains a tab character.50
ErrorsLine contains a tab character.51
ErrorsLine contains a tab character.52
ErrorsLine contains a tab character.53
ErrorsExpected an @return tag.54
ErrorsLine contains a tab character.54
ErrorsMethod 'execute' is not designed for extension - needs to be abstract, final or empty.54
Errors'(' is followed by whitespace.54
ErrorsParameter context should be final.54
ErrorsExpected @param tag for 'context'.54
Errors')' is preceded with whitespace.54
ErrorsLine contains a tab character.55
ErrorsExpected @throws tag for 'Exception'.55
ErrorsLine has trailing spaces.56
ErrorsLine contains a tab character.56
Errors'{' should be on the previous line.56
ErrorsLine contains a tab character.57
ErrorsLine has trailing spaces.58
ErrorsLine contains a tab character.58
ErrorsLine contains a tab character.59
ErrorsLine is longer than 80 characters.60
ErrorsLine contains a tab character.60
ErrorsLine contains a tab character.61
ErrorsLine has trailing spaces.62
ErrorsLine contains a tab character.62
ErrorsLine contains a tab character.63
ErrorsLine contains a tab character.64
ErrorsLine contains a tab character.65
Errors'if' is not followed by whitespace.65
Errors'(' is followed by whitespace.65
Errors')' is preceded with whitespace.65
ErrorsLine contains a tab character.66
ErrorsLine contains a tab character.67
ErrorsLine has trailing spaces.68
ErrorsLine contains a tab character.68
ErrorsLine contains a tab character.69
ErrorsLine contains a tab character.70
ErrorsLine has trailing spaces.71
ErrorsLine contains a tab character.71

org/xchain/namespaces/hibernate/ValidateCommand.java

ViolationMessageLine
ErrorsLine is longer than 80 characters.38
ErrorsLine is longer than 80 characters.39
ErrorsLine has trailing spaces.41
ErrorsLine is longer than 80 characters.43
ErrorsLine has trailing spaces.51
Errors'=' is not preceded with whitespace.58
Errors'=' is not followed by whitespace.58
Errors'{' should be on the previous line.61
ErrorsMissing a Javadoc comment.62
ErrorsVariable 'log' must be private and have accessor methods.62
ErrorsLine is longer than 80 characters.63
ErrorsMissing a Javadoc comment.63
ErrorsLine has trailing spaces.66
ErrorsExpected an @return tag.68
Errors'=' is not preceded with whitespace.68
Errors'=' is not followed by whitespace.68
Errors'=' is not preceded with whitespace.68
Errors'=' is not followed by whitespace.68
Errors'(' is followed by whitespace.69
ErrorsExpected @param tag for 'context'.69
Errors')' is preceded with whitespace.69
ErrorsMissing a Javadoc comment.70
ErrorsLine has trailing spaces.73
ErrorsExpected an @return tag.75
Errors'=' is not preceded with whitespace.75
Errors'=' is not followed by whitespace.75
Errors'=' is not preceded with whitespace.75
Errors'=' is not followed by whitespace.75
Errors'(' is followed by whitespace.76
ErrorsExpected @param tag for 'context'.76
Errors')' is preceded with whitespace.76
ErrorsMissing a Javadoc comment.77
ErrorsLine has trailing spaces.80
ErrorsExpected an @return tag.82
ErrorsLine is longer than 80 characters.82
Errors'=' is not preceded with whitespace.82
Errors'=' is not followed by whitespace.82
Errors'=' is not preceded with whitespace.82
Errors'=' is not followed by whitespace.82
Errors'(' is followed by whitespace.83
ErrorsExpected @param tag for 'context'.83
Errors')' is preceded with whitespace.83
ErrorsMissing a Javadoc comment.84
ErrorsLine has trailing spaces.87
ErrorsExpected an @return tag.89
Errors'=' is not preceded with whitespace.89
Errors'=' is not followed by whitespace.89
Errors'=' is not preceded with whitespace.90
Errors'=' is not followed by whitespace.90
ErrorsLine is longer than 80 characters.91
Errors'=' is not preceded with whitespace.91
Errors'=' is not followed by whitespace.91
Errors'(' is followed by whitespace.92
ErrorsExpected @param tag for 'context'.92
Errors')' is preceded with whitespace.92
ErrorsMethod 'execute' 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 context should be final.95
Errors')' is preceded with whitespace.95
Errors'{' should be on the previous line.97
Errors'if' is not followed by whitespace.102
Errors'(' is followed by whitespace.102
Errors')' is preceded with whitespace.102
Errors'(' is followed by whitespace.103
Errors')' is preceded with whitespace.103
Errors'if' 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.110
Errors'(' is followed by whitespace.110
Errors')' is preceded with whitespace.110
Errors'(' is followed by whitespace.111
Errors')' is preceded with whitespace.111
Errors'for' is not followed by whitespace.112
Errors'(' is followed by whitespace.112
Errors';' is followed by whitespace.112
Errors'if' is not followed by whitespace.114
Errors'(' is followed by whitespace.114
Errors')' is preceded with whitespace.114
Errors'if' is not followed by whitespace.121
Errors'(' is followed by whitespace.121
Errors')' is preceded with whitespace.121
Errors'(' is followed by whitespace.122
Errors')' is preceded with whitespace.122
Errors'if' is not followed by whitespace.123
Errors'(' is followed by whitespace.123
Errors')' is preceded with whitespace.123
Errors'if' is not followed by whitespace.128
ErrorsLine is longer than 80 characters.129
Errors'cast' is not followed by whitespace.129
Errors'(' is followed by whitespace.129
Errors'(' is followed by whitespace.129
Errors')' is preceded with whitespace.129
Errors')' is preceded with whitespace.129
ErrorsLine is longer than 80 characters.132
Errors'while' is not followed by whitespace.135
Errors'(' is followed by whitespace.135
Errors')' is preceded with whitespace.135
Errors'if' is not followed by whitespace.138
Errors'(' is followed by whitespace.138
Errors')' is preceded with whitespace.138
Errors'}' should be on the same line.140
Errors'if' is not followed by whitespace.141
Errors'(' is followed by whitespace.141
Errors')' is preceded with whitespace.141
ErrorsMissing a Javadoc comment.150
Errors'(' is followed by whitespace.150
ErrorsParameter bean should be final.150
ErrorsParameter invalidValues should be final.150
Errors')' is preceded with whitespace.150
Errors'if' is not followed by whitespace.157
Errors'(' is followed by whitespace.157
Errors'(' is followed by whitespace.157
Errors')' is preceded with whitespace.157
Errors')' is preceded with whitespace.157
Errors'(' is followed by whitespace.158
Errors')' is preceded with whitespace.158
Errors'}' should be on the same line.159
Errors'(' is followed by whitespace.161
Errors')' is preceded with whitespace.161
Errors'(' is followed by whitespace.162
Errors')' is preceded with whitespace.162
Errors'(' is followed by whitespace.166
Errors')' is preceded with whitespace.166
Errors'(' is followed by whitespace.172
Errors')' is preceded with whitespace.172
Errors'(' is followed by whitespace.173
Errors')' is preceded with whitespace.173
Errors'}' should be on the same line.177
Errors'(' is followed by whitespace.179
Errors'+' is not preceded with whitespace.179
Errors'+' is not followed by whitespace.179
Errors'+' is not preceded with whitespace.179
Errors'+' is not followed by whitespace.179
ErrorsLine is longer than 80 characters.186
ErrorsLine is longer than 80 characters.188
Errors'=' is not preceded with whitespace.188
Errors'=' is not followed by whitespace.188
Errors'=' is not preceded with whitespace.188
Errors'=' is not followed by whitespace.188
Errors'=' is not preceded with whitespace.188
Errors'=' is not followed by whitespace.188
Errors'=' is not preceded with whitespace.188
Errors'=' is not followed by whitespace.188
Errors'}' is not preceded with whitespace.188
Errors'{' should be on the previous line.191
ErrorsLine is longer than 80 characters.196
ErrorsLine has trailing spaces.197
ErrorsLine is longer than 80 characters.198
Errors'=' is not preceded with whitespace.198
Errors'=' is not followed by whitespace.198
Errors'=' is not preceded with whitespace.198
Errors'=' is not followed by whitespace.198
Errors'=' is not preceded with whitespace.198
Errors'=' is not followed by whitespace.198
Errors'=' is not preceded with whitespace.198
Errors'=' is not followed by whitespace.198
Errors'}' is not preceded with whitespace.198
Errors'{' should be on the previous line.201

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

ViolationMessageLine
ErrorsLine is longer than 80 characters.17
ErrorsLine has trailing spaces.19
ErrorsLine is longer than 80 characters.20
Errors'=' is not preceded with whitespace.26
Errors'=' is not followed by whitespace.26
ErrorsMissing a Javadoc comment.27