Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
500278

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod71error Error
JavadocType2error Error
JavadocVariable38error Error
JavadocStyle1error Error
ConstantName3error 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-webservices-builder/target/checkstyle-header.txt"
4error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport2error Error
UnusedImports0error Error
FileLength0error Error
LineLength
  • max: "120"
33error Error
MethodLength0error Error
ParameterNumber1error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround9error Error
ModifierOrder1error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock4error Error
LeftCurly0error Error
NeedBraces1error Error
RightCurly0error Error
AvoidInlineConditionals2error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
8error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber4error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor1error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle0error Error
FinalParameters92error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
0error Error
TodoComment0error Error
UpperEll0error Error

Details

org/apache/geronimo/webservices/builder/SchemaInfoBuilder.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorMissing a Javadoc comment.79
errorName 'log' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.79
errorMissing a Javadoc comment.80
errorName 'basicTypeSystem' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.80
errorMissing a Javadoc comment.82
errorMissing a Javadoc comment.83
errorMissing a Javadoc comment.84
errorLine is longer than 120 characters.87
errorMust have at least one statement.110
errorMissing a Javadoc comment.116
errorMissing a Javadoc comment.117
errorMissing a Javadoc comment.118
errorMissing a Javadoc comment.119
errorMissing a Javadoc comment.120
errorMissing a Javadoc comment.121
errorMissing a Javadoc comment.122
errorMissing a Javadoc comment.123
errorMissing a Javadoc comment.124
errorMissing a Javadoc comment.127
errorParameter moduleFile should be final.127
errorParameter wsdlUri should be final.127
errorMissing a Javadoc comment.131
errorParameter moduleFile should be final.131
errorParameter definition should be final.131
errorMissing a Javadoc comment.135
errorParameter moduleFile should be final.135
errorParameter uri should be final.135
errorParameter schemaTypeSystem should be final.135
errorLine is longer than 120 characters.139
errorMissing a Javadoc comment.139
errorParameter moduleFile should be final.139
errorParameter uri should be final.139
errorParameter definition should be final.139
errorParameter schemaTypeSystem should be final.139
errorMissing a Javadoc comment.167
errorMissing a Javadoc comment.171
errorMissing a Javadoc comment.175
errorMissing a Javadoc comment.189
error'complexTypeMap' hides a field.190
errorMissing a Javadoc comment.203
errorMissing a Javadoc comment.207
errorFirst sentence should end with a period.222
errorLine is longer than 120 characters.225
errorMissing a Javadoc comment.234
errorMissing a Javadoc comment.246
errorMissing a Javadoc comment.250
error'simpleTypeMap' hides a field.251
errorMissing a Javadoc comment.264
errorParameter definition should be final.264
error'definition' hides a field.264
error'if' is not followed by whitespace.279
error'if' is not followed by whitespace.282
error'if' is not followed by whitespace.284
errorMissing a Javadoc comment.298
errorParameter definition should be final.298
error'definition' hides a field.298
errorParameter schemaList should be final.298
errorLine is longer than 120 characters.313
errorLine is longer than 120 characters.314
errorLine is longer than 120 characters.319
errorMissing a Javadoc comment.356
errorParameter element should be final.356
errorParameter namespaceMap should be final.356
errorParameter schemaList should be final.356
errorMissing a Javadoc comment.365
errorParameter element should be final.365
errorParameter namespaceMap should be final.365
errorParameter schemaTypeSystem should be final.391
errorExpected @param tag for 'schemaTypeSystem'.391
errorMissing a Javadoc comment.407
errorParameter element should be final.407
errorParameter key should be final.407
errorParameter qnameMap should be final.407
errorMissing a Javadoc comment.446
errorParameter typeQName should be final.446
errorParameter schemaType should be final.446
errorParameter anonymous should be final.446
errorParameter qnameMap should be final.446
errorLine is longer than 120 characters.450
errorMissing a Javadoc comment.458
errorParameter schemaParticle should be final.458
errorParameter key should be final.458
errorParameter qnameMap should be final.458
errorMust have at least one statement.484
errorMissing a Javadoc comment.490
errorParameter schemaParticle should be final.490
errorParameter keyName should be final.490
errorParameter qnameMap should be final.490
errorParameter elementType should be final.490
errorLine is longer than 120 characters.493
errorAvoid inline conditionals.493
errorMissing a Javadoc comment.517
errorParameter moduleFile should be final.517
error'moduleFile' hides a field.517
errorParameter wsdlURI should be final.517
error'definition' hides a field.518
errorLine is longer than 120 characters.569
errorMissing a Javadoc comment.569
errorParameter clazz should be final.569
errorParameter extensibilityElements should be final.569
errorMissing a Javadoc comment.579
errorParameter portComponentName should be final.579
errorParameter servletLocation should be final.579
errorLine is longer than 120 characters.597
errorLine is longer than 120 characters.608
errorMissing a Javadoc comment.611
errorMissing a Javadoc comment.613
error'static' modifier out of order with the JLS suggestions.613
errorMissing a Javadoc comment.615
errorParameter publicId should be final.615
errorParameter systemId should be final.615
errorMissing a Javadoc comment.636
errorMissing a Javadoc comment.638
errorMissing a Javadoc comment.639
errorMissing a Javadoc comment.640
errorMissing a Javadoc comment.642
errorParameter wsdlURI should be final.642
errorMissing a Javadoc comment.646
error'definition' hides a field.651
errorMissing a Javadoc comment.662
errorMissing a Javadoc comment.666
errorParameter parentLocation should be final.666
errorParameter relativeLocation should be final.666
error'definition' hides a field.674
errorMust have at least one statement.678
errorMissing a Javadoc comment.691
errorMissing a Javadoc comment.695
errorMust have at least one statement.700

