Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
1900484

Rules

RulesViolationsSeverity
PackageHtml2error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod189error Error
JavadocType14error Error
JavadocVariable42error Error
JavadocStyle30error Error
ConstantName3error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName1error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
Header
  • headerFile: "/home/anthill/anthill3/agent/var/jobs/projects/Geronimo_Server/modules/geronimo-webservices/target/checkstyle-header.txt"
17error Error
AvoidStarImport2error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports1error Error
FileLength0error Error
LineLength
  • max: "120"
17error Error
MethodLength0error Error
ParameterNumber1error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter3error Error
WhitespaceAround12error Error
ModifierOrder0error Error
RedundantModifier3error Error
AvoidNestedBlocks2error Error
EmptyBlock1error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly0error Error
AvoidInlineConditionals2error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
2error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows20error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass1error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier1error Error
ArrayTypeStyle0error Error
FinalParameters118error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
0error Error
TodoComment0error Error
UpperEll0error Error

Details

org/apache/geronimo/webservices/WebServiceContainerFactory.java

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

org/apache/geronimo/webservices/Handler.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
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.27
errorMissing a Javadoc comment.31
errorParameter handlerName should be final.31
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.39
errorParameter handlerClass should be final.39
errorMissing a Javadoc comment.44
errorParameter soapHeader should be final.44
errorRedundant throws: 'IndexOutOfBoundsException' is unchecked exception.44
errorMissing a Javadoc comment.48
errorParameter index should be final.48
errorParameter soapHeader should be final.48
errorRedundant throws: 'IndexOutOfBoundsException' is unchecked exception.48
errorMissing a Javadoc comment.52
errorParameter soapHeader should be final.52
errorMissing a Javadoc comment.56
errorParameter index should be final.56
errorRedundant throws: 'IndexOutOfBoundsException' is unchecked exception.56
errorMissing a Javadoc comment.63
errorMissing a Javadoc comment.72
errorParameter index should be final.72
errorParameter soapHeader should be final.72
errorRedundant throws: 'IndexOutOfBoundsException' is unchecked exception.72
errorMissing a Javadoc comment.79
errorParameter soapHeaderArray should be final.79
errorMissing a Javadoc comment.87
errorMissing a Javadoc comment.92
errorParameter soapRole should be final.92
errorRedundant throws: 'IndexOutOfBoundsException' is unchecked exception.92
errorMissing a Javadoc comment.96
errorParameter index should be final.96
errorParameter soapRole should be final.96
errorRedundant throws: 'IndexOutOfBoundsException' is unchecked exception.96
errorMissing a Javadoc comment.100
errorParameter soapRole should be final.100
errorMissing a Javadoc comment.104
errorParameter index should be final.104
errorRedundant throws: 'IndexOutOfBoundsException' is unchecked exception.104
errorMissing a Javadoc comment.111
errorMissing a Javadoc comment.120
errorParameter index should be final.120
errorParameter soapRole should be final.120
errorRedundant throws: 'IndexOutOfBoundsException' is unchecked exception.120
errorMissing a Javadoc comment.127
errorParameter soapRoleArray should be final.127
errorMissing a Javadoc comment.135

org/apache/geronimo/webservices/LightWeightMappingValidator.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUsing the '.*' form of import should be avoided - javax.wsdl.*.21
errorMissing a Javadoc comment.29
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36
errorParameter definition should be final.36
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.48
error'context' hides a field.49
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.57
errorParameter definition should be final.57
errorLine is longer than 120 characters.59
errorMissing a Javadoc comment.63
errorParameter output should be final.63
errorLine is longer than 120 characters.66
errorMissing a Javadoc comment.71
errorParameter operation should be final.71
errorLine is longer than 120 characters.73
errorMissing a Javadoc comment.77
errorParameter fault should be final.77
errorLine is longer than 120 characters.80
errorLine is longer than 120 characters.82
errorMissing a Javadoc comment.87
errorParameter bindingInput should be final.87
errorLine is longer than 120 characters.91
errorMissing a Javadoc comment.95
errorParameter bindingOutput should be final.95
errorLine is longer than 120 characters.99
errorMissing a Javadoc comment.103
errorParameter bindingFault should be final.103
errorLine is longer than 120 characters.107
errorMissing a Javadoc comment.111
errorParameter binding should be final.111
errorLine is longer than 120 characters.114
errorMissing a Javadoc comment.118
errorParameter service should be final.118

org/apache/geronimo/webservices/SerializableWebServiceContainerFactoryGBean.java

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

