Checkstyle Results
The following document contains the results of Checkstyle 9.3 with build/qa/checkstyle.xml ruleset.
Summary
Files | ![]() |
![]() |
![]() |
---|---|---|---|
3 | 4 | 17 | 0 |
Files
File | ![]() |
![]() |
![]() |
---|---|---|---|
com/wakaleo/schemaspy/MavenSchemaAnalyzer.java | 0 | 8 | 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 | ![]() |
javadoc | JavadocPackage | 2 | ![]() |
JavadocVariable | 4 | ![]() | |
misc | FinalParameters
|
1 | ![]() |
sizes | LineLength
|
8 | ![]() |
MethodLength
|
1 | ![]() |
Details
com/wakaleo/schemaspy/MavenSchemaAnalyzer.java
Severity | Category | Rule | Message | Line |
---|---|---|---|---|
![]() |
sizes | LineLength | Line is longer than 100 characters (found 112). | 18 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 22 |
![]() |
javadoc | JavadocVariable | Missing a Javadoc comment. | 24 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 111). | 27 |
![]() |
misc | FinalParameters | Parameter argList should be final. | 30 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 107). | 32 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 182). | 40 |
![]() |
sizes | LineLength | Line is longer than 100 characters (found 113). | 45 |
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 |