文件名称:findbugs检测提示详解
文件大小:20KB
文件格式:DOCX
更新时间:2015-03-21 05:00:10
findbugs检测提示详解 eclipse java
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条,供大家参考