Compiler Report

Compiler: Eclipse Compiler for Java(TM) Version: 0.B76_R37x, 3.7.1

Number of source files: 9 Number of classfiles: 15

Problems: 1 (Errors: 0 Warnings: 1 )

Source File: org/eclipse/wst/debug/core/tests/Util.java
1. WARNING: UnusedImport

The import java.io.FileNotFoundException is never used

Util.java :

15 : import java.io.FileNotFoundException;