Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
51001500

Rules

RulesViolationsSeverity
PackageHtml5error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod477error Error
JavadocType7error Error
JavadocVariable173error Error
JavadocStyle5error Error
ConstantName5error 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-jetty/target/checkstyle-header.txt"
46error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
LineLength
  • max: "120"
75error Error
MethodLength0error Error
ParameterNumber8error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad1error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter45error Error
WhitespaceAround102error Error
ModifierOrder22error Error
RedundantModifier14error Error
AvoidNestedBlocks0error Error
EmptyBlock5error Error
LeftCurly3error Error
NeedBraces11error Error
RightCurly0error Error
AvoidInlineConditionals15error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
6error Error
IllegalInstantiation0error Error
InnerAssignment2error Error
MagicNumber12error Error
MissingSwitchDefault0error Error
RedundantThrows16error Error
SimplifyBooleanExpression1error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier7error Error
ArrayTypeStyle1error Error
FinalParameters384error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
52error Error
TodoComment0error Error
UpperEll0error Error

Files

Filesinfowarningerror
org/apache/geronimo/jetty/interceptor/package.html001
org/apache/geronimo/jetty/JAASJettyRealm.java0029
org/apache/geronimo/jetty/JettyFilterHolder.java0018
org/apache/geronimo/jetty/connector/GeronimoSSLListener.java0018
org/apache/geronimo/jetty/DefaultWebApplicationHandlerFactory.java005
org/apache/geronimo/jetty/NonAuthenticator.java009
org/apache/geronimo/jetty/connector/package.html001
org/apache/geronimo/jetty/HandleInterceptor.java006
org/apache/geronimo/jetty/JettyPOJOWebServiceHolder.java0039
org/apache/geronimo/jetty/JettyFilterMapping.java0038
org/apache/geronimo/jetty/WebApplicationHandlerFactory.java002
org/apache/geronimo/jetty/cluster/ClusteredSessionManager.java00100
org/apache/geronimo/jetty/JettyContainer.java0013
org/apache/geronimo/jetty/JettyEJBWebServiceContext.java0077
org/apache/geronimo/jetty/connector/HTTPSConnector.java0042
org/apache/geronimo/jetty/JettyDefaultServletHolder.java0019
org/apache/geronimo/jetty/requestlog/NCSARequestLog.java0040
org/apache/geronimo/jetty/JettyWebContainerStats.java001
org/apache/geronimo/jetty/InternalJAASJettyRealm.java0031
org/apache/geronimo/jetty/JAASJettyPrincipal.java0010
org/apache/geronimo/jetty/JettyServletRegistration.java005
org/apache/geronimo/jetty/JettyManagerImpl.java0069
org/apache/geronimo/jetty/cluster/ClusteredWebApplicationHandler.java004
org/apache/geronimo/jetty/JettyWebApplicationHandler.java0017
org/apache/geronimo/jetty/JettySecureConnector.java007
org/apache/geronimo/jetty/requestlog/JettyRequestLog.java0019
org/apache/geronimo/jetty/GeronimoServletHttpRequest.java0031
org/apache/geronimo/jetty/cluster/package.html001
org/apache/geronimo/jetty/JettyServer.java0012
org/apache/geronimo/jetty/interceptor/BeforeAfter.java003
org/apache/geronimo/jetty/JettyWebContainerStatsImpl.java0033
org/apache/geronimo/jetty/interceptor/ComponentContextBeforeAfter.java0016
org/apache/geronimo/jetty/connector/AJP13Connector.java008
org/apache/geronimo/jetty/interceptor/WebApplicationContextBeforeAfter.java0016
org/apache/geronimo/jetty/interceptor/ThreadClassloaderBeforeAfter.java0021
org/apache/geronimo/jetty/interceptor/SecurityContextBeforeAfter.java0069
org/apache/geronimo/jetty/Host.java0012
org/apache/geronimo/jetty/cluster/ClusteredWebApplicationHandlerFactory.java0013
org/apache/geronimo/jetty/requestlog/package.html001
org/apache/geronimo/jetty/requestlog/JettyLogManager.java001
org/apache/geronimo/jetty/interceptor/InstanceContextBeforeAfter.java0024
org/apache/geronimo/jetty/connector/JettyConnector.java00126
org/apache/geronimo/jetty/JettyWebAppContext.java00174
org/apache/geronimo/jetty/connector/HTTPConnector.java009
org/apache/geronimo/jetty/JettyWebConnector.java0023
org/apache/geronimo/jetty/JettyContainerImpl.java0068
org/apache/geronimo/jetty/JettyServletHolder.java0038
org/apache/geronimo/jetty/requestlog/JettyLogManagerImpl.java00131
org/apache/geronimo/jetty/cluster/AbstractClusteredHandleInterceptor.java0033
org/apache/geronimo/jetty/package.html001
org/apache/geronimo/jetty/interceptor/RequestWrappingBeforeAfter.java0016

Details

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

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/jetty/JAASJettyRealm.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36
errorParameter realmName should be final.36
errorParameter internalJAASJettyRealm should be final.36
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.45
errorParameter username should be final.45
errorMissing a Javadoc comment.49
errorParameter username should be final.49
errorParameter credentials should be final.49
errorParameter request should be final.49
errorMissing a Javadoc comment.53
errorParameter user should be final.53
errorMissing a Javadoc comment.57
errorParameter user should be final.57
errorParameter role should be final.57
errorMissing a Javadoc comment.61
errorParameter user should be final.61
errorMissing a Javadoc comment.65
errorParameter user should be final.65
errorParameter role should be final.65
errorMissing a Javadoc comment.69
errorParameter user should be final.69
errorMissing a Javadoc comment.73
errorParameter user should be final.73
errorMissing a Javadoc comment.77

org/apache/geronimo/jetty/JettyFilterHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.33
errorLine is longer than 120 characters.36
errorMissing a Javadoc comment.36
errorParameter filterName should be final.36
errorParameter filterClass should be final.36
errorParameter initParams should be final.36
errorParameter jettyServletRegistration should be final.36
errorLine is longer than 120 characters.37
error'?' is not preceded with whitespace.37
errorAvoid inline conditionals.37
error':' is not preceded with whitespace.37
error'cast' is not followed by whitespace.39
errorLine has trailing spaces.41
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.57
errorLine is longer than 120 characters.67
errorMissing a Javadoc comment.73

org/apache/geronimo/jetty/connector/GeronimoSSLListener.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
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 manager should be final.36
errorMissing a Javadoc comment.40
errorLine is longer than 120 characters.42
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.49
errorParameter keyStore should be final.49
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.57
errorParameter trustStore should be final.57
errorMissing a Javadoc comment.61
errorMissing a Javadoc comment.65
errorParameter keyAlias should be final.65

org/apache/geronimo/jetty/DefaultWebApplicationHandlerFactory.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.31
errorLine has trailing spaces.34
errorMissing a Javadoc comment.35
errorLine is longer than 120 characters.38

