-
利用Myeclipse开发时遇到的问题5
Class is a raw type. References to generic type Class<T> should be parameterized
HashMap is a raw type. References to generic type HashMap<K,V> should be parameterized
HashSet is a raw type. References to generic type HashSet<E> should be parameterized
Iterator is a raw type. References to generic type Iterator<E> should be parameterized
List is a raw type. References to generic type List<E> should be parameterized
Map is a raw type. References to generic type Map<K,V> should be parameterized
Referenced bean 'daoProxyFactory' not found
Set is a raw type. References to generic type Set<E> should be parameterized
这些错误是什么意思,应该怎样解决啊
问题补充:有什么可以参考的资料么,我是刚接触这个的,是参照视频学习的,还有很多不明白之处,留个QQ吧,谢了!2010年4月19日 20:15
List is a raw type. References to generic type List<E> should be parameterized
最新推荐文章于 2023-11-18 01:52:58 发布
本文解答了在使用MyEclipse开发过程中遇到的关于泛型使用的警告信息,解释了这些警告的原因,并提供了如何理解和解决这些问题的方法。

添加评论
关注(0)
550

被折叠的 条评论
为什么被折叠?



