FindBugs™ 1.3.9

Uses of Class
edu.umd.cs.findbugs.ba.npe.IsNullValueFrame

Packages that use IsNullValueFrame
edu.umd.cs.findbugs.ba.deref   
edu.umd.cs.findbugs.ba.npe   
 

Uses of IsNullValueFrame in edu.umd.cs.findbugs.ba.deref
 

Methods in edu.umd.cs.findbugs.ba.deref with parameters of type IsNullValueFrame
static java.util.Set<ValueNumber> UnconditionalValueDerefAnalysis.checkNonNullParams(Location location, ValueNumberFrame vnaFrame, org.apache.bcel.generic.ConstantPoolGen constantPool, org.apache.bcel.classfile.Method method, IsNullValueFrame invFrame)
           
static java.util.Set<ValueNumber> UnconditionalValueDerefAnalysis.checkUnconditionalDerefDatabase(Location location, ValueNumberFrame vnaFrame, org.apache.bcel.generic.ConstantPoolGen constantPool, IsNullValueFrame invFrame, TypeDataflow typeDataflow)
           
static boolean UnconditionalValueDerefAnalysis.reportPotentialDereference(Location location, IsNullValueFrame invFrame)
           
 

Uses of IsNullValueFrame in edu.umd.cs.findbugs.ba.npe
 

Methods in edu.umd.cs.findbugs.ba.npe that return IsNullValueFrame
 IsNullValueFrame IsNullValueAnalysis.createFact()
           
 IsNullValueFrame IsNullValueDataflow.getFactAtMidEdge(Edge edge)
           
 IsNullValueFrame IsNullValueAnalysis.getFactAtMidEdge(Edge edge)
           
 

Methods in edu.umd.cs.findbugs.ba.npe with parameters of type IsNullValueFrame
 void IsNullValueAnalysis.endTransfer(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle end, IsNullValueFrame result)
           
 void IsNullValueAnalysis.initEntryFact(IsNullValueFrame result)
           
 void IsNullValueAnalysis.meetInto(IsNullValueFrame fact, Edge edge, IsNullValueFrame result)
           
 void IsNullValueAnalysis.meetInto(IsNullValueFrame fact, Edge edge, IsNullValueFrame result, boolean propagatePhiNodeInformation)
           
protected  void IsNullValueAnalysis.mergeInto(IsNullValueFrame other, IsNullValueFrame result)
           
 void IsNullValueFrame.mergeKnownValuesWith(IsNullValueFrame otherFrame)
           
protected  void IsNullValueAnalysis.mergeValues(IsNullValueFrame otherFrame, IsNullValueFrame resultFrame, int slot)
           
 void IsNullValueAnalysis.transfer(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle end, IsNullValueFrame start, IsNullValueFrame result)
           
 void IsNullValueAnalysis.transferInstruction(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock, IsNullValueFrame fact)
           
 


FindBugs™ 1.3.9

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