Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfos infoWarnings warningErrors error
2000

Rules

RulesViolationsSeverity
PackageHtml0error Error
JavadocType
  • authorFormat: ".+"
  • scope: "private"
  • versionFormat: "\$Id.*\$"
0error Error
JavadocMethod
  • allowMissingParamTags: "true"
  • scope: "package"
  • allowMissingReturnTag: "true"
  • allowMissingThrowsTags: "true"
0error Error
JavadocVariable
  • scope: "package"
0error Error
ConstantName0error Error
LocalFinalVariableName0error Error
LocalVariableName0error Error
MemberName0error Error
MethodName0error Error
PackageName
  • format: "^[a-z]+(\.[a-z][a-z0-9]*)*$"
0error Error
ParameterName0error Error
StaticVariableName0error Error
TypeName0error Error
AvoidStarImport0error Error
IllegalImport0error Error
RedundantImport0error Error
UnusedImports0error Error
FileLength
  • max: "1400"
0error Error
LineLength
  • ignorePattern: "^ *\* *"
  • max: "130"
0error Error
MethodLength
  • tokens: "METHOD_DEF"
  • max: "200"
0error Error
MethodLength
  • tokens: "CTOR_DEF"
  • max: "60"
0error Error
ParameterNumber
  • tokens: "METHOD_DEF"
  • max: "8"
0error Error
ParameterNumber
  • tokens: "CTOR_DEF"
  • max: "8"
0error Error
NoWhitespaceAfter
  • allowLineBreaks: "false"
0error Error
NoWhitespaceBefore
  • allowLineBreaks: "false"
0error Error
OperatorWrap0error Error
ParenPad0error Error
TabCharacter0error Error
WhitespaceAfter
  • tokens: "COMMA, SEMI"
0error Error
WhitespaceAround0error Error
ModifierOrder0error Error
RedundantModifier0error Error
EmptyBlock
  • option: "text"
  • tokens: "LITERAL_CATCH"
0error Error
EmptyBlock
  • tokens: "LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_IF, LITERAL_FOR, LITERAL_TRY, LITERAL_WHILE, STATIC_INIT"
0error Error
LeftCurly0error Error
NeedBraces0error Error
RightCurly0error Error
AvoidNestedBlocks0error Error
Header
  • headerFile: "/u01/work/jpam/trunk/config/ClassHeader.txt"
0error Error
AvoidInlineConditionals0error Error
DoubleCheckedLocking0error Error
EmptyStatement0error Error
EqualsHashCode0error Error
InnerAssignment0error Error
MissingSwitchDefault0error Error
SimplifyBooleanExpression0error Error
SimplifyBooleanReturn0error Error
UpperEll0error Error
ArrayTypeStyle0error Error
VisibilityModifier
  • protectedAllowed: "true"
0error Error
InterfaceIsType0error Error
HideUtilityClassConstructor0error Error

Files

Filesinfowarningerror

Details