findbugs 出错类型及对应解释 第一弹 1、Dead store to local variable 本地变量存储了闲置不用的对象 举例: List accountCoList = new ArrayList(); 我们为accountCoList新建了一个对象,但是程序的后面并没有使用这个这 Read More
posted @ 2016-07-29 14:59 andyLdn Views(1363) Comments(0) Diggs(0)