org/apache/geronimo/webservices/WSDLVisitor.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUsing the '.*' form of import should be avoided - javax.wsdl.*.26
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.34
errorVariable 'definition' must be private and have accessor methods.34
errorMissing a Javadoc comment.36
errorParameter definition should be final.36
errorMissing a Javadoc comment.40
errorAvoid nested blocks.93
errorAvoid nested blocks.97
error'catch' is not followed by whitespace.110
error'{' is not preceded with whitespace.110
errorMissing a Javadoc comment.117
errorMissing a Javadoc comment.120
errorMissing a Javadoc comment.123
errorParameter fault should be final.123
errorMissing a Javadoc comment.126
errorParameter definition should be final.126
error'definition' hides a field.126
errorMissing a Javadoc comment.129
errorParameter wsdlImport should be final.129
errorMissing a Javadoc comment.132
errorParameter types should be final.132
errorMissing a Javadoc comment.135
errorParameter bindingFault should be final.135
errorMissing a Javadoc comment.138
errorParameter bindingOutput should be final.138
errorMissing a Javadoc comment.141
errorParameter bindingInput should be final.141
errorMissing a Javadoc comment.144
errorParameter output should be final.144
errorMissing a Javadoc comment.147
errorParameter part should be final.147
errorMissing a Javadoc comment.150
errorParameter message should be final.150
errorMissing a Javadoc comment.153
errorParameter input should be final.153
errorMissing a Javadoc comment.156
errorParameter operation should be final.156
errorMissing a Javadoc comment.159
errorParameter portType should be final.159
errorMissing a Javadoc comment.162
errorParameter bindingOperation should be final.162
errorMissing a Javadoc comment.165
errorParameter binding should be final.165
errorMissing a Javadoc comment.168
errorParameter port should be final.168
errorMissing a Javadoc comment.171
errorParameter service should be final.171
errorMissing a Javadoc comment.174
errorParameter extensibilityElements should be final.174
errorMissing a Javadoc comment.186
errorParameter binding should be final.186

org/apache/geronimo/webservices/jaxr/JAXRGBean.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorFirst sentence should end with a period.28
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.37
errorMissing a Javadoc comment.39
errorParameter connectionFactoryClass should be final.39
errorParameter cl should be final.39
errorFirst sentence should end with a period.44
errorName '$getResource' must match pattern '^[a-z][a-zA-Z0-9]*$'.49
errorMissing a Javadoc comment.69
errorMissing a Javadoc comment.85

org/apache/geronimo/webservices/jaxr/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/webservices/WebServicesFactory.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUnused import - org.exolab.castor.xml.Marshaller.25
errorClass WebServicesFactory should be declared as final.28
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.35
errorLine is longer than 120 characters.44
error'cast' is not followed by whitespace.44
errorMissing a Javadoc comment.48
error'{' is not preceded with whitespace.49
errorMissing a Javadoc comment.55
errorParameter webservicesURL should be final.55
error'catch' is not followed by whitespace.67
errorMust have at least one statement.67

org/apache/geronimo/webservices/SoapHandler.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine is longer than 120 characters.24
errorMissing a Javadoc comment.24
errorMore than 7 parameters.24
errorMissing a Javadoc comment.26

org/apache/geronimo/webservices/WebServices.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorFirst sentence should end with a period.23
errorFirst sentence should end with a period.33
errorFirst sentence should end with a period.39
errorMissing a Javadoc comment.46
errorParameter webServiceDescription should be final.46
errorRedundant throws: 'IndexOutOfBoundsException' is unchecked exception.46
errorLine is longer than 120 characters.51
errorMissing a Javadoc comment.51
errorParameter index should be final.51
errorParameter webServiceDescription should be final.51
errorRedundant throws: 'IndexOutOfBoundsException' is unchecked exception.51
errorMissing a Javadoc comment.56
errorParameter webServiceDescription should be final.56
errorMissing a Javadoc comment.61
errorParameter index should be final.61
errorRedundant throws: 'IndexOutOfBoundsException' is unchecked exception.61
errorMissing a Javadoc comment.68
errorMissing a Javadoc comment.77
errorParameter webServiceDescriptionName should be final.77
errorLine is longer than 120 characters.81
errorMissing a Javadoc comment.81
errorParameter index should be final.81
errorParameter webServiceDescription should be final.81
errorRedundant throws: 'IndexOutOfBoundsException' is unchecked exception.81
errorLine is longer than 120 characters.85
errorMissing a Javadoc comment.90
errorParameter webServiceDescriptionArray should be final.90
errorMissing a Javadoc comment.99

