Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.A53, 3.6.0

Number of source files: 31 Number of classfiles: 35

Problems: 1 (Errors: 0 Warnings: 1 )

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

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

StackFrame.java :

26 : import org.mozilla.javascript.Script;