org/apache/geronimo/jetty/NonAuthenticator.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine is longer than 120 characters.16
errorMissing a Javadoc comment.16
errorParameter realm should be final.16
errorParameter pathInContext should be final.16
errorParameter request should be final.16
errorParameter response should be final.16
errorMissing a Javadoc comment.20
errorLine has trailing spaces.21

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

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/jetty/HandleInterceptor.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.31
errorMissing a Javadoc comment.31
errorLine has trailing spaces.32
errorLine has trailing spaces.33
errorRedundant throws: 'HttpException' is subclass of 'IOException'.35

org/apache/geronimo/jetty/JettyPOJOWebServiceHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.56
errorMissing a Javadoc comment.60
errorMore than 7 parameters.60
errorParameter pojoClassName should be final.60
errorParameter servletName should be final.61
errorParameter initParams should be final.62
errorParameter loadOnStartup should be final.63
errorParameter servletMappings should be final.64
errorParameter webServiceContainerFactory should be final.65
errorParameter previous should be final.66
errorParameter context should be final.67
errorLine is longer than 120 characters.68
errorAvoid inline conditionals.68
errorLine is longer than 120 characters.73
error'?' is not preceded with whitespace.73
errorAvoid inline conditionals.73
error':' is not preceded with whitespace.73
errorMissing a Javadoc comment.86
errorParameter request should be final.94
errorExpected @param tag for 'request'.94
errorParameter response should be final.94
errorExpected @param tag for 'response'.94
errorExpected @throws tag for 'ServletException'.95
errorExpected @throws tag for 'UnavailableException'.95
errorRedundant throws: 'UnavailableException' is subclass of 'ServletException'.95
errorExpected @throws tag for 'IOException'.95
errorMissing a Javadoc comment.106
errorLine is longer than 120 characters.110
errorLine is longer than 120 characters.118
errorMissing a Javadoc comment.134
errorMissing a Javadoc comment.137
errorMissing a Javadoc comment.140
errorLine is longer than 120 characters.143
errorMissing a Javadoc comment.168

org/apache/geronimo/jetty/JettyFilterMapping.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.40
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.55
errorMore than 7 parameters.55
errorParameter urlPattern should be final.55
errorParameter requestDispatch should be final.56
errorParameter forwardDispatch should be final.57
errorParameter includeDispatch should be final.58
errorParameter errorDispatch should be final.59
errorParameter jettyFilterHolder should be final.60
errorParameter jettyServletHolder should be final.61
errorParameter previous should be final.62
errorParameter jettyServletRegistration should be final.63
errorLine is longer than 120 characters.94
error'cast' is not followed by whitespace.94
errorLine is longer than 120 characters.97
error'cast' is not followed by whitespace.97
errorMissing a Javadoc comment.102
errorMissing a Javadoc comment.106
errorMissing a Javadoc comment.110
errorMissing a Javadoc comment.114
errorMissing a Javadoc comment.118
errorMissing a Javadoc comment.122
errorMissing a Javadoc comment.126
errorMissing a Javadoc comment.130
errorMissing a Javadoc comment.134
errorMissing a Javadoc comment.138
errorLine is longer than 120 characters.141
errorMissing a Javadoc comment.166

org/apache/geronimo/jetty/WebApplicationHandlerFactory.java

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

org/apache/geronimo/jetty/cluster/ClusteredSessionManager.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
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
errorParameter sessionManager should be final.49
errorLine has trailing spaces.55
errorLine has trailing spaces.59
errorMissing a Javadoc comment.66
errorParameter request should be final.66
errorMissing a Javadoc comment.70
errorLine has trailing spaces.71
errorMissing a Javadoc comment.72
errorParameter session should be final.72
errorLine has trailing spaces.83
errorMissing a Javadoc comment.84
errorParameter session should be final.84
errorLine has trailing spaces.92
errorMissing a Javadoc comment.96
errorLine has trailing spaces.97
errorMissing a Javadoc comment.97
errorMissing a Javadoc comment.99
errorMissing a Javadoc comment.101
errorParameter request should be final.101
errorLine has trailing spaces.103
errorLine has trailing spaces.117
errorMissing a Javadoc comment.118
errorMissing a Javadoc comment.128
errorMissing a Javadoc comment.130
errorParameter session should be final.130
errorMissing a Javadoc comment.134
errorParameter arg0 should be final.134
errorParameter arg1 should be final.134
errorMissing a Javadoc comment.137
errorParameter arg0 should be final.137
errorMissing a Javadoc comment.141
errorMissing a Javadoc comment.145
errorMissing a Javadoc comment.149
errorMissing a Javadoc comment.153
errorMissing a Javadoc comment.157
errorParameter arg0 should be final.157
errorMissing a Javadoc comment.161
errorParameter arg0 should be final.161
errorMissing a Javadoc comment.165
errorMissing a Javadoc comment.169
errorParameter arg0 should be final.169
errorMissing a Javadoc comment.173
errorParameter arg0 should be final.173
errorMissing a Javadoc comment.177
errorMissing a Javadoc comment.181
errorMissing a Javadoc comment.185
errorMissing a Javadoc comment.189
errorMissing a Javadoc comment.193
errorMissing a Javadoc comment.197
errorMissing a Javadoc comment.201
errorMissing a Javadoc comment.205
errorMissing a Javadoc comment.209
errorMissing a Javadoc comment.213
errorParameter arg0 should be final.213
errorMissing a Javadoc comment.217
errorMissing a Javadoc comment.221
errorMissing a Javadoc comment.225
errorMissing a Javadoc comment.229
errorMissing a Javadoc comment.233
errorMissing a Javadoc comment.237
errorParameter arg0 should be final.237
errorMissing a Javadoc comment.241
errorMissing a Javadoc comment.245
errorMissing a Javadoc comment.249
errorMissing a Javadoc comment.253
errorMissing a Javadoc comment.257
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
errorParameter arg0 should be final.281
errorMissing a Javadoc comment.285
errorMissing a Javadoc comment.289
errorMissing a Javadoc comment.293
errorParameter arg0 should be final.293
errorMissing a Javadoc comment.297
errorMissing a Javadoc comment.301
errorMissing a Javadoc comment.305
errorParameter arg0 should be final.305
errorMissing a Javadoc comment.309
errorMissing a Javadoc comment.313
errorMissing a Javadoc comment.317
errorMissing a Javadoc comment.321
errorParameter arg0 should be final.321
errorMissing a Javadoc comment.325
errorMissing a Javadoc comment.329
errorMissing a Javadoc comment.333
errorMissing a Javadoc comment.337
errorMissing a Javadoc comment.341
errorParameter arg0 should be final.341
errorMissing a Javadoc comment.345
errorParameter arg0 should be final.345

org/apache/geronimo/jetty/JettyContainer.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.53

