1、Comparison of String objects using == or !=; 2、Dead store to newStatusRecord; 3、Invocation of toString on values; 4、ignores exceptional return value of java.io.File.mkdirs(); 5、invokes inefficient new Short(short) constructor; use Short.valueOf(short) instead; ………… 总共总结常见的22条,供大家参考
很全面,很实用的,而且讲解比较详细
简单直接又好用
比较详细,基本都能找到
很好用,下次还会过来下载资源。
解释和较详细
有些内容只有英文,再加些中文注释就好了. 另外,不知道全不全,反正我需要的暂时都找到了. 最好把BUG出现后的修改方案也提一提,怎样才能改好,举例子就行.