Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
80052

Rules

RulesViolationsSeverity
PackageHtml1error Error
NewlineAtEndOfFile4error Error
Translation0error Error
JavadocMethod23error Error
JavadocType0error Error
JavadocVariable1error Error
JavadocStyle0error 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/gshell-tmp/gshell-parser/target/checkstyle-header.txt"
7error 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
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround0error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly6error 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
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier1error Error
ArrayTypeStyle0error Error
FinalParameters7error Error
GenericIllegalRegexp
  • message: "Line has trailing spaces."
  • format: "\s+$"
0error Error
TodoComment2error Error
UpperEll0error Error

Details

org/apache/geronimo/gshell/parser/NodeSupport.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.28
errorComment matches to-do format 'TODO:'.30

org/apache/geronimo/gshell/parser/ASTQuotedString.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.29
errorMissing a Javadoc comment.30
errorMissing a Javadoc comment.34
errorMissing a Javadoc comment.38
errorExpected an @return tag.43
errorExpected @param tag for 'visitor'.43
errorExpected @param tag for 'data'.43

org/apache/geronimo/gshell/parser/package.html

ViolationMessageLine
errorMissing package documentation file.0

org/apache/geronimo/gshell/parser/package-info.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1

org/apache/geronimo/gshell/parser/CommandLineParserSupport.java

ViolationMessageLine
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.28
errorComment matches to-do format 'TODO:'.30

org/apache/geronimo/gshell/parser/StringSupport.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.29
errorMissing a Javadoc comment.30
errorVariable 'token' must be private and have accessor methods.30
errorMissing a Javadoc comment.32
errorMissing a Javadoc comment.36
errorMissing a Javadoc comment.40
errorMissing a Javadoc comment.46
errorMissing a Javadoc comment.50
errorMissing a Javadoc comment.59
errorParameter value should be final.69

org/apache/geronimo/gshell/parser/ASTPlainString.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.29
errorMissing a Javadoc comment.30
errorParameter id should be final.30
errorMissing a Javadoc comment.34
errorParameter p should be final.34
errorParameter id should be final.34
errorExpected an @return tag.39
errorExpected @param tag for 'visitor'.39
errorExpected @param tag for 'data'.39

org/apache/geronimo/gshell/parser/ASTOpaqueString.java

ViolationMessageLine
errorFile does not end with a newline.0
errorMissing a header - not enough lines in file.1
error'{' should be on the previous line.29
errorMissing a Javadoc comment.30
errorParameter id should be final.30
errorMissing a Javadoc comment.34
errorParameter p should be final.34
errorParameter id should be final.34
errorMissing a Javadoc comment.38
errorExpected an @return tag.43
errorExpected @param tag for 'visitor'.43
errorExpected @param tag for 'data'.43