Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
1100153

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile0error Error
Translation0error Error
JavadocMethod18error Error
JavadocType1error Error
JavadocVariable2error Error
JavadocStyle15error Error
ConstantName1error 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/target/checkstyle-header.txt"
10error 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
TabCharacter73error Error
WhitespaceAfter10error Error
WhitespaceAround3error Error
ModifierOrder0error Error
RedundantModifier5error 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
FinalParameters8error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
4error Error
TodoComment0error Error
UpperEll0error Error

Details

org/acme/MagicGBallLocal.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/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/MagicGBallEndpoint.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/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/MagicGBallServlet.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorFirst sentence should end with a period.31
errorLine contains a tab character.38
errorMissing a Javadoc comment.38
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine contains a tab character.42
errorMissing a Javadoc comment.42
errorParameter req should be final.42
errorParameter res should be final.42
errorLine contains a tab character.43
errorLine contains a tab character.44
errorLine contains a tab character.45
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine contains a tab character.48
errorLine contains a tab character.49
errorLine has trailing spaces.50
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine contains a tab character.53
errorLine contains a tab character.54
errorLine contains a tab character.55
errorLine contains a tab character.56
errorLine contains a tab character.57
errorLine contains a tab character.58
errorLine contains a tab character.59
errorLine contains a tab character.60

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/MagicGBallBean.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorFirst sentence should end with a period.19
errorLine has trailing spaces.26
errorLine is longer than 120 characters.26
errorLine contains a tab character.26
errorMissing a Javadoc comment.26
errorName 'answers' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.26
error',' is not followed by whitespace.26
error',' is not followed by whitespace.26
error',' is not followed by whitespace.26
error',' is not followed by whitespace.26
error',' is not followed by whitespace.26
error',' is not followed by whitespace.26
error',' is not followed by whitespace.26
error',' is not followed by whitespace.26
errorLine contains a tab character.28
errorMissing a Javadoc comment.28
errorParameter question should be final.28
error'{' is not preceded with whitespace.28
errorLine contains a tab character.29
errorLine contains a tab character.30
errorLine has trailing spaces.31
errorLine contains a tab character.31
errorLine contains a tab character.32
errorMissing a Javadoc comment.32
errorFirst sentence should end with a period.33
errorLine contains a tab character.33
errorLine contains a tab character.34
errorLine contains a tab character.35
errorExpected an @return tag.36
errorLine contains a tab character.36
errorLine contains a tab character.37
errorLine contains a tab character.38
errorFirst sentence should end with a period.39
errorLine contains a tab character.39
errorLine contains a tab character.40
errorLine contains a tab character.41
errorLine contains a tab character.42
errorParameter ctx should be final.42
errorExpected @param tag for 'ctx'.42
errorLine contains a tab character.43
errorLine contains a tab character.44
errorFirst sentence should end with a period.45
errorLine contains a tab character.45
errorLine contains a tab character.46
errorLine contains a tab character.47
errorLine contains a tab character.48
errorExpected @throws tag for 'javax.ejb.CreateException'.48
errorLine contains a tab character.49
errorFirst sentence should end with a period.50
errorLine contains a tab character.50
errorLine contains a tab character.51
errorLine contains a tab character.52
errorLine contains a tab character.53
errorLine contains a tab character.54
errorFirst sentence should end with a period.55
errorLine contains a tab character.55
errorLine contains a tab character.56
errorLine contains a tab character.57
errorLine contains a tab character.58
errorLine contains a tab character.59
errorFirst sentence should end with a period.60
errorLine contains a tab character.60
errorLine contains a tab character.61
errorLine contains a tab character.62
errorLine contains a tab character.63
errorLine contains a tab character.64

org/acme/MagicGBallLocalHome.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
errorFirst sentence should end with a period.19
errorLine has trailing spaces.21
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

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