Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
2300747

Rules

RulesViolationsSeverity
PackageHtml2error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod171error Error
JavadocType0error Error
JavadocVariable84error Error
JavadocStyle0error Error
ConstantName1error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
Header
  • headerFile: "/home/anthill/anthill3/agent/var/jobs/projects/Geronimo_Server/modules/geronimo-j2ee-builder/target/checkstyle-header.txt"
21error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports5error Error
FileLength0error Error
LineLength
  • max: "120"
92error Error
MethodLength1error Error
ParameterNumber15error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap6error Error
ParenPad2error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter1error Error
WhitespaceAround17error Error
ModifierOrder1error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock3error Error
LeftCurly1error Error
NeedBraces0error Error
RightCurly0error Error
AvoidInlineConditionals9error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber6error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle2error Error
FinalParameters305error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
1error Error
TodoComment0error Error
UpperEll0error Error

Details

org/apache/geronimo/j2ee/deployment/UnavailableModuleBuilder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine is longer than 120 characters.23
errorMissing a Javadoc comment.23
errorParameter plan should be final.23
errorParameter moduleFile should be final.23
errorParameter naming should be final.23
errorParameter idBuilder should be final.23
errorLine is longer than 120 characters.27
errorMissing a Javadoc comment.27
errorMore than 7 parameters.27
errorParameter plan should be final.27
errorParameter moduleFile should be final.27
errorParameter targetPath should be final.27
errorParameter specDDUrl should be final.27
errorParameter environment should be final.27
errorParameter moduleContextInfo should be final.27
errorParameter earName should be final.27
errorParameter naming should be final.27
errorParameter idBuilder should be final.27
errorLine is longer than 120 characters.31
errorMissing a Javadoc comment.31
errorParameter earFile should be final.31
errorParameter earContext should be final.31
errorParameter module should be final.31
errorParameter configurationStores should be final.31
errorParameter targetConfigurationStore should be final.31
errorParameter repository should be final.31
errorMissing a Javadoc comment.35
errorParameter earContext should be final.35
errorParameter module should be final.35
errorParameter cl should be final.35
errorLine is longer than 120 characters.39
errorMissing a Javadoc comment.39
errorParameter earContext should be final.39
errorParameter module should be final.39
errorParameter cl should be final.39
errorParameter repository should be final.39
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.47
errorLine is longer than 120 characters.50
errorMissing a Javadoc comment.55

org/apache/geronimo/j2ee/deployment/NamingBuilderCollection.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.48
errorParameter builders should be final.48
errorAvoid inline conditionals.49
errorParameter event should be final.54
errorParameter event should be final.58
errorMissing a Javadoc comment.74
errorParameter builder should be final.74
errorLine is longer than 120 characters.84
errorLine is longer than 120 characters.90
errorMissing a Javadoc comment.97
errorParameter specDD should be final.97
errorParameter plan should be final.97
errorParameter environment should be final.97
errorLine is longer than 120 characters.104
errorMissing a Javadoc comment.104
errorParameter specDD should be final.104
errorParameter plan should be final.104
errorParameter localConfiguration should be final.104
errorParameter remoteConfiguration should be final.104
errorParameter module should be final.104
errorLine is longer than 120 characters.111
errorMissing a Javadoc comment.111
errorParameter specDD should be final.111
errorParameter plan should be final.111
errorParameter localContext should be final.111
errorParameter remoteContext should be final.111
errorParameter module should be final.111
errorParameter componentContext should be final.111
errorMissing a Javadoc comment.118
errorMissing a Javadoc comment.122

org/apache/geronimo/j2ee/deployment/SecurityBuilder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.35

