Eclipse警告“List是一个原始类型”在Spring jsp表单中

前端之家收集整理的这篇文章主要介绍了Eclipse警告“List是一个原始类型”在Spring jsp表单中前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
@H_404_1@例如,我展示了一个非常简单的Spring表单:

@H_404_1@

<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="http://www.springframework.org/tags" prefix="s" %>
<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %>
<%@ page session="false" %>
@H_404_1@我仍然收到2个Eclipse警告:

@H_404_1@“List是一个原始类型.对泛型类型List的引用应该参数化”

@H_404_1@他们是为了线:

@H_404_1@

Name 
@H_404_1@有没有办法摆脱这些警告?
最佳答案
我在朱诺遇到过这个问题.升级到Kepler解决了这个问题.
原文链接:https://www.f2er.com/spring/432104.html

猜你在找的Spring相关文章