Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
5700611

Rules

RulesViolationsSeverity
PackageHtml7error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod67error Error
JavadocType1error Error
JavadocVariable1error Error
JavadocStyle6error Error
ConstantName1error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName3error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
Header
  • headerFile: "/Users/jason/ws/geronimo/specs/geronimo-jaxrpc_1.1_spec/target/checkstyle-header.txt"
50error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
LineLength
  • max: "120"
0error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter1error Error
NoWhitespaceBefore0error Error
OperatorWrap2error Error
ParenPad26error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround87error Error
ModifierOrder0error Error
RedundantModifier102error Error
AvoidNestedBlocks0error Error
EmptyBlock2error Error
LeftCurly3error Error
NeedBraces2error Error
RightCurly0error Error
AvoidInlineConditionals2error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows3error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass1error Error
HideUtilityClassConstructor1error Error
InterfaceIsType0error Error
VisibilityModifier23error Error
ArrayTypeStyle0error Error
FinalParameters51error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
168error Error
TodoComment0error Error
UpperEll0error Error

Files

Filesinfowarningerror
javax/xml/rpc/Service.java0018
javax/xml/rpc/holders/IntegerWrapperHolder.java008
javax/xml/rpc/holders/LongHolder.java008
javax/xml/rpc/Stub.java0016
javax/xml/rpc/holders/ShortWrapperHolder.java008
javax/xml/rpc/ServiceException.java0022
javax/xml/rpc/encoding/DeserializationContext.java006
javax/xml/rpc/encoding/TypeMappingRegistry.java0015
javax/xml/rpc/Call.java0059
javax/xml/rpc/holders/BooleanWrapperHolder.java008
javax/xml/rpc/holders/package.html001
javax/xml/rpc/handler/soap/package.html001
javax/xml/rpc/FactoryFinder.java0077
javax/xml/rpc/encoding/SerializerFactory.java008
javax/xml/rpc/handler/soap/SOAPMessageContext.java009
javax/xml/rpc/holders/CalendarHolder.java009
javax/xml/rpc/handler/Handler.java0016
javax/xml/rpc/holders/FloatHolder.java008
javax/xml/rpc/soap/SOAPFaultException.java008
javax/xml/rpc/server/package.html001
javax/xml/rpc/holders/StringHolder.java008
javax/xml/rpc/ServiceFactory.java0013
javax/xml/rpc/handler/HandlerInfo.java0012
javax/xml/rpc/holders/DoubleWrapperHolder.java008
javax/xml/rpc/holders/DoubleHolder.java008
javax/xml/rpc/encoding/Deserializer.java005
javax/xml/rpc/encoding/package.html001
javax/xml/rpc/encoding/Serializer.java005
javax/xml/rpc/handler/HandlerRegistry.java0010
javax/xml/rpc/handler/package.html001
javax/xml/rpc/holders/BooleanHolder.java008
javax/xml/rpc/JAXRPCException.java0020
javax/xml/rpc/encoding/SerializationContext.java006
javax/xml/rpc/holders/Holder.java006
javax/xml/rpc/holders/BigDecimalHolder.java008
javax/xml/rpc/holders/QNameHolder.java008
javax/xml/rpc/handler/GenericHandler.java0014
javax/xml/rpc/holders/BigIntegerHolder.java008
javax/xml/rpc/holders/FloatWrapperHolder.java008
javax/xml/rpc/ParameterMode.java007
javax/xml/rpc/encoding/TypeMapping.java0015
javax/xml/rpc/holders/ObjectHolder.java008
javax/xml/rpc/holders/IntHolder.java008
javax/xml/rpc/handler/HandlerChain.java0016
javax/xml/rpc/NamespaceConstants.java006
javax/xml/rpc/encoding/XMLType.java007
javax/xml/rpc/holders/ShortHolder.java008
javax/xml/rpc/server/ServiceLifecycle.java006
javax/xml/rpc/holders/ByteWrapperHolder.java008
javax/xml/rpc/handler/MessageContext.java0013
javax/xml/rpc/soap/package.html001
javax/xml/rpc/encoding/DeserializerFactory.java007
javax/xml/rpc/holders/ByteHolder.java008
javax/xml/rpc/holders/ByteArrayHolder.java008
javax/xml/rpc/package.html001
javax/xml/rpc/holders/LongWrapperHolder.java008
javax/xml/rpc/server/ServletEndpointContext.java0013

