Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 13 Number of classfiles: 14

Problems: 1 (Errors: 0 Warnings: 1 )

Source File: org/eclipse/jst/jsf/test/util/JSFTestUtil.java
1. WARNING: UnusedImport

The import java.util.List is never used

JSFTestUtil.java:

24: import java.util.List;