Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

FilesInfos InfosWarnings WarningsErrors Errors
517100

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"
10Warnings Warning
MissingOverride0Infos Info
DefaultComesLast0Errors Error
EmptyBlock0Infos Info
LocalFinalVariableName0Warnings Warning
JavadocVariable
  • scope: "public"
5Infos Info
MemberName0Warnings Warning
EqualsHashCode0Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
3Infos Info
PackageName0Warnings Warning
EmptyStatement0Infos Info
ArrayTypeStyle0Infos Info
RedundantThrows
  • allowUnchecked: "true"
0Infos Info
UnusedImports3Infos Info
ClassFanOutComplexity
  • max: "35"
0Infos Info
TodoComment1Infos Info
JavadocStyle
  • scope: "public"
  • checkFirstSentence: "true"
  • checkHtml: "false"
  • checkEmptyJavadoc: "true"
2Infos Info
SimplifyBooleanExpression0Infos Info
HideUtilityClassConstructor0Warnings Warning
SimplifyBooleanReturn0Infos Info
JavadocMethod
  • allowMissingPropertyJavadoc: "true"
  • scope: "protected"
  • allowUndeclaredRTE: "true"
  • allowMissingReturnTag: "true"
1Infos Info
ModifierOrder0Infos Info
BooleanExpressionComplexity
  • max: "5"
0Warnings Warning
MagicNumber
  • ignoreNumbers: "-1,0,1,2,4,8,16,32,64,128,256,512,1000,1024,2048,4096"
1Infos Info

Details

com/trendmicro/grid/acl/mssql/MSSQL2008Dialect.java

ViolationMessageLine
InfosUnused import - org.hibernate.Hibernate.19
InfosUnused import - org.hibernate.dialect.SQLServer2005Dialect.20
InfosUnused import - org.hibernate.dialect.function.NoArgSQLFunction.22
InfosMissing a Javadoc comment.33
Infos'4000' is a magic number.42

com/trendmicro/grid/acl/mssql/MSSQLConfigurator.java

ViolationMessageLine
InfosMissing a Javadoc comment.74
InfosMissing a Javadoc comment.76
InfosMissing a Javadoc comment.77
InfosMissing a Javadoc comment.79
InfosMissing a Javadoc comment.86
WarningsLine is longer than 120 characters.100
WarningsLine is longer than 120 characters.109
WarningsLine is longer than 120 characters.134
WarningsLine is longer than 120 characters.135
WarningsLine is longer than 120 characters.137
WarningsLine is longer than 120 characters.138

com/trendmicro/grid/acl/mssql/MSSQLSystemProperties.java

ViolationMessageLine
WarningsLine is longer than 120 characters.11
WarningsLine is longer than 120 characters.19
WarningsLine is longer than 120 characters.29
WarningsLine is longer than 120 characters.30
InfosFirst sentence should end with a period.64
InfosFirst sentence should end with a period.71

com/trendmicro/grid/acl/mssql/MSSQLTagQueryProvider.java

ViolationMessageLine
InfosVariable 'useParameterizedQueries' must be private and have accessor methods.41
InfosVariable 'useFTSearchQueries' must be private and have accessor methods.46
InfosVariable 'useProviderAlways' must be private and have accessor methods.51

com/trendmicro/grid/acl/mssql/package-info.java

ViolationMessageLine
InfosFile does not end with a newline.0
InfosComment matches to-do format 'TODO:'.4