Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
4100349

Rules

RulesViolationsSeverity
PackageHtml8error Error
NewlineAtEndOfFile20error Error
Translation0error Error
JavadocMethod42error Error
JavadocType0error Error
JavadocVariable23error Error
JavadocStyle26error Error
ConstantName11error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
Header
  • headerFile: "/Users/jason/ws/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/target/checkstyle-header.txt"
33error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
LineLength
  • max: "120"
11error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter3error Error
WhitespaceAround11error Error
ModifierOrder0error Error
RedundantModifier103error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly0error Error
AvoidInlineConditionals5error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber3error Error
MissingSwitchDefault0error Error
RedundantThrows14error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle0error Error
FinalParameters33error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
2error Error
TodoComment0error Error
UpperEll0error Error

Files

Filesinfowarningerror
javax/enterprise/deploy/model/J2eeApplicationObject.java0011
javax/enterprise/deploy/spi/exceptions/package.html001
javax/enterprise/deploy/spi/exceptions/TargetException.java002
javax/enterprise/deploy/shared/ActionType.java0018
javax/enterprise/deploy/model/DDBean.java0013
javax/enterprise/deploy/spi/factories/package.html001
javax/enterprise/deploy/spi/status/package.html001
javax/enterprise/deploy/spi/DeploymentManager.java0045
javax/enterprise/deploy/shared/CommandType.java0019
javax/enterprise/deploy/model/package.html001
javax/enterprise/deploy/shared/factories/package.html001
javax/enterprise/deploy/spi/status/ProgressListener.java002
javax/enterprise/deploy/spi/factories/DeploymentFactory.java008
javax/enterprise/deploy/shared/ModuleType.java0023
javax/enterprise/deploy/spi/exceptions/BeanNotFoundException.java002
javax/enterprise/deploy/spi/DConfigBeanRoot.java002
javax/enterprise/deploy/spi/exceptions/ConfigurationException.java007
javax/enterprise/deploy/spi/status/ClientConfiguration.java002
javax/enterprise/deploy/model/XpathListener.java004
javax/enterprise/deploy/spi/exceptions/InvalidModuleException.java002
javax/enterprise/deploy/shared/DConfigBeanVersionType.java0022
javax/enterprise/deploy/spi/status/DeploymentStatus.java009
javax/enterprise/deploy/spi/TargetModuleID.java0010
javax/enterprise/deploy/spi/exceptions/DeploymentManagerCreationException.java002
javax/enterprise/deploy/spi/exceptions/DConfigBeanVersionUnsupportedException.java003
javax/enterprise/deploy/model/DeployableObject.java0011
javax/enterprise/deploy/spi/exceptions/ClientExecuteException.java003
javax/enterprise/deploy/model/exceptions/package.html001
javax/enterprise/deploy/model/XpathEvent.java0013
javax/enterprise/deploy/spi/status/ProgressEvent.java007
javax/enterprise/deploy/model/exceptions/DDBeanCreateException.java003
javax/enterprise/deploy/model/DDBeanRoot.java0010
javax/enterprise/deploy/spi/DConfigBean.java0010
javax/enterprise/deploy/shared/StateType.java0020
javax/enterprise/deploy/spi/exceptions/OperationUnsupportedException.java002
javax/enterprise/deploy/spi/status/ProgressObject.java0011
javax/enterprise/deploy/shared/package.html001
javax/enterprise/deploy/shared/factories/DeploymentFactoryManager.java0030
javax/enterprise/deploy/spi/package.html001
javax/enterprise/deploy/spi/DeploymentConfiguration.java009
javax/enterprise/deploy/spi/Target.java006

Details

javax/enterprise/deploy/model/J2eeApplicationObject.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorRedundant 'public' modifier.43
errorRedundant 'public' modifier.53
errorRedundant 'public' modifier.61
errorRedundant 'public' modifier.71
errorRedundant 'public' modifier.79
errorRedundant 'public' modifier.90
errorRedundant 'public' modifier.101
errorRedundant 'public' modifier.110
errorRedundant 'public' modifier.118

javax/enterprise/deploy/spi/exceptions/package.html

ViolationMessageLine
errorMissing package documentation file.0

javax/enterprise/deploy/spi/exceptions/TargetException.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorParameter s should be final.40

