Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
50001809

Rules

RulesViolationsSeverity
PackageHtml8error Error
NewlineAtEndOfFile1error Error
Translation0error Error
JavadocMethod452error Error
JavadocType26error Error
JavadocVariable174error Error
JavadocStyle9error Error
ConstantName26error 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-tomcat/target/checkstyle-header.txt"
42error Error
AvoidStarImport2error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports8error Error
FileLength0error Error
LineLength
  • max: "120"
46error Error
MethodLength0error Error
ParameterNumber5error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter9error Error
NoWhitespaceBefore0error Error
OperatorWrap11error Error
ParenPad17error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter52error Error
WhitespaceAround218error Error
ModifierOrder21error Error
RedundantModifier80error Error
AvoidNestedBlocks0error Error
EmptyBlock2error Error
LeftCurly10error Error
NeedBraces49error Error
RightCurly1error Error
AvoidInlineConditionals29error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
6error Error
IllegalInstantiation0error Error
InnerAssignment2error Error
MagicNumber20error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier6error Error
ArrayTypeStyle4error Error
FinalParameters319error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
142error Error
TodoComment12error Error
UpperEll0error Error

Files

Filesinfowarningerror
org/apache/geronimo/tomcat/RealmGBean.java0020
org/apache/geronimo/tomcat/interceptor/InstanceContextBeforeAfter.java0024
org/apache/geronimo/tomcat/cluster/ReceiverGBean.java0019
org/apache/geronimo/tomcat/valve/package.html001
org/apache/geronimo/tomcat/interceptor/package.html001
org/apache/geronimo/tomcat/TomcatContainer.java0080
org/apache/geronimo/tomcat/TomcatLogManager.java001
org/apache/geronimo/tomcat/TomcatManagerImpl.java0072
org/apache/geronimo/tomcat/util/SecurityHolder.java0039
org/apache/geronimo/tomcat/listener/package.html001
org/apache/geronimo/tomcat/ConnectorGBean.java00226
org/apache/geronimo/tomcat/package.html001
org/apache/geronimo/tomcat/ManagerGBean.java0036
org/apache/geronimo/tomcat/cluster/MembershipServiceGBean.java0022
org/apache/geronimo/tomcat/valve/GeronimoBeforeAfterValve.java0020
org/apache/geronimo/tomcat/connector/HTTPConnector.java0013
org/apache/geronimo/tomcat/EngineGBean.java0068
org/apache/geronimo/tomcat/cluster/ClusterDeployerGBean.java0031
org/apache/geronimo/tomcat/ObjectRetriever.java004
org/apache/geronimo/tomcat/interceptor/PolicyContextBeforeAfter.java0022
org/apache/geronimo/tomcat/cluster/FarmWarDeployerGBean.java0026
org/apache/geronimo/tomcat/GeronimoStandardContext.java0039
org/apache/geronimo/tomcat/realm/TomcatEJBWSGeronimoRealm.java0011
org/apache/geronimo/tomcat/cluster/SenderGBean.java0020
org/apache/geronimo/tomcat/ValveGBean.java0039
org/apache/geronimo/tomcat/TomcatEJBWebServiceContext.java0080
org/apache/geronimo/tomcat/JAASTomcatPrincipal.java0013
org/apache/geronimo/tomcat/BaseGBean.java0015
org/apache/geronimo/tomcat/realm/TomcatGeronimoRealm.java0058
org/apache/geronimo/tomcat/HttpsConnectorGBean.java0059
org/apache/geronimo/tomcat/connector/package.html001
org/apache/geronimo/tomcat/cluster/package.html001
org/apache/geronimo/tomcat/TomcatGeronimoEmbedded.java0038
org/apache/geronimo/tomcat/realm/TomcatJAASRealm.java0040
org/apache/geronimo/tomcat/TomcatSecureConnector.java0015
org/apache/geronimo/tomcat/HostGBean.java0061
org/apache/geronimo/tomcat/interceptor/ComponentContextBeforeAfter.java0018
org/apache/geronimo/tomcat/util/package.html001
org/apache/geronimo/tomcat/valve/DefaultSubjectValve.java007
org/apache/geronimo/tomcat/TomcatContext.java0041
org/apache/geronimo/tomcat/cluster/CatalinaClusterGBean.java0062
org/apache/geronimo/tomcat/listener/DispatchListener.java0020
org/apache/geronimo/tomcat/TomcatWebAppContext.java00141
org/apache/geronimo/tomcat/TomcatWebConnector.java00105
org/apache/geronimo/tomcat/TomcatLogManagerImpl.java00138
org/apache/geronimo/tomcat/realm/package.html001
org/apache/geronimo/tomcat/interceptor/BeforeAfter.java005
org/apache/geronimo/tomcat/TomcatEngine.java0010
org/apache/geronimo/tomcat/cluster/MessageListenerGBean.java0042
org/apache/geronimo/tomcat/TomcatWebContainer.java001

Details

org/apache/geronimo/tomcat/RealmGBean.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.26
errorLine has trailing spaces.27
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.30
errorParameter className should be final.30
errorParameter initParams should be final.30
errorComment matches to-do format 'TODO:'.31
errorLine has trailing spaces.32
errorLine has trailing spaces.34
error'cast' is not followed by whitespace.35
errorLine has trailing spaces.36
errorLine has trailing spaces.38
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.54
error'{' is followed by whitespace.62
errorMissing a Javadoc comment.66

org/apache/geronimo/tomcat/interceptor/InstanceContextBeforeAfter.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.29
error'{' is not preceded with whitespace.29
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.35
errorLine is longer than 120 characters.37
errorMissing a Javadoc comment.37
errorParameter next should be final.37
errorParameter index should be final.37
errorParameter unshareableResources should be final.37
errorParameter applicationManagedSecurityResources should be final.37
errorParameter trackedConnectionAssociator should be final.37
errorMissing a Javadoc comment.45
errorParameter context should be final.45
errorParameter httpRequest should be final.45
errorParameter httpResponse should be final.45
errorLine is longer than 120 characters.47
errorMissing a Javadoc comment.56
errorParameter context should be final.56
errorParameter httpRequest should be final.56
errorParameter httpResponse should be final.56

org/apache/geronimo/tomcat/cluster/ReceiverGBean.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.33
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.33
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.38
errorLine has trailing spaces.39
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.44
errorParameter className should be final.44
errorParameter initParams should be final.44
errorComment matches to-do format 'TODO:'.46
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.70
errorMissing a Javadoc comment.74
errorMissing a Javadoc comment.78
error'{' is followed by whitespace.85
errorMissing a Javadoc comment.89

org/apache/geronimo/tomcat/valve/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/tomcat/interceptor/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/tomcat/TomcatContainer.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorUnused import - javax.management.ObjectName.26
errorUnused import - org.apache.geronimo.kernel.ObjectNameUtil.40
errorFirst sentence should end with a period.52
errorMissing a Javadoc comment.61
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.61
errorFirst sentence should end with a period.63
errorFirst sentence should end with a period.73
errorFirst sentence should end with a period.78
errorMissing a Javadoc comment.83
errorMissing a Javadoc comment.84
errorMissing a Javadoc comment.85
errorMissing a Javadoc comment.86
errorMissing a Javadoc comment.89
errorFirst sentence should end with a period.95
errorLine is longer than 120 characters.98
errorParameter classLoader should be final.98
errorExpected @param tag for 'classLoader'.98
errorParameter catalinaHome should be final.98
errorExpected @param tag for 'catalinaHome'.98
errorParameter engineGBean should be final.98
errorExpected @param tag for 'engineGBean'.98
errorParameter serverInfo should be final.98
errorExpected @param tag for 'serverInfo'.98
errorParameter objectName should be final.98
errorExpected @param tag for 'objectName'.98
errorParameter manager should be final.98
errorExpected @param tag for 'manager'.98
error'if' construct must use '{}'s.117
errorMissing a Javadoc comment.138
errorMissing a Javadoc comment.142
errorMissing a Javadoc comment.146
errorMissing a Javadoc comment.150
errorMissing a Javadoc comment.154
errorMissing a Javadoc comment.158
errorParameter protocol should be final.158
errorMissing a Javadoc comment.162
errorMust have at least one statement.165
errorFirst sentence should end with a period.169
errorComment matches to-do format 'TODO:'.172
errorExpected @throws tag for 'Exception'.174
errorMissing a Javadoc comment.229
errorFirst sentence should end with a period.237
errorParameter ctx should be final.246
errorExpected @throws tag for 'Exception'.246
errorLine is longer than 120 characters.263
error'if' construct must use '{}'s.269
error'+' should be on a new line.306
errorLine is longer than 120 characters.307
error'+' should be on a new line.307
error'+' should be on a new line.308
errorLine is longer than 120 characters.311
errorLine is longer than 120 characters.312
errorMissing a Javadoc comment.328
errorParameter ctx should be final.328
errorMissing a Javadoc comment.348
errorParameter catalinaHome should be final.348
errorMissing a Javadoc comment.352
errorParameter connector should be final.352
errorMissing a Javadoc comment.356
errorParameter connector should be final.356
errorLine is longer than 120 characters.360
errorMissing a Javadoc comment.360
errorMore than 7 parameters.360
errorParameter contextPath should be final.360
errorParameter virtualHosts should be final.360
errorParameter webServiceContainer should be final.360
errorParameter securityRealmName should be final.360
errorParameter realmName should be final.360
errorParameter transportGuarantee should be final.360
errorParameter authMethod should be final.360
errorParameter classLoader should be final.360
error'classLoader' hides a field.360
errorLine is longer than 120 characters.361
errorLine is longer than 120 characters.372
errorMissing a Javadoc comment.379
errorParameter contextPath should be final.379
errorMissing a Javadoc comment.391
errorLine is longer than 120 characters.396
errorMissing a Javadoc comment.421

