Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
34001291

Rules

RulesViolationsSeverity
PackageHtml3error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod305error Error
JavadocType2error Error
JavadocVariable83error Error
JavadocStyle5error Error
ConstantName2error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName3error Error
TypeName1error Error
Header
  • headerFile: "/home/anthill/anthill3/agent/var/jobs/projects/Geronimo_Server/modules/geronimo-connector-builder/target/checkstyle-header.txt"
31error Error
AvoidStarImport4error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports13error Error
FileLength0error Error
LineLength
  • max: "120"
200error Error
MethodLength0error Error
ParameterNumber3error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap5error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter4error Error
WhitespaceAfter7error Error
WhitespaceAround233error Error
ModifierOrder6error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock4error Error
LeftCurly0error Error
NeedBraces25error Error
RightCurly0error Error
AvoidInlineConditionals24error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
19error Error
IllegalInstantiation0error Error
InnerAssignment2error Error
MagicNumber2error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor2error Error
InterfaceIsType0error Error
VisibilityModifier1error Error
ArrayTypeStyle6error Error
FinalParameters296error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
0error Error
TodoComment0error Error
UpperEll0error Error

Files

Filesinfowarningerror
org/apache/geronimo/connector/deployment/jsr88/ConfigHolder.java0043
org/apache/geronimo/connector/deployment/jsr88/ConnectionDefinitionInstance.java0036
org/apache/geronimo/connector/deployment/jsr88/ResourceAdapter.java0045
org/apache/geronimo/connector/deployment/ResourceRefBuilder.java0050
org/apache/geronimo/connector/deployment/jsr88/package.html001
org/apache/geronimo/connector/deployment/dconfigbean/ConnectionDefinitionDConfigBean.java0014
org/apache/geronimo/connector/deployment/jsr88/AdminObjectDCB.java0026
org/apache/geronimo/connector/deployment/jsr88/ConnectionDefinition.java0035
org/apache/geronimo/connector/deployment/package.html001
org/apache/geronimo/connector/deployment/jsr88/Connector15DCBRoot.java0044
org/apache/geronimo/connector/deployment/dconfigbean/package.html001
org/apache/geronimo/connector/deployment/dconfigbean/ConnectionDefinitionInstanceBeanInfo.java0011
org/apache/geronimo/connector/deployment/dconfigbean/ConfigPropertySettingDConfigBean.java0011
org/apache/geronimo/connector/deployment/dconfigbean/ConnectionDefinitionInstance.java0032
org/apache/geronimo/connector/deployment/dconfigbean/AdminObjectInstance.java0025
org/apache/geronimo/connector/deployment/dconfigbean/ConnectionDefinitionDConfigBeanBeanInfo.java008
org/apache/geronimo/connector/deployment/jsr88/ConnectorDCB.java0094
org/apache/geronimo/connector/deployment/dconfigbean/ResourceAdapter_1_0DConfigRoot.java0018
org/apache/geronimo/connector/deployment/dconfigbean/ConfigPropertySettings.java0036
org/apache/geronimo/connector/deployment/dconfigbean/AdminObjectDConfigBean.java0011
org/apache/geronimo/connector/deployment/ConnectorPlanRectifier.java0015
org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java00269
org/apache/geronimo/connector/deployment/jsr88/ResourceAdapterInstance.java0026
org/apache/geronimo/connector/deployment/dconfigbean/ResourceAdapterDConfigRoot.java0025
org/apache/geronimo/connector/deployment/RARConfiguration.java004
org/apache/geronimo/connector/deployment/RARConfigurer.java008
org/apache/geronimo/connector/deployment/dconfigbean/ResourceAdapterDConfigBean.java0044
org/apache/geronimo/connector/deployment/jsr88/ConnectionManager.java00122
org/apache/geronimo/connector/deployment/AdminObjectRefBuilder.java0074
org/apache/geronimo/connector/deployment/dconfigbean/ConfigPropertiesHelper.java0028
org/apache/geronimo/connector/deployment/jsr88/PartitionedPool.java0021
org/apache/geronimo/connector/deployment/jsr88/SinglePool.java0065
org/apache/geronimo/connector/deployment/jsr88/AdminObjectInstance.java0020
org/apache/geronimo/connector/deployment/jsr88/ConfigPropertySetting.java0028

Details

org/apache/geronimo/connector/deployment/jsr88/ConfigHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.41
errorVariable 'xpathListener' must be private and have accessor methods.41
errorParameter event should be final.42
error'if' is not followed by whitespace.43
errorMust have at least one statement.43
error'if' is not followed by whitespace.45
errorMust have at least one statement.45
error'if' is not followed by whitespace.47
error'if' is not followed by whitespace.48
error'if' is not followed by whitespace.52
errorMissing a Javadoc comment.61
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.68
error'if' is not followed by whitespace.73
error'-' is not preceded with whitespace.80
error'-' is not followed by whitespace.80
error'>=' is not preceded with whitespace.80
error'>=' is not followed by whitespace.80
error'if' is not followed by whitespace.82
errorMissing a Javadoc comment.88
errorParameter ddBean should be final.88
error'ddBean' hides a field.88
errorParameter xml should be final.88
error'if' is not followed by whitespace.90
errorAvoid inline conditionals.99
error'if' is not followed by whitespace.100
error'if' is not followed by whitespace.112
errorLine is longer than 120 characters.115
error'+' is not preceded with whitespace.115
error'+' is not followed by whitespace.115
error'+' is not preceded with whitespace.115
error'+' is not followed by whitespace.115
error'if' is not followed by whitespace.125
error'if' is not followed by whitespace.128
errorMissing a Javadoc comment.133
errorMissing a Javadoc comment.137
errorParameter index should be final.137
errorMissing a Javadoc comment.141
errorMissing a Javadoc comment.142
errorMissing a Javadoc comment.143
errorMissing a Javadoc comment.144

org/apache/geronimo/connector/deployment/jsr88/ConnectionDefinitionInstance.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - org.apache.geronimo.naming.deployment.jsr88.GBeanLocator.23
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.39
errorParameter connectionDefinition should be final.39
errorParameter instance should be final.39
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.51
errorParameter connectionDefinition should be final.51
error'connectionDefinition' hides a field.51
errorParameter definition should be final.51
error'if' is not followed by whitespace.54
error'if' is not followed by whitespace.57
error'if' is not followed by whitespace.58
error'if' is not followed by whitespace.64
errorMissing a Javadoc comment.74
errorMissing a Javadoc comment.78
errorMissing a Javadoc comment.82
errorMissing a Javadoc comment.86
errorParameter index should be final.86
errorMissing a Javadoc comment.92
errorMissing a Javadoc comment.96
errorParameter name should be final.96
errorMissing a Javadoc comment.102
errorMissing a Javadoc comment.106
errorParameter index should be final.106
errorMissing a Javadoc comment.110
errorParameter list should be final.110
errorMissing a Javadoc comment.116
errorParameter index should be final.116
errorParameter iface should be final.116
errorMissing a Javadoc comment.122
errorMissing a Javadoc comment.128