javax/enterprise/deploy/shared/ActionType.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.46
errorName 'enumValueTable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.46
errorMissing a Javadoc comment.52
errorName 'stringTable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.52
errorMissing a Javadoc comment.58
errorParameter value should be final.63
errorExpected @param tag for 'value'.63
errorFirst sentence should end with a period.76
errorExpected an @return tag.79
errorFirst sentence should end with a period.83
errorExpected an @return tag.86
errorExpected an @return tag.95
errorParameter value should be final.95
errorFirst sentence should end with a period.99
errorExpected an @return tag.103
errorAvoid inline conditionals.104

javax/enterprise/deploy/model/DDBean.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorRedundant 'public' modifier.38
errorRedundant 'public' modifier.45
errorRedundant 'public' modifier.52
errorRedundant 'public' modifier.59
errorRedundant 'public' modifier.68
errorRedundant 'public' modifier.77
errorRedundant 'public' modifier.85
errorRedundant 'public' modifier.93
errorRedundant 'public' modifier.103
errorRedundant 'public' modifier.113
errorExpected @param tag for 'attrName'.113

javax/enterprise/deploy/spi/factories/package.html

ViolationMessageLine
errorMissing package documentation file.0

javax/enterprise/deploy/spi/status/package.html

ViolationMessageLine
errorMissing package documentation file.0

javax/enterprise/deploy/spi/DeploymentManager.java

ViolationMessageLine
errorFile does not end with a newline.0
errorLine does not match expected header line of ''.1
errorRedundant 'public' modifier.55
errorRedundant throws: 'IllegalStateException' is unchecked exception.55
errorLine is longer than 120 characters.72
errorRedundant 'public' modifier.72
errorRedundant throws: 'IllegalStateException' is unchecked exception.72
errorLine is longer than 120 characters.89
errorRedundant 'public' modifier.89
errorRedundant throws: 'IllegalStateException' is unchecked exception.89
errorLine is longer than 120 characters.106
errorRedundant 'public' modifier.106
errorRedundant throws: 'IllegalStateException' is unchecked exception.106
errorRedundant 'public' modifier.119
errorLine is longer than 120 characters.136
errorRedundant 'public' modifier.136
errorRedundant throws: 'IllegalStateException' is unchecked exception.136
errorLine is longer than 120 characters.153
errorRedundant 'public' modifier.153
errorRedundant throws: 'IllegalStateException' is unchecked exception.153
errorRedundant 'public' modifier.169
errorRedundant throws: 'IllegalStateException' is unchecked exception.169
errorRedundant 'public' modifier.185
errorRedundant throws: 'IllegalStateException' is unchecked exception.185
errorRedundant 'public' modifier.203
errorRedundant throws: 'IllegalStateException' is unchecked exception.203
errorRedundant 'public' modifier.213
errorLine is longer than 120 characters.241
errorRedundant 'public' modifier.241
errorRedundant throws: 'UnsupportedOperationException' is unchecked exception.241
errorRedundant throws: 'IllegalStateException' is unchecked exception.241
errorLine is longer than 120 characters.269
errorRedundant 'public' modifier.269
errorRedundant throws: 'UnsupportedOperationException' is unchecked exception.269
errorRedundant throws: 'IllegalStateException' is unchecked exception.269
errorRedundant 'public' modifier.283
errorRedundant 'public' modifier.291
errorRedundant 'public' modifier.299
errorRedundant 'public' modifier.309
errorRedundant throws: 'UnsupportedOperationException' is unchecked exception.309
errorRedundant 'public' modifier.316
errorRedundant 'public' modifier.325
errorRedundant 'public' modifier.335
errorRedundant 'public' modifier.346
errorRedundant 'public' modifier.357

javax/enterprise/deploy/shared/CommandType.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.53
errorName 'enumValueTable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.53
errorMissing a Javadoc comment.61
errorName 'stringTable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.61
errorMissing a Javadoc comment.69
errorParameter value should be final.74
errorExpected @param tag for 'value'.74
errorExpected an @return tag.81
errorFirst sentence should end with a period.85
errorExpected an @return tag.88
errorFirst sentence should end with a period.92
errorExpected an @return tag.95
errorExpected an @return tag.104
errorParameter value should be final.104
errorFirst sentence should end with a period.108
errorExpected an @return tag.112
error'4' is a magic number.113
errorAvoid inline conditionals.113

javax/enterprise/deploy/model/package.html

ViolationMessageLine
errorMissing package documentation file.0

javax/enterprise/deploy/shared/factories/package.html

ViolationMessageLine
errorMissing package documentation file.0

javax/enterprise/deploy/spi/status/ProgressListener.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorRedundant 'public' modifier.39