org/apache/geronimo/j2ee/deployment/EJBModule.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.37
errorLine is longer than 120 characters.39
errorMissing a Javadoc comment.39
errorMore than 7 parameters.39
errorParameter standAlone should be final.39
errorParameter moduleName should be final.39
errorParameter environment should be final.39
errorParameter moduleFile should be final.39
errorParameter targetPath should be final.39
errorParameter specDD should be final.39
errorParameter vendorDD should be final.39
errorParameter originalSpecDD should be final.39
errorParameter portMap should be final.39
errorMissing a Javadoc comment.44
errorLine is longer than 120 characters.48
errorMissing a Javadoc comment.48
errorParameter location should be final.48
errorParameter fqcn should be final.48
errorParameter bytes should be final.48
errorParameter context should be final.48
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.56
errorParameter moduleCmpEngineName should be final.56
errorMissing a Javadoc comment.60

org/apache/geronimo/j2ee/deployment/WebServiceBuilder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - org.apache.xmlbeans.XmlObject.24
errorLine is longer than 120 characters.46
errorExpected @param tag for 'environment'.46
errorLine is longer than 120 characters.60
errorExpected @param tag for 'targetGBean'.60
errorExpected @param tag for 'module'.60
errorExpected @param tag for 'portInfo'.60
errorExpected @param tag for 'seiClassName'.60
errorExpected @param tag for 'context'.60
errorExpected @throws tag for 'DeploymentException'.60
errorLine is longer than 120 characters.63
errorLine is longer than 120 characters.70
errorExpected @param tag for 'targetGBean'.70
errorExpected @param tag for 'moduleFile'.70
errorExpected @param tag for 'portInfo'.70
errorExpected @param tag for 'classLoader'.70
errorExpected @throws tag for 'DeploymentException'.70

org/apache/geronimo/j2ee/deployment/NamingBuilder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.40
errorLine is longer than 120 characters.42
errorMissing a Javadoc comment.42
errorLine has trailing spaces.43
errorLine is longer than 120 characters.44
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.48

org/apache/geronimo/j2ee/deployment/SwitchingModuleBuilder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.55
errorParameter builders should be final.55
errorParameter event should be final.58
errorParameter event should be final.64
errorMissing a Javadoc comment.78
errorMissing a Javadoc comment.82
errorParameter defaultNamespace should be final.82
errorLine is longer than 120 characters.86
errorMissing a Javadoc comment.86
errorParameter plan should be final.86
errorParameter moduleFile should be final.86
errorParameter naming should be final.86
errorParameter idBuilder should be final.86
errorMissing a Javadoc comment.101
errorParameter plan should be final.101
error'{' is not preceded with whitespace.118
errorMissing a Javadoc comment.130
errorParameter namespace should be final.130
errorLine is longer than 120 characters.138
errorMissing a Javadoc comment.138
errorMore than 7 parameters.138
errorParameter plan should be final.138
errorParameter moduleFile should be final.138
errorParameter targetPath should be final.138
errorParameter specDDUrl should be final.138
errorParameter environment should be final.138
errorParameter moduleContextInfo should be final.138
errorParameter earName should be final.138
errorParameter naming should be final.138
errorParameter idBuilder should be final.138
errorLine is longer than 120 characters.142
errorLine is longer than 120 characters.148
errorMissing a Javadoc comment.148
errorParameter earFile should be final.148
errorParameter earContext should be final.148
errorParameter module should be final.148
errorParameter configurationStores should be final.148
errorParameter targetConfigurationStore should be final.148
errorParameter repositories should be final.148
errorMissing a Javadoc comment.154
errorParameter earContext should be final.154
errorParameter module should be final.154
errorParameter cl should be final.154
errorLine is longer than 120 characters.160
errorMissing a Javadoc comment.160
errorParameter earContext should be final.160
errorParameter module should be final.160
errorParameter cl should be final.160
errorParameter repositories should be final.160
errorMissing a Javadoc comment.166
errorMissing a Javadoc comment.170
errorLine is longer than 120 characters.173
errorMissing a Javadoc comment.182