org/apache/geronimo/connector/deployment/jsr88/ResourceAdapter.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.46
errorParameter resourceAdapter should be final.46
errorParameter ra should be final.46
errorMissing a Javadoc comment.51
error'cast' is not followed by whitespace.52
errorMissing a Javadoc comment.55
errorParameter resourceAdapter should be final.55
error'resourceAdapter' hides a field.55
errorParameter ra should be final.55
error'if' is not followed by whitespace.58
error'if' is not followed by whitespace.63
error'if' is not followed by whitespace.65
error'if' is not followed by whitespace.68
errorMust have at least one statement.75
errorMissing a Javadoc comment.83
errorMissing a Javadoc comment.87
errorParameter index should be final.87
errorMissing a Javadoc comment.91
errorParameter definitions should be final.91
error'if' is not followed by whitespace.94
error'if' is not followed by whitespace.95
error'if' is not followed by whitespace.99
error'if' is not followed by whitespace.111
errorLine is longer than 120 characters.112
errorLine is longer than 120 characters.120
errorArray brackets at illegal position.120
errorAvoid inline conditionals.120
error'if' is not followed by whitespace.122
errorMissing a Javadoc comment.131
errorParameter index should be final.131
errorParameter definition should be final.131
error'if' is not followed by whitespace.134
errorLine is longer than 120 characters.135
errorMissing a Javadoc comment.140
errorMissing a Javadoc comment.144
errorParameter resourceAdapterInstance should be final.144
error'if' is not followed by whitespace.147
error'if' is not followed by whitespace.148
errorLine is longer than 120 characters.151
errorMissing a Javadoc comment.159

org/apache/geronimo/connector/deployment/ResourceRefBuilder.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.60
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.63
errorMissing a Javadoc comment.65
errorParameter defaultEnvironment should be final.65
errorParameter eeNamespaces should be final.65
errorMissing a Javadoc comment.71
errorParameter specDD should be final.71
errorParameter plan should be final.71
errorLine is longer than 120 characters.75
errorMissing a Javadoc comment.75
errorParameter specDD should be final.75
errorParameter plan should be final.75
errorParameter localConfiguration should be final.75
errorParameter remoteConfiguration should be final.75
errorParameter module should be final.75
errorParameter componentContext should be final.75
errorLine is longer than 120 characters.76
error'?' is not preceded with whitespace.77
errorAvoid inline conditionals.77
error':' is not preceded with whitespace.77
errorLine is longer than 120 characters.120
errorLine is longer than 120 characters.131
errorLine is longer than 120 characters.133
errorLine is longer than 120 characters.137
errorLine is longer than 120 characters.151
errorMissing a Javadoc comment.151
errorParameter builder should be final.151
errorParameter resourceRefs should be final.151
errorParameter gerResourceRefs should be final.151
errorLine is longer than 120 characters.165
errorLine is longer than 120 characters.166
errorMissing a Javadoc comment.180
errorParameter refs should be final.180
errorLine is longer than 120 characters.191
errorMissing a Javadoc comment.191
errorParameter name should be final.191
errorParameter type should be final.191
errorParameter moduleURI should be final.191
errorParameter gerResourceRef should be final.191
errorAvoid inline conditionals.193
errorLine is longer than 120 characters.197
errorMissing a Javadoc comment.206
errorMissing a Javadoc comment.210
errorMissing a Javadoc comment.214
errorLine is longer than 120 characters.217
errorMissing a Javadoc comment.226

org/apache/geronimo/connector/deployment/jsr88/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/connector/deployment/dconfigbean/ConnectionDefinitionDConfigBean.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.39
errorParameter ddBean should be final.39
errorParameter connectionDefinition should be final.39
errorLine is longer than 120 characters.48
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.59
errorMissing a Javadoc comment.63
errorParameter instances should be final.63
error'instances' hides a field.63
errorLine is longer than 120 characters.69
errorLine is longer than 120 characters.86
errorMissing a Javadoc comment.99

org/apache/geronimo/connector/deployment/jsr88/AdminObjectDCB.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.42
errorParameter adminobjectDDBean should be final.42
errorMissing a Javadoc comment.48
errorParameter adminDDBean should be final.48
errorParameter adminXml should be final.48
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.62
errorParameter xml should be final.62
error'+' is not preceded with whitespace.64
error'+' is not followed by whitespace.64
errorMissing a Javadoc comment.72
errorMissing a Javadoc comment.76
errorMissing a Javadoc comment.80
errorMissing a Javadoc comment.84
errorParameter adminObjectInstance should be final.84
error'if' is not followed by whitespace.89
errorMissing a Javadoc comment.97
errorParameter index should be final.97
errorMissing a Javadoc comment.101
errorParameter index should be final.101
errorParameter adminObjectInstance should be final.101
error'adminObjectInstance' hides a field.101
error'if' is not followed by whitespace.104
errorMissing a Javadoc comment.114

org/apache/geronimo/connector/deployment/jsr88/ConnectionDefinition.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - java.util.Map.23
errorUnused import - java.util.HashMap.24
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.49
errorParameter resourceAdapter should be final.49
errorParameter definition should be final.49
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.58
errorParameter resourceAdapter should be final.58
error'resourceAdapter' hides a field.58
errorParameter definition should be final.58
error'if' is not followed by whitespace.67
errorMissing a Javadoc comment.81
errorMissing a Javadoc comment.85
errorParameter iface should be final.85
error'if' is not followed by whitespace.91
errorMissing a Javadoc comment.98
errorMissing a Javadoc comment.102
errorParameter instances should be final.102
error'instances' hides a field.102
error'if' is not followed by whitespace.112
errorLine is longer than 120 characters.113
errorLine is longer than 120 characters.121
errorArray brackets at illegal position.121
error'if' is not followed by whitespace.123
errorFirst sentence should end with a period.136
errorExpected an @return tag.139
error'if' is not followed by whitespace.141
errorArray brackets at illegal position.144
error'if' is not followed by whitespace.148
error'if' is not followed by whitespace.150
errorMissing a Javadoc comment.158

