Checkstyle Results

The following document contains the results of Checkstyle 9.3 with build/qa/checkstyle.xml ruleset.

Summary

Files
 Info
 Warnings
 Errors
2 6 6 0

Files

File
 I
 W
 E
com/wakaleo/schemaspy/SchemaSpyReport.java 4 5 0
com/wakaleo/schemaspy/util/JDBCHelper.java 2 1 0

Rules

Category Rule Violations Severity
coding DeclarationOrder 3
 Info
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1
 Warning
IllegalCatch 1
 Info
design VisibilityModifier 2
 Warning
javadoc JavadocPackage 2
 Info
misc TodoComment
  • format: "(?i)todo"
1
 Warning
sizes LineLength
  • max: "100"
1
 Error
MethodLength
  • max: "50"
1
 Warning

Details

com/wakaleo/schemaspy/SchemaSpyReport.java

Severity Category Rule Message Line
 Info
javadoc JavadocPackage Missing package-info.java file. 1
 Warning
misc TodoComment Comment matches to-do format '(?i)todo'. 97
 Info
coding DeclarationOrder Variable access definition in wrong order. 315
 Warning
design VisibilityModifier Variable 'runOnExecutionRoot' must be private and have accessor methods. 316
 Info
coding DeclarationOrder Variable access definition in wrong order. 322
 Warning
design VisibilityModifier Variable 'analyzer' must be private and have accessor methods. 322
 Warning
coding HiddenField 'analyzer' hides a field. 324
 Warning
sizes MethodLength Method executeReport length is 72 lines (max allowed is 50). 381
 Info
coding IllegalCatch Catching 'Exception' is not allowed. 450

com/wakaleo/schemaspy/util/JDBCHelper.java

Severity Category Rule Message Line
 Info
javadoc JavadocPackage Missing package-info.java file. 1
 Warning
sizes LineLength Line is longer than 100 characters (found 101). 24
 Info
coding DeclarationOrder Static variable definition in wrong order. 27