Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 34 Number of classfiles: 35

Problems: 14 (Errors: 0 Warnings: 14 )

Source File: org/eclipse/dltk/rhino/dbgp/BreakCommand.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.rhino.dbgp.DBGPDebugger.Command is never used

BreakCommand.java:

8: import org.eclipse.dltk.rhino.dbgp.DBGPDebugger.Command;

Source File: org/eclipse/dltk/rhino/dbgp/ContextGetCommand.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.rhino.dbgp.DBGPDebugger.Command is never used

ContextGetCommand.java:

8: import org.eclipse.dltk.rhino.dbgp.DBGPDebugger.Command;

Source File: org/eclipse/dltk/rhino/dbgp/ContextNamesCommand.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.rhino.dbgp.DBGPDebugger.Command is never used

ContextNamesCommand.java:

8: import org.eclipse.dltk.rhino.dbgp.DBGPDebugger.Command;

Source File: org/eclipse/dltk/rhino/dbgp/DBGPDebugFrame.java
1. WARNING: UnusedImport

The import org.mozilla.javascript.Undefined is never used

DBGPDebugFrame.java:

7: import org.mozilla.javascript.Undefined;

2. WARNING: UnusedPrivateField

The field DBGPDebugFrame.args is never read locally

DBGPDebugFrame.java:

21: private Object[] args;

Source File: org/eclipse/dltk/rhino/dbgp/FeatureGetCommand.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.rhino.dbgp.DBGPDebugger.Command is never used

FeatureGetCommand.java:

8: import org.eclipse.dltk.rhino.dbgp.DBGPDebugger.Command;

Source File: org/eclipse/dltk/rhino/dbgp/FeatureSetCommand.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.rhino.dbgp.DBGPDebugger.Command is never used

FeatureSetCommand.java:

8: import org.eclipse.dltk.rhino.dbgp.DBGPDebugger.Command;

Source File: org/eclipse/dltk/rhino/dbgp/RemoveBreakPointCommand.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.rhino.dbgp.DBGPDebugger.Command is never used

RemoveBreakPointCommand.java:

8: import org.eclipse.dltk.rhino.dbgp.DBGPDebugger.Command;

Source File: org/eclipse/dltk/rhino/dbgp/StackDepthCommand.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.rhino.dbgp.DBGPDebugger.Command is never used

StackDepthCommand.java:

8: import org.eclipse.dltk.rhino.dbgp.DBGPDebugger.Command;

Source File: org/eclipse/dltk/rhino/dbgp/StackGetCommand.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.rhino.dbgp.DBGPDebugger.Command is never used

StackGetCommand.java:

9: import org.eclipse.dltk.rhino.dbgp.DBGPDebugger.Command;

Source File: org/eclipse/dltk/rhino/dbgp/StdErrCommand.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.rhino.dbgp.DBGPDebugger.Command is never used

StdErrCommand.java:

8: import org.eclipse.dltk.rhino.dbgp.DBGPDebugger.Command;

Source File: org/eclipse/dltk/rhino/dbgp/StdInCommand.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.rhino.dbgp.DBGPDebugger.Command is never used

StdInCommand.java:

8: import org.eclipse.dltk.rhino.dbgp.DBGPDebugger.Command;

Source File: org/eclipse/dltk/rhino/dbgp/StepOutCommand.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.rhino.dbgp.DBGPDebugger.Command is never used

StepOutCommand.java:

8: import org.eclipse.dltk.rhino.dbgp.DBGPDebugger.Command;

Source File: org/eclipse/dltk/rhino/dbgp/StopCommand.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.rhino.dbgp.DBGPDebugger.Command is never used

StopCommand.java:

8: import org.eclipse.dltk.rhino.dbgp.DBGPDebugger.Command;