org/apache/geronimo/connector/deployment/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/connector/deployment/jsr88/Connector15DCBRoot.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - java.util.Map.23
errorUnused import - java.util.HashMap.24
errorUnused import - java.util.Iterator.27
errorUnused import - java.util.Arrays.28
errorUnused import - org.apache.geronimo.xbeans.geronimo.GerAdminobjectInstanceType.35
errorUnused import - org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType.36
errorUnused import - org.apache.geronimo.xbeans.geronimo.GerResourceadapterInstanceType.37
errorUnused import - org.apache.geronimo.xbeans.geronimo.GerConfigPropertySettingType.38
errorUnused import - org.apache.xmlbeans.XmlCursor.43
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.60
errorMissing a Javadoc comment.62
errorParameter ddBean should be final.62
errorMissing a Javadoc comment.67
errorParameter root should be final.67
error'if' is not followed by whitespace.69
error'if' is not followed by whitespace.72
error'if' is not followed by whitespace.81
errorMissing a Javadoc comment.93
errorMissing a Javadoc comment.97
error',' is not followed by whitespace.98
error',' is not followed by whitespace.98
errorMissing a Javadoc comment.101
errorParameter bean should be final.101
error'+' is not preceded with whitespace.105
error'+' is not followed by whitespace.105
errorMissing a Javadoc comment.109
errorFirst sentence should end with a period.113
errorParameter inputStream should be final.116
errorExpected @param tag for 'inputStream'.116
errorExpected @throws tag for 'XmlException'.116
errorExpected @throws tag for 'IOException'.116
error'if' is not followed by whitespace.119
errorParameter outputStream should be final.133
errorExpected @param tag for 'outputStream'.133
errorExpected @throws tag for 'IOException'.133
errorMissing a Javadoc comment.147
errorParameter parents should be final.147
error'if' is not followed by whitespace.151
errorArray brackets at illegal position.155
errorArray brackets at illegal position.158
error'if' construct must use '{}'s.168
error'if' is not followed by whitespace.168

org/apache/geronimo/connector/deployment/dconfigbean/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/connector/deployment/dconfigbean/ConnectionDefinitionInstanceBeanInfo.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUsing the '.*' form of import should be avoided - java.beans.*.3
errorUsing the '.*' form of import should be avoided - java.awt.*.4
errorLine contains a tab character.16
errorLine contains a tab character.29
errorParameter iconKind should be final.56
errorLine is longer than 120 characters.71
errorLine is longer than 120 characters.129
errorLine is longer than 120 characters.132
errorLine is longer than 120 characters.133
errorLine is longer than 120 characters.135

org/apache/geronimo/connector/deployment/dconfigbean/ConfigPropertySettingDConfigBean.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.35
errorParameter ddBean should be final.35
errorParameter configPropertySetting should be final.35
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.66
errorParameter configPropertyValue should be final.66
errorMissing a Javadoc comment.70

org/apache/geronimo/connector/deployment/dconfigbean/ConnectionDefinitionInstance.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.35
error'static' modifier out of order with the JLS suggestions.35
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.44
errorParameter xmlObject should be final.44
errorParameter parent should be final.44
error'parent' hides a field.44
errorLine is longer than 120 characters.48
errorParameter j should be final.57
errorParameter configs should be final.65
error'configs' hides a field.65
errorMissing a Javadoc comment.73
errorMissing a Javadoc comment.77
errorMissing a Javadoc comment.93
errorMissing a Javadoc comment.97
errorMissing a Javadoc comment.101
errorMissing a Javadoc comment.105
errorParameter configs should be final.105
error'configs' hides a field.105
errorMissing a Javadoc comment.111
errorMissing a Javadoc comment.115
errorParameter name should be final.115
errorMissing a Javadoc comment.203
errorMissing a Javadoc comment.207
errorParameter containerManagedSecurity should be final.207
errorMissing a Javadoc comment.217
error'+' is not preceded with whitespace.218
error'+' is not followed by whitespace.218

org/apache/geronimo/connector/deployment/dconfigbean/AdminObjectInstance.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.37
error'static' modifier out of order with the JLS suggestions.37
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.46
errorParameter xmlObject should be final.46
errorParameter parent should be final.46
error'parent' hides a field.46
errorLine is longer than 120 characters.50
errorParameter j should be final.59
errorParameter configs should be final.67
error'configs' hides a field.67
errorMissing a Javadoc comment.74
errorMissing a Javadoc comment.78
errorMissing a Javadoc comment.93
errorMissing a Javadoc comment.97
errorMissing a Javadoc comment.101
errorParameter configs should be final.101
error'configs' hides a field.101
errorMissing a Javadoc comment.107
errorMissing a Javadoc comment.111
errorParameter messageDestinationName should be final.111

org/apache/geronimo/connector/deployment/dconfigbean/ConnectionDefinitionDConfigBeanBeanInfo.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUsing the '.*' form of import should be avoided - java.beans.*.3
errorUsing the '.*' form of import should be avoided - java.awt.*.4
errorLine contains a tab character.16
errorLine contains a tab character.29
errorParameter iconKind should be final.56
errorLine is longer than 120 characters.127
errorLine is longer than 120 characters.129