org/apache/geronimo/webservices/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/webservices/PortComponent.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
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
errorFirst sentence should end with a period.28
errorFirst sentence should end with a period.34
errorMissing a Javadoc comment.41
errorParameter handler should be final.41
errorRedundant throws: 'IndexOutOfBoundsException' is unchecked exception.41
errorMissing a Javadoc comment.46
errorParameter index should be final.46
errorParameter handler should be final.46
errorRedundant throws: 'IndexOutOfBoundsException' is unchecked exception.46
errorMissing a Javadoc comment.51
errorParameter handler should be final.51
errorMissing a Javadoc comment.56
errorParameter index should be final.56
errorRedundant throws: 'IndexOutOfBoundsException' is unchecked exception.56
errorMissing a Javadoc comment.63
errorMissing a Javadoc comment.72
errorParameter handlerName should be final.72
errorMissing a Javadoc comment.76
errorParameter index should be final.76
errorParameter handler should be final.76
errorRedundant throws: 'IndexOutOfBoundsException' is unchecked exception.76
errorMissing a Javadoc comment.85
errorParameter handlerArray should be final.85
errorMissing a Javadoc comment.94
errorMissing a Javadoc comment.99
errorMissing a Javadoc comment.103
errorParameter portComponentName should be final.103
errorMissing a Javadoc comment.107
errorMissing a Javadoc comment.111
errorParameter wsdlPort should be final.111
errorMissing a Javadoc comment.115
errorMissing a Javadoc comment.119
errorParameter serviceEndpointInterface should be final.119
errorMissing a Javadoc comment.123
errorMissing a Javadoc comment.127
errorParameter serviceImplBean should be final.127

org/apache/geronimo/webservices/WebServiceContainer.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorRedundant 'public' modifier.37
error'+' is not preceded with whitespace.37
error'+' is not followed by whitespace.37
errorRedundant 'public' modifier.44
error'+' is not preceded with whitespace.44
error'+' is not followed by whitespace.44
errorFirst sentence should end with a period.46
errorRedundant 'public' modifier.49
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.55
errorFirst sentence should end with a period.56
errorFirst sentence should end with a period.58
errorFirst sentence should end with a period.60
errorFirst sentence should end with a period.62
errorFirst sentence should end with a period.64
errorFirst sentence should end with a period.66
errorFirst sentence should end with a period.68
errorFirst sentence should end with a period.70
errorFirst sentence should end with a period.72
errorFirst sentence should end with a period.74
errorFirst sentence should end with a period.76
errorFirst sentence should end with a period.78
errorFirst sentence should end with a period.80
errorFirst sentence should end with a period.82
errorFirst sentence should end with a period.84
errorFirst sentence should end with a period.86
errorFirst sentence should end with a period.88
errorFirst sentence should end with a period.90
errorFirst sentence should end with a period.92
errorFirst sentence should end with a period.94
errorMissing a Javadoc comment.97
errorMissing a Javadoc comment.99
errorMissing a Javadoc comment.101
errorMissing a Javadoc comment.103
errorMissing a Javadoc comment.105
errorMissing a Javadoc comment.107
errorMissing a Javadoc comment.109
errorMissing a Javadoc comment.111
errorMissing a Javadoc comment.113
errorMissing a Javadoc comment.115
errorMissing a Javadoc comment.118
errorMissing a Javadoc comment.119
errorMissing a Javadoc comment.121
errorMissing a Javadoc comment.123
errorMissing a Javadoc comment.125
errorMissing a Javadoc comment.127
errorMissing a Javadoc comment.129
errorMissing a Javadoc comment.131
errorMissing a Javadoc comment.133

org/apache/geronimo/webservices/POJOWebServiceServlet.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.49
error'+' is not preceded with whitespace.49
error'+' is not followed by whitespace.49
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.52
errorParameter config should be final.52
error',' is not followed by whitespace.67
error'cast' is not followed by whitespace.67
errorMissing a Javadoc comment.74
errorLine is longer than 120 characters.78
errorMissing a Javadoc comment.78
errorParameter servletRequest should be final.78
errorParameter servletResponse should be final.78
errorMissing a Javadoc comment.82
errorMissing a Javadoc comment.86

org/apache/geronimo/webservices/ServiceLifecycleManager.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.42
errorParameter next should be final.42
errorParameter managedService should be final.42
errorMissing a Javadoc comment.47
errorParameter config should be final.47
errorMissing a Javadoc comment.56
errorMissing a Javadoc comment.60
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.69
errorParameter req should be final.69
errorParameter res should be final.69
errorMissing a Javadoc comment.79
errorMissing a Javadoc comment.81
errorName 'endpointContext' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.81
errorMissing a Javadoc comment.84
errorAvoid inline conditionals.86
errorMissing a Javadoc comment.89
errorMissing a Javadoc comment.90
errorMissing a Javadoc comment.92
errorParameter servletContext should be final.92
errorMissing a Javadoc comment.96
errorMissing a Javadoc comment.100
errorMissing a Javadoc comment.104
errorMissing a Javadoc comment.108
errorMissing a Javadoc comment.112
errorParameter s should be final.112
errorMissing a Javadoc comment.117
errorMissing a Javadoc comment.119
errorMissing a Javadoc comment.121
errorParameter request should be final.121
errorMissing a Javadoc comment.125
errorMissing a Javadoc comment.129
errorMissing a Javadoc comment.133
errorMissing a Javadoc comment.137
errorMissing a Javadoc comment.141
errorParameter s should be final.141
errorMissing a Javadoc comment.146
errorMissing a Javadoc comment.148
errorMissing a Javadoc comment.152
errorMissing a Javadoc comment.156
errorMissing a Javadoc comment.160
errorMissing a Javadoc comment.164
errorParameter s should be final.164

