Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0
Number of source files: 2 Number of classfiles: 3
Problems: 3 (Errors: 0 Warnings: 3 )
The field CheckAndFixConsistency.EOL is never read locally
CheckAndFixConsistency.java :
92 : private static final String EOL = System.getProperty("line.separator", "\n");
The method addToCountingArray(ArrayList, IProject, CheckAndFixConsistency.SourceTemplateProject) from the type CheckAndFixConsistency is never used locally
CheckAndFixConsistency.java :
218 : private void addToCountingArray(ArrayList projectList, IProject project, SourceTemplateProject sourceTemplateProject) {
The local variable result is never read
CheckAndFixConsistency.java :
590 : boolean result = false;