org/apache/geronimo/connector/deployment/jsr88/ConnectorDCB.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.55
errorParameter connectorDDBean should be final.55
error'if' is not followed by whitespace.58
errorParameter event should be final.66
error'if' is not followed by whitespace.67
error'if' is not followed by whitespace.69
errorLine is longer than 120 characters.72
error'+' is not preceded with whitespace.72
error'+' is not followed by whitespace.72
errorMissing a Javadoc comment.78
error',' is not followed by whitespace.79
error',' is not followed by whitespace.79
error',' is not followed by whitespace.79
errorMissing a Javadoc comment.82
errorParameter bean should be final.82
error'for' is not followed by whitespace.87
error'=' is not preceded with whitespace.87
error'=' is not followed by whitespace.87
error'<' is not preceded with whitespace.87
error'<' is not followed by whitespace.87
error'if' is not followed by whitespace.88
error'&&' should be on a new line.88
error'+' is not preceded with whitespace.96
error'+' is not followed by whitespace.96
error'+' is not preceded with whitespace.101
error'+' is not followed by whitespace.101
errorMissing a Javadoc comment.105
errorParameter connector should be final.105
error'if' is not followed by whitespace.119
error'if' is not followed by whitespace.121
errorLine is longer than 120 characters.135
errorAvoid inline conditionals.135
error'if' is not followed by whitespace.138
error'+' is not preceded with whitespace.146
error'+' is not followed by whitespace.146
error'+' is not preceded with whitespace.146
error'+' is not followed by whitespace.146
error'+' is not preceded with whitespace.146
error'+' is not followed by whitespace.146
error'if' is not followed by whitespace.147
errorLine is longer than 120 characters.148
error'if' is not followed by whitespace.150
error'if' is not followed by whitespace.159
error'+' is not preceded with whitespace.164
error'+' is not followed by whitespace.164
error'if' is not followed by whitespace.174
error'if' is not followed by whitespace.180
errorLine is longer than 120 characters.181
error'+' is not preceded with whitespace.181
error'+' is not followed by whitespace.181
error'+' is not preceded with whitespace.181
error'+' is not followed by whitespace.181
error'+' is not preceded with whitespace.181
error'+' is not followed by whitespace.181
error'+' is not preceded with whitespace.181
error'+' is not followed by whitespace.181
error'+' is not preceded with whitespace.185
error'+' is not followed by whitespace.185
error'+' is not preceded with whitespace.185
error'+' is not followed by whitespace.185
error'+' is not preceded with whitespace.185
error'+' is not followed by whitespace.185
error'+' is not preceded with whitespace.194
error'+' is not followed by whitespace.194
error'+' is not preceded with whitespace.194
error'+' is not followed by whitespace.194
error'+' is not preceded with whitespace.194
error'+' is not followed by whitespace.194
errorMissing a Javadoc comment.207
errorMissing a Javadoc comment.217
errorMissing a Javadoc comment.221
errorParameter environment should be final.221
error'if' is not followed by whitespace.224
error'&&' is not preceded with whitespace.224
error'if' is not followed by whitespace.227
error'if' is not followed by whitespace.230
errorMissing a Javadoc comment.236
errorMissing a Javadoc comment.240
errorParameter resourceAdapter should be final.240
error'if' is not followed by whitespace.250
errorArray brackets at illegal position.259
error'if' is not followed by whitespace.261
errorMissing a Javadoc comment.270
errorParameter index should be final.270
errorMissing a Javadoc comment.274
errorParameter index should be final.274
errorParameter ra should be final.274
error'if' is not followed by whitespace.277
errorMissing a Javadoc comment.288

org/apache/geronimo/connector/deployment/dconfigbean/ResourceAdapter_1_0DConfigRoot.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorName 'ResourceAdapter_1_0DConfigRoot' must match pattern '^[A-Z][a-zA-Z0-9]*$'.40
errorMissing a Javadoc comment.42
errorName 'XPATHS' must match pattern '^[a-z][a-zA-Z0-9]*$'.42
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.48
errorParameter ddBean should be final.48
errorLine is longer than 120 characters.50
errorMissing a Javadoc comment.54
errorParameter connectionDefinition should be final.54
errorMissing a Javadoc comment.60
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.68
errorParameter bean should be final.68
errorMissing a Javadoc comment.75
errorParameter inputStream should be final.75
errorLine is longer than 120 characters.78
errorMissing a Javadoc comment.81

org/apache/geronimo/connector/deployment/dconfigbean/ConfigPropertySettings.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.34
error'static' modifier out of order with the JLS suggestions.34
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.44
errorParameter xmlObject should be final.44
errorParameter configPropertyBean should be final.44
errorInner assignments should be avoided.55
errorParameter xpe should be final.56
errorInner assignments should be avoided.64
errorParameter xpe should be final.65
errorMissing a Javadoc comment.75
errorParameter target should be final.75
errorMissing a Javadoc comment.79
errorMissing a Javadoc comment.89
errorMissing a Javadoc comment.93
errorMissing a Javadoc comment.97
errorParameter configPropertyBean should be final.97
errorMissing a Javadoc comment.105
errorParameter name should be final.105
errorMissing a Javadoc comment.111
errorMissing a Javadoc comment.115
errorParameter configPropertyBean should be final.115
errorMissing a Javadoc comment.123
errorParameter type should be final.123
error'type' hides a field.123
errorMissing a Javadoc comment.129
errorMissing a Javadoc comment.133
errorParameter configPropertyValue should be final.133
errorMissing a Javadoc comment.139
error'+' is not preceded with whitespace.140
error'+' is not followed by whitespace.140

org/apache/geronimo/connector/deployment/dconfigbean/AdminObjectDConfigBean.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.37
errorParameter ddBean should be final.37
errorParameter adminObject should be final.37
errorMissing a Javadoc comment.60
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.68
errorParameter instances should be final.68
error'instances' hides a field.68
errorMissing a Javadoc comment.103

org/apache/geronimo/connector/deployment/ConnectorPlanRectifier.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUtility classes should not have a public or default constructor.33
errorMissing a Javadoc comment.35
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.35
errorMissing a Javadoc comment.37
errorLine is longer than 120 characters.38
errorMissing a Javadoc comment.38
errorLine is longer than 120 characters.39
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.42
errorParameter gerConnector should be final.42
errorLine is longer than 120 characters.54
errorLine is longer than 120 characters.57
errorLine is longer than 120 characters.59
errorLine is longer than 120 characters.80