org/apache/geronimo/tomcat/TomcatLogManager.java

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

org/apache/geronimo/tomcat/TomcatManagerImpl.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.52
error'static' modifier out of order with the JLS suggestions.52
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.52
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.55
errorParameter kernel should be final.55
errorMissing a Javadoc comment.59
errorExpected an @return tag.75
errorLine is longer than 120 characters.75
errorParameter container should be final.75
errorParameter uniqueName should be final.75
errorParameter protocol should be final.75
errorParameter host should be final.75
errorParameter port should be final.75
errorLine is longer than 120 characters.77
error'if' is not followed by whitespace.79
error'if' is not followed by whitespace.81
error'cast' is not followed by whitespace.85
error'if' is not followed by whitespace.87
error'+' is not preceded with whitespace.90
error'+' is not followed by whitespace.90
error'+' is not preceded with whitespace.90
error'+' is not followed by whitespace.90
error'50' is a magic number.95
error'100' is a magic number.96
error'if' is not followed by whitespace.100
errorLine is longer than 120 characters.103
errorExpected an @return tag.119
error'=' is not preceded with whitespace.124
error'=' is not followed by whitespace.124
errorExpected an @return tag.135
errorParameter connectorName should be final.144
errorExpected @param tag for 'connectorName'.144
error'if' is not followed by whitespace.159
errorExpected an @return tag.182
errorParameter protocol should be final.182
error'if' is not followed by whitespace.183
errorMissing a Javadoc comment.203
errorParameter container should be final.203
error'if' is not followed by whitespace.206
error'if' is not followed by whitespace.208
errorLine is longer than 120 characters.211
error'cast' is not followed by whitespace.211
errorExpected an @return tag.217
error'=' is not preceded with whitespace.222
error'=' is not followed by whitespace.222
errorExpected an @return tag.235
errorParameter container should be final.235
errorExpected @param tag for 'container'.235
errorParameter protocol should be final.235
error'if' is not followed by whitespace.236
error'if' is not followed by whitespace.249
error'if' is not followed by whitespace.252
error'+' is not preceded with whitespace.256
error'+' is not followed by whitespace.256
error'+' is not preceded with whitespace.256
error'+' is not followed by whitespace.256
error',' is not followed by whitespace.256
errorLine is longer than 120 characters.263
error'cast' is not followed by whitespace.263
error'+' is not preceded with whitespace.263
error'+' is not followed by whitespace.263
error'+' is not followed by whitespace.263
errorExpected an @return tag.270
errorParameter container should be final.270
errorExpected @param tag for 'container'.270
errorLine is longer than 120 characters.287
error'+' is not preceded with whitespace.287
error'+' is not followed by whitespace.287
errorMissing a Javadoc comment.291
errorMissing a Javadoc comment.301

org/apache/geronimo/tomcat/util/SecurityHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.23
error'{' should be on the previous line.24
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.35
error'{' should be on the previous line.36
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.49
errorParameter securityRealm should be final.49
errorMissing a Javadoc comment.53
error'{' should be on the previous line.54
errorMissing a Javadoc comment.58
errorParameter checked should be final.58
error'{' should be on the previous line.59
errorMissing a Javadoc comment.63
error'{' should be on the previous line.64
errorMissing a Javadoc comment.68
errorParameter defaultPrincipal should be final.68
error'{' should be on the previous line.69
errorMissing a Javadoc comment.73
error'{' should be on the previous line.74
errorMissing a Javadoc comment.78
errorParameter excluded should be final.78
error'{' should be on the previous line.79
errorMissing a Javadoc comment.83
error'{' should be on the previous line.84
errorMissing a Javadoc comment.88
errorParameter policyContextID should be final.88
error'{' should be on the previous line.89
errorMissing a Javadoc comment.93
errorMissing a Javadoc comment.97
errorParameter security should be final.97
errorLine has trailing spaces.100

