Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 3 Number of classfiles: 7

Problems: 3 (Errors: 0 Warnings: 3 )

Source File: org/eclipse/dltk/javascript/core/tests/contentassist/CodeCompletion.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.compiler.CharOperation is never used

CodeCompletion.java:

21: import org.eclipse.dltk.compiler.CharOperation;

2. WARNING: LocalVariableIsNeverUsed

The local variable bf is never read

CodeCompletion.java:

60: StringBuffer bf = new StringBuffer();

3. WARNING: LocalVariableIsNeverUsed

The local variable env is never read

CodeCompletion.java:

490: ISearchableEnvironment env = new NullEnvironment();