Details

javax/xml/rpc/Service.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorRedundant 'public' modifier.64
errorRedundant 'public' modifier.94
errorRedundant 'public' modifier.120
errorRedundant 'public' modifier.130
errorRedundant 'public' modifier.144
errorRedundant 'public' modifier.159
errorRedundant 'public' modifier.172
errorRedundant 'public' modifier.179
errorRedundant 'public' modifier.191
errorRedundant 'public' modifier.199
errorUnused @throws tag for 'java.lang.UnsupportedOperationException'.209
errorRedundant 'public' modifier.212
errorUnused @throws tag for 'java.lang.UnsupportedOperationException'.219
errorRedundant 'public' modifier.222

javax/xml/rpc/holders/IntegerWrapperHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorVariable 'value' must be private and have accessor methods.26
error'{' is not followed by whitespace.31
error'}' is not preceded with whitespace.31
errorParameter value should be final.39

javax/xml/rpc/holders/LongHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.4
errorLine has trailing spaces.8
errorLine has trailing spaces.10
errorVariable 'value' must be private and have accessor methods.27
error'{' is not followed by whitespace.32
error'}' is not preceded with whitespace.32
errorParameter value should be final.40

javax/xml/rpc/Stub.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorRedundant 'public' modifier.41
errorRedundant 'public' modifier.47
errorRedundant 'public' modifier.56
errorRedundant 'public' modifier.68
errorUnused @throws tag for 'JAXRPCException'.85
errorRedundant 'public' modifier.97
errorName '_setProperty' must match pattern '^[a-z][a-zA-Z0-9]*$'.97
errorUnused @throws tag for 'JAXRPCException'.105
errorRedundant 'public' modifier.108
errorName '_getProperty' must match pattern '^[a-z][a-zA-Z0-9]*$'.108
errorRedundant 'public' modifier.117
errorName '_getPropertyNames' must match pattern '^[a-z][a-zA-Z0-9]*$'.117

javax/xml/rpc/holders/ShortWrapperHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorVariable 'value' must be private and have accessor methods.26
error'{' is not followed by whitespace.31
error'}' is not preceded with whitespace.31
errorParameter value should be final.39

javax/xml/rpc/ServiceException.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorLine has trailing spaces.27
errorLine has trailing spaces.29
errorVariable 'cause' must be private and have accessor methods.31
errorLine has trailing spaces.32
error'{' is not followed by whitespace.37
error'}' is not preceded with whitespace.37
errorLine has trailing spaces.38
errorParameter message should be final.46
errorLine has trailing spaces.49
errorParameter message should be final.60
errorParameter cause should be final.60
errorLine has trailing spaces.64
errorParameter cause should be final.77
error'(' is followed by whitespace.78
errorAvoid inline conditionals.78
error')' is preceded with whitespace.78
errorLine has trailing spaces.81
errorLine has trailing spaces.91

javax/xml/rpc/encoding/DeserializationContext.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
error'{' is not followed by whitespace.25
error'}' is not preceded with whitespace.25

javax/xml/rpc/encoding/TypeMappingRegistry.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorUnused @throws tag for 'javax.xml.rpc.JAXRPCException'.42
errorRedundant 'public' modifier.46
errorUnused @throws tag for 'javax.xml.rpc.JAXRPCException'.64
errorRedundant 'public' modifier.68
errorRedundant 'public' modifier.78
errorRedundant 'public' modifier.86
errorRedundant 'public' modifier.98
errorRedundant 'public' modifier.105
errorRedundant 'public' modifier.116
errorRedundant 'public' modifier.132
errorRedundant 'public' modifier.138

