Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 39 Number of classfiles: 51

Problems: 3 (Errors: 0 Warnings: 3 )

Source File: org/eclipse/dltk/tcl/parser/tests/PerfomanceTests.java
1. WARNING: LocalVariableIsNeverUsed

The local variable module is never read

PerfomanceTests.java:

48: List<TclCommand> module = parser.parse(contents, errors, processor);

Source File: org/eclipse/dltk/tcl/parser/tests/PerformanceParsingTests.java
1. WARNING: LocalVariableIsNeverUsed

The local variable commands is never read

PerformanceParsingTests.java:

98: List<TclCommand> commands = parser.parse(source,

Source File: org/eclipse/dltk/tcl/parser/tests/ProcCommandTests.java
1. WARNING: LocalVariableIsNeverUsed

The local variable cmd is never read

ProcCommandTests.java:

33: TclCommand cmd = typedCheck(source, 0, 1);