Compiler Report

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 )

Source File: org/eclipse/wst/validation/tests/testcase/TestEnvironment.java
1. WARNING: DeadCode

Dead code

TestEnvironment.java :

120 : for (Iterator<IProject> it=_projects.values().iterator(); it.hasNext();){ IProject project = it.next(); project.delete(true, null); }

Source File: org/eclipse/wst/validation/tests/testcase/TestSuite10.java
1. WARNING: UnusedWarningToken

Unnecessary @SuppressWarnings("restriction")

TestSuite10.java :

28 : @SuppressWarnings("restriction")