Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 14 Number of classfiles: 23

Problems: 3 (Errors: 0 Warnings: 3 )

Source File: org/eclipse/dltk/tcl/internal/tclchecker/ui/preferences/TclCheckerConfigurationPage.java
1. WARNING: UnusedPrivateMethod

The method setMessage(Object) from the type TclCheckerConfigurationPage is never used locally

TclCheckerConfigurationPage.java:

148: private void setMessage(Object object) {

2. WARNING: UnusedPrivateMethod

The method setMessage(String, int) from the type TclCheckerConfigurationPage is never used locally

TclCheckerConfigurationPage.java:

153: private void setMessage(String message, int type) {

3. WARNING: LocalVariableIsNeverUsed

The local variable selection is never read

TclCheckerConfigurationPage.java:

538: IStructuredSelection selection = (IStructuredSelection) environmentPathBlock