org/apache/geronimo/tomcat/listener/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/tomcat/ConnectorGBean.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.40
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.40
errorMissing a Javadoc comment.41
error'static' modifier out of order with the JLS suggestions.41
errorMissing a Javadoc comment.43
errorVariable 'connector' must be private and have accessor methods.43
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.46
errorLine is longer than 120 characters.48
errorMissing a Javadoc comment.48
errorParameter name should be final.48
errorParameter protocol should be final.48
errorParameter host should be final.48
errorParameter port should be final.48
errorParameter container should be final.48
errorComment matches to-do format 'TODO:'.49
errorLine has trailing spaces.54
error'{' is not preceded with whitespace.56
errorLine has trailing spaces.59
error'{' is not preceded with whitespace.61
error'if' is not followed by whitespace.71
error'{' is not preceded with whitespace.77
error'{' is not preceded with whitespace.81
errorLine has trailing spaces.84
errorLine has trailing spaces.94
errorParameter protocol should be final.104
errorParameter params should be final.104
error'{' is not followed by whitespace.104
error'}' is not preceded with whitespace.104
errorParameter protocol should be final.110
errorExpected @param tag for 'protocol'.110
error'if' is not followed by whitespace.111
error'if' is not followed by whitespace.114
error'if' is not followed by whitespace.116
errorLine is longer than 120 characters.117
error'+' is not preceded with whitespace.117
error'+' is not followed by whitespace.117
error'+' is not preceded with whitespace.117
error'+' is not followed by whitespace.117
errorMissing a Javadoc comment.121
errorMissing a Javadoc comment.125
errorMissing a Javadoc comment.129
errorMissing a Javadoc comment.135
error'try' is not followed by whitespace.136
error'{' is not preceded with whitespace.136
error'{' is not preceded with whitespace.138
errorMissing a Javadoc comment.145
errorMissing a Javadoc comment.150
errorAvoid inline conditionals.151
error':' should be on a new line.151
errorAvoid inline conditionals.152
error'80' is a magic number.152
error':' should be on a new line.152
errorAvoid inline conditionals.153
error'443' is a magic number.153
errorMissing a Javadoc comment.156
error'if' is not followed by whitespace.157
error'if' is not followed by whitespace.159
error'if' is not followed by whitespace.166
error'if' is not followed by whitespace.168
error'+' is not preceded with whitespace.175
error'+' is not followed by whitespace.175
error'+' is not preceded with whitespace.175
error'+' is not followed by whitespace.175
error'+' is not preceded with whitespace.175
error'+' is not followed by whitespace.175
errorAvoid inline conditionals.175
error'+' is not preceded with whitespace.175
error'+' is not followed by whitespace.175
errorMissing a Javadoc comment.178
error'{' is not preceded with whitespace.178
errorLine has trailing spaces.181
errorMissing a Javadoc comment.182
errorParameter emptySessionPath should be final.182
error'{' is not preceded with whitespace.182
errorLine has trailing spaces.183
errorExpected an @return tag.189
error'if' is not followed by whitespace.191
error'if' is not followed by whitespace.193
error'if' is not followed by whitespace.195
error'+' is not preceded with whitespace.198
error'+' is not followed by whitespace.198
error'+' is not preceded with whitespace.198
error'+' is not followed by whitespace.198
error'+' is not preceded with whitespace.198
error'+' is not followed by whitespace.198
error'+' is not preceded with whitespace.198
error'+' is not followed by whitespace.198
errorExpected an @return tag.204
errorParameter port should be final.211
errorExpected @param tag for 'port'.211
errorExpected an @return tag.218
error'if' is not followed by whitespace.220
error'if' is not followed by whitespace.222
error'cast' is not followed by whitespace.223
error'else' construct must use '{}'s.224
errorParameter host should be final.234
errorExpected @param tag for 'host'.234
errorExpected @throws tag for 'UnknownHostException'.234
errorExpected an @return tag.244
errorExpected an @return tag.252
errorAvoid inline conditionals.254
error'2048' is a magic number.254
errorParameter bytes should be final.261
errorExpected @param tag for 'bytes'.261
errorExpected an @return tag.269
errorAvoid inline conditionals.271
error'200' is a magic number.271
errorParameter threads should be final.278
errorExpected @param tag for 'threads'.278
errorExpected an @return tag.287
errorAvoid inline conditionals.289
error'10' is a magic number.289
errorParameter size should be final.297
errorExpected @param tag for 'size'.297
errorExpected an @return tag.305
errorAvoid inline conditionals.307
errorParameter millis should be final.314
errorExpected @param tag for 'millis'.314
errorExpected an @return tag.323
errorAvoid inline conditionals.325
errorParameter enable should be final.333
errorExpected @param tag for 'enable'.333
errorExpected an @return tag.343
errorParameter port should be final.354
errorExpected @param tag for 'port'.354
errorMissing a Javadoc comment.358
errorAvoid inline conditionals.360
error'4' is a magic number.360
errorMissing a Javadoc comment.363
errorParameter threads should be final.363
errorMissing a Javadoc comment.367
errorAvoid inline conditionals.369
error'50' is a magic number.369
errorMissing a Javadoc comment.372
errorParameter threads should be final.372
errorMissing a Javadoc comment.376
errorAvoid inline conditionals.378
error'4096' is a magic number.378
errorMissing a Javadoc comment.381
errorParameter bytes should be final.381
errorMissing a Javadoc comment.385
errorMissing a Javadoc comment.389
errorParameter enabled should be final.389
errorMissing a Javadoc comment.393
errorAvoid inline conditionals.395
error'60000' is a magic number.395
errorMissing a Javadoc comment.398
errorParameter millis should be final.398
errorMissing a Javadoc comment.402
errorAvoid inline conditionals.404
errorMissing a Javadoc comment.407
errorParameter enabled should be final.407
errorMissing a Javadoc comment.411
errorAvoid inline conditionals.413
error'2097152' is a magic number.413
errorMissing a Javadoc comment.416
errorParameter bytes should be final.416
errorMissing a Javadoc comment.420
errorAvoid inline conditionals.422
error'4096' is a magic number.422
errorMissing a Javadoc comment.425
errorParameter kbytes should be final.425
errorMissing a Javadoc comment.429
errorAvoid inline conditionals.431
error'100' is a magic number.431
errorMissing a Javadoc comment.434
errorParameter maxKeepAliveRequests should be final.434
errorMissing a Javadoc comment.438
errorAvoid inline conditionals.440
error'9000' is a magic number.440
errorMissing a Javadoc comment.443
errorParameter kbytes should be final.443
errorMissing a Javadoc comment.447
errorMissing a Javadoc comment.451
errorParameter enabled should be final.451
errorMissing a Javadoc comment.455
errorParameter allow should be final.455
errorMissing a Javadoc comment.459
errorMissing a Javadoc comment.463
errorParameter proxyName should be final.463
errorMissing a Javadoc comment.467
errorMissing a Javadoc comment.471
errorParameter port should be final.471
errorMissing a Javadoc comment.475
errorMissing a Javadoc comment.479
errorParameter scheme should be final.479
errorMissing a Javadoc comment.483
errorMissing a Javadoc comment.487
errorParameter encoding should be final.487
errorMissing a Javadoc comment.491
errorMissing a Javadoc comment.495
errorParameter useIPVHosts should be final.495
errorMissing a Javadoc comment.499
errorMissing a Javadoc comment.503
errorParameter xpoweredBy should be final.503
errorMissing a Javadoc comment.507
errorMissing a Javadoc comment.511
errorParameter compressableMimeType should be final.511
errorMissing a Javadoc comment.515
errorMissing a Javadoc comment.519
errorParameter compression should be final.519
errorMissing a Javadoc comment.523
errorMissing a Javadoc comment.527
errorParameter noCompressionUserAgents should be final.527
errorMissing a Javadoc comment.531
errorMissing a Javadoc comment.535
errorParameter restrictedUserAgents should be final.535
errorMissing a Javadoc comment.539
errorMissing a Javadoc comment.543
errorParameter threadPriority should be final.543
errorMissing a Javadoc comment.547
errorAvoid inline conditionals.549
error'5' is a magic number.549
error':' is not followed by whitespace.549
errorMissing a Javadoc comment.552
errorParameter server should be final.552
errorMissing a Javadoc comment.556
errorMissing a Javadoc comment.560
errorParameter strategy should be final.560
errorMissing a Javadoc comment.564
errorMissing a Javadoc comment.568
error'{' is followed by whitespace.621
errorMissing a Javadoc comment.625

org/apache/geronimo/tomcat/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/tomcat/ManagerGBean.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.28
error'{' is not preceded with whitespace.28
errorMissing a Javadoc comment.30
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.30
errorLine has trailing spaces.31
errorMissing a Javadoc comment.32
errorLine has trailing spaces.33
errorMissing a Javadoc comment.34
errorVariable 'manager' must be private and have accessor methods.34
errorMissing a Javadoc comment.36
errorParameter className should be final.36
error'{' is not preceded with whitespace.36
errorLine has trailing spaces.37
error'cast' is not followed by whitespace.38
errorLine has trailing spaces.40
errorLine has trailing spaces.41
errorMissing a Javadoc comment.41
errorParameter className should be final.41
errorParameter initParams should be final.42
errorComment matches to-do format 'TODO:'.43
error'{' is not preceded with whitespace.45
errorLine has trailing spaces.48
error'cast' is not followed by whitespace.50
errorLine has trailing spaces.51
errorLine has trailing spaces.54
errorLine has trailing spaces.56
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.60
errorMissing a Javadoc comment.63
errorMissing a Javadoc comment.66
errorLine has trailing spaces.70
errorMissing a Javadoc comment.71
errorLine has trailing spaces.78
errorLine has trailing spaces.79
errorMissing a Javadoc comment.84

org/apache/geronimo/tomcat/cluster/MembershipServiceGBean.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.33
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.33
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.40
error'=' is not preceded with whitespace.41
error'=' is not followed by whitespace.41
errorLine has trailing spaces.43
errorMissing a Javadoc comment.44
errorParameter className should be final.44
errorParameter initParams should be final.44
errorComment matches to-do format 'TODO:'.46
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.70
errorMissing a Javadoc comment.74
errorMissing a Javadoc comment.78
errorLine is longer than 120 characters.81
error'{' is followed by whitespace.85
errorMissing a Javadoc comment.89

org/apache/geronimo/tomcat/valve/GeronimoBeforeAfterValve.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - org.apache.catalina.Valve.7
errorMissing a Javadoc comment.13
error'{' is not preceded with whitespace.13
errorLine has trailing spaces.14
errorMissing a Javadoc comment.15
errorMissing a Javadoc comment.16
errorMissing a Javadoc comment.18
errorParameter beforeAfter should be final.18
errorParameter contextIndexCount should be final.18
errorMissing a Javadoc comment.23
errorParameter request should be final.23
errorParameter response should be final.23
errorArray brackets at illegal position.24
errorLine has trailing spaces.25
error'{' is not preceded with whitespace.26
errorLine has trailing spaces.29
errorLine has trailing spaces.32
error'{' is not preceded with whitespace.33
errorLine has trailing spaces.36

org/apache/geronimo/tomcat/connector/HTTPConnector.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorFirst sentence should end with a period.28
errorLine has trailing spaces.30
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36
errorParameter container should be final.36
errorComment matches to-do format 'TODO:'.37
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.54
error'{' is followed by whitespace.60
errorMissing a Javadoc comment.64

