Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.B76_R37x, 3.7.1

Number of source files: 32 Number of classfiles: 50

Problems: 3 (Errors: 0 Warnings: 3 )

Source File: org/eclipse/wst/jsdt/debug/internal/rhino/ui/RhinoUIPlugin.java
1. WARNING: UnusedImport

The import org.eclipse.ui.IWorkbench is never used

RhinoUIPlugin.java :

7 : import org.eclipse.ui.IWorkbench;

Source File: org/eclipse/wst/jsdt/debug/internal/rhino/ui/launching/IncludeEntry.java
1. WARNING: UnusedImport

The import org.eclipse.debug.core.ILaunchConfiguration is never used

IncludeEntry.java :

3 : import org.eclipse.debug.core.ILaunchConfiguration;

Source File: org/eclipse/wst/jsdt/debug/internal/rhino/ui/launching/RhinoProcess.java
1. WARNING: UnusedImport

The import org.eclipse.wst.jsdt.debug.rhino.debugger.RhinoDebugger is never used

RhinoProcess.java :

20 : import org.eclipse.wst.jsdt.debug.rhino.debugger.RhinoDebugger;