Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfos InfosWarnings WarningsErrors Errors
6080

Details

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

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

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

ViolationMessageLine
WarningsWrong order for 'org.apache.maven.plugin.MojoExecutionException' import.29
WarningsLine is longer than 120 characters.297