Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 20 Number of classfiles: 27

Problems: 5 (Errors: 0 Warnings: 5 )

Source File: org/eclipse/dltk/tcl/core/tests/model/SearchTests.java
1. WARNING: LocalVariableIsNeverUsed

The local variable module is never read

SearchTests.java:

245: ISourceModule module = getSourceModule(TCLSEARCH, "src", new Path(

2. WARNING: LocalVariableIsNeverUsed

The local variable project is never read

SearchTests.java:

263: IScriptProject project = getScriptProject(TCLSEARCH);

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

The local variable module1 is never read

AllParseTests.java:

101: ModuleDeclaration module1 = parser.parse(null, content, collector);

2. WARNING: LocalVariableIsNeverUsed

The local variable module2 is never read

AllParseTests.java:

115: ModuleDeclaration module2 = newSourceParser.parse(null, module,

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

The local variable oldAST is never read

NewTclParserTests.java:

17: ModuleDeclaration oldAST = oldParser.parse(null, content.toCharArray(),