Checkstyle Results
The following document contains the results of Checkstyle.
Summary
Files | Infos  | Warnings  | Errors  |
---|
15 | 0 | 12 | 0 |
Details
ch/elca/el4j/maven/plugins/springide/SourceResolver.java
Violation | Message | Line |
---|
 | Unused import - java.io.FileNotFoundException. | 20 |
 | Unused import - java.util.ArrayList. | 21 |
 | Unused import - org.apache.commons.io.filefilter.FileFilterUtils. | 27 |
 | Utility classes should not have a public or default constructor. | 41 |
 | Must have at least one statement. | 74 |
 | Expected an @return tag. | 89 |
 | Expected @param tag for 'javaFiles'. | 89 |
 | Expected an @return tag. | 104 |
ch/elca/el4j/maven/plugins/springide/SpringIDEMojo.java
Violation | Message | Line |
---|
 | Class Data Abstraction Coupling is 10 (max allowed is 7) classes [BeanPathResolver, BufferedReader, ConfigurationExtractor, File, FileWriter, InputStreamReader, LinkedList, MojoExecutionException, URL, VelocityContext]. | 61 |
 | Cyclomatic Complexity is 17 (max allowed is 12). | 116 |
 | Executable statement count is 38 (max allowed is 30). | 116 |
ch/elca/el4j/maven/plugins/springide/resolvers/JarResolver.java
Violation | Message | Line |
---|
 | Class Data Abstraction Coupling is 8 (max allowed is 7) classes [BufferedReader, BufferedWriter, File, FileWriter, IOException, InputStreamReader, JarEntryPath, JarFile]. | 38 |