org/apache/geronimo/j2ee/deployment/NamingBuilderCollectionGBean.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine is longer than 120 characters.33
errorMissing a Javadoc comment.33
errorParameter builders should be final.33
errorParameter baseElementQNameNamespaceURI should be final.33
errorParameter baseElementQNameLocalPart should be final.33
errorMissing a Javadoc comment.37
errorLine is longer than 120 characters.40
errorLine is longer than 120 characters.45
errorMissing a Javadoc comment.50

org/apache/geronimo/j2ee/deployment/CorbaGBeanNameSource.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.27

org/apache/geronimo/j2ee/deployment/AppClientModule.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.40
errorLine is longer than 120 characters.43
errorMissing a Javadoc comment.43
errorMore than 7 parameters.43
errorParameter standAlone should be final.43
errorParameter moduleName should be final.43
errorParameter appClientName should be final.43
errorParameter serverEnvironment should be final.43
errorParameter clientEnvironment should be final.43
errorParameter moduleFile should be final.43
errorParameter targetPath should be final.43
errorParameter specDD should be final.43
errorParameter vendorDD should be final.43
errorParameter originalSpecDD should be final.43
errorParameter resourceModules should be final.43
errorLine is longer than 120 characters.44
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.62
errorParameter earFile should be final.62
errorMissing a Javadoc comment.66
errorLine is longer than 120 characters.70
errorMissing a Javadoc comment.70
errorParameter location should be final.70
errorParameter fqcn should be final.70
errorParameter bytes should be final.70
errorParameter context should be final.70
errorMissing a Javadoc comment.74
errorMissing a Javadoc comment.78

org/apache/geronimo/j2ee/deployment/HandlerInfoInfo.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36
errorParameter portNames should be final.36
errorParameter handlerClass should be final.36
errorParameter handlerConfig should be final.36
errorParameter soapHeaders should be final.36
errorParameter soapRoles should be final.36
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.56
errorMissing a Javadoc comment.60

org/apache/geronimo/j2ee/ApplicationInfo.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.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.39
errorMissing a Javadoc comment.41
errorLine is longer than 120 characters.44
errorMissing a Javadoc comment.44
errorMore than 7 parameters.44
errorParameter type should be final.44
errorParameter environment should be final.44
errorParameter baseName should be final.44
errorParameter specDD should be final.44
errorParameter vendorDD should be final.44
errorParameter modules should be final.44
errorParameter moduleLocations should be final.44
errorParameter originalSpecDD should be final.44
errorMissing a Javadoc comment.60
errorMissing a Javadoc comment.64
errorParameter type should be final.64
errorMissing a Javadoc comment.68
errorMissing a Javadoc comment.72
errorParameter environment should be final.72
errorMissing a Javadoc comment.76
errorMissing a Javadoc comment.80
errorParameter baseName should be final.80
errorMissing a Javadoc comment.84
errorMissing a Javadoc comment.88
errorParameter vendorDD should be final.88
errorMissing a Javadoc comment.92
errorMissing a Javadoc comment.96
errorParameter specDD should be final.96
errorMissing a Javadoc comment.100
errorMissing a Javadoc comment.104
errorParameter modules should be final.104
errorMissing a Javadoc comment.108
errorMissing a Javadoc comment.112
errorParameter moduleLocations should be final.112
errorMissing a Javadoc comment.116
errorMissing a Javadoc comment.120
errorParameter originalSpecDD should be final.120