org/apache/geronimo/tomcat/EngineGBean.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.45
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.45
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 className should be final.52
errorParameter initParams should be final.53
errorParameter defaultHost should be final.54
errorParameter hosts should be final.55
errorParameter realmGBean should be final.56
errorParameter tomcatValveChain should be final.57
errorParameter clusterGBean should be final.58
errorParameter manager should be final.59
errorComment matches to-do format 'TODO:'.60
error'{' is not preceded with whitespace.62
error'{' is not preceded with whitespace.66
errorLine has trailing spaces.69
error'{' is not preceded with whitespace.71
error'{' is not preceded with whitespace.76
errorLine has trailing spaces.79
error'{' is not preceded with whitespace.81
error'cast' is not followed by whitespace.86
errorLine has trailing spaces.90
error'{' is not preceded with whitespace.92
error'cast' is not followed by whitespace.93
errorLine has trailing spaces.95
error'cast' is not followed by whitespace.97
error'if' construct must use '{}'s.101
error'cast' is not followed by whitespace.102
error'{' is not preceded with whitespace.105
error'{' is not preceded with whitespace.106
error'while' is not followed by whitespace.108
error'{' is not preceded with whitespace.108
error'cast' is not followed by whitespace.109
error'cast' is not followed by whitespace.109
error'cast' is not followed by whitespace.117
errorParameter event should be final.120
error'cast' is not followed by whitespace.123
error'if' construct must use '{}'s.124
errorParameter event should be final.128
error'cast' is not followed by whitespace.131
error'if' construct must use '{}'s.132
error'{' is not preceded with whitespace.137
error'cast' is not followed by whitespace.138
error'cast' is not followed by whitespace.139
error'if' construct must use '{}'s.140
error'{' is not preceded with whitespace.147
error'cast' is not followed by whitespace.148
errorMissing a Javadoc comment.152
errorParameter objRetriever should be final.152
error'cast' is not followed by whitespace.153
errorMissing a Javadoc comment.157
errorParameter objRetriever should be final.157
error'cast' is not followed by whitespace.158
errorMissing a Javadoc comment.167
errorMissing a Javadoc comment.171
errorMissing a Javadoc comment.175
errorMissing a Javadoc comment.179
errorMissing a Javadoc comment.183
errorLine has trailing spaces.196
errorLine has trailing spaces.197
errorLine has trailing spaces.198
errorLine has trailing spaces.200
errorLine has trailing spaces.201
errorMissing a Javadoc comment.208

org/apache/geronimo/tomcat/cluster/ClusterDeployerGBean.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.32
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.32
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.37
errorVariable 'deployer' must be private and have accessor methods.37
errorMissing a Javadoc comment.39
errorLine has trailing spaces.40
errorLine has trailing spaces.42
errorMissing a Javadoc comment.43
errorParameter className should be final.43
error'{' is not preceded with whitespace.43
errorLine has trailing spaces.44
error'cast' is not followed by whitespace.45
errorLine has trailing spaces.47
errorMissing a Javadoc comment.48
errorParameter className should be final.48
errorParameter initParams should be final.48
errorComment matches to-do format 'TODO:'.50
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.70
error'+' is not preceded with whitespace.71
errorMissing a Javadoc comment.74
error'+' is not preceded with whitespace.75
error'+' is not followed by whitespace.75
errorMissing a Javadoc comment.78
errorMissing a Javadoc comment.82
errorLine is longer than 120 characters.85
error'{' is followed by whitespace.89
errorMissing a Javadoc comment.93

org/apache/geronimo/tomcat/ObjectRetriever.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.19
errorMissing a Javadoc comment.21
errorRedundant 'public' modifier.21

org/apache/geronimo/tomcat/interceptor/PolicyContextBeforeAfter.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.26
error'{' is not preceded with whitespace.26
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.31
errorLine is longer than 120 characters.33
errorMissing a Javadoc comment.33
errorParameter next should be final.33
errorParameter policyContextIDIndex should be final.33
errorParameter callersIndex should be final.33
errorParameter policyContextID should be final.33
errorMissing a Javadoc comment.40
errorParameter context should be final.40
errorParameter httpRequest should be final.40
errorParameter httpResponse should be final.40
errorMissing a Javadoc comment.56
errorParameter context should be final.56
errorParameter httpRequest should be final.56
errorParameter httpResponse should be final.56
error'cast' is not followed by whitespace.62

org/apache/geronimo/tomcat/cluster/FarmWarDeployerGBean.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.27
error'{' is not preceded with whitespace.27
errorMissing a Javadoc comment.29
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.29
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.34
error'{' is not preceded with whitespace.34
errorLine has trailing spaces.35
errorLine has trailing spaces.37
errorMissing a Javadoc comment.38
errorParameter tempDir should be final.38
errorParameter deployDir should be final.39
errorParameter watchDir should be final.40
errorParameter watchEnabled should be final.41
errorParameter processDeployFrequency should be final.42
errorParameter serverInfo should be final.43
error'{' is not preceded with whitespace.47
error'cast' is not followed by whitespace.53
error'if' construct must use '{}'s.55
error'if' construct must use '{}'s.59
error'if' construct must use '{}'s.63
errorMissing a Javadoc comment.73
errorLine is longer than 120 characters.76
errorMissing a Javadoc comment.96

org/apache/geronimo/tomcat/GeronimoStandardContext.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.66
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.66
errorMissing a Javadoc comment.68
errorMissing a Javadoc comment.70
errorMissing a Javadoc comment.72
errorMissing a Javadoc comment.74
errorMissing a Javadoc comment.76
errorMissing a Javadoc comment.77
errorMissing a Javadoc comment.79
errorParameter ctx should be final.79
errorLine is longer than 120 characters.93
errorLine is longer than 120 characters.128
error'if' construct must use '{}'s.154
error'if' construct must use '{}'s.158
errorMissing a Javadoc comment.172
error'else' construct must use '{}'s.190
errorMissing a Javadoc comment.194
errorMissing a Javadoc comment.203
errorParameter child should be final.203
errorLine is longer than 120 characters.223
errorLine is longer than 120 characters.231
errorLine is longer than 120 characters.233
errorLine is longer than 120 characters.236
errorMissing a Javadoc comment.249
errorLine has trailing spaces.257
errorParameter container should be final.266
errorParameter delegateBoolean should be final.274
errorParameter reloadable should be final.286
errorParameter listener should be final.292
errorParameter repository should be final.296
errorParameter listener should be final.308
errorMissing a Javadoc comment.316
errorMissing a Javadoc comment.318
errorParameter request should be final.318
errorParameter response should be final.318
errorMissing a Javadoc comment.333
errorMissing a Javadoc comment.337

org/apache/geronimo/tomcat/realm/TomcatEJBWSGeronimoRealm.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.32
errorMissing a Javadoc comment.37
errorParameter request should be final.37
errorParameter response should be final.38
errorParameter constraints should be final.39
errorParameter context should be final.40
errorMissing a Javadoc comment.46
errorParameter request should be final.46
errorParameter response should be final.47
errorParameter constraints should be final.48

org/apache/geronimo/tomcat/cluster/SenderGBean.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.33
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.33
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.38
errorLine has trailing spaces.39
errorMissing a Javadoc comment.40
error'{' is not preceded with whitespace.40
errorMissing a Javadoc comment.44
errorParameter className should be final.44
errorParameter initParams should be final.44
errorComment matches to-do format 'TODO:'.46
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.70
errorMissing a Javadoc comment.74
errorMissing a Javadoc comment.78
error'{' is followed by whitespace.85
errorMissing a Javadoc comment.89

org/apache/geronimo/tomcat/ValveGBean.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.33
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.33
errorMissing a Javadoc comment.35
errorLine has trailing spaces.36
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.39
errorLine has trailing spaces.40
errorLine has trailing spaces.41
errorLine has trailing spaces.42
errorMissing a Javadoc comment.42
error'{' is not preceded with whitespace.42
errorLine has trailing spaces.47
errorMissing a Javadoc comment.48
errorParameter className should be final.48
errorParameter initParams should be final.48
errorParameter nextValve should be final.48
error'{' is not preceded with whitespace.48
error'{' is not preceded with whitespace.51
errorLine has trailing spaces.54
error'{' is not preceded with whitespace.55
error'{' is not preceded with whitespace.56
errorLine has trailing spaces.57
errorLine is longer than 120 characters.57
errorLine has trailing spaces.63
errorLine has trailing spaces.65
error'cast' is not followed by whitespace.67
errorLine has trailing spaces.71
errorLine has trailing spaces.73
errorMissing a Javadoc comment.74
errorMissing a Javadoc comment.78
errorMissing a Javadoc comment.82
errorMissing a Javadoc comment.86
errorMissing a Javadoc comment.90
errorLine has trailing spaces.93
errorMissing a Javadoc comment.94
error'{' is followed by whitespace.103
errorMissing a Javadoc comment.107

