Checkstyle Results

The following document contains the results of Checkstyle.

Summary

Files Infos Infos Warnings Warnings Errors Errors
6 0 8 0

Details

ch/elca/el4j/maven/plugins/depgraph/AbstractDependencyGraphMojo.java

Violation Message Line
Warnings Class Data Abstraction Coupling is 8 (max allowed is 7) classes [ArtifactDependencyNodeFilter, BuildingDependencyNodeVisitor, File, FilteringDependencyNodeVisitor, GraphvizProjector, HashMap, MojoExecutionException, RegexArtifactFilter]. 54
Warnings Class Fan-Out Complexity is 21 (max allowed is 20). 54
Warnings Comment matches to-do format 'TBD|TODO'. 315
Warnings Expected an @return tag. 448
Warnings Expected @param tag for 'rootNode'. 449
Warnings Expected @param tag for 'filter'. 450

ch/elca/el4j/maven/plugins/depgraph/GraphvizProjector.java

Violation Message Line
Warnings Wrong order for 'org.apache.maven.plugin.MojoExecutionException' import. 29
Warnings Line is longer than 120 characters. 297