Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
52700

Rules

RulesViolationsSeverity
SuppressionCommentFilter0Errors Error
NewlineAtEndOfFile1Infos Info
JavadocPackage0Infos Info
FileContentsHolder0Errors Error
CyclomaticComplexity
  • max: "20"
0Warnings Warning
DoubleCheckedLocking0Infos Info
HiddenField
  • ignoreAbstractMethods: "true"
  • tokens: "VARIABLE_DEF"
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
0Infos Info
StringLiteralEquality0Warnings Warning
ArrayTrailingComma0Infos Info
FallThrough0Infos Info
ClassDataAbstractionCoupling
  • max: "20"
0Warnings Warning
LocalVariableName0Warnings Warning
ExplicitInitialization0Infos Info
AbstractClassName0Warnings Warning
JavadocType
  • excludeScope: "private"
  • authorFormat: "\S"
0Warnings Warning
JavaNCSS
  • fileMaximum: "2000"
  • classMaximum: "1500"
  • methodMaximum: "125"
0Warnings Warning
RedundantModifier0Infos Info
AnonInnerLength
  • max: "40"
0Warnings Warning
EqualsAvoidNull0Infos Info
ParameterName0Warnings Warning
FinalClass0Warnings Warning
LineLength
  • max: "120"
  • tabWidth: "4"
0Warnings Warning
MissingOverride2Infos Info
DefaultComesLast0Errors Error
EmptyBlock0Infos Info
LocalFinalVariableName0Warnings Warning
JavadocVariable
  • scope: "public"
3Infos Info
MemberName0Warnings Warning
EqualsHashCode0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0Infos Info
PackageName0Warnings Warning
EmptyStatement0Infos Info
ArrayTypeStyle0Infos Info
RedundantThrows
  • allowUnchecked: "true"
0Infos Info
UnusedImports1Infos Info
ClassFanOutComplexity
  • max: "35"
0Infos Info
TodoComment4Infos Info
JavadocStyle
  • scope: "public"
  • checkFirstSentence: "true"
  • checkHtml: "false"
  • checkEmptyJavadoc: "true"
0Infos Info
SimplifyBooleanExpression0Infos Info
HideUtilityClassConstructor0Warnings Warning
SimplifyBooleanReturn0Infos Info
JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "protected"
  • allowUndeclaredRTE: "true"
  • allowMissingReturnTag: "true"
10Infos Info
ModifierOrder1Infos Info
BooleanExpressionComplexity
  • max: "5"
0Warnings Warning
MagicNumber
  • ignoreNumbers: "-1,0,1,2,4,8,16,32,64,128,256,512,1000,1024,2048,4096"
5Infos Info

Details

com/trendmicro/grid/acl/ds/bclog/BinaryChangeLogFileWriter.java

ViolationMessageLine
InfosUnused import - java.io.FilterOutputStream.11
InfosMissing a Javadoc comment.65
InfosMissing a Javadoc comment.81
InfosMissing a Javadoc comment.87
InfosMissing a Javadoc comment.94

com/trendmicro/grid/acl/ds/bclog/BinaryChangeLogQueue.java

ViolationMessageLine
Infos'final' modifier out of order with the JLS suggestions.29
Infos'25' is a magic number.35
Infos'24' is a magic number.37
InfosMissing a Javadoc comment.59
Infos'250' is a magic number.60
Infos'2000' is a magic number.67

com/trendmicro/grid/acl/ds/bclog/BinaryChangeLogWriterService.java

ViolationMessageLine
InfosComment matches to-do format 'TODO:'.14
InfosMissing a Javadoc comment.22
InfosMissing a Javadoc comment.23
InfosMissing a Javadoc comment.24
InfosMissing a Javadoc comment.32
InfosMissing a Javadoc comment.47
InfosMissing a Javadoc comment.73
Infos'60D' is a magic number.116
InfosMissing a Javadoc comment.143
InfosMissing a Javadoc comment.147
InfosComment matches to-do format 'TODO:'.148
InfosComment matches to-do format 'TODO:'.149

com/trendmicro/grid/acl/ds/bclog/LoggingProcessingResultReceiver.java

ViolationMessageLine
InfosMust include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists.30
InfosComment matches to-do format 'TODO:'.32
InfosMust include @java.lang.Override annotation when {@inheritDoc} Javadoc tag exists.49

com/trendmicro/grid/acl/ds/bclog/package-info.java

ViolationMessageLine
InfosFile does not end with a newline.0