org/apache/geronimo/webservices/MessageContextInvocationKey.java

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

org/apache/geronimo/webservices/WebServiceDescription.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.22
errorMissing a Javadoc comment.23
errorMissing a Javadoc comment.24
errorMissing a Javadoc comment.25
errorFirst sentence should end with a period.27
errorFirst sentence should end with a period.33
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.44
errorParameter webServiceDescriptionName should be final.44
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.52
errorParameter wsdlFile should be final.52
errorMissing a Javadoc comment.56
errorMissing a Javadoc comment.60
errorParameter jaxrpcMappingFile should be final.60
errorMissing a Javadoc comment.64
errorParameter portComponent should be final.64
errorRedundant throws: 'IndexOutOfBoundsException' is unchecked exception.64
errorMissing a Javadoc comment.69
errorParameter index should be final.69
errorParameter portComponent should be final.69
errorRedundant throws: 'IndexOutOfBoundsException' is unchecked exception.69
errorMissing a Javadoc comment.74
errorParameter portComponent should be final.74
errorMissing a Javadoc comment.79
errorParameter index should be final.79
errorRedundant throws: 'IndexOutOfBoundsException' is unchecked exception.79
errorMissing a Javadoc comment.86
errorMissing a Javadoc comment.95
errorParameter portComponentName should be final.95
errorMissing a Javadoc comment.99
errorParameter index should be final.99
errorParameter portComponent should be final.99
errorRedundant throws: 'IndexOutOfBoundsException' is unchecked exception.99
errorMissing a Javadoc comment.108
errorParameter portComponentArray should be final.108
errorMissing a Javadoc comment.117

org/apache/geronimo/webservices/WebServiceContainerInvoker.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.39
error'+' is not preceded with whitespace.39
error'+' is not followed by whitespace.39
errorMissing a Javadoc comment.41
errorMissing a Javadoc comment.42
errorMissing a Javadoc comment.44
errorParameter pojo should be final.44
errorMissing a Javadoc comment.48
errorParameter config should be final.48
errorMissing a Javadoc comment.54
errorMissing a Javadoc comment.58
errorParameter req should be final.58
errorParameter res should be final.58
errorMissing a Javadoc comment.89
errorMissing a Javadoc comment.93
errorMissing a Javadoc comment.96
errorMissing a Javadoc comment.97
errorMissing a Javadoc comment.99
errorParameter request should be final.99
errorMissing a Javadoc comment.103
errorParameter name should be final.103
errorMissing a Javadoc comment.107
errorLine is longer than 120 characters.109
errorMissing a Javadoc comment.115
errorMissing a Javadoc comment.119
errorMissing a Javadoc comment.123
errorMissing a Javadoc comment.127
errorAvoid inline conditionals.129
errorMissing a Javadoc comment.132
errorParameter name should be final.132
errorMissing a Javadoc comment.136
errorMissing a Javadoc comment.141
errorName 'methods' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.141
errorMissing a Javadoc comment.154
errorParameter s should be final.154
errorMissing a Javadoc comment.158
errorParameter s should be final.158
errorParameter o should be final.158
errorMissing a Javadoc comment.164
errorMissing a Javadoc comment.165
errorMissing a Javadoc comment.167
errorParameter response should be final.167
errorMissing a Javadoc comment.171
errorParameter name should be final.171
errorParameter value should be final.171
errorMissing a Javadoc comment.175
errorParameter name should be final.175
errorMissing a Javadoc comment.179
errorMissing a Javadoc comment.187
errorParameter code should be final.187
errorMissing a Javadoc comment.191
errorMissing a Javadoc comment.195
errorParameter type should be final.195
errorMissing a Javadoc comment.199
errorMissing a Javadoc comment.203
errorParameter responseString should be final.203

org/apache/geronimo/webservices/ServiceImplBean.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.19
errorMissing a Javadoc comment.20
errorMissing a Javadoc comment.21
errorMissing a Javadoc comment.23
errorMissing a Javadoc comment.27
errorParameter serlvetLink should be final.27
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.35
errorParameter ejbLink should be final.35