org/apache/geronimo/connector/deployment/ConnectorModuleBuilder.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.129
error'static' modifier out of order with the JLS suggestions.129
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.129
errorMissing a Javadoc comment.131
errorName 'CONNECTOR_QNAME' must match pattern '^[a-z][a-zA-Z0-9]*$'.131
errorMissing a Javadoc comment.132
errorMissing a Javadoc comment.134
errorMissing a Javadoc comment.135
errorMissing a Javadoc comment.136
errorMissing a Javadoc comment.137
errorMissing a Javadoc comment.138
errorMissing a Javadoc comment.139
errorMissing a Javadoc comment.140
errorMissing a Javadoc comment.141
errorLine is longer than 120 characters.142
errorMissing a Javadoc comment.142
errorMissing a Javadoc comment.144
errorMore than 7 parameters.144
errorParameter defaultEnvironment should be final.144
errorParameter defaultMaxSize should be final.145
errorParameter defaultMinSize should be final.146
errorParameter defaultBlockingTimeoutMilliseconds should be final.147
errorParameter defaultIdleTimeoutMinutes should be final.148
errorParameter defaultXATransactionCaching should be final.149
errorParameter defaultXAThreadCaching should be final.150
errorParameter serviceBuilders should be final.151
errorLine is longer than 120 characters.163
errorMissing a Javadoc comment.163
errorParameter plan should be final.163
errorParameter moduleFile should be final.163
errorParameter naming should be final.163
errorParameter idBuilder should be final.163
errorLine is longer than 120 characters.167
errorMissing a Javadoc comment.167
errorMore than 7 parameters.167
errorParameter plan should be final.167
errorParameter moduleFile should be final.167
errorParameter targetPath should be final.167
errorParameter specDDUrl should be final.167
errorParameter environment should be final.167
errorParameter moduleContextInfo should be final.167
errorParameter earName should be final.167
errorParameter naming should be final.167
errorParameter idBuilder should be final.167
errorLine is longer than 120 characters.171
errorMissing a Javadoc comment.171
errorMore than 7 parameters.171
errorParameter plan should be final.171
errorParameter moduleFile should be final.171
errorParameter targetPath should be final.171
errorParameter specDDUrl should be final.171
errorParameter earEnvironment should be final.171
errorParameter earName should be final.171
errorParameter naming should be final.171
errorParameter idBuilder should be final.171
error':' is not preceded with whitespace.172
error':' is not preceded with whitespace.173
error':' is not preceded with whitespace.174
errorLine is longer than 120 characters.211
errorLine is longer than 120 characters.214
errorMust have at least one statement.223
error'+' should be on a new line.229
errorLine is longer than 120 characters.230
errorLine is longer than 120 characters.251
errorLine is longer than 120 characters.260
errorLine is longer than 120 characters.266
errorMissing a Javadoc comment.269
errorParameter xmlObject should be final.269
errorLine is longer than 120 characters.283
errorLine is longer than 120 characters.287
errorLine is longer than 120 characters.340
errorMissing a Javadoc comment.340
errorParameter earFile should be final.340
errorParameter earContext should be final.340
errorParameter module should be final.340
errorParameter configurationStores should be final.340
errorParameter targetConfigurationStore should be final.340
errorParameter repository should be final.340
errorMissing a Javadoc comment.369
errorParameter earContext should be final.369
errorParameter module should be final.369
errorParameter cl should be final.369
errorLine is longer than 120 characters.387
errorLine is longer than 120 characters.388
errorLine is longer than 120 characters.391
errorLine is longer than 120 characters.404
errorAvoid inline conditionals.404
errorLine is longer than 120 characters.405
errorAvoid inline conditionals.405
errorLine is longer than 120 characters.408
errorLine is longer than 120 characters.413
errorLine is longer than 120 characters.414
errorLine is longer than 120 characters.416
errorLine is longer than 120 characters.420
errorLine is longer than 120 characters.422
errorLine is longer than 120 characters.428
errorLine is longer than 120 characters.449
errorLine is longer than 120 characters.450
errorLine is longer than 120 characters.451
errorLine is longer than 120 characters.452
errorLine is longer than 120 characters.453
errorLine is longer than 120 characters.465
errorLine is longer than 120 characters.469
errorMissing a Javadoc comment.469
errorParameter earContext should be final.469
errorParameter module should be final.469
errorParameter cl should be final.469
errorParameter repository should be final.469
errorMissing a Javadoc comment.473
errorLine is longer than 120 characters.477
errorMissing a Javadoc comment.477
errorParameter earContext should be final.477
errorParameter jcaResourceName should be final.477
errorParameter resourceAdapterModuleData should be final.477
errorParameter connector should be final.477
errorParameter geronimoConnector should be final.477
errorParameter cl should be final.477
errorLine is longer than 120 characters.490
errorLine is longer than 120 characters.493
errorLine is longer than 120 characters.497
errorLine is longer than 120 characters.499
errorLine is longer than 120 characters.500
errorLine is longer than 120 characters.514
errorLine is longer than 120 characters.516
errorLine is longer than 120 characters.517
errorLine is longer than 120 characters.519
error':' is not preceded with whitespace.520
errorLine is longer than 120 characters.522
errorLine is longer than 120 characters.523
errorLine is longer than 120 characters.526
errorLine is longer than 120 characters.531
errorLine is longer than 120 characters.533
errorLine is longer than 120 characters.554
errorLine is longer than 120 characters.556
errorLine is longer than 120 characters.567
errorMissing a Javadoc comment.567
errorParameter messagelistenerArray should be final.567
errorParameter cl should be final.567
errorLine is longer than 120 characters.574
errorLine is longer than 120 characters.589
errorLine is longer than 120 characters.591
errorAvoid inline conditionals.591
error'3' is a magic number.591
error'3' is a magic number.594
errorLine is longer than 120 characters.602
errorLine is longer than 120 characters.619
errorMissing a Javadoc comment.619
errorParameter connectionDefinitionArray should be final.619
errorParameter cl should be final.619
errorLine is longer than 120 characters.624
errorLine is longer than 120 characters.625
errorLine is longer than 120 characters.628
errorLine is longer than 120 characters.629
errorLine is longer than 120 characters.631
errorLine is longer than 120 characters.632
errorLine is longer than 120 characters.633
errorMissing a Javadoc comment.639
errorParameter adminobjectArray should be final.639
errorParameter cl should be final.639
errorLine is longer than 120 characters.644
errorLine is longer than 120 characters.645
errorLine is longer than 120 characters.650
errorLine is longer than 120 characters.657
errorMissing a Javadoc comment.657
errorParameter infoBuilder should be final.657
errorParameter configProperties should be final.657
errorParameter cl should be final.657
errorLine is longer than 120 characters.659
errorLine is longer than 120 characters.675
errorMissing a Javadoc comment.675
errorParameter gbeanData should be final.675
errorParameter configProperties should be final.675
errorParameter cl should be final.675
errorLine is longer than 120 characters.682
errorMissing a Javadoc comment.695
errorParameter type should be final.695
errorParameter value should be final.695
errorParameter cl should be final.695
errorLine is longer than 120 characters.719
errorMissing a Javadoc comment.719
errorParameter earContext should be final.719
errorParameter jcaResourceName should be final.719
errorParameter ddTransactionSupport should be final.719
errorParameter connectionfactoryInstance should be final.719
errorParameter cl should be final.719
errorLine is longer than 120 characters.725
errorLine is longer than 120 characters.730
errorLine is longer than 120 characters.735
errorLine is longer than 120 characters.748
errorLine is longer than 120 characters.753
errorLine is longer than 120 characters.758
errorLine is longer than 120 characters.761
errorLine is longer than 120 characters.773
errorAvoid inline conditionals.779
errorAvoid inline conditionals.780
errorLine is longer than 120 characters.781
errorAvoid inline conditionals.781
errorAvoid inline conditionals.782
errorAvoid inline conditionals.788
errorAvoid inline conditionals.789
errorLine is longer than 120 characters.790
errorAvoid inline conditionals.790
errorAvoid inline conditionals.791
errorLine is longer than 120 characters.800
errorLine is longer than 120 characters.806
errorLine is longer than 120 characters.809
errorLine is longer than 120 characters.815
errorLine is longer than 120 characters.820
errorMissing a Javadoc comment.820
errorParameter earContext should be final.820
errorParameter jcaResourceName should be final.820
errorParameter resourceAdapterAbstractName should be final.820
errorParameter managedConnectionFactoryPrototypeGBeanData should be final.820
errorParameter connectiondefinitionInstance should be final.820
errorParameter transactionSupport should be final.820
errorParameter cl should be final.820
errorLine is longer than 120 characters.822
errorLine is longer than 120 characters.823
errorLine is longer than 120 characters.825
errorLine is longer than 120 characters.828
error'cast' is not followed by whitespace.836
errorLine is longer than 120 characters.838
error'+' is not preceded with whitespace.838
error'+' is not followed by whitespace.838
error'+' is not preceded with whitespace.838
error'+' is not followed by whitespace.838
errorLine is longer than 120 characters.844
errorLine is longer than 120 characters.846
errorLine is longer than 120 characters.870
errorLine is longer than 120 characters.871
errorLine is longer than 120 characters.881
errorMissing a Javadoc comment.881
errorParameter containerId should be final.881
errorParameter iface should be final.881
errorParameter configuration should be final.881
errorLine is longer than 120 characters.885
errorLine is longer than 120 characters.890
errorMissing a Javadoc comment.890
errorParameter containerId should be final.890
errorParameter iface should be final.890
errorParameter configuration should be final.890
errorLine is longer than 120 characters.894
errorLine is longer than 120 characters.899
errorMissing a Javadoc comment.899
errorParameter resourceAdapterInstanceQuery should be final.899
errorParameter messageListenerInterface should be final.899
errorParameter configuration should be final.899
errorLine is longer than 120 characters.905
errorLine is longer than 120 characters.914
errorLine is longer than 120 characters.920
errorLine is longer than 120 characters.924
errorMissing a Javadoc comment.929
errorParameter resourceAdapterModuleData should be final.929
errorLine is longer than 120 characters.932
errorLine is longer than 120 characters.937
errorMissing a Javadoc comment.937
errorParameter resourceAdapterModuleData should be final.937
errorParameter adminObjectInterfaceName should be final.937
errorLine is longer than 120 characters.940
errorLine is longer than 120 characters.945
errorMissing a Javadoc comment.945
errorParameter resourceAdapterModuleData should be final.945
errorParameter connectionFactoryInterfaceName should be final.945
errorLine is longer than 120 characters.946
errorLine is longer than 120 characters.948
errorMissing a Javadoc comment.953
errorLine is longer than 120 characters.956
errorMissing a Javadoc comment.982