org/apache/geronimo/jetty/JettyEJBWebServiceContext.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.67
errorMissing a Javadoc comment.68
errorMissing a Javadoc comment.69
errorMissing a Javadoc comment.70
errorMissing a Javadoc comment.71
errorMissing a Javadoc comment.73
errorLine is longer than 120 characters.75
errorMissing a Javadoc comment.75
errorParameter contextPath should be final.75
errorParameter webServiceContainer should be final.75
errorParameter internalJAASJettyRealm should be final.75
errorParameter realmName should be final.75
errorParameter transportGuarantee should be final.75
errorParameter authMethod should be final.75
errorParameter classLoader should be final.75
error'realm' hides a field.79
errorMissing a Javadoc comment.114
errorMissing a Javadoc comment.119
errorMissing a Javadoc comment.123
errorParameter httpContext should be final.123
error'httpContext' hides a field.123
errorMissing a Javadoc comment.127
errorParameter req should be final.127
errorParameter res should be final.127
errorRedundant throws: 'HttpException' is subclass of 'IOException'.127
error'500' is a magic number.139
error'403' is a magic number.144
error'403' is a magic number.148
error'403' is a magic number.160
error'500' is a magic number.174
errorMissing a Javadoc comment.184
errorMissing a Javadoc comment.188
errorMissing a Javadoc comment.196
errorMissing a Javadoc comment.197
errorMissing a Javadoc comment.198
errorMissing a Javadoc comment.200
errorParameter request should be final.200
errorMissing a Javadoc comment.204
errorParameter name should be final.204
errorMissing a Javadoc comment.208
errorLine is longer than 120 characters.211
errorMissing a Javadoc comment.221
errorMissing a Javadoc comment.225
errorMissing a Javadoc comment.229
errorMissing a Javadoc comment.233
errorAvoid inline conditionals.235
errorMissing a Javadoc comment.238
errorParameter name should be final.238
errorMissing a Javadoc comment.242
errorMissing a Javadoc comment.246
errorParameter name should be final.246
errorMissing a Javadoc comment.250
errorParameter name should be final.250
errorParameter value should be final.250
errorMissing a Javadoc comment.255
errorName 'methods' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.255
errorMissing a Javadoc comment.270
errorMissing a Javadoc comment.271
errorMissing a Javadoc comment.273
errorParameter response should be final.273
errorMissing a Javadoc comment.277
errorParameter name should be final.277
errorParameter value should be final.277
errorMissing a Javadoc comment.281
errorParameter name should be final.281
errorMissing a Javadoc comment.285
errorMissing a Javadoc comment.289
errorParameter code should be final.289
errorMissing a Javadoc comment.293
errorMissing a Javadoc comment.297
errorParameter type should be final.297
errorMissing a Javadoc comment.301
errorMissing a Javadoc comment.305
errorParameter responseString should be final.305

org/apache/geronimo/jetty/connector/HTTPSConnector.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.40
errorParameter container should be final.40
errorParameter keystoreManager should be final.40
errorMissing a Javadoc comment.45
error'443' is a magic number.46
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.53
errorLine is longer than 120 characters.59
errorLine is longer than 120 characters.61
errorParameter algorithm should be final.63
errorMissing a Javadoc comment.72
errorMissing a Javadoc comment.76
errorParameter protocol should be final.76
errorMissing a Javadoc comment.80
errorParameter needClientAuth should be final.80
errorMissing a Javadoc comment.84
errorMissing a Javadoc comment.88
errorParameter wantClientAuth should be final.88
errorMissing a Javadoc comment.92
errorMissing a Javadoc comment.96
errorParameter keyStore should be final.96
errorMissing a Javadoc comment.100
errorMissing a Javadoc comment.104
errorParameter trustStore should be final.104
errorMissing a Javadoc comment.108
errorMissing a Javadoc comment.112
errorParameter keyAlias should be final.112
errorMissing a Javadoc comment.116
errorMissing a Javadoc comment.120
errorLine is longer than 120 characters.123
errorMissing a Javadoc comment.137
errorMissing a Javadoc comment.144
errorMissing a Javadoc comment.148
errorParameter name should be final.148
errorMissing a Javadoc comment.151
errorParameter password should be final.151
errorMissing a Javadoc comment.154
errorMissing a Javadoc comment.158
errorParameter type should be final.158

org/apache/geronimo/jetty/JettyDefaultServletHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.35
errorLine is longer than 120 characters.38
errorMissing a Javadoc comment.38
errorMore than 7 parameters.38
errorParameter objectName should be final.38
errorParameter servletName should be final.38
errorParameter servletClassName should be final.38
errorParameter jspFile should be final.38
errorParameter initParams should be final.38
errorParameter loadOnStartup should be final.38
errorParameter servletMappings should be final.38
errorParameter runAsSubject should be final.38
errorParameter previous should be final.38
errorParameter context should be final.38
errorLine is longer than 120 characters.39
errorMissing a Javadoc comment.42
errorLine is longer than 120 characters.45
errorMissing a Javadoc comment.50

org/apache/geronimo/jetty/requestlog/NCSARequestLog.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
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
errorMissing a Javadoc comment.37
errorParameter container should be final.37
errorParameter serverInfo should be final.37
errorMissing a Javadoc comment.43
errorParameter filename should be final.43
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.51
errorParameter format should be final.51
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.59
errorParameter tz should be final.59
errorMissing a Javadoc comment.63
errorMissing a Javadoc comment.67
errorMissing a Javadoc comment.71
errorParameter retainDays should be final.71
errorMissing a Javadoc comment.75
errorMissing a Javadoc comment.79
errorParameter e should be final.79
errorMissing a Javadoc comment.83
errorMissing a Javadoc comment.87
errorParameter a should be final.87
errorMissing a Javadoc comment.91
errorParameter ignorePaths should be final.91
errorMissing a Javadoc comment.95
errorMissing a Javadoc comment.99
errorParameter value should be final.99
errorMissing a Javadoc comment.104
errorMissing a Javadoc comment.108
errorAvoid inline conditionals.109
errorMissing a Javadoc comment.112
errorMissing a Javadoc comment.118
errorMissing a Javadoc comment.123
errorMissing a Javadoc comment.128
errorMissing a Javadoc comment.142

org/apache/geronimo/jetty/JettyWebContainerStats.java

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

org/apache/geronimo/jetty/InternalJAASJettyRealm.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
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
errorParameter geronimoRealmName should be final.50
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.58
errorParameter username should be final.58
errorMissing a Javadoc comment.62
errorParameter username should be final.62
errorParameter credentials should be final.62
errorParameter request should be final.62
errorLine is longer than 120 characters.88
errorMissing a Javadoc comment.120
errorParameter user should be final.120
errorMissing a Javadoc comment.127
errorParameter user should be final.127
errorMissing a Javadoc comment.137
errorParameter user should be final.137
errorMissing a Javadoc comment.141
errorParameter user should be final.141
errorParameter role should be final.141
errorMissing a Javadoc comment.160
errorParameter user should be final.160
errorParameter role should be final.160
errorMissing a Javadoc comment.165
errorParameter user should be final.165
errorMissing a Javadoc comment.169
errorMissing a Javadoc comment.173

