edu.umd.cs.findbugs.detect
Class TrainUnconditionalDerefParams
public
class
TrainUnconditionalDerefParams
extends BuildUnconditionalParamDerefDatabase
implements Detector, TrainingDetector
Training pass to find method parameters which are
unconditionally dereferenced. We do this by performing
a backwards dataflow analysis which sees which params are
dereferenced on all non-implicit-exception paths from the CFG entry.
Author: David Hovemeyer
public TrainUnconditionalDerefParams(
BugReporter bugReporter)
public void report()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.