javax/enterprise/deploy/spi/factories/DeploymentFactory.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorRedundant 'public' modifier.62
errorLine is longer than 120 characters.79
errorRedundant 'public' modifier.79
errorRedundant 'public' modifier.91
errorRedundant 'public' modifier.98
errorRedundant 'public' modifier.106

javax/enterprise/deploy/shared/ModuleType.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.53
errorName 'enumValueTable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.53
errorMissing a Javadoc comment.61
errorName 'stringTable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.61
errorMissing a Javadoc comment.69
errorName 'moduleExtensionTable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.69
errorMissing a Javadoc comment.77
errorParameter value should be final.82
errorExpected @param tag for 'value'.82
errorExpected an @return tag.89
errorFirst sentence should end with a period.93
errorExpected an @return tag.96
errorFirst sentence should end with a period.100
errorExpected an @return tag.103
errorExpected an @return tag.110
errorExpected an @return tag.119
errorParameter value should be final.119
errorFirst sentence should end with a period.123
errorExpected an @return tag.127
error'4' is a magic number.128
errorAvoid inline conditionals.128

javax/enterprise/deploy/spi/exceptions/BeanNotFoundException.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorParameter s should be final.37

javax/enterprise/deploy/spi/DConfigBeanRoot.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorRedundant 'public' modifier.59

javax/enterprise/deploy/spi/exceptions/ConfigurationException.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorParameter msg should be final.45
errorMissing a Javadoc comment.49
errorParameter cause should be final.49
errorMissing a Javadoc comment.53
errorParameter message should be final.53
errorParameter cause should be final.53

javax/enterprise/deploy/spi/status/ClientConfiguration.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorRedundant 'public' modifier.43

javax/enterprise/deploy/model/XpathListener.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorFirst sentence should end with a period.26
errorFirst sentence should end with a period.32
errorRedundant 'public' modifier.37

javax/enterprise/deploy/spi/exceptions/InvalidModuleException.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorParameter s should be final.37

javax/enterprise/deploy/shared/DConfigBeanVersionType.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorFirst sentence should end with a period.33
errorFirst sentence should end with a period.37
errorFirst sentence should end with a period.41
errorMissing a Javadoc comment.46
errorName 'enumValueTable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.46
errorMissing a Javadoc comment.52
errorName 'stringTable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.52
errorMissing a Javadoc comment.58
errorParameter value should be final.63
errorExpected @param tag for 'value'.63
errorExpected an @return tag.70
errorFirst sentence should end with a period.74
errorExpected an @return tag.77
errorFirst sentence should end with a period.81
errorExpected an @return tag.84
errorExpected an @return tag.93
errorParameter value should be final.93
errorFirst sentence should end with a period.97
errorExpected an @return tag.101
errorAvoid inline conditionals.102

javax/enterprise/deploy/spi/status/DeploymentStatus.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorRedundant 'public' modifier.42
errorRedundant 'public' modifier.49
errorRedundant 'public' modifier.56
errorRedundant 'public' modifier.63
errorRedundant 'public' modifier.70
errorRedundant 'public' modifier.77
errorRedundant 'public' modifier.84

javax/enterprise/deploy/spi/TargetModuleID.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorRedundant 'public' modifier.44
errorExpected an @return tag.49
errorRedundant 'public' modifier.49
errorRedundant 'public' modifier.56
errorExpected an @return tag.61
errorRedundant 'public' modifier.61
errorRedundant 'public' modifier.71
errorRedundant 'public' modifier.79

javax/enterprise/deploy/spi/exceptions/DeploymentManagerCreationException.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorParameter s should be final.38

javax/enterprise/deploy/spi/exceptions/DConfigBeanVersionUnsupportedException.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorParameter s should be final.36
errorExpected @param tag for 's'.36

javax/enterprise/deploy/model/DeployableObject.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorRedundant 'public' modifier.46
errorRedundant 'public' modifier.53
errorRedundant 'public' modifier.62
errorRedundant 'public' modifier.70
errorRedundant 'public' modifier.82
errorRedundant 'public' modifier.101
errorRedundant 'public' modifier.119
errorRedundant 'public' modifier.130
errorRedundant 'public' modifier.142

javax/enterprise/deploy/spi/exceptions/ClientExecuteException.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorParameter msg should be final.46

javax/enterprise/deploy/model/exceptions/package.html

ViolationMessageLine
errorMissing package documentation file.0