org/apache/geronimo/jetty/JAASJettyPrincipal.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.32
errorParameter name should be final.32
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.44
errorParameter subject should be final.44
errorLine has trailing spaces.47

org/apache/geronimo/jetty/JettyServletRegistration.java

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

org/apache/geronimo/jetty/JettyManagerImpl.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.59
error'static' modifier out of order with the JLS suggestions.59
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.59
errorMissing a Javadoc comment.60
errorMissing a Javadoc comment.62
errorParameter kernel should be final.62
errorMissing a Javadoc comment.66
errorExpected an @return tag.75
errorLine is longer than 120 characters.75
errorParameter container should be final.75
errorExpected @param tag for 'container'.75
errorParameter uniqueName should be final.75
errorExpected @param tag for 'uniqueName'.75
errorParameter protocol should be final.75
errorExpected @param tag for 'protocol'.75
errorParameter host should be final.75
errorExpected @param tag for 'host'.75
errorParameter port should be final.75
errorExpected @param tag for 'port'.75
errorLine is longer than 120 characters.77
error'10' is a magic number.93
error'50' is a magic number.94
error'if' is not followed by whitespace.97
errorLine is longer than 120 characters.100
errorExpected an @return tag.116
error'=' is not preceded with whitespace.121
error'=' is not followed by whitespace.121
errorExpected an @return tag.133
errorParameter connectorName should be final.143
errorExpected @param tag for 'connectorName'.143
error'if' is not followed by whitespace.158
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
errorMissing a Javadoc comment.230
errorParameter container should be final.230
errorParameter protocol should be final.230
error'if' is not followed by whitespace.231
error'if' is not followed by whitespace.244
error'if' is not followed by whitespace.247
error'+' is not preceded with whitespace.251
error'+' is not followed by whitespace.251
error'+' is not preceded with whitespace.251
error'+' is not followed by whitespace.251
error',' is not followed by whitespace.251
errorLine is longer than 120 characters.258
error'cast' is not followed by whitespace.258
error'+' is not preceded with whitespace.258
error'+' is not followed by whitespace.258
error'+' is not followed by whitespace.258
errorMissing a Javadoc comment.262
errorParameter container should be final.262
errorLine is longer than 120 characters.279
error'+' is not preceded with whitespace.279
error'+' is not followed by whitespace.279
error'+' is not preceded with whitespace.279
error'+' is not followed by whitespace.279
errorMissing a Javadoc comment.283
errorMissing a Javadoc comment.293

org/apache/geronimo/jetty/cluster/ClusteredWebApplicationHandler.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.27
errorMissing a Javadoc comment.28
errorParameter sessionManager should be final.28

org/apache/geronimo/jetty/JettyWebApplicationHandler.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.39
errorParameter pathInContext should be final.49
errorExpected @param tag for 'pathInContext'.49
errorParameter request should be final.50
errorExpected @param tag for 'request'.50
errorParameter response should be final.51
errorExpected @param tag for 'response'.51
errorParameter servletHolder should be final.52
errorExpected @param tag for 'servletHolder'.52
errorParameter type should be final.53
errorExpected @param tag for 'type'.53
errorExpected @throws tag for 'ServletException'.54
errorExpected @throws tag for 'UnavailableException'.54
errorRedundant throws: 'UnavailableException' is subclass of 'ServletException'.54
errorExpected @throws tag for 'IOException'.54
error'{' should be on the previous line.55

org/apache/geronimo/jetty/JettySecureConnector.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.25
errorRedundant 'public' modifier.25
errorMissing a Javadoc comment.27
errorRedundant 'public' modifier.27
errorMissing a Javadoc comment.29
errorRedundant 'public' modifier.29

org/apache/geronimo/jetty/requestlog/JettyRequestLog.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorFirst sentence should end with a period.19
errorMissing a Javadoc comment.25
errorMissing a Javadoc comment.27
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.57

org/apache/geronimo/jetty/GeronimoServletHttpRequest.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.33
errorLine has trailing spaces.34
errorMissing a Javadoc comment.35
errorParameter servletHandler should be final.35
errorParameter pathInContext should be final.35
errorParameter request should be final.35
errorLine has trailing spaces.40
errorMissing a Javadoc comment.41
errorLine has trailing spaces.44
errorMissing a Javadoc comment.45
errorParameter pathParams should be final.45
error'=' is not preceded with whitespace.48
error'!=' is not preceded with whitespace.49
error'!=' is not followed by whitespace.49
error'>' is not preceded with whitespace.49
error'>' is not followed by whitespace.49
error'=' is not preceded with whitespace.50
error'=' is not followed by whitespace.50
error';' is not followed by whitespace.50
error'<' is not preceded with whitespace.50
error'<' is not followed by whitespace.50
error';' is not followed by whitespace.50
error'if' construct must use '{}'s.57
error'!=' is not preceded with whitespace.57
error'!=' is not followed by whitespace.57
error'!=' is not preceded with whitespace.57
error'!=' is not followed by whitespace.57
errorLine has trailing spaces.65

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

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/jetty/JettyServer.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine is longer than 120 characters.24
errorLine has trailing spaces.27
errorMissing a Javadoc comment.32
errorParameter realm should be final.32
errorLine is longer than 120 characters.33
errorMissing a Javadoc comment.36
errorParameter realmName should be final.36
errorLine is longer than 120 characters.37
errorMissing a Javadoc comment.40
errorParameter realm should be final.40
errorLine is longer than 120 characters.41

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

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

org/apache/geronimo/jetty/JettyWebContainerStatsImpl.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorFirst sentence should end with a period.13
errorMissing a Javadoc comment.19
errorMissing a Javadoc comment.20
errorMissing a Javadoc comment.21
errorMissing a Javadoc comment.22
errorMissing a Javadoc comment.23
errorMissing a Javadoc comment.24
errorMissing a Javadoc comment.25
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.27
error'=' is not preceded with whitespace.27
error'=' is not followed by whitespace.27
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.61
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.69
errorMissing a Javadoc comment.73
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
errorParameter on should be final.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

org/apache/geronimo/jetty/interceptor/ComponentContextBeforeAfter.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.34
errorParameter next should be final.34
errorParameter index should be final.34
errorParameter componentContext should be final.34
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.48
errorParameter context should be final.48
errorParameter httpRequest should be final.48
errorParameter httpResponse should be final.48

org/apache/geronimo/jetty/connector/AJP13Connector.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.30
errorParameter container should be final.30
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.42
errorLine is longer than 120 characters.45
errorMissing a Javadoc comment.50

