Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 27 Number of classfiles: 38

Problems: 6 (Errors: 0 Warnings: 6 )

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/perfomance/tests/PeromanceTest0.java
1. WARNING: UnusedImport

The import org.eclipse.dltk.ast.parser.ISourceParserConstants is never used

PeromanceTest0.java:

26: import org.eclipse.dltk.ast.parser.ISourceParserConstants;

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

The local variable module1 is never read

AllParseTests.java:

106: ModuleDeclaration module1 = (ModuleDeclaration) parser.parse(

2. WARNING: LocalVariableIsNeverUsed

The local variable module2 is never read

AllParseTests.java:

121: 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:

19: ModuleDeclaration oldAST = oldParser.parse(input, null);