Compiler Report

Compiler: Eclipse Java Compiler Version: 0.770, 3.3.0

Number of source files: 42 Number of classfiles: 81

Problems: 1 (Errors: 0 Warnings: 1 )

Source File: org/eclipse/jpt/utility/internal/HashBag.java
1. WARNING: UnusedImport

The import java.util.Collections is never used

HashBag.java :

15 : import java.util.Collections;