javax/xml/rpc/Call.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorFirst sentence should end with a period.37
errorUnclosed HTML tag found: <code>java.lang.String39
errorRedundant 'public' modifier.41
errorFirst sentence should end with a period.44
errorRedundant 'public' modifier.48
errorRedundant 'public' modifier.57
errorRedundant 'public' modifier.67
errorRedundant 'public' modifier.76
errorRedundant 'public' modifier.85
errorRedundant 'public' modifier.97
errorRedundant 'public' modifier.113
errorUnclosed HTML tag found: <code>ParameterMode.INOUT129
errorUnused @throws tag for 'JAXRPCException'.130
errorUnused @throws tag for 'java.lang.IllegalArgumentException'.133
errorRedundant 'public' modifier.136
errorUnused @throws tag for 'JAXRPCException'.149
errorUnused @throws tag for 'java.lang.IllegalArgumentException'.158
errorUnused @throws tag for 'java.lang.UnsupportedOperationException'.160
errorRedundant 'public' modifier.163
errorRedundant 'public' modifier.173
errorUnused @throws tag for 'JAXRPCException'.181
errorUnused @throws tag for 'java.lang.IllegalArgumentException'.185
errorRedundant 'public' modifier.188
errorUnused @throws tag for 'JAXRPCException'.195
errorUnused @throws tag for 'java.lang.UnsupportedOperationException'.203
errorUnused @throws tag for 'java.lang.IllegalArgumentException'.205
errorRedundant 'public' modifier.208
errorRedundant 'public' modifier.215
errorUnused @throws tag for 'JAXRPCException'.223
errorRedundant 'public' modifier.228
errorRedundant 'public' modifier.235
errorRedundant 'public' modifier.244
errorRedundant 'public' modifier.251
errorRedundant 'public' modifier.258
errorRedundant 'public' modifier.268
errorRedundant 'public' modifier.275
errorUnused @throws tag for 'JAXRPCException'.284
errorRedundant 'public' modifier.296
errorUnused @throws tag for 'JAXRPCException'.304
errorRedundant 'public' modifier.307
errorUnused @throws tag for 'JAXRPCException'.313
errorRedundant 'public' modifier.316
errorRedundant 'public' modifier.324
errorUnused @throws tag for 'javax.xml.rpc.soap.SOAPFaultException'.340
errorUnused @throws tag for 'JAXRPCException'.341
errorRedundant 'public' modifier.352
errorUnused @throws tag for 'javax.xml.rpc.soap.SOAPFaultException'.366
errorUnused @throws tag for 'JAXRPCException'.367
errorRedundant 'public' modifier.377
errorUnused @throws tag for 'JAXRPCException'.391
errorRedundant 'public' modifier.397
errorUnused @throws tag for 'javax.xml.rpc.JAXRPCException'.407
errorRedundant 'public' modifier.411
errorUnused @throws tag for 'JAXRPCException'.421
errorRedundant 'public' modifier.425

javax/xml/rpc/holders/BooleanWrapperHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorVariable 'value' must be private and have accessor methods.26
error'{' is not followed by whitespace.31
error'}' is not preceded with whitespace.31
errorParameter value should be final.39

javax/xml/rpc/holders/package.html

ViolationMessageLine
errorMissing package documentation file.0

javax/xml/rpc/handler/soap/package.html

ViolationMessageLine
errorMissing package documentation file.0

javax/xml/rpc/FactoryFinder.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorUtility classes should not have a public or default constructor.38
errorName 'debug' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.40
errorMissing a Javadoc comment.42
errorParameter msg should be final.42
errorRedundant throws: 'ConfigurationError' is unchecked exception.57
error'{' should be on the previous line.58
errorParameter className should be final.95
errorParameter classLoader should be final.96
errorRedundant throws: 'ConfigurationError' is unchecked exception.97
error'{' should be on the previous line.98
errorMust have at least one statement.103
errorUnused @throws tag for 'FactoryFinder.ConfigurationError'.128
errorParameter factoryId should be final.132
errorParameter fallbackClassName should be final.132
errorExpected @throws tag for 'ConfigurationError'.133
errorRedundant throws: 'ConfigurationError' is unchecked exception.133
error'{' should be on the previous line.134
error'(' is followed by whitespace.142
error')' is preceded with whitespace.142
error'if' is not followed by whitespace.143
error'(' is followed by whitespace.143
error'!=' is not preceded with whitespace.143
error'!=' is not followed by whitespace.143
errorMust have at least one statement.147
error'=' is not preceded with whitespace.152
error'=' is not followed by whitespace.152
error'(' is followed by whitespace.152
error')' is preceded with whitespace.152
error'+' should be on a new line.153
error'=' is not preceded with whitespace.155
error'=' is not followed by whitespace.155
error'(' is followed by whitespace.155
error')' is preceded with whitespace.155
error'if' is not followed by whitespace.156
error'(' is followed by whitespace.156
error'=' is not preceded with whitespace.157
error'=' is not followed by whitespace.157
error'(' is followed by whitespace.158
error'catch' is not followed by whitespace.163
error')' is preceded with whitespace.163
error'if' construct must use '{}'s.164
error'if' is not followed by whitespace.164
error'(' is followed by whitespace.164
error')' is preceded with whitespace.164
error'=' is not preceded with whitespace.170
error'=' is not followed by whitespace.170
error'=' is not preceded with whitespace.172
error'=' is not followed by whitespace.172
error'(' is followed by whitespace.172
error')' is preceded with whitespace.172
error'=' is not preceded with whitespace.174
error'=' is not followed by whitespace.174
error'(' is followed by whitespace.174
error')' is preceded with whitespace.174
error'if' is not followed by whitespace.177
error'(' is followed by whitespace.177
error'!=' is not preceded with whitespace.177
error'!=' is not followed by whitespace.177
error')' is preceded with whitespace.177
error'&&' should be on a new line.206
error'!' is followed by whitespace.207
error'catch' is not followed by whitespace.212
error'(' is followed by whitespace.212
error')' is preceded with whitespace.212
error'if' construct must use '{}'s.213
error'if' is not followed by whitespace.213
error'(' is followed by whitespace.213
error')' is preceded with whitespace.213
errorMissing a Javadoc comment.225
errorMissing a Javadoc comment.229
errorParameter msg should be final.238
errorParameter x should be final.238
errorMissing a Javadoc comment.243

