Eclipse中出现的warning(Multiple markers at this line)
定义:java.util.ArrayList arrayList = new java.util.ArrayList();
出现如下Warning:
Multiple markers at this line
ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
什么原因,怎么解决?Thanks.