org/apache/geronimo/connector/deployment/jsr88/ResourceAdapterInstance.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.37
errorFirst sentence should end with a period.39
errorMissing a Javadoc comment.45
errorParameter resourceAdapter should be final.45
errorParameter instance should be final.45
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.57
errorParameter resourceAdapter should be final.57
error'resourceAdapter' hides a field.57
errorParameter xml should be final.57
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.70
errorParameter index should be final.70
errorMissing a Javadoc comment.76
errorMissing a Javadoc comment.80
errorParameter name should be final.80
errorMissing a Javadoc comment.86
errorMissing a Javadoc comment.90
errorParameter locator should be final.90
error'if' is not followed by whitespace.92
error'if' is not followed by whitespace.93
errorMissing a Javadoc comment.105

org/apache/geronimo/connector/deployment/dconfigbean/ResourceAdapterDConfigRoot.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.49
errorName 'XPATHS' must match pattern '^[a-z][a-zA-Z0-9]*$'.49
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.55
errorParameter ddBean should be final.55
errorMissing a Javadoc comment.60
errorParameter root should be final.60
error'if' is not followed by whitespace.62
errorMissing a Javadoc comment.79
errorParameter resourceAdapter should be final.79
error'+' is not preceded with whitespace.82
error'+' is not followed by whitespace.82
error'+' is not preceded with whitespace.82
error'+' is not followed by whitespace.82
error'+' is not preceded with whitespace.82
error'+' is not followed by whitespace.82
errorMissing a Javadoc comment.87
errorMissing a Javadoc comment.91
errorMissing a Javadoc comment.95
errorParameter bean should be final.95
errorMissing a Javadoc comment.102
errorParameter inputStream should be final.102
errorMissing a Javadoc comment.108

org/apache/geronimo/connector/deployment/RARConfiguration.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.34
errorParameter deployable should be final.34
errorParameter dconfigRoot should be final.34

org/apache/geronimo/connector/deployment/RARConfigurer.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - org.apache.geronimo.connector.deployment.dconfigbean.ResourceAdapterDConfigRoot.25
errorMissing a Javadoc comment.40
errorParameter deployable should be final.40
errorLine is longer than 120 characters.50
errorMissing a Javadoc comment.56
errorLine is longer than 120 characters.59
errorMissing a Javadoc comment.64

org/apache/geronimo/connector/deployment/dconfigbean/ResourceAdapterDConfigBean.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.43
error'static' modifier out of order with the JLS suggestions.43
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.51
errorParameter ddBean should be final.51
errorParameter j should be final.65
errorParameter configs should be final.72
errorLine is longer than 120 characters.89
errorLine is longer than 120 characters.90
errorLine is longer than 120 characters.99
errorLine is longer than 120 characters.101
errorLine is longer than 120 characters.117
errorLine is longer than 120 characters.130
errorMissing a Javadoc comment.138
errorMissing a Javadoc comment.142
errorMissing a Javadoc comment.146
errorMissing a Javadoc comment.150
errorParameter resourceAdapterName should be final.150
errorMissing a Javadoc comment.154
error'if' is not followed by whitespace.155
errorMissing a Javadoc comment.161
errorParameter workManager should be final.161
error'if' is not followed by whitespace.162
error'if' is not followed by whitespace.165
errorMissing a Javadoc comment.171
errorParameter bean should be final.171
errorLine is longer than 120 characters.177
errorLine is longer than 120 characters.184
errorLine is longer than 120 characters.192
errorMissing a Javadoc comment.200
errorMissing a Javadoc comment.204
errorMissing a Javadoc comment.210
error'static' modifier out of order with the JLS suggestions.210
errorMissing a Javadoc comment.211
errorMissing a Javadoc comment.212
errorMissing a Javadoc comment.214
errorParameter part1 should be final.214
errorParameter part2 should be final.214
errorMissing a Javadoc comment.219
errorMissing a Javadoc comment.223
errorParameter obj should be final.223

