Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 34 Number of classfiles: 37

Problems: 5 (Errors: 0 Warnings: 5 )

Source File: org/eclipse/dltk/itcl/internal/core/IncrTclCompletionExtension.java
1. WARNING: UnusedPrivateMethod

The method addKeywords(char[], String[], Set, TclCompletionEngine) from the type IncrTclCompletionExtension is never used locally

IncrTclCompletionExtension.java:

430: private void addKeywords(char[] cs, String[] keywords, Set methodNames, TclCompletionEngine engine) {

Source File: org/eclipse/dltk/itcl/internal/core/parser/IncrTclSourceElementRequestVisitorExtension.java
1. WARNING: LocalVariableIsNeverUsed

The local variable dtn is never read

IncrTclSourceElementRequestVisitorExtension.java:

77: Declaration dtn = (Declaration) body.getDeclaringType();

Source File: org/eclipse/dltk/itcl/internal/core/parser/processors/IncrTclClassCommandProcessor.java
1. WARNING: LocalVariableIsNeverUsed

The local variable variableValue is never read

IncrTclClassCommandProcessor.java:

195: Expression variableValue = null;

Source File: org/eclipse/dltk/itcl/internal/core/search/IncrTclSelectionExtension.java
1. WARNING: LocalVariableIsNeverUsed

The local variable command is never read

IncrTclSelectionExtension.java:

182: String command = TclParseUtil

Source File: org/eclipse/dltk/itcl/internal/core/search/mixin/model/IncrTclClass.java
1. WARNING: UnusedPrivateField

The field IncrTclClass.namespaceKey is never read locally

IncrTclClass.java:

12: private String namespaceKey;