Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfos InfosWarnings WarningsErrors Errors
3070

Details

ch/elca/el4j/maven/plugins/eclipseserver/AbstractServerAdderMojo.java

ViolationMessageLine
WarningsClass Data Abstraction Coupling is 14 (max allowed is 7) classes [BufferedReader, DOMSource, File, FileInputStream, FileOutputStream, FileWriter, InputSource, InputStreamReader, MojoExecutionException, Properties, StreamResult, StringReader, StringWriter, VelocityContext].68
WarningsClass Fan-Out Complexity is 33 (max allowed is 20).68
WarningsCyclomatic Complexity is 21 (max allowed is 12).132
WarningsExecutable statement count is 65 (max allowed is 30).132
WarningsNPath Complexity is 10,368 (max allowed is 200).132

ch/elca/el4j/maven/plugins/eclipseserver/ServersXmlConfigurator.java

ViolationMessageLine
WarningsClass Fan-Out Complexity is 21 (max allowed is 20).52

ch/elca/el4j/maven/plugins/eclipseserver/Tomcat6xAdderMojo.java

ViolationMessageLine
WarningsExecutable statement count is 48 (max allowed is 30).179