javax/xml/rpc/encoding/SerializerFactory.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorUnused @throws tag for 'javax.xml.rpc.JAXRPCException'.38
errorUnused @throws tag for 'java.lang.IllegalArgumentException'.41
errorRedundant 'public' modifier.44
errorRedundant 'public' modifier.52

javax/xml/rpc/handler/soap/SOAPMessageContext.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorRedundant 'public' modifier.40
errorUnused @throws tag for 'javax.xml.rpc.JAXRPCException'.46
errorUnused @throws tag for 'java.lang.UnsupportedOperationException'.48
errorRedundant 'public' modifier.51
errorRedundant 'public' modifier.68

javax/xml/rpc/holders/CalendarHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorVariable 'value' must be private and have accessor methods.28
errorFirst sentence should end with a period.30
error'{' is not followed by whitespace.33
error'}' is not preceded with whitespace.33
errorParameter value should be final.41

javax/xml/rpc/handler/Handler.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorUnused @throws tag for 'javax.xml.rpc.JAXRPCException'.65
errorUnused @throws tag for 'javax.xml.rpc.soap.SOAPFaultException'.78
errorRedundant 'public' modifier.96
errorUnused @throws tag for 'javax.xml.rpc.JAXRPCException'.117
errorRedundant 'public' modifier.130
errorUnused @throws tag for 'javax.xml.rpc.JAXRPCException'.149
errorRedundant 'public' modifier.161
errorUnused @throws tag for 'javax.xml.rpc.JAXRPCException'.182
errorRedundant 'public' modifier.185
errorUnused @throws tag for 'javax.xml.rpc.JAXRPCException'.193
errorRedundant 'public' modifier.196
errorRedundant 'public' modifier.205

javax/xml/rpc/holders/FloatHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorVariable 'value' must be private and have accessor methods.26
error'{' is not followed by whitespace.31
error'}' is not preceded with whitespace.31
errorParameter value should be final.39

javax/xml/rpc/soap/SOAPFaultException.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorParameter faultcode should be final.51
errorParameter faultstring should be final.51
errorParameter faultactor should be final.52
errorParameter detail should be final.52

javax/xml/rpc/server/package.html

ViolationMessageLine
errorMissing package documentation file.0

javax/xml/rpc/holders/StringHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorVariable 'value' must be private and have accessor methods.26
error'{' is not followed by whitespace.31
error'}' is not preceded with whitespace.31
errorParameter value should be final.39

javax/xml/rpc/ServiceFactory.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
error'{' is not followed by whitespace.38
error'}' is not preceded with whitespace.38
errorExpected @throws tag for 'ServiceException'.60
errorLine has trailing spaces.94
errorMissing a Javadoc comment.95
errorLine has trailing spaces.97
errorMissing a Javadoc comment.98
errorLine has trailing spaces.102
errorMissing a Javadoc comment.103

javax/xml/rpc/handler/HandlerInfo.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorParameter handlerClass should be final.49
errorParameter config should be final.49
errorParameter headers should be final.49
errorParameter handlerClass should be final.61
errorFirst sentence should end with a period.75
errorParameter config should be final.79
error'config' hides a field.79
errorParameter headers should be final.99