org/apache/geronimo/connector/deployment/jsr88/ConnectionManager.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.40
errorParameter outboundRA should be final.40
errorParameter manager should be final.40
errorMissing a Javadoc comment.45
errorParameter outboundRA should be final.45
error'outboundRA' hides a field.45
errorParameter manager should be final.45
error'if' is not followed by whitespace.48
error'&&' should be on a new line.48
error'if' is not followed by whitespace.51
error'if' is not followed by whitespace.53
error'if' is not followed by whitespace.55
error'if' is not followed by whitespace.57
error'if' is not followed by whitespace.63
error'if' is not followed by whitespace.65
error'if' is not followed by whitespace.67
errorMissing a Javadoc comment.72
errorMissing a Javadoc comment.78
errorMissing a Javadoc comment.82
errorParameter set should be final.82
error'if' is not followed by whitespace.83
error'if' is not followed by whitespace.84
error'if' is not followed by whitespace.89
errorMissing a Javadoc comment.96
errorMissing a Javadoc comment.100
errorParameter set should be final.100
error'if' is not followed by whitespace.101
error'if' is not followed by whitespace.102
error'if' construct must use '{}'s.106
error'if' is not followed by whitespace.106
error'if' construct must use '{}'s.107
error'if' is not followed by whitespace.107
error'if' construct must use '{}'s.108
error'if' is not followed by whitespace.108
error'if' is not followed by whitespace.110
errorMissing a Javadoc comment.117
errorMissing a Javadoc comment.121
errorParameter set should be final.121
error'if' is not followed by whitespace.122
error'if' is not followed by whitespace.123
error'if' construct must use '{}'s.127
error'if' is not followed by whitespace.127
error'if' construct must use '{}'s.128
error'if' is not followed by whitespace.128
error'if' construct must use '{}'s.129
error'if' is not followed by whitespace.129
error'if' is not followed by whitespace.131
errorMissing a Javadoc comment.138
errorMissing a Javadoc comment.142
errorParameter set should be final.142
error'if' is not followed by whitespace.143
error'if' is not followed by whitespace.144
error'if' construct must use '{}'s.148
error'if' is not followed by whitespace.148
error'if' construct must use '{}'s.149
error'if' is not followed by whitespace.149
error'if' construct must use '{}'s.150
error'if' is not followed by whitespace.150
error'if' is not followed by whitespace.152
errorMissing a Javadoc comment.159
errorMissing a Javadoc comment.163
errorParameter set should be final.163
error'if' is not followed by whitespace.164
error'if' is not followed by whitespace.165
error'if' construct must use '{}'s.169
error'if' is not followed by whitespace.169
error'if' construct must use '{}'s.170
error'if' is not followed by whitespace.170
error'if' construct must use '{}'s.171
error'if' is not followed by whitespace.171
error'if' is not followed by whitespace.173
error'if' is not followed by whitespace.178
error'if' is not followed by whitespace.181
errorMissing a Javadoc comment.188
errorMissing a Javadoc comment.192
errorParameter set should be final.192
error'if' is not followed by whitespace.193
error'if' is not followed by whitespace.195
error'if' is not followed by whitespace.200
errorMissing a Javadoc comment.207
errorMissing a Javadoc comment.211
errorParameter set should be final.211
error'if' is not followed by whitespace.212
error'if' is not followed by whitespace.214
error'if' is not followed by whitespace.219
errorMissing a Javadoc comment.226
errorMissing a Javadoc comment.230
errorParameter set should be final.230
error'if' is not followed by whitespace.231
error'if' is not followed by whitespace.232
error'if' construct must use '{}'s.236
error'if' is not followed by whitespace.236
error'if' construct must use '{}'s.237
error'if' is not followed by whitespace.237
error'if' is not followed by whitespace.239
error'if' is not followed by whitespace.243
errorMissing a Javadoc comment.249
errorMissing a Javadoc comment.253
errorParameter pool should be final.253
error'if' is not followed by whitespace.255
error'if' is not followed by whitespace.257
error'if' construct must use '{}'s.262
error'if' is not followed by whitespace.262
error'if' construct must use '{}'s.263
error'if' is not followed by whitespace.263
error'if' is not followed by whitespace.265
errorMissing a Javadoc comment.272
errorMissing a Javadoc comment.276
errorParameter pool should be final.276
error'if' is not followed by whitespace.278
error'if' is not followed by whitespace.280
error'if' construct must use '{}'s.285
error'if' is not followed by whitespace.285
error'if' construct must use '{}'s.286
error'if' is not followed by whitespace.286
error'if' is not followed by whitespace.288
errorMissing a Javadoc comment.297

org/apache/geronimo/connector/deployment/AdminObjectRefBuilder.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.56
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.59
errorMissing a Javadoc comment.60
errorLine is longer than 120 characters.61
errorMissing a Javadoc comment.61
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.64
errorParameter defaultEnvironment should be final.64
errorParameter eeNamespaces should be final.64
errorMissing a Javadoc comment.71
errorParameter specDD should be final.71
errorParameter plan should be final.71
errorLine is longer than 120 characters.72
errorLine is longer than 120 characters.75
errorMissing a Javadoc comment.75
errorParameter specDD should be final.75
errorParameter plan should be final.75
errorParameter localConfiguration should be final.75
errorParameter remoteConfiguration should be final.75
errorParameter module should be final.75
errorLine is longer than 120 characters.76
errorLine is longer than 120 characters.80
errorLine is longer than 120 characters.99
errorMissing a Javadoc comment.99
errorParameter specDD should be final.99
errorParameter plan should be final.99
errorParameter localConfiguration should be final.99
errorParameter remoteConfiguration should be final.99
errorParameter module should be final.99
errorParameter componentContext should be final.99
errorLine is longer than 120 characters.100
errorLine is longer than 120 characters.102
error'?' is not preceded with whitespace.102
errorAvoid inline conditionals.102
error':' is not preceded with whitespace.102
errorLine is longer than 120 characters.120
errorAvoid inline conditionals.120
errorLine is longer than 120 characters.125
errorLine is longer than 120 characters.128
errorLine is longer than 120 characters.149
errorLine is longer than 120 characters.152
errorLine is longer than 120 characters.160
errorLine is longer than 120 characters.168
errorMissing a Javadoc comment.168
errorParameter messageDestinationLink should be final.168
errorParameter messageDestinations should be final.168
errorLine is longer than 120 characters.180
error'+' should be on a new line.180
errorLine is longer than 120 characters.188
errorLine is longer than 120 characters.191
errorLine is longer than 120 characters.201
errorMissing a Javadoc comment.201
errorParameter localConfiguration should be final.201
errorParameter containerId should be final.201
errorParameter iface should be final.201
errorLine is longer than 120 characters.205
errorMissing a Javadoc comment.210
errorParameter name should be final.210
errorParameter gerResourceEnvRef should be final.210
errorLine is longer than 120 characters.213
errorLine is longer than 120 characters.215
errorLine is longer than 120 characters.221
errorLine is longer than 120 characters.225
errorMissing a Javadoc comment.230
errorParameter refs should be final.230
errorLine is longer than 120 characters.234
errorMissing a Javadoc comment.241
errorMissing a Javadoc comment.245
errorMissing a Javadoc comment.249
errorLine is longer than 120 characters.252
errorMissing a Javadoc comment.261