org/apache/geronimo/tomcat/TomcatEJBWebServiceContext.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorUnused import - org.apache.geronimo.tomcat.realm.TomcatJAASRealm.41
errorUnused import - org.apache.geronimo.tomcat.realm.TomcatGeronimoRealm.42
errorMissing a Javadoc comment.46
error'{' is not preceded with whitespace.46
errorMissing a Javadoc comment.48
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.48
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.53
errorLine is longer than 120 characters.55
errorMissing a Javadoc comment.55
errorParameter contextPath should be final.55
errorParameter webServiceContainer should be final.55
errorParameter securityRealmName should be final.55
errorParameter realmName should be final.55
errorParameter transportGuarantee should be final.55
errorParameter authMethod should be final.55
errorParameter classLoader should be final.55
error'||' should be on a new line.78
error'||' should be on a new line.85
error'||' should be on a new line.86
error')' is preceded with whitespace.110
error'{' is not preceded with whitespace.110
error')' is preceded with whitespace.112
error'{' is not preceded with whitespace.112
error')' is preceded with whitespace.114
error'{' is not preceded with whitespace.114
errorMissing a Javadoc comment.129
error'{' is not preceded with whitespace.129
errorMissing a Javadoc comment.131
errorParameter req should be final.131
errorParameter res should be final.131
error'500' is a magic number.144
error',' is not followed by whitespace.144
error'403' is a magic number.150
error'500' is a magic number.164
errorMissing a Javadoc comment.174
errorMissing a Javadoc comment.175
errorMissing a Javadoc comment.176
errorMissing a Javadoc comment.178
errorParameter request should be final.178
errorMissing a Javadoc comment.182
errorParameter name should be final.182
errorMissing a Javadoc comment.186
errorLine is longer than 120 characters.189
errorMissing a Javadoc comment.199
errorMissing a Javadoc comment.203
errorMissing a Javadoc comment.207
errorMissing a Javadoc comment.211
errorAvoid inline conditionals.213
errorMissing a Javadoc comment.216
errorParameter name should be final.216
errorMissing a Javadoc comment.220
errorMissing a Javadoc comment.224
errorParameter name should be final.224
errorMissing a Javadoc comment.228
errorParameter name should be final.228
errorParameter value should be final.228
errorMissing a Javadoc comment.233
errorName 'methods' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.233
errorMissing a Javadoc comment.248
errorMissing a Javadoc comment.249
errorMissing a Javadoc comment.251
errorParameter response should be final.251
errorMissing a Javadoc comment.255
errorParameter name should be final.255
errorParameter value should be final.255
errorMissing a Javadoc comment.259
errorParameter name should be final.259
errorMissing a Javadoc comment.263
errorMissing a Javadoc comment.267
errorParameter code should be final.267
errorMissing a Javadoc comment.271
errorMissing a Javadoc comment.275
errorParameter type should be final.275
errorMissing a Javadoc comment.279
errorMissing a Javadoc comment.283
errorParameter responseString should be final.283

org/apache/geronimo/tomcat/JAASTomcatPrincipal.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.33
errorParameter name should be final.33
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.45
errorParameter subject should be final.45
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.53
errorParameter roles should be final.53

org/apache/geronimo/tomcat/BaseGBean.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.25
errorMissing a Javadoc comment.27
errorParameter object should be final.27
errorParameter map should be final.27
error'{' is not preceded with whitespace.27
error'{' is not preceded with whitespace.28
error'while' is not followed by whitespace.31
error'{' is not preceded with whitespace.31
error'cast' is not followed by whitespace.32
error'cast' is not followed by whitespace.33
errorLine has trailing spaces.34
errorLine has trailing spaces.35
errorLine has trailing spaces.38
errorLine has trailing spaces.40

org/apache/geronimo/tomcat/realm/TomcatGeronimoRealm.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorUnused import - org.apache.catalina.Wrapper.21
errorUnused import - javax.servlet.ServletRequest.47
errorMissing a Javadoc comment.56
errorMissing a Javadoc comment.58
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.58
errorMissing a Javadoc comment.60
errorName 'info' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.65
errorName 'name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.70
errorMissing a Javadoc comment.72
errorMissing a Javadoc comment.76
errorParameter requestWrapperName should be final.76
errorExpected an @return tag.93
errorParameter request should be final.93
errorParameter response should be final.94
errorParameter constraints should be final.95
error'if' construct must use '{}'s.112
errorExpected an @return tag.146
errorParameter request should be final.146
errorParameter response should be final.147
errorParameter constraints should be final.148
errorParameter context should be final.149
error'&&' should be on a new line.155
error'if' construct must use '{}'s.160
error'if' construct must use '{}'s.166
error'if' construct must use '{}'s.171
errorLine has trailing spaces.176
errorExpected an @return tag.219
errorParameter principal should be final.219
errorParameter role should be final.219
error'name' hides a field.225
error'cast' is not followed by whitespace.225
errorExpected an @return tag.266
errorParameter username should be final.266
errorParameter credentials should be final.266
error'?' is not preceded with whitespace.268
errorAvoid inline conditionals.268
error':' is not preceded with whitespace.268
errorMissing a Javadoc comment.273
errorParameter certs should be final.273
errorMissing a Javadoc comment.282
errorParameter callbackHandler should be final.282
errorParameter principalName should be final.282
error'(' is followed by whitespace.287
error'!=' is not preceded with whitespace.287
error'!=' is not followed by whitespace.287
error')' is preceded with whitespace.287
error'if' construct must use '{}'s.289
error'if' construct must use '{}'s.292
error'if' construct must use '{}'s.314
error'if' construct must use '{}'s.323
error'if' construct must use '{}'s.330
error'if' construct must use '{}'s.338
error'if' construct must use '{}'s.342
error'if' construct must use '{}'s.346
error'if' construct must use '{}'s.357
error'}' should be on the same line.374
error'if' construct must use '{}'s.376

org/apache/geronimo/tomcat/HttpsConnectorGBean.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorUnused import - org.apache.geronimo.management.geronimo.SecureConnector.6
errorMissing a Javadoc comment.20
errorMissing a Javadoc comment.21
errorMissing a Javadoc comment.22
errorMissing a Javadoc comment.23
errorLine is longer than 120 characters.25
errorMissing a Javadoc comment.25
errorParameter name should be final.25
errorParameter protocol should be final.25
errorParameter host should be final.25
errorParameter port should be final.25
errorParameter container should be final.25
errorParameter serverInfo should be final.25
error'{' is not preceded with whitespace.28
errorParameter protocol should be final.41
errorParameter params should be final.41
errorParameter protocol should be final.52
errorExpected @param tag for 'protocol'.52
error'if' is not followed by whitespace.53
error'+' is not preceded with whitespace.54
error'+' is not followed by whitespace.54
errorExpected an @return tag.63
errorParameter name should be final.72
errorExpected @param tag for 'name'.72
errorMissing a Javadoc comment.77
errorMissing a Javadoc comment.81
errorParameter name should be final.81
errorParameter password should be final.93
errorExpected @param tag for 'password'.93
errorMissing a Javadoc comment.97
errorParameter password should be final.97
errorExpected an @return tag.106
error'cast' is not followed by whitespace.107
errorParameter type should be final.115
errorExpected @param tag for 'type'.115
errorMissing a Javadoc comment.119
error'cast' is not followed by whitespace.120
errorMissing a Javadoc comment.123
errorParameter type should be final.123
errorExpected an @return tag.132
errorParameter algorithm should be final.141
errorExpected @param tag for 'algorithm'.141
errorExpected an @return tag.155
error'cast' is not followed by whitespace.156
errorParameter protocol should be final.165
errorExpected @param tag for 'protocol'.165
errorExpected an @return tag.177
errorAvoid inline conditionals.179
errorParameter clientCert should be final.190
errorExpected @param tag for 'clientCert'.190
errorExpected an @return tag.198
error'cast' is not followed by whitespace.199
errorParameter ciphers should be final.206
errorExpected @param tag for 'ciphers'.206
errorMissing a Javadoc comment.210
errorLine is longer than 120 characters.213
error'{' is followed by whitespace.229
errorMissing a Javadoc comment.233

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

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/tomcat/cluster/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/tomcat/TomcatGeronimoEmbedded.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' is not preceded with whitespace.30
errorLine has trailing spaces.31
errorMissing a Javadoc comment.32
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.32
errorLine has trailing spaces.33
errorMissing a Javadoc comment.34
errorParameter path should be final.34
errorParameter docBase should be final.34
errorParameter cl should be final.34
error'if' construct must use '{}'s.36
error'if' is not followed by whitespace.36
error'(' is followed by whitespace.36
error')' is preceded with whitespace.36
error'+' should be on a new line.37
errorLine has trailing spaces.44
error'if' construct must use '{}'s.45
errorLine has trailing spaces.47
errorLine has trailing spaces.57
errorMissing a Javadoc comment.57
errorParameter contextPath should be final.57
errorLine has trailing spaces.58
errorParameter webServiceContainer should be final.58
errorLine has trailing spaces.59
errorParameter securityRealmName should be final.59
errorLine has trailing spaces.60
errorParameter realmName should be final.60
errorLine has trailing spaces.61
errorParameter transportGuarantee should be final.61
errorLine has trailing spaces.62
errorParameter authMethod should be final.62
errorParameter classLoader should be final.63
error'if' construct must use '{}'s.65
error'if' is not followed by whitespace.65
error'(' is followed by whitespace.65
error')' is preceded with whitespace.65
errorLine is longer than 120 characters.68
errorLine has trailing spaces.77

