Package edu.umd.cs.findbugs.ba.heap

Examples of edu.umd.cs.findbugs.ba.heap.LoadDataflow


        if (methodGen == null) {
            return null;
        }
        LoadAnalysis analysis = new LoadAnalysis(getDepthFirstSearch(analysisCache, descriptor), getConstantPoolGen(
                analysisCache, descriptor.getClassDescriptor()));
        LoadDataflow dataflow = new LoadDataflow(getCFG(analysisCache, descriptor), analysis);
        dataflow.execute();
        return dataflow;
    }
View Full Code Here

TOP

Related Classes of edu.umd.cs.findbugs.ba.heap.LoadDataflow

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.