Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
1000147

Rules

RulesViolationsSeverity
PackageHtml2error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod50error Error
JavadocType0error Error
JavadocVariable16error Error
JavadocStyle0error Error
ConstantName0error 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-test-ddbean/target/checkstyle-header.txt"
8error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
LineLength
  • max: "120"
1error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround6error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock1error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly0error Error
AvoidInlineConditionals2error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
4error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber2error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor1error Error
InterfaceIsType0error Error
VisibilityModifier6error Error
ArrayTypeStyle0error Error
FinalParameters42error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
6error Error
TodoComment0error Error
UpperEll0error Error

Details

org/apache/geronimo/deployment/tools/loader/ClientDeployable.java

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

org/apache/geronimo/deployment/tools/DDBeanRootImpl.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.38
errorMissing a Javadoc comment.39
errorMissing a Javadoc comment.41
errorParameter deployable should be final.41
errorParameter descriptor should be final.41
errorMissing a Javadoc comment.64
errorMissing a Javadoc comment.68
errorMissing a Javadoc comment.72
errorMissing a Javadoc comment.76
errorMissing a Javadoc comment.80
errorMissing a Javadoc comment.84
errorMissing a Javadoc comment.88
errorMissing a Javadoc comment.92
errorMissing a Javadoc comment.96
errorMissing a Javadoc comment.100
errorMissing a Javadoc comment.104
errorParameter attrName should be final.104
errorMissing a Javadoc comment.108
errorParameter xpath should be final.108
errorAvoid inline conditionals.113
errorMissing a Javadoc comment.131
errorParameter xpath should be final.131
errorMissing a Javadoc comment.144
errorParameter xpath should be final.144
errorParameter xpl should be final.144
errorMissing a Javadoc comment.148
errorParameter xpath should be final.148
errorParameter xpl should be final.148

org/apache/geronimo/deployment/tools/DDBeanImpl.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.38
errorVariable 'root' must be private and have accessor methods.38
errorMissing a Javadoc comment.39
errorVariable 'xpath' must be private and have accessor methods.39
errorMissing a Javadoc comment.40
errorVariable 'children' must be private and have accessor methods.40
errorMissing a Javadoc comment.41
errorVariable 'content' must be private and have accessor methods.41
errorMissing a Javadoc comment.42
errorVariable 'attributeMap' must be private and have accessor methods.42
errorMissing a Javadoc comment.43
errorVariable 'parent' must be private and have accessor methods.43
errorMissing a Javadoc comment.45
errorParameter root should be final.45
errorParameter parent should be final.45
errorParameter xpath should be final.45
errorParameter c should be final.45
errorMissing a Javadoc comment.74
errorParameter source should be final.74
errorParameter xpath should be final.74
errorMissing a Javadoc comment.83
errorMissing a Javadoc comment.87
errorMissing a Javadoc comment.91
errorMissing a Javadoc comment.95
errorMissing a Javadoc comment.99
errorParameter attrName should be final.99
errorMissing a Javadoc comment.107
errorParameter xpath should be final.107
error'xpath' hides a field.107
errorMissing a Javadoc comment.120
errorParameter xpath should be final.120
error'xpath' hides a field.120
error'if' is not followed by whitespace.123
error'if' is not followed by whitespace.125
error'if' is not followed by whitespace.127
error'if' is not followed by whitespace.128
error'3' is a magic number.131
errorAvoid inline conditionals.161
errorMissing a Javadoc comment.165
errorMissing a Javadoc comment.169
errorParameter xpath should be final.169
error'xpath' hides a field.169
errorParameter xpl should be final.169
errorMissing a Javadoc comment.172
errorParameter xpath should be final.172
error'xpath' hides a field.172
errorParameter xpl should be final.172
errorMissing a Javadoc comment.175
errorParameter other should be final.175
errorMissing a Javadoc comment.186

org/apache/geronimo/deployment/tools/loader/DeployableFactory.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorUtility classes should not have a public or default constructor.30
errorMissing a Javadoc comment.31
errorParameter moduleURL should be final.31

org/apache/geronimo/deployment/tools/loader/ApplicationDeployable.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.30
errorLine has trailing spaces.31
errorMissing a Javadoc comment.35
errorMissing a Javadoc comment.36
errorParameter moduleURL should be final.36
errorMissing a Javadoc comment.47
errorParameter type should be final.47
errorParameter xpath should be final.47
errorParameter xpl should be final.47
errorMissing a Javadoc comment.50
errorParameter type should be final.50
errorParameter xpath should be final.50
errorParameter xpl should be final.50

org/apache/geronimo/deployment/tools/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/deployment/tools/loader/AbstractDeployable.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorLine has trailing spaces.42
errorLine has trailing spaces.43
errorMissing a Javadoc comment.47
errorMissing a Javadoc comment.48
errorMissing a Javadoc comment.49
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.51
errorMissing a Javadoc comment.53
errorParameter type should be final.53
errorParameter moduleURL should be final.53
errorParameter rootDD should be final.53
errorMust have at least one statement.75
errorMissing a Javadoc comment.82
errorMissing a Javadoc comment.86
errorMissing a Javadoc comment.90
errorParameter filename should be final.90
errorLine is longer than 120 characters.94
error'+' is not preceded with whitespace.94
error'+' is not followed by whitespace.94
errorMissing a Javadoc comment.98
errorParameter xpath should be final.98
errorMissing a Javadoc comment.102
errorParameter xpath should be final.102
errorMissing a Javadoc comment.106
errorMissing a Javadoc comment.110
errorParameter name should be final.110
errorMissing a Javadoc comment.114
errorMissing a Javadoc comment.118
errorParameter className should be final.118
errorMissing a Javadoc comment.127

org/apache/geronimo/deployment/tools/loader/ConnectorDeployable.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36
errorParameter moduleURL should be final.36
errorMissing a Javadoc comment.50

org/apache/geronimo/deployment/tools/loader/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/deployment/tools/loader/WebDeployable.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.36
errorParameter moduleURL should be final.36
error'12' is a magic number.45
errorMissing a Javadoc comment.54