org/apache/geronimo/jetty/interceptor/WebApplicationContextBeforeAfter.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.34
errorParameter next should be final.34
errorParameter index should be final.34
errorParameter webAppContext should be final.34
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.50
errorParameter context should be final.50
errorParameter httpRequest should be final.50
errorParameter httpResponse should be final.50

org/apache/geronimo/jetty/interceptor/ThreadClassloaderBeforeAfter.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
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 threadIndex should be final.33
errorParameter classLoaderIndex should be final.33
errorParameter classLoader 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.50
errorParameter context should be final.50
errorParameter httpRequest should be final.50
errorParameter httpResponse should be final.50
error'cast' is not followed by whitespace.54
error'cast' is not followed by whitespace.54

org/apache/geronimo/jetty/interceptor/SecurityContextBeforeAfter.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.56
errorMissing a Javadoc comment.57
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.59
error'static' modifier out of order with the JLS suggestions.59
errorName 'currentWebAppContext' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.59
errorMissing a Javadoc comment.60
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.68
errorMissing a Javadoc comment.70
errorMore than 7 parameters.70
errorParameter next should be final.70
errorParameter policyContextIDIndex should be final.71
errorParameter webAppContextIndex should be final.72
errorParameter policyContextID should be final.73
errorParameter defaultPrincipal should be final.74
errorParameter authenticator should be final.75
errorParameter checkedPermissions should be final.76
errorParameter excludedPermissions should be final.77
errorParameter realm should be final.78
errorParameter classLoader should be final.79
error'{' should be on the previous line.80
error'formLoginPath' hides a field.94
errorMissing a Javadoc comment.114
errorParameter jettyContainer should be final.114
errorMissing a Javadoc comment.120
errorParameter context should be final.120
errorParameter httpRequest should be final.120
errorParameter httpResponse should be final.120
errorMissing a Javadoc comment.137
errorParameter context should be final.137
errorParameter httpRequest should be final.137
errorParameter httpResponse should be final.137
errorMissing a Javadoc comment.145
errorParameter context should be final.145
error'if' construct must use '{}'s.147
errorMissing a Javadoc comment.152
error'if' construct must use '{}'s.154
errorLine is longer than 120 characters.170
errorParameter pathInContext should be final.170
errorParameter request should be final.170
errorParameter response should be final.170
errorExpected @throws tag for 'HttpException'.170
errorRedundant throws: 'HttpException' is subclass of 'IOException'.170
errorExpected @throws tag for 'IOException'.170
errorLine is longer than 120 characters.172
errorAvoid inline conditionals.172
errorLine is longer than 120 characters.230
errorParameter pathInContext should be final.230
errorParameter request should be final.230
errorParameter response should be final.230
errorParameter resourcePermission should be final.230
errorExpected @param tag for 'resourcePermission'.230
errorParameter dataPermission should be final.230
errorExpected @param tag for 'dataPermission'.230
errorExpected @throws tag for 'IOException'.230
errorLine is longer than 120 characters.232
errorLine is longer than 120 characters.273
errorParameter defaultPrincipal should be final.273
error'defaultPrincipal' hides a field.273
errorParameter classLoader should be final.273
errorExpected @param tag for 'classLoader'.273
errorExpected @throws tag for 'GeronimoSecurityException'.273
errorRedundant throws: 'GeronimoSecurityException' is unchecked exception.273

org/apache/geronimo/jetty/Host.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorFirst sentence should end with a period.6
errorMissing a Javadoc comment.11
errorMissing a Javadoc comment.12
errorMissing a Javadoc comment.14
errorMissing a Javadoc comment.19
errorParameter hosts should be final.19
errorParameter virtualHosts should be final.19
errorMissing a Javadoc comment.24
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.42

org/apache/geronimo/jetty/cluster/ClusteredWebApplicationHandlerFactory.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.32
errorLine has trailing spaces.33
errorMissing a Javadoc comment.34
errorParameter sessionManager should be final.34
errorMissing a Javadoc comment.38
errorLine has trailing spaces.42
errorMissing a Javadoc comment.43
errorLine has trailing spaces.44
errorMissing a Javadoc comment.45
errorLine has trailing spaces.46
errorLine has trailing spaces.56
errorMissing a Javadoc comment.60

org/apache/geronimo/jetty/requestlog/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/jetty/requestlog/JettyLogManager.java

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

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

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.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
errorLine is longer than 120 characters.41
errorMissing a Javadoc comment.41
errorParameter next should be final.41
errorParameter index should be final.41
errorParameter unshareableResources should be final.41
errorParameter applicationManagedSecurityResources should be final.41
errorParameter trackedConnectionAssociator should be final.41
errorMissing a Javadoc comment.49
errorParameter context should be final.49
errorParameter httpRequest should be final.49
errorParameter httpResponse should be final.49
errorLine is longer than 120 characters.51
errorMissing a Javadoc comment.60
errorParameter context should be final.60
errorParameter httpRequest should be final.60
errorParameter httpResponse should be final.60
errorLine has trailing spaces.70

