Checkstyle Results
The following document contains the results of Checkstyle 9.3 with build/qa/checkstyle.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
3 | 4 | 19 | 0 |
Files
File | ![]() |
![]() |
![]() |
---|---|---|---|
com/wakaleo/schemaspy/MavenSchemaAnalyzer.java | 0 | 10 | 0 |
com/wakaleo/schemaspy/SchemaSpyReport.java | 2 | 8 | 0 |
com/wakaleo/schemaspy/util/JDBCHelper.java | 2 | 1 | 0 |
Rules
Category | Rule | Violations | Severity |
---|---|---|---|
coding | DeclarationOrder | 1 | ![]() |
HiddenField
|
1 | ![]() | |
IllegalCatch | 1 | ![]() | |
design | VisibilityModifier | 2 | ![]() |
imports | UnusedImports | 1 | ![]() |
javadoc | JavadocPackage | 2 | ![]() |
JavadocVariable | 4 | ![]() | |
misc | FinalParameters
|
1 | ![]() |
sizes | LineLength
|
9 | ![]() |
MethodLength
|
1 | ![]() |
Details
com/wakaleo/schemaspy/MavenSchemaAnalyzer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
imports | UnusedImports | Unused import - org.schemaspy.connection.ScNullChecked. | 7 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 112). | 24 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 28 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 30 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 111). | 33 |
![]() |
misc | FinalParameters | Parameter argList should be final. | 36 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 105). | 37 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 182). | 45 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 150). | 47 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 125). | 52 |
com/wakaleo/schemaspy/SchemaSpyReport.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 29 |
![]() |
design | VisibilityModifier | Variable 'vizjs' must be private and have accessor methods. | 30 |
![]() |
design | VisibilityModifier | Variable 'runOnExecutionRoot' must be private and have accessor methods. | 38 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 102). | 101 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 101). | 140 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 230 |
![]() |
coding | HiddenField | 'analyzer' hides a field. | 239 |
![]() |
sizes | MethodLength | Method executeReport length is 71 lines (max allowed is 50). | 293 |
![]() |
coding | IllegalCatch | Catching 'Exception' is not allowed. | 361 |
com/wakaleo/schemaspy/util/JDBCHelper.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
javadoc | JavadocPackage | Missing package-info.java file. | 1 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 101). | 24 |
![]() |
coding | DeclarationOrder | Static variable definition in wrong order. | 27 |