org/apache/geronimo/j2ee/deployment/WebModule.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - java.io.IOException.20
errorUnused import - java.net.URI.21
errorUnused import - java.net.URISyntaxException.22
errorUnused import - org.apache.geronimo.deployment.DeploymentContext.26
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.37
errorLine is longer than 120 characters.39
errorMissing a Javadoc comment.39
errorMore than 7 parameters.39
errorParameter standAlone should be final.39
errorParameter moduleName should be final.39
errorParameter environment should be final.39
errorParameter moduleFile should be final.39
errorParameter targetPath should be final.39
errorParameter specDD should be final.39
errorParameter vendorDD should be final.39
errorParameter originalSpecDD should be final.39
errorParameter contextRoot should be final.39
errorParameter portMap should be final.39
errorParameter namespace should be final.39
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.53

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

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/j2ee/deployment/EARConfigBuilder.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.100
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.100
errorMissing a Javadoc comment.101
errorMissing a Javadoc comment.103
error'static' modifier out of order with the JLS suggestions.103
errorMissing a Javadoc comment.105
errorMissing a Javadoc comment.106
errorMissing a Javadoc comment.107
errorMissing a Javadoc comment.108
errorMissing a Javadoc comment.109
errorMissing a Javadoc comment.110
errorMissing a Javadoc comment.111
errorMissing a Javadoc comment.112
errorMissing a Javadoc comment.113
errorMissing a Javadoc comment.115
errorMissing a Javadoc comment.116
errorMissing a Javadoc comment.117
errorMissing a Javadoc comment.118
errorMissing a Javadoc comment.119
errorMissing a Javadoc comment.120
errorMissing a Javadoc comment.121
errorMissing a Javadoc comment.122
errorMissing a Javadoc comment.124
errorMore than 7 parameters.124
errorParameter defaultEnvironment should be final.124
errorParameter transactionManagerAbstractName should be final.125
errorParameter connectionTrackerAbstractName should be final.126
errorParameter transactionalTimerAbstractName should be final.127
errorParameter nonTransactionalTimerAbstractName should be final.128
errorParameter corbaGBeanAbstractName should be final.129
errorParameter serverName should be final.130
errorParameter repositories should be final.131
errorParameter ejbConfigBuilder should be final.132
errorParameter webConfigBuilder should be final.133
errorParameter connectorConfigBuilder should be final.134
errorParameter resourceReferenceBuilder should be final.135
errorParameter appClientConfigBuilder should be final.136
errorParameter securityBuilders should be final.137
errorParameter serviceBuilders should be final.138
errorParameter kernel should be final.139
errorMissing a Javadoc comment.158
errorMore than 7 parameters.158
errorParameter defaultEnvironment should be final.158
errorParameter transactionManagerAbstractName should be final.159
errorParameter connectionTrackerAbstractName should be final.160
errorParameter transactionalTimerAbstractName should be final.161
errorParameter nonTransactionalTimerAbstractName should be final.162
errorParameter corbaGBeanAbstractName should be final.163
errorParameter serverName should be final.164
errorParameter repositories should be final.165
errorParameter ejbConfigBuilder should be final.166
errorParameter webConfigBuilder should be final.167
errorParameter connectorConfigBuilder should be final.168
errorParameter activationSpecInfoLocator should be final.169
errorParameter appClientConfigBuilder should be final.170
errorParameter securityBuilder should be final.171
errorParameter serviceBuilder should be final.172
errorParameter naming should be final.173
error'?' is not preceded with whitespace.188
errorAvoid inline conditionals.188
error':' is not preceded with whitespace.188
error'?' is not preceded with whitespace.189
errorAvoid inline conditionals.189
error':' is not preceded with whitespace.189
errorMissing a Javadoc comment.193
errorMore than 7 parameters.193
errorParameter defaultEnvironment should be final.193
errorParameter transactionManagerAbstractName should be final.194
errorParameter connectionTrackerAbstractName should be final.195
errorParameter transactionalTimerAbstractName should be final.196
errorParameter nonTransactionalTimerAbstractName should be final.197
errorParameter corbaGBeanAbstractName should be final.198
errorParameter serverName should be final.199
errorParameter configurationManager should be final.200
errorParameter repositories should be final.201
errorParameter ejbConfigBuilder should be final.202
errorParameter webConfigBuilder should be final.203
errorParameter connectorConfigBuilder should be final.204
errorParameter resourceReferenceBuilder should be final.205
errorParameter appClientConfigBuilder should be final.206
errorParameter securityBuilders should be final.207
errorParameter serviceBuilders should be final.208
errorParameter naming should be final.209
errorMissing a Javadoc comment.232
errorMissing a Javadoc comment.236
errorMissing a Javadoc comment.240
errorMissing a Javadoc comment.244
errorMissing a Javadoc comment.248
errorMissing a Javadoc comment.252
errorLine is longer than 120 characters.256
errorMissing a Javadoc comment.256
errorParameter planFile should be final.256
errorParameter jarFile should be final.256
errorParameter idBuilder should be final.256
errorLine is longer than 120 characters.297
errorMissing a Javadoc comment.297
errorParameter planFile should be final.297
errorParameter earFile should be final.297
errorParameter idBuilder should be final.297
errorLine is longer than 120 characters.324
errorLine is longer than 120 characters.331
errorMust have at least one statement.333
errorLine is longer than 120 characters.347
errorAvoid inline conditionals.347
errorAvoid inline conditionals.386
errorMissing a Javadoc comment.390
errorParameter application should be final.390
errorParameter module should be final.390
error'4' is a magic number.404
errorMissing a Javadoc comment.417
errorParameter xmlObject should be final.417
errorLine is longer than 120 characters.427
errorLine is longer than 120 characters.445
errorMissing a Javadoc comment.445
errorParameter plan should be final.445
errorParameter module should be final.445
errorParameter idBuilder should be final.445
error'if' is not followed by whitespace.448
error'+' is not preceded with whitespace.449
error'+' is not followed by whitespace.449
error'+' is not preceded with whitespace.449
error'+' is not followed by whitespace.449
errorLine is longer than 120 characters.454
errorMissing a Javadoc comment.454
errorParameter inPlaceDeployment should be final.454
errorParameter configId should be final.454
errorParameter plan should be final.454
errorParameter earFile should be final.454
errorParameter configurationStores should be final.454
errorParameter artifactResolver should be final.454
errorParameter targetConfigurationStore should be final.454
error'configurationManager' hides a field.468
errorAvoid inline conditionals.475
errorLine is longer than 120 characters.516
errorLine is longer than 120 characters.546
errorLine is longer than 120 characters.548
errorLine is longer than 120 characters.550
errorLine is longer than 120 characters.551
errorLine is longer than 120 characters.552
errorLine is longer than 120 characters.553
errorLine is longer than 120 characters.554
errorLine is longer than 120 characters.555
errorLine is longer than 120 characters.556
errorLine is longer than 120 characters.557
errorLine is longer than 120 characters.558
errorLine is longer than 120 characters.561
errorLine is longer than 120 characters.562
errorLine is longer than 120 characters.563
errorLine is longer than 120 characters.564
error'catch' is not followed by whitespace.585
error'catch' is not followed by whitespace.588
errorMissing a Javadoc comment.600
errorParameter earContext should be final.600
errorParameter configurationDir should be final.600
errorMust have at least one statement.606
errorMust have at least one statement.608
errorMissing a Javadoc comment.623
errorParameter configurationDir should be final.623
error'{' should be on the previous line.624
error',' is not followed by whitespace.627
error'+' should be on a new line.629
error'+' should be on a new line.631
error'+' is not preceded with whitespace.632
error'+' should be on a new line.632
error'(' is followed by whitespace.633
errorAvoid inline conditionals.633
error')' is preceded with whitespace.633
errorMissing a Javadoc comment.639
errorParameter original should be final.639
errorParameter key should be final.639
errorParameter value should be final.639
errorLine is longer than 120 characters.645
errorMethod length is 251 lines (max allowed is 150).645
errorMissing a Javadoc comment.645
errorMore than 7 parameters.645
errorParameter earFile should be final.645
errorParameter application should be final.645
errorParameter gerApplication should be final.645
errorParameter moduleLocations should be final.645
errorParameter modules should be final.645
errorParameter environment should be final.645
errorParameter earName should be final.645
errorParameter idBuilder should be final.645
errorArray brackets at illegal position.666
errorLine is longer than 120 characters.680
errorLine is longer than 120 characters.686
errorLine is longer than 120 characters.688
errorLine is longer than 120 characters.694
errorLine is longer than 120 characters.713
errorLine is longer than 120 characters.719
errorLine is longer than 120 characters.727
errorLine is longer than 120 characters.734
errorLine is longer than 120 characters.749
errorArray brackets at illegal position.778
errorLine is longer than 120 characters.790
errorLine is longer than 120 characters.796
errorLine is longer than 120 characters.805
errorLine is longer than 120 characters.812
errorLine is longer than 120 characters.822
errorLine is longer than 120 characters.864
errorMissing a Javadoc comment.897
errorParameter module should be final.897
errorLine is longer than 120 characters.900
errorLine is longer than 120 characters.905
errorLine is longer than 120 characters.910
errorLine is longer than 120 characters.915
errorMissing a Javadoc comment.922
errorLine is longer than 120 characters.925
errorLine is longer than 120 characters.938
errorMissing a Javadoc comment.969