javax/xml/rpc/holders/DoubleWrapperHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorVariable 'value' must be private and have accessor methods.26
error'{' is not followed by whitespace.31
error'}' is not preceded with whitespace.31
errorParameter value should be final.39

javax/xml/rpc/holders/DoubleHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorVariable 'value' must be private and have accessor methods.26
error'{' is not followed by whitespace.31
error'}' is not preceded with whitespace.31
errorParameter value should be final.39

javax/xml/rpc/encoding/Deserializer.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorRedundant 'public' modifier.35

javax/xml/rpc/encoding/package.html

ViolationMessageLine
errorMissing package documentation file.0

javax/xml/rpc/encoding/Serializer.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorRedundant 'public' modifier.34

javax/xml/rpc/handler/HandlerRegistry.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorUnused @throws tag for 'java.lang.IllegalArgumentException'.47
errorRedundant 'public' modifier.49
errorUnused @throws tag for 'javax.xml.rpc.JAXRPCException'.60
errorUnused @throws tag for 'java.lang.UnsupportedOperationException'.62
errorUnused @throws tag for 'java.lang.IllegalArgumentException'.66
errorRedundant 'public' modifier.69

javax/xml/rpc/handler/package.html

ViolationMessageLine
errorMissing package documentation file.0

javax/xml/rpc/holders/BooleanHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorVariable 'value' must be private and have accessor methods.26
error'{' is not followed by whitespace.31
error'}' is not preceded with whitespace.31
errorParameter value should be final.39

javax/xml/rpc/JAXRPCException.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorVariable 'cause' must be private and have accessor methods.30
errorLine has trailing spaces.31
error'{' is not followed by whitespace.36
error'}' is not preceded with whitespace.36
errorLine has trailing spaces.37
errorParameter message should be final.45
errorLine has trailing spaces.48
errorParameter message should be final.58
errorParameter cause should be final.58
errorLine has trailing spaces.62
errorParameter cause should be final.75
error'(' is followed by whitespace.76
errorAvoid inline conditionals.76
error')' is preceded with whitespace.76
errorLine has trailing spaces.79
errorLine has trailing spaces.89

javax/xml/rpc/encoding/SerializationContext.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
error'{' is not followed by whitespace.28
error'}' is not preceded with whitespace.28

javax/xml/rpc/holders/Holder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
error'{' is not followed by whitespace.24
error'}' is not preceded with whitespace.24

javax/xml/rpc/holders/BigDecimalHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorVariable 'value' must be private and have accessor methods.28
error'{' is not followed by whitespace.33
error'}' is not preceded with whitespace.33
errorParameter value should be final.41

javax/xml/rpc/holders/QNameHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorVariable 'value' must be private and have accessor methods.28
error'{' is not followed by whitespace.33
error'}' is not preceded with whitespace.33
errorParameter value should be final.41

javax/xml/rpc/handler/GenericHandler.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
error'{' is not followed by whitespace.43
error'}' is not preceded with whitespace.43
errorParameter context should be final.56
errorParameter context should be final.71
errorParameter context should be final.87
errorParameter config should be final.99
error'{' is not followed by whitespace.99
error'}' is not preceded with whitespace.99
error'{' is not followed by whitespace.107
error'}' is not preceded with whitespace.107

javax/xml/rpc/holders/BigIntegerHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorVariable 'value' must be private and have accessor methods.28
error'{' is not followed by whitespace.33
error'}' is not preceded with whitespace.33
errorParameter value should be final.41

javax/xml/rpc/holders/FloatWrapperHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorVariable 'value' must be private and have accessor methods.26
error'{' is not followed by whitespace.31
error'}' is not preceded with whitespace.31
errorParameter value should be final.39

javax/xml/rpc/ParameterMode.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorClass ParameterMode should be declared as final.25
errorParameter mode should be final.44
errorMissing a Javadoc comment.48

javax/xml/rpc/encoding/TypeMapping.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorRedundant 'public' modifier.43
errorRedundant 'public' modifier.54
errorRedundant 'public' modifier.66
errorUnused @throws tag for 'javax.xml.rpc.JAXRPCException'.79
errorRedundant 'public' modifier.82
errorRedundant 'public' modifier.95
errorRedundant 'public' modifier.107
errorUnused @throws tag for 'javax.xml.rpc.JAXRPCException'.116
errorRedundant 'public' modifier.119
errorUnused @throws tag for 'javax.xml.rpc.JAXRPCException'.128
errorRedundant 'public' modifier.131

