void

去掉List 在MyEclipse中的Warning 警号


两种办法解决:

1. 在页面加上代码: 
                                @SuppressWarnings("unchecked")
2. 设定Myeclipse 的警告忽略: 
                                Window->Preferences->Java->Compiler->Errors/Warning->Generic types中将Unchecked generic type operation(或者 Usage of a raw type)设置为Ignore

posted on 2009-06-13 15:27 void 阅读(339) 评论(0)  编辑  收藏 所属分类: MyEclipse


只有注册用户登录后才能发表评论。


网站导航: