Checkstyle Results

The following document contains the results of Checkstyle.

Summary

FilesInfos InfosWarnings WarningsErrors Errors
40180

Details

ch/elca/el4j/maven/plugins/filecollector/AggregateFilesMojo.java

ViolationMessageLine
WarningsCyclomatic Complexity is 14 (max allowed is 12).284
WarningsExecutable statement count is 33 (max allowed is 30).284

ch/elca/el4j/maven/plugins/filecollector/FileException.java

ViolationMessageLine
WarningsExpected @param tag for 'message'.41
WarningsExpected @param tag for 'message'.48
WarningsExpected @param tag for 'parameters'.48
WarningsExpected @param tag for 'message'.55
WarningsExpected @param tag for 'parameters'.55
WarningsExpected @param tag for 'wrappedException'.56
WarningsExpected @param tag for 'message'.63
WarningsExpected @param tag for 'wrappedException'.63

ch/elca/el4j/maven/plugins/filecollector/FileModification.java

ViolationMessageLine
WarningsClass Data Abstraction Coupling is 10 (max allowed is 7) classes [BufferedReader, BufferedWriter, File, FileException, FileInputStream, FileOutputStream, FileReader, FileWriter, InputStreamReader, OutputStreamWriter].49
WarningsCyclomatic Complexity is 18 (max allowed is 12).241
WarningsExecutable statement count is 51 (max allowed is 30).241
WarningsCyclomatic Complexity is 13 (max allowed is 12).403
WarningsLine matches the illegal pattern 'Use tabs for indentation'.645
WarningsName 'BUFFER_SIZE' must match pattern '^[a-z][a-zA-Z0-9]*$'.969
WarningsName 'EOS' must match pattern '^[a-z][a-zA-Z0-9]*$'.970
WarningsLine matches the illegal pattern 'Use tabs for indentation'.1011