Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
60036

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod8error Error
JavadocType1error Error
JavadocVariable0error Error
JavadocStyle3error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
Header
  • headerFile: "/Users/jason/ws/geronimo/server/applications/magicGball/magicGball-client/target/checkstyle-header.txt"
5error 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
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter7error Error
WhitespaceAfter2error Error
WhitespaceAround2error Error
ModifierOrder0error Error
RedundantModifier2error 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
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
FinalClass0error Error
HideUtilityClassConstructor1error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle0error Error
FinalParameters4error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
0error Error
TodoComment0error Error
UpperEll0error Error

Details

org/acme/MagicGBallJaxRpcClient.java

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

org/acme/MagicGBall.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorFirst sentence should end with a period.19
errorLine contains a tab character.25
errorMissing a Javadoc comment.25
errorRedundant 'public' modifier.25

org/acme/MagicGBallClient.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.30
errorParameter args should be final.30
error'{' is not preceded with whitespace.30
error'{' is not preceded with whitespace.31
errorLine contains a tab character.42
errorMissing a Javadoc comment.42
errorParameter question should be final.42
errorLine contains a tab character.50

org/acme/MagicGBallHome.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorFirst sentence should end with a period.19
errorFirst sentence should end with a period.25
errorLine contains a tab character.25
errorLine contains a tab character.26
errorLine contains a tab character.27
errorExpected an @return tag.28
errorLine contains a tab character.28
errorRedundant 'public' modifier.28
errorExpected @throws tag for 'javax.ejb.CreateException'.28
errorExpected @throws tag for 'java.rmi.RemoteException'.28

org/acme/MagicGBallCallbackHandler.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorMissing a Javadoc comment.31
errorParameter callbacks should be final.31
error'cast' is not followed by whitespace.35
error'cast' is not followed by whitespace.37

org/acme/package.html

ViolationMessageLine
errorMissing package documentation file.0