Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
30031

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod4error Error
JavadocType0error Error
JavadocVariable0error Error
JavadocStyle0error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName1error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
Header
  • headerFile: "/home/anthill/anthill3/agent/var/jobs/projects/Geronimo_Server/testsupport/testsupport-common/target/checkstyle-header.txt"
2error 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
WhitespaceAround0error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly1error Error
NeedBraces0error Error
RightCurly2error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier2error Error
ArrayTypeStyle0error Error
FinalParameters4error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
13error Error
TodoComment0error Error
UpperEll0error Error

Details

org/apache/geronimo/testsupport/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/testsupport/TestSupport.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.36
errorName 'BASEDIR' must match pattern '^[a-z][a-zA-Z0-9]*$'.42
errorVariable 'BASEDIR' must be private and have accessor methods.42
errorLine has trailing spaces.43
errorLine has trailing spaces.48
errorVariable 'log' must be private and have accessor methods.56
errorLine has trailing spaces.57
errorExpected @param tag for 'name'.63
errorLine has trailing spaces.65
errorLine has trailing spaces.68
errorLine has trailing spaces.74
errorLine has trailing spaces.77
error'}' should be on the same line.98
errorLine has trailing spaces.114
errorLine has trailing spaces.123
errorLine has trailing spaces.125
error'}' should be on the same line.129
errorLine has trailing spaces.133
errorLine has trailing spaces.136
errorLine has trailing spaces.147

org/apache/geronimo/testsupport/XmlBeansTestSupport.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorExpected @param tag for 'name'.40
errorMissing a Javadoc comment.51
errorParameter xmlObject should be final.51
errorParameter expectedObject should be final.51
errorParameter problems should be final.51
errorLine is longer than 120 characters.65
errorMissing a Javadoc comment.78
errorParameter cursor should be final.78