FindBugs™ 1.3.9

Uses of Class
edu.umd.cs.findbugs.ba.CompactLocationNumbering

Packages that use CompactLocationNumbering
edu.umd.cs.findbugs.ba A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses. 
edu.umd.cs.findbugs.ba.npe2 This package is a rewrite of the null-pointer analysis to use sets of value numbers rather than frames. 
edu.umd.cs.findbugs.classfile.engine.bcel Support for analyses based on the BCEL bytecode framework
 

Uses of CompactLocationNumbering in edu.umd.cs.findbugs.ba
 

Methods in edu.umd.cs.findbugs.ba that return CompactLocationNumbering
 CompactLocationNumbering ClassContext.getCompactLocationNumbering(org.apache.bcel.classfile.Method method)
          Get a CompactLocationNumbering for a method.
 

Uses of CompactLocationNumbering in edu.umd.cs.findbugs.ba.npe2
 

Constructors in edu.umd.cs.findbugs.ba.npe2 with parameters of type CompactLocationNumbering
DefinitelyNullSetAnalysis(DepthFirstSearch dfs, ValueNumberDataflow vnaDataflow, CompactLocationNumbering compactLocationNumbering)
          Constructor.
 

Uses of CompactLocationNumbering in edu.umd.cs.findbugs.classfile.engine.bcel
 

Methods in edu.umd.cs.findbugs.classfile.engine.bcel that return CompactLocationNumbering
 CompactLocationNumbering CompactLocationNumberingFactory.analyze(IAnalysisCache analysisCache, MethodDescriptor descriptor)
           
protected  CompactLocationNumbering AnalysisFactory.getCompactLocationNumbering(IAnalysisCache analysisCache, MethodDescriptor methodDescriptor)
           
 


FindBugs™ 1.3.9

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