Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 15 Number of classfiles: 20

Problems: 4 (Errors: 0 Warnings: 4 )

Source File: org/eclipse/dltk/core/tests/TestingEnvironment.java
1. WARNING: LocalVariableIsNeverUsed

The local variable requiredComplianceFlag is never read

TestingEnvironment.java:

69: int requiredComplianceFlag = 0;

2. WARNING: LocalVariableIsNeverUsed

The local variable ScriptProject is never read

TestingEnvironment.java:

71: IScriptProject ScriptProject = DLTKCore.create(project);

3. WARNING: UnusedPrivateMethod

The method getJarRootPath(IPath) from the type TestingEnvironment is never used locally

TestingEnvironment.java:

543: private IPath getJarRootPath(IPath projectPath) {

4. WARNING: LocalVariableIsNeverUsed

The local variable ScriptProject is never read

TestingEnvironment.java:

892: IScriptProject ScriptProject = DLTKCore.create(p);