摘要: 看 這行代碼:Hashtable aPhoneBook = new Hashtable(); Object aObject = new Object(); aPhoneBook.put("abc", "123456"); aObject = aPhoneBook.put("abc", "123456"); 用findbug檢查會出現Dead store... 阅读全文
posted @ 2009-11-13 13:49 依然神思者 阅读(3315) 评论(1) 推荐(0) 编辑