Checkstyle Errors

The following document contains the results of Checkstyle for severity error.

Summary

Files Errors
39 10

Files

Files Errors
net/sf/statsvn/ant/StatSvnTask.java 1
net/sf/statsvn/input/SvnLogfileParser.java 6
net/sf/statsvn/output/SvnCommandLineParser.java 1
net/sf/statsvn/util/EnvReport.java 1
net/sf/statsvn/util/SvnDiffUtils.java 1

net/sf/statsvn/ant/StatSvnTask.java

Error Line
Error Unused import - org.apache.tools.ant.BuildException. 30

net/sf/statsvn/input/SvnLogfileParser.java

Error Line
Error Variable 'fileName' must be private and have accessor methods. 627
Error Variable 'newRevision' must be private and have accessor methods. 629
Error Variable 'oldRevision' must be private and have accessor methods. 631
Error Variable 'fileBuilder' must be private and have accessor methods. 633
Error Variable 'fileBuilders' must be private and have accessor methods. 756
Error '3' is a magic number. 784

net/sf/statsvn/output/SvnCommandLineParser.java

Error Line
Error Cyclomatic Complexity is 16 (max allowed is 15). 55

net/sf/statsvn/util/EnvReport.java

Error Line
Error Line matches the illegal pattern 'System\.out\.println'. 42

net/sf/statsvn/util/SvnDiffUtils.java

Error Line
Error '3' is a magic number. 204