org/apache/geronimo/jetty/connector/JettyConnector.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.42
error'static' modifier out of order with the JLS suggestions.42
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.44
errorVariable 'listener' must be private and have accessor methods.44
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.55
errorParameter container should be final.55
errorMissing a Javadoc comment.60
errorParameter container should be final.60
errorParameter listener should be final.60
errorMissing a Javadoc comment.65
errorMissing a Javadoc comment.69
errorMissing a Javadoc comment.73
errorParameter host should be final.73
errorMissing a Javadoc comment.78
errorMissing a Javadoc comment.82
errorParameter port should be final.82
errorMissing a Javadoc comment.86
errorMissing a Javadoc comment.88
error'if' is not followed by whitespace.89
error'if' is not followed by whitespace.91
error'if' is not followed by whitespace.98
error'if' is not followed by whitespace.100
error'+' is not preceded with whitespace.107
error'+' is not followed by whitespace.107
error'+' is not preceded with whitespace.107
error'+' is not followed by whitespace.107
error'+' is not preceded with whitespace.107
error'+' is not followed by whitespace.107
errorAvoid inline conditionals.107
error'+' is not preceded with whitespace.107
error'+' is not followed by whitespace.107
errorMissing a Javadoc comment.110
errorParameter minThreads should be final.110
error'cast' is not followed by whitespace.111
errorMissing a Javadoc comment.114
error'cast' is not followed by whitespace.115
errorMissing a Javadoc comment.119
errorParameter maxThreads should be final.119
error'cast' is not followed by whitespace.120
errorMissing a Javadoc comment.123
error'cast' is not followed by whitespace.124
errorMissing a Javadoc comment.127
errorParameter max should be final.127
error'cast' is not followed by whitespace.128
errorMissing a Javadoc comment.131
error'cast' is not followed by whitespace.132
errorMissing a Javadoc comment.135
errorParameter max should be final.135
error'if' construct must use '{}'s.136
error'cast' is not followed by whitespace.137
errorMissing a Javadoc comment.140
error'if' construct must use '{}'s.141
error'cast' is not followed by whitespace.142
errorMissing a Javadoc comment.146
errorParameter lowThreads should be final.146
error'if' construct must use '{}'s.147
error'cast' is not followed by whitespace.148
errorMissing a Javadoc comment.151
error'if' construct must use '{}'s.152
error'cast' is not followed by whitespace.153
errorMissing a Javadoc comment.157
error'cast' is not followed by whitespace.158
errorMissing a Javadoc comment.161
error'cast' is not followed by whitespace.162
errorLine has trailing spaces.164
errorMissing a Javadoc comment.165
errorMissing a Javadoc comment.169
errorMissing a Javadoc comment.173
errorParameter bytes should be final.173
error'if' is not followed by whitespace.174
error'cast' is not followed by whitespace.175
error'if' is not followed by whitespace.177
error'cast' is not followed by whitespace.178
errorLine is longer than 120 characters.180
errorAvoid inline conditionals.180
errorMissing a Javadoc comment.184
error'cast' is not followed by whitespace.185
errorMissing a Javadoc comment.188
errorParameter size should be final.188
error'cast' is not followed by whitespace.189
errorMissing a Javadoc comment.192
error'cast' is not followed by whitespace.193
error'*' is not preceded with whitespace.193
error'*' is not followed by whitespace.193
error'1000' is a magic number.193
errorMissing a Javadoc comment.196
errorParameter millis should be final.196
error'cast' is not followed by whitespace.197
error'cast' is not followed by whitespace.197
error'/' is not preceded with whitespace.197
error'/' is not followed by whitespace.197
error'1000f' is a magic number.197
errorMissing a Javadoc comment.200
error'cast' is not followed by whitespace.201
errorMissing a Javadoc comment.204
errorParameter enable should be final.204
error'cast' is not followed by whitespace.205
errorMissing a Javadoc comment.208
errorMissing a Javadoc comment.212
errorParameter port should be final.212
error'if' is not followed by whitespace.213
error'cast' is not followed by whitespace.214
error'if' is not followed by whitespace.219
errorLine is longer than 120 characters.226
errorAvoid inline conditionals.226
errorMissing a Javadoc comment.230
errorMissing a Javadoc comment.232
errorMissing a Javadoc comment.238
errorMissing a Javadoc comment.250
errorMissing a Javadoc comment.262
errorLine is longer than 120 characters.267
error',' is not followed by whitespace.267
error',' is not followed by whitespace.267
error',' is not followed by whitespace.267
error',' is not followed by whitespace.267
error',' is not followed by whitespace.267
error',' is not followed by whitespace.267
error',' is not followed by whitespace.267
error',' is not followed by whitespace.267
error',' is not followed by whitespace.267
error',' is not followed by whitespace.267
error',' is not followed by whitespace.267
errorLine is longer than 120 characters.268

org/apache/geronimo/jetty/JettyWebAppContext.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine is longer than 120 characters.82
errorMissing a Javadoc comment.83
errorMissing a Javadoc comment.85
errorMissing a Javadoc comment.86
errorMissing a Javadoc comment.87
errorMissing a Javadoc comment.89
errorMissing a Javadoc comment.90
errorMissing a Javadoc comment.92
errorMissing a Javadoc comment.93
errorMissing a Javadoc comment.94
errorMissing a Javadoc comment.95
errorMissing a Javadoc comment.96
errorMissing a Javadoc comment.97
errorMissing a Javadoc comment.99
errorMissing a Javadoc comment.100
errorMissing a Javadoc comment.101
errorMissing a Javadoc comment.103
errorMissing a Javadoc comment.105
errorLine has trailing spaces.118
errorMissing a Javadoc comment.127
errorMore than 7 parameters.127
errorParameter objectName should be final.127
errorParameter originalSpecDD should be final.128
errorParameter componentContext should be final.129
errorParameter classLoader should be final.130
errorParameter configurationBaseUrl should be final.131
errorParameter unshareableResources should be final.132
errorParameter applicationManagedSecurityResources should be final.133
errorParameter displayName should be final.134
errorParameter contextParamMap should be final.135
errorParameter listenerClassNames should be final.136
errorParameter distributable should be final.137
errorParameter mimeMap should be final.138
errorParameter welcomeFiles should be final.139
errorParameter localeEncodingMapping should be final.140
errorParameter errorPages should be final.141
errorParameter authenticator should be final.142
errorParameter realmName should be final.143
errorParameter tagLibMap should be final.144
errorParameter sessionTimeoutSeconds should be final.145
errorParameter handlerFactory should be final.146
errorParameter handleInterceptor should be final.147
errorParameter policyContextID should be final.149
errorParameter securityRealmName should be final.150
errorParameter defaultPrincipal should be final.151
errorParameter checkedPermissions should be final.152
errorParameter excludedPermissions should be final.153
errorParameter host should be final.155
errorParameter transactionManager should be final.156
errorParameter trackedConnectionAssociator should be final.157
errorParameter jettyContainer should be final.158
errorParameter server should be final.159
errorParameter application should be final.160
errorParameter kernel should be final.161
errorRedundant throws: 'IllegalAccessException' is subclass of 'Exception'.161
errorRedundant throws: 'InstantiationException' is subclass of 'Exception'.161
errorRedundant throws: 'ClassNotFoundException' is subclass of 'Exception'.161
errorLine has trailing spaces.181
errorExpression can be simplified.209
errorLine is longer than 120 characters.214
errorLine is longer than 120 characters.217
errorLine is longer than 120 characters.228
errorLine is longer than 120 characters.241
errorMissing a Javadoc comment.245
errorMissing a Javadoc comment.249
errorMissing a Javadoc comment.253
errorMissing a Javadoc comment.257
errorMissing a Javadoc comment.261
errorMissing a Javadoc comment.265
errorMissing a Javadoc comment.274
errorMissing a Javadoc comment.278
error'if' is not followed by whitespace.286
errorInner assignments should be avoided.286
error'if' is not followed by whitespace.287
errorInner assignments should be avoided.287
error'if' is not followed by whitespace.291
errorMissing a Javadoc comment.302
errorParameter httpRequest should be final.302
errorParameter httpResponse should be final.302
errorMissing a Javadoc comment.308
errorParameter httpRequest should be final.308
errorParameter httpResponse should be final.308
errorParameter oldScope should be final.308
errorMissing a Javadoc comment.313
errorParameter httpRequest should be final.313
errorParameter httpResponse should be final.313
errorRedundant throws: 'HttpException' is subclass of 'IOException'.313
errorLine has trailing spaces.316
errorMissing a Javadoc comment.317
errorParameter pathInContext should be final.317
errorParameter pathParams should be final.317
errorParameter httpRequest should be final.317
errorParameter httpResponse should be final.317
errorRedundant throws: 'HttpException' is subclass of 'IOException'.318
errorLine has trailing spaces.328
errorLine is longer than 120 characters.328
errorLine has trailing spaces.333
errorMissing a Javadoc comment.334
errorMissing a Javadoc comment.338
errorMissing a Javadoc comment.366
errorMissing a Javadoc comment.390
errorMust have at least one statement.394
errorMissing a Javadoc comment.403
errorParameter initParameters should be final.403
errorMissing a Javadoc comment.412
errorParameter localeEncodingMap should be final.412
errorLine is longer than 120 characters.421
errorMissing a Javadoc comment.421
errorParameter eventListeners should be final.421
errorMissing a Javadoc comment.433
errorParameter errorPageMap should be final.433
errorMissing a Javadoc comment.442
errorParameter tagLibMap should be final.442
errorMissing a Javadoc comment.451
errorParameter seconds should be final.451
errorMissing a Javadoc comment.457
errorMissing a Javadoc comment.461
errorParameter displayName should be final.461
errorMissing a Javadoc comment.466
errorMissing a Javadoc comment.470
errorMissing a Javadoc comment.474
errorMissing a Javadoc comment.481
errorMissing a Javadoc comment.485
error'synchronized' is not followed by whitespace.486
errorFirst sentence should end with a period.491
errorParameter objectName should be final.496
error'objectName' hides a field.496
errorExpected @param tag for 'objectName'.496
errorLine is longer than 120 characters.502
errorLine is longer than 120 characters.508
errorLine is longer than 120 characters.511
error'4' is a magic number.513
errorLine is longer than 120 characters.514
errorLine is longer than 120 characters.518
errorMissing a Javadoc comment.518
errorParameter servletHolder should be final.518
errorParameter servletName should be final.518
errorParameter servletMappings should be final.518
errorParameter objectName should be final.518
error'objectName' hides a field.518
error'synchronized' is not followed by whitespace.534
errorLine is longer than 120 characters.540
errorMissing a Javadoc comment.540
errorParameter pathInContext should be final.540
errorParameter request should be final.540
errorParameter response should be final.540
errorRedundant throws: 'HttpException' is subclass of 'IOException'.540
errorMissing a Javadoc comment.547
errorParameter pathInContext should be final.547
errorParameter pathParams should be final.547
errorParameter httpRequest should be final.547
errorParameter httpResponse should be final.547
errorRedundant throws: 'HttpException' is subclass of 'IOException'.548
errorLine has trailing spaces.551
errorMissing a Javadoc comment.552
errorMissing a Javadoc comment.554
errorParameter pathInContext should be final.554
errorParameter pathParams should be final.554
errorParameter httpRequest should be final.554
errorParameter httpResponse should be final.554
errorParameter end should be final.555
errorRedundant throws: 'HttpException' is subclass of 'IOException'.555
errorLine has trailing spaces.559
errorMissing a Javadoc comment.560
errorLine has trailing spaces.561
errorMissing a Javadoc comment.562
errorLine has trailing spaces.563
errorMissing a Javadoc comment.564
errorMissing a Javadoc comment.565
errorLine is longer than 120 characters.568
errorLine has trailing spaces.588
errorLine is longer than 120 characters.599
errorMissing a Javadoc comment.667

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

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.30
errorParameter container should be final.30
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.38
error'80' is a magic number.39
errorMissing a Javadoc comment.42
errorLine is longer than 120 characters.45
errorMissing a Javadoc comment.50

