Compiler: Eclipse Compiler for Java(TM) Version: 0.B83_R37x, 3.7.2
Number of source files: 39 Number of classfiles: 43
Problems: 2 (Errors: 0 Warnings: 2 )
Dead code
TestEnvironment.java :
120 : for (Iterator<IProject> it=_projects.values().iterator(); it.hasNext();){ IProject project = it.next(); project.delete(true, null); }
Unnecessary @SuppressWarnings("restriction")
TestSuite10.java :
28 : @SuppressWarnings("restriction")