去掉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 閱讀(349) 評論(0) 編輯 收藏 所屬分類: MyEclipse