javax/enterprise/deploy/model/XpathEvent.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorFirst sentence should end with a period.35
errorFirst sentence should end with a period.39
errorFirst sentence should end with a period.43
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.50
errorParameter bean should be final.58
errorParameter type should be final.58
errorExpected an @return tag.69
errorParameter pce should be final.81
error'pce' hides a field.81

javax/enterprise/deploy/spi/status/ProgressEvent.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.39
errorParameter source should be final.49
errorParameter targetModuleID should be final.49
errorParameter sCode should be final.49

javax/enterprise/deploy/model/exceptions/DDBeanCreateException.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorParameter msg should be final.47

javax/enterprise/deploy/model/DDBeanRoot.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorRedundant 'public' modifier.40
errorFirst sentence should end with a period.42
errorRedundant 'public' modifier.47
errorRedundant 'public' modifier.57
errorRedundant 'public' modifier.92
errorLine has trailing spaces.96
errorRedundant 'public' modifier.99
errorRedundant 'public' modifier.109

javax/enterprise/deploy/spi/DConfigBean.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorUnclosed HTML tag found: <ul>39
errorRedundant 'public' modifier.62
errorRedundant 'public' modifier.74
errorRedundant 'public' modifier.89
errorRedundant 'public' modifier.98
errorRedundant 'public' modifier.115
errorRedundant 'public' modifier.122
errorRedundant 'public' modifier.129

javax/enterprise/deploy/shared/StateType.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.49
errorName 'enumValueTable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.49
errorMissing a Javadoc comment.56
errorName 'stringTable' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.56
errorMissing a Javadoc comment.63
errorParameter value should be final.68
errorExpected @param tag for 'value'.68
errorExpected an @return tag.75
errorFirst sentence should end with a period.79
errorExpected an @return tag.82
errorFirst sentence should end with a period.86
errorExpected an @return tag.89
errorExpected an @return tag.98
errorParameter value should be final.98
errorFirst sentence should end with a period.102
errorExpected an @return tag.106
error'3' is a magic number.107
errorAvoid inline conditionals.107

javax/enterprise/deploy/spi/exceptions/OperationUnsupportedException.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorParameter s should be final.39

javax/enterprise/deploy/spi/status/ProgressObject.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorRedundant 'public' modifier.47
errorRedundant 'public' modifier.55
errorRedundant 'public' modifier.64
errorExpected @param tag for 'id'.64
errorRedundant 'public' modifier.73
errorRedundant 'public' modifier.84
errorRedundant 'public' modifier.93
errorRedundant 'public' modifier.105
errorRedundant 'public' modifier.112
errorRedundant 'public' modifier.119

javax/enterprise/deploy/shared/package.html

ViolationMessageLine
errorMissing package documentation file.0

javax/enterprise/deploy/shared/factories/DeploymentFactoryManager.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.53
errorMissing a Javadoc comment.55
errorMissing a Javadoc comment.57
errorFirst sentence should end with a period.60
error'if' is not followed by whitespace.66
error'cast' is not followed by whitespace.78
errorLine is longer than 120 characters.101
errorParameter uri should be final.101
errorParameter username should be final.101
errorParameter password should be final.101
error'if' is not followed by whitespace.102
error'for' is not followed by whitespace.106
error'cast' is not followed by whitespace.107
error'if' is not followed by whitespace.108
error'if' is not followed by whitespace.110
errorLine is longer than 120 characters.115
errorParameter uri should be final.128
error'if' is not followed by whitespace.129
error'for' is not followed by whitespace.133
error'cast' is not followed by whitespace.134
error'if' is not followed by whitespace.135
error'if' is not followed by whitespace.137
errorLine is longer than 120 characters.142
errorLine has trailing spaces.147
errorParameter factory should be final.148
errorExpected @param tag for 'factory'.148
error'if' is not followed by whitespace.149
error'if' is not followed by whitespace.152

javax/enterprise/deploy/spi/package.html

ViolationMessageLine
errorMissing package documentation file.0

javax/enterprise/deploy/spi/DeploymentConfiguration.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorRedundant 'public' modifier.48
errorRedundant 'public' modifier.60
errorRedundant 'public' modifier.69
errorRedundant 'public' modifier.83
errorRedundant 'public' modifier.95
errorRedundant 'public' modifier.104
errorRedundant 'public' modifier.114

javax/enterprise/deploy/spi/Target.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorExpected an @return tag.37
errorRedundant 'public' modifier.37
errorExpected an @return tag.42
errorRedundant 'public' modifier.42