org/apache/geronimo/jetty/JettyWebConnector.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorExpected an @return tag.32
errorRedundant 'public' modifier.32
errorRedundant 'public' modifier.38
errorExpected @param tag for 'threads'.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

org/apache/geronimo/jetty/JettyContainerImpl.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.43
errorMissing a Javadoc comment.44
errorMissing a Javadoc comment.45
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.49
errorParameter objectName should be final.49
errorParameter manager should be final.49
errorMissing a Javadoc comment.56
errorMissing a Javadoc comment.60
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.68
errorMissing a Javadoc comment.72
errorMissing a Javadoc comment.76
errorParameter protocol should be final.76
errorMissing a Javadoc comment.80
errorMissing a Javadoc comment.84
errorParameter on should be final.84
errorMissing a Javadoc comment.89
errorMissing a Javadoc comment.93
errorMissing a Javadoc comment.97
errorLine is longer than 120 characters.115
errorLine is longer than 120 characters.128
errorLine is longer than 120 characters.135
errorMust have at least one statement.139
errorMissing a Javadoc comment.145
errorParameter listener should be final.145
errorMissing a Javadoc comment.149
errorParameter listener should be final.149
errorMissing a Javadoc comment.153
errorParameter context should be final.153
errorMissing a Javadoc comment.157
errorParameter context should be final.157
errorMissing a Javadoc comment.161
errorParameter realmName should be final.161
errorMissing a Javadoc comment.172
errorParameter realmName should be final.172
error'{' is not preceded with whitespace.175
errorLine is longer than 120 characters.181
errorMissing a Javadoc comment.181
errorMore than 7 parameters.181
errorParameter contextPath should be final.181
errorParameter virtualHosts should be final.181
errorParameter webServiceContainer should be final.181
errorParameter securityRealmName should be final.181
errorParameter realmName should be final.181
errorParameter transportGuarantee should be final.181
errorParameter authMethod should be final.181
errorParameter classLoader should be final.181
error'?' is not preceded with whitespace.182
errorAvoid inline conditionals.182
error':' is not preceded with whitespace.182
error':' is not followed by whitespace.182
errorLine is longer than 120 characters.183
errorMissing a Javadoc comment.190
errorParameter contextPath should be final.190
errorMissing a Javadoc comment.199
errorParameter log should be final.199
errorMissing a Javadoc comment.204
errorMissing a Javadoc comment.208
errorMissing a Javadoc comment.212
errorMust have at least one statement.215
errorMissing a Javadoc comment.219
errorMust have at least one statement.222
errorMissing a Javadoc comment.227
errorMissing a Javadoc comment.255

org/apache/geronimo/jetty/JettyServletHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.50
errorName 'currentServletName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.50
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.52
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.60
errorMore than 7 parameters.60
errorParameter objectName should be final.60
errorParameter servletName should be final.61
errorParameter servletClassName should be final.62
errorParameter jspFile should be final.63
errorParameter initParams should be final.64
errorParameter loadOnStartup should be final.65
errorParameter servletMappings should be final.66
errorParameter runAsSubject should be final.67
errorParameter previous should be final.68
errorParameter context should be final.69
errorAvoid inline conditionals.70
errorMissing a Javadoc comment.89
errorLine is longer than 120 characters.93
errorParameter request should be final.99
errorExpected @param tag for 'request'.99
errorParameter response should be final.99
errorExpected @param tag for 'response'.99
errorExpected @throws tag for 'ServletException'.100
errorExpected @throws tag for 'UnavailableException'.100
errorRedundant throws: 'UnavailableException' is subclass of 'ServletException'.100
errorExpected @throws tag for 'IOException'.100
errorFirst sentence should end with a period.115
errorMissing a Javadoc comment.125
errorParameter servletName should be final.125
errorMissing a Javadoc comment.129
errorMissing a Javadoc comment.133
errorMissing a Javadoc comment.137
errorMissing a Javadoc comment.141
errorMissing a Javadoc comment.145
errorMissing a Javadoc comment.179

