Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfos InfosWarnings WarningsErrors Errors
350110

Details

ch/elca/el4j/maven/plugins/database/AbstractDBExecutionMojo.java

ViolationMessageLine
WarningsClass Data Abstraction Coupling is 8 (max allowed is 7) classes [ArrayList, ConnectionPropertiesHolder, DatabaseHolderException, File, FileSystemResource, FindReplacePattern, HashMap, Properties].57
WarningsCyclomatic Complexity is 16 (max allowed is 12).557
WarningsExecutable statement count is 35 (max allowed is 30).557
WarningsNPath Complexity is 516 (max allowed is 200).557

ch/elca/el4j/maven/plugins/database/AbstractDBMojo.java

ViolationMessageLine
WarningsLine is longer than 120 characters.89

ch/elca/el4j/maven/plugins/database/holder/DatabaseNameHolder.java

ViolationMessageLine
WarningsWrong order for 'org.apache.maven.project.MavenProject' import.24

ch/elca/el4j/maven/plugins/database/util/SqlUtils.java

ViolationMessageLine
WarningsCyclomatic Complexity is 18 (max allowed is 12).67
WarningsExecutable statement count is 51 (max allowed is 30).67
WarningsNPath Complexity is 769 (max allowed is 200).67
WarningsMust have at least one statement.175

ch/elca/el4j/maven/plugins/database/util/h2/H2Controller.java

ViolationMessageLine
WarningsUnused import - org.h2.server.TcpServer.21