org/apache/geronimo/webservices/builder/SchemaTypeKey.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.26
errorMissing a Javadoc comment.27
errorMissing a Javadoc comment.28
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.33
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.39
errorParameter qName should be final.39
errorParameter element should be final.39
errorParameter isSimpleType should be final.39
errorParameter anonymous should be final.39
errorParameter elementQName should be final.39
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.59
errorMissing a Javadoc comment.63
errorMissing a Javadoc comment.67
errorMissing a Javadoc comment.71
errorMissing a Javadoc comment.75
errorMissing a Javadoc comment.79
errorMissing a Javadoc comment.83
errorParameter other should be final.83
errorLine is longer than 120 characters.88
errorMissing a Javadoc comment.91

org/apache/geronimo/webservices/builder/PortInfo.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
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.41
errorMissing a Javadoc comment.43
errorLine is longer than 120 characters.45
errorMissing a Javadoc comment.45
errorMore than 7 parameters.45
errorParameter portComponentName should be final.45
errorParameter portQName should be final.45
errorParameter schemaInfoBuilder should be final.45
errorParameter javaWsdlMapping should be final.45
errorParameter seiInterfaceName should be final.45
errorParameter handlers should be final.45
errorParameter port should be final.45
errorParameter seiMapping should be final.45
errorParameter wsdlLocation should be final.45
errorParameter contextURI should be final.45
errorMissing a Javadoc comment.58
errorMissing a Javadoc comment.62
errorMissing a Javadoc comment.66
errorMissing a Javadoc comment.70
errorMissing a Javadoc comment.74
errorMissing a Javadoc comment.78
errorMissing a Javadoc comment.82
errorMissing a Javadoc comment.86
errorMissing a Javadoc comment.91
errorMissing a Javadoc comment.95
errorMissing a Javadoc comment.99

org/apache/geronimo/webservices/builder/WSDescriptorParser.java

ViolationMessageLine
errorLine does not match expected header line of ''.1
errorRedundant import from the same package - org.apache.geronimo.webservices.builder.PortInfo.80
errorRedundant import from the same package - org.apache.geronimo.webservices.builder.SchemaInfoBuilder.81
errorUtility classes should not have a public or default constructor.87
errorLine is longer than 120 characters.90
errorMissing a Javadoc comment.90
errorParameter moduleFile should be final.90
errorParameter jaxrpcMappingURI should be final.90
errorLine is longer than 120 characters.95
errorMissing a Javadoc comment.95
errorParameter moduleFile should be final.95
errorParameter jaxrpcMappingPath should be final.95
error'if' is not followed by whitespace.100
error'{' is not preceded with whitespace.100
errorLine is longer than 120 characters.101
error'+' is not preceded with whitespace.101
error'+' is not followed by whitespace.101
error'+' is not preceded with whitespace.101
error'+' is not followed by whitespace.101
errorMissing a Javadoc comment.120
errorParameter mapping should be final.120
errorLine is longer than 120 characters.133
errorMissing a Javadoc comment.133
errorParameter namespace should be final.133
errorParameter mapping should be final.133
errorMissing a Javadoc comment.144
errorName 'rpcHolderClasses' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.144
errorLine is longer than 120 characters.170
errorMissing a Javadoc comment.170
errorParameter paramJavaTypeName should be final.170
errorParameter isInOnly should be final.170
errorParameter typeQName should be final.170
errorParameter isComplexType should be final.170
errorParameter mapping should be final.170
errorParameter classLoader should be final.170
error'14' is a magic number.189
error'9' is a magic number.191
error'14' is a magic number.214
errorLine is longer than 120 characters.217
errorLine is longer than 120 characters.229
errorMissing a Javadoc comment.229
errorParameter operationName should be final.229
errorParameter methodMappings should be final.229
error'128' is a magic number.237
error'if' construct must use '{}'s.239
errorLine is longer than 120 characters.242
errorLine is longer than 120 characters.245
errorMissing a Javadoc comment.245
errorParameter endpointMappings should be final.245
errorParameter portTypeQName should be final.245
errorMissing a Javadoc comment.256
errorParameter serviceQName should be final.256
errorParameter definition should be final.256
errorLine is longer than 120 characters.263
errorLine is longer than 120 characters.273
errorMissing a Javadoc comment.273
errorParameter serviceEndpointInterface should be final.273
errorParameter operation should be final.273
errorExpected an @return tag.303
errorLine is longer than 120 characters.303
errorParameter webservicesType should be final.303
errorExpected @param tag for 'webservicesType'.303
errorParameter moduleFile should be final.303
errorExpected @param tag for 'moduleFile'.303
errorParameter isEJB should be final.303
errorExpected @param tag for 'isEJB'.303
errorParameter servletLocations should be final.303
errorExpected @param tag for 'servletLocations'.303
errorExpected @throws tag for 'DeploymentException'.303
errorLine is longer than 120 characters.312
errorLine is longer than 120 characters.318
errorLine is longer than 120 characters.339
errorAvoid inline conditionals.339
errorLine is longer than 120 characters.362
errorLine is longer than 120 characters.372
errorLine is longer than 120 characters.375
errorLine is longer than 120 characters.382
errorMissing a Javadoc comment.382
errorParameter wsDDUrl should be final.382
errorParameter moduleFile should be final.382
errorParameter isEJB should be final.382
errorParameter servletLocations should be final.382
errorLine is longer than 120 characters.396
errorMissing a Javadoc comment.396
errorParameter handlers should be final.396
errorParameter classLoader should be final.396

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

ViolationMessageLine
errorMissing package documentation file.0