Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos infoWarnings warningErrors error
64060

Rules

RulesViolationsSeverity
JavadocVariable
  • scope: "package"
0error Error
JavadocStyle0 Ignore
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
EmptyForIteratorPad0error Error
MethodParamPad0error Error
NoWhitespaceAfter
  • tokens: "BNOT,DEC,DOT,INC,LNOT,UNARY_MINUS,UNARY_PLUS"
0error Error
NoWhitespaceBefore0error Error
OperatorWrap0error Error
ParenPad0error Error
TypecastParenPad0error Error
TabCharacter0error Error
WhitespaceAfter0error Error
WhitespaceAround0error Error
ModifierOrder0error Error
RedundantModifier0error Error
AvoidNestedBlocks0error Error
EmptyBlock0error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly0error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
IllegalInstantiation0error Error
InnerAssignment0error Error
MagicNumber0error Error
MissingSwitchDefault0error Error
RedundantThrows0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
DesignForExtension0error Error
HideUtilityClassConstructor0error Error
InterfaceIsType0error Error
VisibilityModifier0error Error
ArrayTypeStyle0error Error
GenericIllegalRegexp
  • ignoreComments: "true"
  • message: "Line has trailing spaces."
  • format: "\s+$"
0error Error
TodoComment3error Error
UpperEll0error Error
JavadocMethod
  • scope: "package"
0error Error
JavadocType
  • authorFormat: "uguu@users\.sourceforge\.jp"
  • scope: "package"
0error Error
Header
  • headerFile: "D:\work\work-eclipse\workspace-1.4\rpn-computer\LICENSE.txt"
0error Error
ImportOrder0error Error
DefaultComesLast0error Error
FallThrough0error Error
IllegalCatch0error Error
IllegalThrows0error Error
ModifiedControlVariable0error Error
RequireThis0error Error
StringLiteralEquality0error Error
FinalClass0error Error
Indentation0error Error
TrailingComment3error Error
PackageHtml0error Error
NewlineAtEndOfFile
  • lineSeparator: "lf"
0error Error
Translation0error Error

Details

jp/sourceforge/tokenizer/Tokenizer.java

ViolationMessageLine
warningDon't use trailing comments.119
warningコメントが to-do の形式 'TODO:' に合致しています。119
warningDon't use trailing comments.145
warningコメントが to-do の形式 'TODO:' に合致しています。145
warningDon't use trailing comments.148
warningコメントが to-do の形式 'TODO:' に合致しています。148