javax/xml/rpc/holders/ObjectHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorVariable 'value' must be private and have accessor methods.26
error'{' is not followed by whitespace.31
error'}' is not preceded with whitespace.31
errorParameter value should be final.39

javax/xml/rpc/holders/IntHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorVariable 'value' must be private and have accessor methods.26
error'{' is not followed by whitespace.31
error'}' is not preceded with whitespace.31
errorParameter value should be final.39

javax/xml/rpc/handler/HandlerChain.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorUnused @throws tag for 'javax.xml.rpc.JAXRPCException'.45
errorRedundant 'public' modifier.47
errorUnused @throws tag for 'javax.xml.rpc.JAXRPCException'.59
errorRedundant 'public' modifier.61
errorUnused @throws tag for 'javax.xml.rpc.JAXRPCException'.73
errorRedundant 'public' modifier.75
errorUnused @throws tag for 'javax.xml.rpc.JAXRPCException'.83
errorRedundant 'public' modifier.86
errorUnused @throws tag for 'javax.xml.rpc.JAXRPCException'.91
errorRedundant 'public' modifier.94
errorRedundant 'public' modifier.110
errorRedundant 'public' modifier.118

javax/xml/rpc/NamespaceConstants.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
error'{' is not followed by whitespace.29
error'}' is not preceded with whitespace.29

javax/xml/rpc/encoding/XMLType.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorMissing a Javadoc comment.28
error'{' is not followed by whitespace.28
error'}' is not preceded with whitespace.28

javax/xml/rpc/holders/ShortHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorVariable 'value' must be private and have accessor methods.26
error'{' is not followed by whitespace.31
error'}' is not preceded with whitespace.31
errorParameter value should be final.39

javax/xml/rpc/server/ServiceLifecycle.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorRedundant 'public' modifier.54
errorRedundant 'public' modifier.61

javax/xml/rpc/holders/ByteWrapperHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorVariable 'value' must be private and have accessor methods.26
error'{' is not followed by whitespace.31
error'}' is not preceded with whitespace.31
errorParameter value should be final.39

javax/xml/rpc/handler/MessageContext.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorUnused @throws tag for 'java.lang.IllegalArgumentException'.42
errorUnused @throws tag for 'java.lang.UnsupportedOperationException'.45
errorRedundant 'public' modifier.48
errorUnused @throws tag for 'java.lang.IllegalArgumentException'.57
errorRedundant 'public' modifier.60
errorUnused @throws tag for 'java.lang.IllegalArgumentException'.68
errorRedundant 'public' modifier.71
errorRedundant 'public' modifier.80
errorRedundant 'public' modifier.88

javax/xml/rpc/soap/package.html

ViolationMessageLine
errorMissing package documentation file.0

javax/xml/rpc/encoding/DeserializerFactory.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorUnused @throws tag for 'javax.xml.rpc.JAXRPCException'.35
errorRedundant 'public' modifier.38
errorRedundant 'public' modifier.48

javax/xml/rpc/holders/ByteHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorVariable 'value' must be private and have accessor methods.26
error'{' is not followed by whitespace.31
error'}' is not preceded with whitespace.31
errorParameter value should be final.39

javax/xml/rpc/holders/ByteArrayHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorVariable 'value' must be private and have accessor methods.26
error'{' is not followed by whitespace.31
error'}' is not preceded with whitespace.31
errorParameter value should be final.39

javax/xml/rpc/package.html

ViolationMessageLine
errorMissing package documentation file.0

javax/xml/rpc/holders/LongWrapperHolder.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorVariable 'value' must be private and have accessor methods.26
error'{' is not followed by whitespace.31
error'}' is not preceded with whitespace.31
errorParameter value should be final.39

javax/xml/rpc/server/ServletEndpointContext.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.3
errorLine has trailing spaces.7
errorLine has trailing spaces.9
errorUnused @throws tag for 'java.lang.IllegalStateException'.57
errorRedundant 'public' modifier.60
errorRedundant 'public' modifier.77
errorUnused @throws tag for 'javax.xml.rpc.JAXRPCException'.97
errorRedundant 'public' modifier.100
errorLine has trailing spaces.110
errorRedundant 'public' modifier.113
errorMissing a Javadoc comment.115
errorRedundant 'public' modifier.115