org/apache/geronimo/connector/deployment/dconfigbean/ConfigPropertiesHelper.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUtility classes should not have a public or default constructor.39
errorLine is longer than 120 characters.41
errorMissing a Javadoc comment.41
errorParameter ddBean should be final.41
errorParameter configPropertiesSource should be final.41
errorParameter configPropertiesMap should be final.41
errorParameter configPropertyXPath should be final.41
errorParameter configPropertyNameXPath should be final.41
errorLine is longer than 120 characters.49
errorLine is longer than 120 characters.51
errorLine is longer than 120 characters.62
errorLine is longer than 120 characters.68
errorMissing a Javadoc comment.68
errorParameter parentDDBean should be final.68
errorParameter configPropertyXPath should be final.68
errorParameter configPropertyNameXPath should be final.68
errorAvoid inline conditionals.75
errorLine is longer than 120 characters.91
errorParameter xpe should be final.103
errorLine is longer than 120 characters.109
errorLine is longer than 120 characters.116
errorMissing a Javadoc comment.145
errorMissing a Javadoc comment.146
errorMissing a Javadoc comment.148
errorMissing a Javadoc comment.150
errorMissing a Javadoc comment.152
errorMissing a Javadoc comment.154

org/apache/geronimo/connector/deployment/jsr88/PartitionedPool.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorFirst sentence should end with a period.23
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.32
errorParameter pool should be final.32
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.40
errorParameter pool should be final.40
error'if' is not followed by whitespace.42
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.51
errorParameter set should be final.51
error'if' is not followed by whitespace.52
error'if' is not followed by whitespace.53
error'if' is not followed by whitespace.58
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.69
errorParameter set should be final.69
error'if' is not followed by whitespace.70
error'if' is not followed by whitespace.71
error'if' is not followed by whitespace.76

org/apache/geronimo/connector/deployment/jsr88/SinglePool.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorFirst sentence should end with a period.24
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.33
errorParameter pool should be final.33
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.42
errorParameter pool should be final.42
error'if' is not followed by whitespace.44
errorMissing a Javadoc comment.51
errorAvoid inline conditionals.52
errorMissing a Javadoc comment.55
errorParameter value should be final.55
error'if' is not followed by whitespace.57
error'if' is not followed by whitespace.58
errorMissing a Javadoc comment.67
errorAvoid inline conditionals.68
errorMissing a Javadoc comment.71
errorParameter value should be final.71
error'if' is not followed by whitespace.73
error'if' is not followed by whitespace.74
errorMissing a Javadoc comment.83
errorLine is longer than 120 characters.84
errorAvoid inline conditionals.84
errorMissing a Javadoc comment.87
errorParameter value should be final.87
error'if' is not followed by whitespace.89
error'if' is not followed by whitespace.90
errorMissing a Javadoc comment.99
errorAvoid inline conditionals.100
errorMissing a Javadoc comment.103
errorParameter value should be final.103
error'if' is not followed by whitespace.105
error'if' is not followed by whitespace.106
errorMissing a Javadoc comment.115
errorMissing a Javadoc comment.119
errorParameter set should be final.119
error'if' is not followed by whitespace.120
error'if' is not followed by whitespace.121
error'if' construct must use '{}'s.125
error'if' is not followed by whitespace.125
error'if' construct must use '{}'s.126
error'if' is not followed by whitespace.126
error'if' is not followed by whitespace.128
errorMissing a Javadoc comment.135
errorMissing a Javadoc comment.139
errorParameter set should be final.139
error'if' is not followed by whitespace.140
error'if' is not followed by whitespace.141
error'if' construct must use '{}'s.145
error'if' is not followed by whitespace.145
error'if' construct must use '{}'s.146
error'if' is not followed by whitespace.146
error'if' is not followed by whitespace.148
errorMissing a Javadoc comment.155
errorMissing a Javadoc comment.159
errorParameter set should be final.159
error'if' is not followed by whitespace.160
error'if' is not followed by whitespace.161
error'if' construct must use '{}'s.165
error'if' is not followed by whitespace.165
error'if' construct must use '{}'s.166
error'if' is not followed by whitespace.166
error'if' is not followed by whitespace.168
errorMissing a Javadoc comment.177

org/apache/geronimo/connector/deployment/jsr88/AdminObjectInstance.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.37
errorParameter adminObject should be final.37
errorParameter instance should be final.37
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.49
errorParameter adminObject should be final.49
error'adminObject' hides a field.49
errorParameter definition should be final.49
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.62
errorParameter index should be final.62
errorMissing a Javadoc comment.68
errorMissing a Javadoc comment.72
errorParameter name should be final.72
errorMissing a Javadoc comment.80

org/apache/geronimo/connector/deployment/jsr88/ConfigPropertySetting.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine is longer than 120 characters.27
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.41
errorParameter configProperty should be final.41
errorParameter property should be final.41
errorParameter setDefault should be final.41
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.54
errorParameter configProperty should be final.54
error'configProperty' hides a field.54
errorParameter property should be final.54
errorParameter setDefault should be final.54
error'if' is not followed by whitespace.60
error'if' is not followed by whitespace.65
errorMissing a Javadoc comment.70
error'||' should be on a new line.72
errorMissing a Javadoc comment.78
errorMissing a Javadoc comment.83
errorParameter name should be final.83
errorMissing a Javadoc comment.89
errorAvoid inline conditionals.90
errorMissing a Javadoc comment.93
errorParameter value should be final.93
errorMissing a Javadoc comment.101