org/apache/geronimo/j2ee/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/j2ee/deployment/Module.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.48
errorLine is longer than 120 characters.50
errorMissing a Javadoc comment.50
errorMore than 7 parameters.50
errorParameter standAlone should be final.50
errorParameter moduleName should be final.50
errorParameter environment should be final.50
errorParameter moduleFile should be final.50
errorParameter targetPath should be final.50
errorParameter specDD should be final.50
errorParameter vendorDD should be final.50
errorParameter originalSpecDD should be final.50
errorParameter namespace should be final.50
error':' is not preceded with whitespace.51
error':' is not preceded with whitespace.52
errorMissing a Javadoc comment.75
errorMissing a Javadoc comment.77
errorMissing a Javadoc comment.81
errorMissing a Javadoc comment.85
errorMissing a Javadoc comment.89
errorMissing a Javadoc comment.93
errorMissing a Javadoc comment.97
errorMissing a Javadoc comment.101
errorMissing a Javadoc comment.105
errorMissing a Javadoc comment.109
errorMissing a Javadoc comment.113
errorMissing a Javadoc comment.117
errorMissing a Javadoc comment.121
errorMissing a Javadoc comment.125
errorMissing a Javadoc comment.129
errorParameter obj should be final.129
errorMissing a Javadoc comment.140
errorMissing a Javadoc comment.145
errorMissing a Javadoc comment.149
errorParameter earContext should be final.149
errorMissing a Javadoc comment.153
errorMissing a Javadoc comment.157
errorParameter rootEarContext should be final.157

