Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
40019

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile1error Error
Translation0error Error
JavadocMethod6error Error
JavadocType0error Error
JavadocVariable0error Error
JavadocStyle0error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
Header
  • headerFile: "/home/prasad/geronimo/trunk/testsuite/deployment-testsuite/manifestcp/manifestcp-jar/target/checkstyle-header.txt"
3error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength0error Error
LineLength
  • max: "120"
0error Error
MethodLength0error Error
ParameterNumber0error Error
EmptyForIteratorPad0error Error
NoWhitespaceAfter0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad2error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround0error Error
ModifierOrder0error Error
RedundantModifier1error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly0error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows4error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle0error Error
FinalParameters1error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
0error Error
TodoComment0error Error
UpperEll0error Error

Details

org/apache/geronimo/itest/TestSessionHome.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.27
errorRedundant 'public' modifier.27
error'(' is followed by whitespace.27
error')' is preceded with whitespace.27

org/apache/geronimo/itest/TestSessionBean.java

ViolationMessageLine
errorLine does not match expected header line of 'JSch 0.0.* was released under the GNU LGPL license. Later, we have switched '.1
errorMissing a Javadoc comment.31
errorMissing a Javadoc comment.35
errorRedundant throws: 'EJBException' is unchecked exception.35
errorMissing a Javadoc comment.38
errorRedundant throws: 'EJBException' is unchecked exception.38
errorMissing a Javadoc comment.41
errorRedundant throws: 'EJBException' is unchecked exception.41
errorMissing a Javadoc comment.44
errorParameter sessionContext should be final.44
errorRedundant throws: 'EJBException' is unchecked exception.44

org/apache/geronimo/itest/TestSession.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1

org/apache/geronimo/itest/package.html

ViolationMessageLine
errorMissing package documentation file.0