Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 16 Number of classfiles: 32

Problems: 3 (Errors: 0 Warnings: 3 )

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

The field PathDialog.fSelectedValidatorType is never read locally

PathDialog.java:

35: private IValidatorType fSelectedValidatorType;

2. WARNING: UnusedPrivateField

The field PathDialog.fPrevIndex is never read locally

PathDialog.java:

40: private int fPrevIndex = -1;

3. WARNING: UnusedPrivateMethod

The method createLabel(Composite, String, int) from the type PathDialog is never used locally

PathDialog.java:

82: private void createLabel(Composite parent, String content, int columns) {