edu.umd.cs.findbugs.ba.deref

Class UnconditionalValueDerefDataflow

public class UnconditionalValueDerefDataflow extends AbstractDataflow<UnconditionalValueDerefSet,UnconditionalValueDerefAnalysis>

Dataflow to find value numbers unconditionally dereferenced.

Author: David Hovemeyer

Constructor Summary
UnconditionalValueDerefDataflow(CFG cfg, UnconditionalValueDerefAnalysis analysis)
Constructor.

Constructor Detail

UnconditionalValueDerefDataflow

public UnconditionalValueDerefDataflow(CFG cfg, UnconditionalValueDerefAnalysis analysis)
Constructor.

Parameters: cfg the control flow graph analysis the analysis

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.