org/apache/geronimo/j2ee/deployment/EJBRefInfo.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.27
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.31
errorParameter local should be final.31
errorParameter session should be final.31
errorParameter homeIntf should be final.31
errorParameter beanIntf should be final.31
error':' is not preceded with whitespace.32
error':' is not preceded with whitespace.33
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.56
errorParameter object should be final.56
error'&&' should be on a new line.63
error'&&' should be on a new line.64
error'&&' should be on a new line.65
errorMissing a Javadoc comment.69
error'17' is a magic number.70
error'37' is a magic number.71
errorAvoid inline conditionals.71
error'37' is a magic number.72
errorAvoid inline conditionals.72
error'37' is a magic number.73
error'37' is a magic number.74

org/apache/geronimo/j2ee/deployment/EARContext.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.52
errorMore than 7 parameters.52
errorParameter baseDir should be final.52
errorParameter inPlaceConfigurationDir should be final.53
errorParameter environment should be final.54
errorParameter moduleType should be final.55
errorParameter naming should be final.56
errorParameter configurationManager should be final.57
errorParameter repositories should be final.57
errorParameter serverName should be final.58
errorParameter baseName should be final.59
errorParameter transactionManagerObjectName should be final.60
errorParameter connectionTrackerObjectName should be final.61
errorParameter transactedTimerName should be final.62
errorParameter nonTransactedTimerName should be final.63
errorParameter corbaGBeanObjectName should be final.64
errorLine is longer than 120 characters.66
errorMissing a Javadoc comment.76
errorMore than 7 parameters.76
errorParameter baseDir should be final.76
errorParameter inPlaceConfigurationDir should be final.77
errorParameter environment should be final.78
errorParameter moduleType should be final.79
errorParameter naming should be final.80
errorParameter configurationManager should be final.81
errorParameter serverName should be final.82
errorParameter baseName should be final.83
errorParameter transactionManagerObjectName should be final.84
errorParameter connectionTrackerObjectName should be final.85
errorParameter transactedTimerName should be final.86
errorParameter nonTransactedTimerName should be final.87
errorParameter corbaGBeanObjectName should be final.88
errorLine is longer than 120 characters.101
errorMissing a Javadoc comment.101
errorParameter baseDir should be final.101
errorParameter inPlaceConfigurationDir should be final.101
errorParameter environment should be final.101
errorParameter moduleType should be final.101
errorParameter baseName should be final.101
errorParameter parent should be final.101
errorLine is longer than 120 characters.102
errorMissing a Javadoc comment.112
errorMissing a Javadoc comment.116
errorMissing a Javadoc comment.120
errorMissing a Javadoc comment.124
errorMissing a Javadoc comment.128
errorMissing a Javadoc comment.132
errorMissing a Javadoc comment.136
errorMissing a Javadoc comment.140
errorParameter contextID should be final.140
errorParameter componentPermissions should be final.140
errorMissing a Javadoc comment.147
errorParameter jaccManagerName should be final.147
errorMissing a Javadoc comment.151
errorMissing a Javadoc comment.155
errorParameter securityConfiguration should be final.155
errorMissing a Javadoc comment.162
errorMissing a Javadoc comment.166
errorParameter moduleName should be final.166
errorParameter nameMap should be final.166
errorMissing a Javadoc comment.170

