Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 7 Number of classfiles: 10

Problems: 5 (Errors: 0 Warnings: 5 )

Source File: org/eclipse/dltk/tcl/internal/testing/TclTestingLaunchShortcut.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.core.IMethod is never used

TclTestingLaunchShortcut.java:

20: import org.eclipse.dltk.core.IMethod;

2. WARNING: UnusedPrivateMethod

The method chooseType(IType[], String) from the type TclTestingLaunchShortcut is never used locally

TclTestingLaunchShortcut.java:

163: private IType chooseType(IType[] types, String mode) throws InterruptedException {

3. WARNING: LocalVariableIsNeverUsed

The local variable containerHandleId is never read

TclTestingLaunchShortcut.java:

235: String containerHandleId;

4. WARNING: LocalVariableIsNeverUsed

The local variable testElementName is never read

TclTestingLaunchShortcut.java:

236: String testElementName;

5. WARNING: LocalVariableIsNeverUsed

The local variable engineFound is never read

TclTestingLaunchShortcut.java:

273: boolean engineFound = false;