The following document contains the results of Checkstyle.
Files | I | W | E |
---|---|---|---|
ch/elca/el4j/maven/plugins/depgraph/AbstractDependencyGraphMojo.java | 0 | 6 | 0 |
ch/elca/el4j/maven/plugins/depgraph/GraphvizProjector.java | 0 | 2 | 0 |
Violation | Message | Line |
---|---|---|
Class Data Abstraction Coupling is 8 (max allowed is 7) classes [ArtifactDependencyNodeFilter, BuildingDependencyNodeVisitor, File, FilteringDependencyNodeVisitor, GraphvizProjector, HashMap, MojoExecutionException, RegexArtifactFilter]. | 54 | |
Class Fan-Out Complexity is 21 (max allowed is 20). | 54 | |
Comment matches to-do format 'TBD|TODO'. | 315 | |
Expected an @return tag. | 448 | |
Expected @param tag for 'rootNode'. | 449 | |
Expected @param tag for 'filter'. | 450 |