org/apache/geronimo/j2ee/deployment/ModuleBuilder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine is longer than 120 characters.36
errorMissing a Javadoc comment.36
errorLine is longer than 120 characters.38
errorMissing a Javadoc comment.38
errorMore than 7 parameters.38
errorLine is longer than 120 characters.40
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.42
errorLine is longer than 120 characters.44
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.46

org/apache/geronimo/j2ee/deployment/ConnectorModule.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine is longer than 120 characters.35
errorMissing a Javadoc comment.35
errorMore than 7 parameters.35
errorParameter standAlone should be final.35
errorParameter moduleName should be final.35
errorParameter environment should be final.35
errorParameter moduleFile should be final.35
errorParameter targetPath should be final.35
errorParameter specDD should be final.35
errorParameter vendorDD should be final.35
errorParameter originalSpecDD should be final.35
errorMissing a Javadoc comment.39
errorLine is longer than 120 characters.43
errorMissing a Javadoc comment.43
errorParameter location should be final.43
errorParameter fqcn should be final.43
errorParameter bytes should be final.43
errorParameter context should be final.43

org/apache/geronimo/j2ee/deployment/ActivationSpecInfoLocator.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine is longer than 120 characters.29
errorMissing a Javadoc comment.29

org/apache/geronimo/j2ee/deployment/UnavailableWebServiceBuilder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine is longer than 120 characters.37
errorMissing a Javadoc comment.37
errorParameter moduleFile should be final.37
errorParameter isEJB should be final.37
errorParameter correctedPortLocations should be final.37
errorParameter environment should be final.37
errorLine is longer than 120 characters.41
errorMissing a Javadoc comment.41
errorParameter targetGBean should be final.41
errorParameter module should be final.41
errorParameter portInfo should be final.41
errorParameter seiClassName should be final.41
errorParameter context should be final.41
errorLine is longer than 120 characters.45
errorMissing a Javadoc comment.45
errorParameter targetGBean should be final.45
errorParameter moduleFile should be final.45
errorParameter portInfoObject should be final.45
errorParameter classLoader should be final.45
errorMissing a Javadoc comment.49
errorLine is longer than 120 characters.52
errorMissing a Javadoc comment.57