The following document contains the results of Checkstyle.
Files | I ![]() | W ![]() | E ![]() |
---|---|---|---|
ch/elca/el4j/maven/plugins/springide/SourceResolver.java | 0 | 8 | 0 |
ch/elca/el4j/maven/plugins/springide/SpringIDEMojo.java | 0 | 3 | 0 |
ch/elca/el4j/maven/plugins/springide/resolvers/JarResolver.java | 0 | 1 | 0 |
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 |
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 |
Violation | Message | Line |
---|---|---|
![]() | Class Data Abstraction Coupling is 8 (max allowed is 7) classes [BufferedReader, BufferedWriter, File, FileWriter, IOException, InputStreamReader, JarEntryPath, JarFile]. | 38 |