Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 40 Number of classfiles: 44

Problems: 3 (Errors: 0 Warnings: 3 )

Source File: org/eclipse/dltk/xotcl/internal/core/XOTclCompletionExtension.java
1. WARNING: UnusedPrivateField

The field XOTclCompletionExtension.requestor is never read locally

XOTclCompletionExtension.java:

48: private CompletionRequestor requestor;

Source File: org/eclipse/dltk/xotcl/internal/core/parser/XOTclCommandDetector.java
1. WARNING: UnusedPrivateField

The field XOTclCommandDetector.runtimeModel is never read locally

XOTclCommandDetector.java:

30: private boolean runtimeModel = false;

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

The field XOTclClass.namespaceKey is never read locally

XOTclClass.java:

12: private String namespaceKey;