org/apache/geronimo/jetty/requestlog/JettyLogManagerImpl.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.50
error'static' modifier out of order with the JLS suggestions.50
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.50
errorLine is longer than 120 characters.53
errorMissing a Javadoc comment.53
error'static' modifier out of order with the JLS suggestions.53
errorMissing a Javadoc comment.54
error'static' modifier out of order with the JLS suggestions.54
errorMissing a Javadoc comment.55
error'static' modifier out of order with the JLS suggestions.55
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.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.65
error'static' modifier out of order with the JLS suggestions.65
errorLine is longer than 120 characters.66
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
error'static' modifier out of order with the JLS suggestions.71
errorMissing a Javadoc comment.72
error'static' modifier out of order with the JLS suggestions.72
errorMissing a Javadoc comment.73
error'static' modifier out of order with the JLS suggestions.73
errorMissing a Javadoc comment.74
error'static' modifier out of order with the JLS suggestions.74
errorMissing a Javadoc comment.75
error'static' modifier out of order with the JLS suggestions.75
errorLine has trailing spaces.76
errorMissing a Javadoc comment.76
errorLine has trailing spaces.77
errorMissing a Javadoc comment.77
errorMissing a Javadoc comment.79
errorParameter serverInfo should be final.79
errorParameter logGbeans should be final.79
error'if' is not followed by whitespace.95
errorLine has trailing spaces.103
errorParameter logName should be final.110
error'!=' is not followed by whitespace.116
errorParameter logName should be final.133
errorExpected an @return tag.165
errorLine is longer than 120 characters.165
errorMore than 7 parameters.165
errorParameter logName should be final.165
errorExpected @param tag for 'logName'.165
errorParameter host should be final.165
errorExpected @param tag for 'host'.165
errorParameter user should be final.165
errorExpected @param tag for 'user'.165
errorParameter method should be final.165
errorExpected @param tag for 'method'.165
errorParameter uri should be final.165
errorExpected @param tag for 'uri'.165
errorParameter startDate should be final.165
errorExpected @param tag for 'startDate'.165
errorParameter endDate should be final.166
errorExpected @param tag for 'endDate'.166
errorParameter skipResults should be final.166
errorExpected @param tag for 'skipResults'.166
errorParameter maxResults should be final.166
errorExpected @param tag for 'maxResults'.166
error'if' construct must use '{}'s.169
error'if' is not followed by whitespace.169
error'if' construct must use '{}'s.170
error'if' is not followed by whitespace.170
error'if' construct must use '{}'s.171
error'if' is not followed by whitespace.171
error'if' construct must use '{}'s.172
error'if' is not followed by whitespace.172
errorAvoid inline conditionals.174
errorAvoid inline conditionals.175
errorArray brackets at illegal position.182
error'!=' is not followed by whitespace.184
error'(' is followed by whitespace.196
error'==' is not preceded with whitespace.196
error'==' is not followed by whitespace.196
error'==' is not preceded with whitespace.196
error'==' is not followed by whitespace.196
error'>' is not preceded with whitespace.197
error'>' is not followed by whitespace.197
error'<=' is not preceded with whitespace.197
error'<=' is not followed by whitespace.197
error'>' is not preceded with whitespace.197
error'>' is not followed by whitespace.197
error'>=' is not preceded with whitespace.197
error'>=' is not followed by whitespace.197
errorLine is longer than 120 characters.203
errorLine is longer than 120 characters.206
errorAvoid inline conditionals.206
errorLine is longer than 120 characters.207
errorAvoid inline conditionals.207
error'while' is not followed by whitespace.209
error'if' is not followed by whitespace.212
error'if' is not followed by whitespace.217
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
error'if' is not followed by whitespace.236
errorMust have at least one statement.239
error'if' is not followed by whitespace.243
error'if' is not followed by whitespace.246
error',' is not followed by whitespace.250
errorMissing a Javadoc comment.265
errorLine has trailing spaces.273
error',' is not followed by whitespace.273
errorMissing a Javadoc comment.277
errorMissing a Javadoc comment.285
errorMissing a Javadoc comment.286
errorVariable 'pattern' must be private and have accessor methods.286
errorMissing a Javadoc comment.288
errorParameter fileNamePattern should be final.288
errorMissing a Javadoc comment.296
errorParameter file should be final.296
errorParameter fileName should be final.296

org/apache/geronimo/jetty/cluster/AbstractClusteredHandleInterceptor.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.36
errorParameter pathInContext should be final.36
errorParameter pathParams should be final.36
errorParameter httpRequest should be final.36
errorParameter httpResponse should be final.36
errorParameter end should be final.37
errorRedundant throws: 'HttpException' is subclass of 'IOException'.37
errorLine has trailing spaces.38
errorLine has trailing spaces.53
errorMissing a Javadoc comment.54
errorLine has trailing spaces.56
errorMissing a Javadoc comment.57
errorLine has trailing spaces.58
errorMissing a Javadoc comment.58
errorVariable 'pathInContext' must be private and have accessor methods.58
errorMissing a Javadoc comment.59
errorVariable 'pathParams' must be private and have accessor methods.59
errorMissing a Javadoc comment.60
errorVariable 'request' must be private and have accessor methods.60
errorMissing a Javadoc comment.61
errorVariable 'response' must be private and have accessor methods.61
errorMissing a Javadoc comment.62
errorVariable 'end' must be private and have accessor methods.62
errorLine has trailing spaces.63
errorMissing a Javadoc comment.64
errorParameter pathInContext should be final.64
errorParameter pathParams should be final.64
errorParameter request should be final.64
errorParameter response should be final.65
errorParameter end should be final.65
errorMissing a Javadoc comment.76
errorMissing a Javadoc comment.84

org/apache/geronimo/jetty/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/jetty/interceptor/RequestWrappingBeforeAfter.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.34
errorParameter next should be final.34
errorParameter handler should be final.34
errorLine has trailing spaces.38
errorMissing a Javadoc comment.39
errorParameter context should be final.39
errorParameter httpRequest should be final.39
errorParameter httpResponse should be final.39
error'{' should be on the previous line.43
errorMissing a Javadoc comment.54
errorParameter context should be final.54
errorParameter httpRequest should be final.54
errorParameter httpResponse should be final.54