Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 53 Number of classfiles: 67

Problems: 4 (Errors: 0 Warnings: 4 )

Source File: org/eclipse/dltk/tcl/ast/expressions/TclExecuteExpression.java
1. WARNING: UnusedPrivateField

The field TclExecuteExpression.fileName is never read locally

TclExecuteExpression.java:

28: private char[] fileName = null;

Source File: org/eclipse/dltk/tcl/internal/core/codeassist/TclCompletionEngine.java
1. WARNING: LocalVariableIsNeverUsed

The local variable provideDots is never read

TclCompletionEngine.java:

633: boolean provideDots = false;

Source File: org/eclipse/dltk/tcl/internal/parser/TclSourceElementParser.java
1. WARNING: UnusedPrivateField

The field TclSourceElementParser.counter is never read locally

TclSourceElementParser.java:

69: private static int counter = 0;

Source File: org/eclipse/dltk/tcl/internal/parsers/raw/SimpleTclParser.java
1. WARNING: UnusedImport

The import java.text.ParseException is never used

SimpleTclParser.java:

12: import java.text.ParseException;