org/apache/geronimo/tomcat/realm/TomcatJAASRealm.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorUsing the '.*' form of import should be avoided - javax.security.auth.login.*.27
errorMissing a Javadoc comment.38
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.38
errorMissing a Javadoc comment.40
errorName 'info' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.45
errorName 'name' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.50
errorMissing a Javadoc comment.52
errorExpected an @return tag.71
errorParameter username should be final.71
errorParameter credentials should be final.71
error'if' construct must use '{}'s.76
error'if' construct must use '{}'s.79
error'if' construct must use '{}'s.101
error'if' construct must use '{}'s.110
error'if' construct must use '{}'s.117
error'if' construct must use '{}'s.123
error'if' construct must use '{}'s.127
error'if' construct must use '{}'s.131
error'if' construct must use '{}'s.142
errorMissing a Javadoc comment.163
errorParameter username should be final.163
errorParameter subject should be final.163
error'if' is not followed by whitespace.177
error'(' is followed by whitespace.177
error')' is preceded with whitespace.177
error'if' is not followed by whitespace.183
error'(' is followed by whitespace.183
error')' is preceded with whitespace.183
error'if' is not followed by whitespace.190
error'(' is followed by whitespace.190
error')' is preceded with whitespace.190
errorMissing a Javadoc comment.219
error'{' is not preceded with whitespace.219
errorMissing a Javadoc comment.224
errorParameter principal should be final.224
errorParameter role should be final.224
error'if' construct must use '{}'s.226
error'||' should be on a new line.226
error'if' construct must use '{}'s.231

org/apache/geronimo/tomcat/TomcatSecureConnector.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorExpected an @return tag.31
errorRedundant 'public' modifier.31
errorRedundant 'public' modifier.37
errorExpected @param tag for 'name'.37
errorRedundant 'public' modifier.41
errorExpected @param tag for 'password'.41
errorExpected an @return tag.47
errorRedundant 'public' modifier.47
errorRedundant 'public' modifier.53
errorExpected @param tag for 'type'.53
errorExpected an @return tag.59
errorRedundant 'public' modifier.59
errorRedundant 'public' modifier.65
errorExpected @param tag for 'ciphers'.65

org/apache/geronimo/tomcat/HostGBean.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.41
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.41
errorLine has trailing spaces.42
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.45
errorLine has trailing spaces.46
errorMissing a Javadoc comment.47
errorLine has trailing spaces.48
errorMissing a Javadoc comment.49
error'{' is not preceded with whitespace.49
errorLine has trailing spaces.53
errorMissing a Javadoc comment.53
errorParameter className should be final.53
errorLine has trailing spaces.54
errorParameter initParams should be final.54
errorParameter aliases should be final.55
errorLine has trailing spaces.56
errorParameter realmGBean should be final.56
errorParameter tomcatValveChain should be final.57
errorParameter clusterGBean should be final.58
errorParameter manager should be final.59
errorComment matches to-do format 'TODO:'.60
errorLine has trailing spaces.61
error'{' is not preceded with whitespace.63
errorLine has trailing spaces.66
error'{' is not preceded with whitespace.67
errorLine has trailing spaces.70
error'{' is not preceded with whitespace.72
errorLine has trailing spaces.75
error'{' is not preceded with whitespace.77
error'cast' is not followed by whitespace.82
errorLine has trailing spaces.83
errorLine has trailing spaces.86
error'{' is not preceded with whitespace.88
errorLine has trailing spaces.94
error'if' construct must use '{}'s.95
error'cast' is not followed by whitespace.96
error'{' is not preceded with whitespace.99
error'{' is not preceded with whitespace.100
error'while' is not followed by whitespace.102
error'{' is not preceded with whitespace.102
error'cast' is not followed by whitespace.103
error'cast' is not followed by whitespace.103
error'{' is not preceded with whitespace.110
error'cast' is not followed by whitespace.111
errorLine has trailing spaces.113
error'if' construct must use '{}'s.115
error'cast' is not followed by whitespace.116
errorMissing a Javadoc comment.119
errorMissing a Javadoc comment.123
errorMissing a Javadoc comment.127
errorMissing a Javadoc comment.131
errorMissing a Javadoc comment.135
errorLine has trailing spaces.147
errorLine has trailing spaces.148
errorLine has trailing spaces.149
errorLine has trailing spaces.150
errorLine has trailing spaces.151
errorMissing a Javadoc comment.158

org/apache/geronimo/tomcat/interceptor/ComponentContextBeforeAfter.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.25
error'{' is not preceded with whitespace.25
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.27
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.30
errorParameter next should be final.30
errorParameter index should be final.30
errorParameter componentContext should be final.30
errorMissing a Javadoc comment.36
errorParameter context should be final.36
errorParameter httpRequest should be final.36
errorParameter httpResponse should be final.36
errorMissing a Javadoc comment.44
errorParameter context should be final.44
errorParameter httpRequest should be final.44
errorParameter httpResponse should be final.44

org/apache/geronimo/tomcat/util/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/tomcat/valve/DefaultSubjectValve.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.37
errorParameter defaultSubject should be final.37
errorMissing a Javadoc comment.41
errorParameter request should be final.41
errorParameter response should be final.41

org/apache/geronimo/tomcat/TomcatContext.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.38
errorRedundant 'public' modifier.38
errorMissing a Javadoc comment.40
errorRedundant 'public' modifier.40
errorMissing a Javadoc comment.42
errorRedundant 'public' modifier.42
errorMissing a Javadoc comment.44
errorRedundant 'public' modifier.44
errorMissing a Javadoc comment.46
errorRedundant 'public' modifier.46
errorMissing a Javadoc comment.48
errorRedundant 'public' modifier.48
errorMissing a Javadoc comment.50
errorRedundant 'public' modifier.50
errorMissing a Javadoc comment.52
errorRedundant 'public' modifier.52
errorMissing a Javadoc comment.54
errorRedundant 'public' modifier.54
errorMissing a Javadoc comment.56
errorRedundant 'public' modifier.56
errorMissing a Javadoc comment.58
errorRedundant 'public' modifier.58
errorMissing a Javadoc comment.60
errorRedundant 'public' modifier.60
errorMissing a Javadoc comment.62
errorRedundant 'public' modifier.62
errorMissing a Javadoc comment.64
errorRedundant 'public' modifier.64
errorMissing a Javadoc comment.66
errorRedundant 'public' modifier.66
errorMissing a Javadoc comment.68
errorRedundant 'public' modifier.68
errorMissing a Javadoc comment.70
errorRedundant 'public' modifier.70
errorMissing a Javadoc comment.72
errorRedundant 'public' modifier.72
errorMissing a Javadoc comment.74
errorRedundant 'public' modifier.74
errorMissing a Javadoc comment.76
errorRedundant 'public' modifier.76

org/apache/geronimo/tomcat/cluster/CatalinaClusterGBean.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.42
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.42
errorLine has trailing spaces.43
errorMissing a Javadoc comment.44
errorLine has trailing spaces.45
errorMissing a Javadoc comment.46
errorLine has trailing spaces.47
errorMissing a Javadoc comment.48
error'{' is not preceded with whitespace.48
error'=' is not preceded with whitespace.49
error'=' is not followed by whitespace.49
errorLine has trailing spaces.52
errorMissing a Javadoc comment.52
errorMore than 7 parameters.52
errorParameter className should be final.52
errorLine has trailing spaces.53
errorParameter initParams should be final.53
errorParameter membership should be final.54
errorParameter receiver should be final.55
errorParameter sender should be final.56
errorParameter messageListenerChain should be final.57
errorParameter tomcatValveChain should be final.58
errorParameter deployer should be final.59
errorLine has trailing spaces.60
errorComment matches to-do format 'TODO:'.61
errorLine has trailing spaces.62
error'{' is not preceded with whitespace.64
errorLine has trailing spaces.67
error'cast' is not followed by whitespace.69
errorLine has trailing spaces.70
errorLine has trailing spaces.73
error'{' is not preceded with whitespace.75
error'cast' is not followed by whitespace.76
errorLine has trailing spaces.78
error'{' is not preceded with whitespace.80
error'cast' is not followed by whitespace.81
errorLine has trailing spaces.83
error'{' is not preceded with whitespace.85
error'cast' is not followed by whitespace.86
error'{' is not preceded with whitespace.90
error'while' is not followed by whitespace.92
error'{' is not preceded with whitespace.92
error'cast' is not followed by whitespace.93
error'{' is not preceded with whitespace.99
error'while' is not followed by whitespace.101
error'{' is not preceded with whitespace.101
error'cast' is not followed by whitespace.102
errorLine has trailing spaces.106
error'{' is not preceded with whitespace.108
error'cast' is not followed by whitespace.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
errorLine is longer than 120 characters.132
errorLine has trailing spaces.142
errorLine has trailing spaces.143
errorLine has trailing spaces.144
errorLine has trailing spaces.145
errorMissing a Javadoc comment.154

