当前位置: 代码迷 >> Java Web开发 >> List is a raw type. References to generic type List<E> should be parameterized,该如何处理
  详细解决方案

List is a raw type. References to generic type List<E> should be parameterized,该如何处理

热度:1457   发布时间:2016-04-17 11:04:19.0
List is a raw type. References to generic type List<E> should be parameterized
原来在程序中没有出现过这个问题:一下子在程序中出现
100个警告:
List is a raw type. References to generic type List<E> should be parameterized  


比如:
 List test = (ArrayList)session.getAttribute("test");


其中的List也会出现如题的问题





包含的库都有,请问是什么原因呀???


------解决方案--------------------
jdk 5.0 ?
------解决方案--------------------
探讨

jdk 5.0 ?
  相关解决方案