J2SE5.0 RCを入れてVMをそれに変えてみて
Eclipse3.1M1で使ってみたんだが

List<Integer> l = new ArrayList();

こんなコードを書いただけでこんな警告が出た。

重大度説明リソースフォルダーロケーション作成日時
1Unsafe type operation: Should not convert expression of raw type ArrayList to type List<Integer>. References to generic type List<E> should be parameterizedTest5.javaTestJ2SE5/src/test30 行目2004/09/05 1:05:55