org/apache/geronimo/tomcat/listener/DispatchListener.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.40
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.40
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.48
errorParameter event should be final.48
errorMissing a Javadoc comment.68
errorParameter webContext should be final.68
errorParameter request should be final.69
errorParameter response should be final.69
errorArray brackets at illegal position.74
errorMissing a Javadoc comment.84
errorParameter webContext should be final.84
errorParameter request should be final.85
errorParameter response should be final.85
errorArray brackets at illegal position.89
errorMissing a Javadoc comment.98
errorParameter request should be final.98
errorParameter webContext should be final.99

org/apache/geronimo/tomcat/TomcatWebAppContext.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.74
errorMissing a Javadoc comment.76
errorVariable 'container' must be private and have accessor methods.76
errorMissing a Javadoc comment.78
errorMissing a Javadoc comment.80
errorVariable 'context' must be private and have accessor methods.80
errorMissing a Javadoc comment.82
errorMissing a Javadoc comment.84
errorMissing a Javadoc comment.86
errorMissing a Javadoc comment.88
errorMissing a Javadoc comment.90
errorMissing a Javadoc comment.92
errorMissing a Javadoc comment.94
errorMissing a Javadoc comment.96
errorMissing a Javadoc comment.98
errorMissing a Javadoc comment.100
errorMissing a Javadoc comment.102
errorMissing a Javadoc comment.104
errorMissing a Javadoc comment.106
errorMissing a Javadoc comment.108
errorMissing a Javadoc comment.110
errorMissing a Javadoc comment.112
errorMissing a Javadoc comment.114
errorMissing a Javadoc comment.116
errorMissing a Javadoc comment.118
errorMissing a Javadoc comment.120
errorMissing a Javadoc comment.122
errorLine has trailing spaces.123
errorLine has trailing spaces.124
errorLine has trailing spaces.125
errorMissing a Javadoc comment.126
errorLine has trailing spaces.127
errorMissing a Javadoc comment.128
errorMissing a Javadoc comment.130
errorMore than 7 parameters.130
errorParameter classLoader should be final.131
errorParameter objectName should be final.132
errorParameter originalSpecDD should be final.133
errorParameter configurationBaseUrl should be final.134
errorParameter securityHolder should be final.135
errorParameter virtualServer should be final.136
errorParameter componentContext should be final.137
errorParameter unshareableResources should be final.138
errorParameter applicationManagedSecurityResources should be final.139
errorParameter transactionManager should be final.140
errorParameter trackedConnectionAssociator should be final.141
errorParameter container should be final.142
errorParameter tomcatRealm should be final.143
errorParameter tomcatValveChain should be final.144
errorParameter cluster should be final.145
errorParameter manager should be final.146
errorParameter crossContext should be final.147
errorParameter disableCookies should be final.148
errorParameter webServices should be final.149
errorParameter server should be final.150
errorParameter application should be final.151
errorParameter kernel should be final.152
error'{' is not preceded with whitespace.188
error'cast' is not followed by whitespace.189
error'{' is not preceded with whitespace.190
error'else' is not followed by whitespace.193
error'{' is not preceded with whitespace.193
error'{' is not preceded with whitespace.198
error'while' is not followed by whitespace.201
error'{' is not preceded with whitespace.201
error'cast' is not followed by whitespace.202
errorLine has trailing spaces.233
errorLine has trailing spaces.243
errorMissing a Javadoc comment.246
errorParameter webServiceFactoryMap should be final.246
errorParameter kernel should be final.246
error'kernel' hides a field.246
error'webServices' hides a field.247
errorLine is longer than 120 characters.253
errorMissing a Javadoc comment.261
errorMissing a Javadoc comment.265
errorMissing a Javadoc comment.269
errorMissing a Javadoc comment.273
errorMissing a Javadoc comment.277
errorMissing a Javadoc comment.281
errorMissing a Javadoc comment.285
errorMissing a Javadoc comment.289
errorMissing a Javadoc comment.298
errorMissing a Javadoc comment.302
error'?' is not preceded with whitespace.303
errorAvoid inline conditionals.303
error':' is not preceded with whitespace.303
errorMissing a Javadoc comment.306
errorMissing a Javadoc comment.310
errorParameter docBase should be final.310
errorMissing a Javadoc comment.314
errorMissing a Javadoc comment.318
errorMissing a Javadoc comment.322
errorMissing a Javadoc comment.326
errorMissing a Javadoc comment.330
errorMissing a Javadoc comment.334
errorMissing a Javadoc comment.338
errorMissing a Javadoc comment.342
errorParameter context should be final.342
errorMissing a Javadoc comment.346
error'if' is not followed by whitespace.354
errorInner assignments should be avoided.354
error'if' is not followed by whitespace.355
errorInner assignments should be avoided.355
error'if' is not followed by whitespace.359
errorMissing a Javadoc comment.370
errorMissing a Javadoc comment.374
errorParameter path should be final.374
error'path' hides a field.374
errorAvoid inline conditionals.375
errorMissing a Javadoc comment.378
errorMissing a Javadoc comment.383
errorMissing a Javadoc comment.387
errorMissing a Javadoc comment.391
errorMissing a Javadoc comment.395
errorMissing a Javadoc comment.399
errorMissing a Javadoc comment.403
errorMissing a Javadoc comment.407
errorMissing a Javadoc comment.411
errorMissing a Javadoc comment.415
error'{' is not preceded with whitespace.415
errorMissing a Javadoc comment.419
error'{' is not preceded with whitespace.419
errorFirst sentence should end with a period.428
errorParameter objectName should be final.432
error'objectName' hides a field.432
errorExpected @param tag for 'objectName'.432
error'4' is a magic number.457
errorMissing a Javadoc comment.464
error'?' is not preceded with whitespace.465
errorAvoid inline conditionals.465
error':' is not preceded with whitespace.465
errorMissing a Javadoc comment.468
errorMissing a Javadoc comment.472
errorMissing a Javadoc comment.485
errorMissing a Javadoc comment.495
errorMissing a Javadoc comment.504
errorLine is longer than 120 characters.507
errorLine is longer than 120 characters.522
errorMissing a Javadoc comment.567

org/apache/geronimo/tomcat/TomcatWebConnector.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.13
errorRedundant 'public' modifier.13
errorMissing a Javadoc comment.14
errorRedundant 'public' modifier.14
errorMissing a Javadoc comment.15
errorRedundant 'public' modifier.15
errorMissing a Javadoc comment.16
errorRedundant 'public' modifier.16
errorMissing a Javadoc comment.17
errorRedundant 'public' modifier.17
errorMissing a Javadoc comment.18
errorRedundant 'public' modifier.18
errorMissing a Javadoc comment.19
errorRedundant 'public' modifier.19
errorMissing a Javadoc comment.20
errorRedundant 'public' modifier.20
errorMissing a Javadoc comment.21
errorRedundant 'public' modifier.21
errorMissing a Javadoc comment.22
errorRedundant 'public' modifier.22
errorMissing a Javadoc comment.23
errorRedundant 'public' modifier.23
errorMissing a Javadoc comment.24
errorRedundant 'public' modifier.24
errorMissing a Javadoc comment.25
errorRedundant 'public' modifier.25
errorMissing a Javadoc comment.26
errorRedundant 'public' modifier.26
errorMissing a Javadoc comment.27
errorRedundant 'public' modifier.27
errorMissing a Javadoc comment.28
errorRedundant 'public' modifier.28
errorMissing a Javadoc comment.29
errorRedundant 'public' modifier.29
errorMissing a Javadoc comment.30
errorRedundant 'public' modifier.30
errorMissing a Javadoc comment.31
errorRedundant 'public' modifier.31
errorMissing a Javadoc comment.32
errorRedundant 'public' modifier.32
errorMissing a Javadoc comment.33
errorRedundant 'public' modifier.33
errorMissing a Javadoc comment.34
errorRedundant 'public' modifier.34
errorMissing a Javadoc comment.35
errorRedundant 'public' modifier.35
errorMissing a Javadoc comment.36
errorRedundant 'public' modifier.36
errorMissing a Javadoc comment.37
errorRedundant 'public' modifier.37
errorMissing a Javadoc comment.38
errorRedundant 'public' modifier.38
errorMissing a Javadoc comment.39
errorRedundant 'public' modifier.39
errorMissing a Javadoc comment.40
errorRedundant 'public' modifier.40
errorMissing a Javadoc comment.41
errorRedundant 'public' modifier.41
errorMissing a Javadoc comment.42
errorRedundant 'public' modifier.42
errorMissing a Javadoc comment.43
errorRedundant 'public' modifier.43
errorMissing a Javadoc comment.44
errorRedundant 'public' modifier.44
errorMissing a Javadoc comment.45
errorRedundant 'public' modifier.45
errorMissing a Javadoc comment.46
errorRedundant 'public' modifier.46
errorMissing a Javadoc comment.47
errorRedundant 'public' modifier.47
errorMissing a Javadoc comment.48
errorRedundant 'public' modifier.48
errorMissing a Javadoc comment.49
errorRedundant 'public' modifier.49
errorMissing a Javadoc comment.50
errorRedundant 'public' modifier.50
errorMissing a Javadoc comment.51
errorRedundant 'public' modifier.51
errorMissing a Javadoc comment.52
errorRedundant 'public' modifier.52
errorMissing a Javadoc comment.53
errorRedundant 'public' modifier.53
errorMissing a Javadoc comment.54
errorRedundant 'public' modifier.54
errorMissing a Javadoc comment.55
errorRedundant 'public' modifier.55
errorMissing a Javadoc comment.56
errorRedundant 'public' modifier.56
errorMissing a Javadoc comment.57
errorRedundant 'public' modifier.57
errorMissing a Javadoc comment.58
errorRedundant 'public' modifier.58
errorMissing a Javadoc comment.59
errorRedundant 'public' modifier.59
errorMissing a Javadoc comment.60
errorRedundant 'public' modifier.60
errorMissing a Javadoc comment.61
errorRedundant 'public' modifier.61
errorMissing a Javadoc comment.62
errorRedundant 'public' modifier.62
errorMissing a Javadoc comment.63
errorRedundant 'public' modifier.63
errorMissing a Javadoc comment.64
errorRedundant 'public' modifier.64

