Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 2 Number of classfiles: 6

Problems: 2 (Errors: 0 Warnings: 2 )

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

The local variable bf is never read

CodeCompletion.java:

58: StringBuffer bf = new StringBuffer();

2. WARNING: LocalVariableIsNeverUsed

The local variable env is never read

CodeCompletion.java:

484: ISearchableEnvironment env = new NullEnvironment();