The following document contains the results of Checkstyle.
Files | I | W | E |
---|---|---|---|
ch/elca/el4j/maven/plugins/envsupport/AbstractEnvListMojo.java | 0 | 1 | 0 |
ch/elca/el4j/maven/plugins/envsupport/AbstractEnvSupportMojo.java | 0 | 3 | 0 |
Violation | Message | Line |
---|---|---|
Unused import - org.slf4j.impl.MavenLoggerFactory. | 21 |
Violation | Message | Line |
---|---|---|
Class Data Abstraction Coupling is 16 (max allowed is 7) classes [ArrayList, BufferedReader, DirectoryScanner, ErrorTracingProperties, File, FileInputStream, FileOutputStream, FileReader, FileWriter, InputStreamReader, InterpolationFilterReader, MojoExecutionException, OutputStreamWriter, Properties, ReflectionProperties, VariablesAndFinalPropertiesHandler]. | 66 | |
Class Fan-Out Complexity is 29 (max allowed is 20). | 66 | |
Must have at least one statement. | 429 |