org/apache/geronimo/tomcat/TomcatLogManagerImpl.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorUsing the '.*' form of import should be avoided - java.util.*.26
errorMissing a Javadoc comment.45
error'static' modifier out of order with the JLS suggestions.45
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.45
errorLine is longer than 120 characters.48
errorMissing a Javadoc comment.48
error'static' modifier out of order with the JLS suggestions.48
errorMissing a Javadoc comment.49
error'static' modifier out of order with the JLS suggestions.49
errorMissing a Javadoc comment.50
error'static' modifier out of order with the JLS suggestions.50
errorMissing a Javadoc comment.51
error'static' modifier out of order with the JLS suggestions.51
errorMissing a Javadoc comment.52
error'static' modifier out of order with the JLS suggestions.52
errorMissing a Javadoc comment.56
error'static' modifier out of order with the JLS suggestions.56
errorMissing a Javadoc comment.57
error'static' modifier out of order with the JLS suggestions.57
errorMissing a Javadoc comment.60
error'static' modifier out of order with the JLS suggestions.60
errorLine is longer than 120 characters.61
errorMissing a Javadoc comment.61
error'static' modifier out of order with the JLS suggestions.61
errorMissing a Javadoc comment.62
error'static' modifier out of order with the JLS suggestions.62
errorMissing a Javadoc comment.63
error'static' modifier out of order with the JLS suggestions.63
errorMissing a Javadoc comment.64
error'static' modifier out of order with the JLS suggestions.64
errorMissing a Javadoc comment.65
error'static' modifier out of order with the JLS suggestions.65
errorMissing a Javadoc comment.66
error'static' modifier out of order with the JLS suggestions.66
errorMissing a Javadoc comment.67
error'static' modifier out of order with the JLS suggestions.67
errorMissing a Javadoc comment.68
error'static' modifier out of order with the JLS suggestions.68
errorMissing a Javadoc comment.69
error'static' modifier out of order with the JLS suggestions.69
errorMissing a Javadoc comment.70
error'static' modifier out of order with the JLS suggestions.70
errorMissing a Javadoc comment.71
errorMissing a Javadoc comment.72
errorMissing a Javadoc comment.74
errorParameter serverInfo should be final.74
errorParameter logGbeans should be final.74
error'if' is not followed by whitespace.91
errorLine has trailing spaces.92
error'(' is followed by whitespace.92
error'+' is not preceded with whitespace.92
error'+' is not followed by whitespace.92
error'+' is not preceded with whitespace.92
error'+' is not followed by whitespace.92
error'+' is not preceded with whitespace.92
error'+' is not followed by whitespace.92
errorLine has trailing spaces.99
errorParameter logName should be final.106
error'!=' is not followed by whitespace.112
errorParameter logName should be final.129
errorExpected an @return tag.161
errorMore than 7 parameters.161
errorParameter logName should be final.161
errorExpected @param tag for 'logName'.161
errorParameter host should be final.161
errorExpected @param tag for 'host'.161
errorParameter user should be final.161
errorExpected @param tag for 'user'.161
errorParameter method should be final.161
errorExpected @param tag for 'method'.161
errorParameter uri should be final.161
errorExpected @param tag for 'uri'.161
errorParameter startDate should be final.162
errorExpected @param tag for 'startDate'.162
errorParameter endDate should be final.162
errorExpected @param tag for 'endDate'.162
errorParameter skipResults should be final.162
errorExpected @param tag for 'skipResults'.162
errorParameter maxResults should be final.162
errorExpected @param tag for 'maxResults'.162
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' construct must use '{}'s.167
error'if' is not followed by whitespace.167
error'if' construct must use '{}'s.168
error'if' is not followed by whitespace.168
errorAvoid inline conditionals.170
errorAvoid inline conditionals.171
errorArray brackets at illegal position.178
error'!=' is not followed by whitespace.180
error'(' is followed by whitespace.193
error'==' is not preceded with whitespace.193
error'==' is not followed by whitespace.193
error'==' is not preceded with whitespace.193
error'==' is not followed by whitespace.193
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
error'>=' is not preceded with whitespace.194
error'>=' is not followed by whitespace.194
errorLine is longer than 120 characters.200
errorLine is longer than 120 characters.203
errorAvoid inline conditionals.203
errorLine is longer than 120 characters.204
errorAvoid inline conditionals.204
error'while' is not followed by whitespace.206
error'if' is not followed by whitespace.209
error'if' is not followed by whitespace.214
error'if' is not followed by whitespace.215
error'if' is not followed by whitespace.218
error'if' is not followed by whitespace.221
error'if' is not followed by whitespace.224
error'if' is not followed by whitespace.227
error'if' is not followed by whitespace.230
error'if' is not followed by whitespace.233
errorMust have at least one statement.236
error'if' is not followed by whitespace.240
error'if' is not followed by whitespace.243
error',' is not followed by whitespace.247
errorMissing a Javadoc comment.262
error',' is not followed by whitespace.270
errorMissing a Javadoc comment.274
errorMissing a Javadoc comment.282
errorMissing a Javadoc comment.283
errorVariable 'pattern' must be private and have accessor methods.283
errorMissing a Javadoc comment.285
errorParameter fileNamePattern should be final.285
errorMissing a Javadoc comment.295
errorParameter file should be final.295
errorParameter fileName should be final.295
errorLine is longer than 120 characters.302
errorLine is longer than 120 characters.303

org/apache/geronimo/tomcat/realm/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/tomcat/interceptor/BeforeAfter.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.22
errorLine has trailing spaces.23
errorMissing a Javadoc comment.24
errorMissing a Javadoc comment.26

org/apache/geronimo/tomcat/TomcatEngine.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.24
error'{' is not preceded with whitespace.24
errorLine has trailing spaces.27
errorMissing a Javadoc comment.31
error'if' construct must use '{}'s.32
errorLine has trailing spaces.34
error'{' is not preceded with whitespace.35
error'if' construct must use '{}'s.37
errorLine has trailing spaces.40

org/apache/geronimo/tomcat/cluster/MessageListenerGBean.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.14
errorMissing a Javadoc comment.16
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.16
errorMissing a Javadoc comment.18
errorLine has trailing spaces.19
errorMissing a Javadoc comment.20
errorMissing a Javadoc comment.21
errorMissing a Javadoc comment.22
errorLine has trailing spaces.23
errorLine has trailing spaces.24
errorLine has trailing spaces.25
errorMissing a Javadoc comment.25
error'{' is not preceded with whitespace.25
errorLine has trailing spaces.30
errorMissing a Javadoc comment.31
errorParameter className should be final.31
errorParameter initParams should be final.31
errorParameter nextListener should be final.31
error'{' is not preceded with whitespace.31
error'{' is not preceded with whitespace.34
errorLine has trailing spaces.37
error'{' is not preceded with whitespace.38
error'{' is not preceded with whitespace.39
errorLine has trailing spaces.40
errorLine has trailing spaces.42
errorLine has trailing spaces.47
errorLine has trailing spaces.49
error'cast' is not followed by whitespace.51
errorLine has trailing spaces.55
errorLine has trailing spaces.57
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.70
errorMissing a Javadoc comment.74
errorLine has trailing spaces.77
errorMissing a Javadoc comment.78
errorLine has trailing spaces.87
errorLine has trailing spaces.88
errorLine has trailing spaces.89
errorMissing a Javadoc comment.94

org/apache/geronimo/tomcat/TomcatWebContainer.java

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