Compiler Report

Compiler: Eclipse Java Compiler Version: 0.868, 3.4.0 release candidate-2

Number of source files: 3 Number of classfiles: 9

Problems: 1 (Errors: 0 Warnings: 1 )

Source File: org/eclipse/wtp/releng/tests/BuildTests.java
1. WARNING: UnusedImport

The import java.text.DecimalFormat is never used

BuildTests.java :

17 : import java.text.DecimalFormat;