Uses of Class
edu.umd.cs.findbugs.ba.BasicBlock
-
Packages that use BasicBlock Package Description edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs), the object model classes for bug instances (BugInstance,BugAnnotation), and other miscellany.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.bcp edu.umd.cs.findbugs.ba.ca edu.umd.cs.findbugs.ba.constant edu.umd.cs.findbugs.ba.deref edu.umd.cs.findbugs.ba.heap edu.umd.cs.findbugs.ba.jsr305 Support for analyzing code containing JSR-305 type qualifier annotations.edu.umd.cs.findbugs.ba.npe edu.umd.cs.findbugs.ba.obl Implementation of dataflow analysis for checking whether obligations to close streams and other resources (e.g., database objects) are satisfied.edu.umd.cs.findbugs.ba.type edu.umd.cs.findbugs.ba.vna edu.umd.cs.findbugs.classfile.engine.bcel Support for analyses based on the BCEL bytecode framework.edu.umd.cs.findbugs.detect -
-
Uses of BasicBlock in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return BasicBlock Modifier and Type Method Description BasicBlockCallSite. getBasicBlock()Get the basic block where the call site is located.Constructors in edu.umd.cs.findbugs with parameters of type BasicBlock Constructor Description CallSite(org.apache.bcel.classfile.Method method, BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle handle)Constructor. -
Uses of BasicBlock in edu.umd.cs.findbugs.ba
Fields in edu.umd.cs.findbugs.ba declared as BasicBlock Modifier and Type Field Description private BasicBlockBetterCFGBuilder2.WorkListItem. basicBlockprivate BasicBlockLocation. basicBlockprivate BasicBlockCFG.LocationIterator. curBlockprivate BasicBlockCFG. entryprivate BasicBlockCFG. exitprivate BasicBlockDepthFirstSearch. firstRootprivate BasicBlockReverseDepthFirstSearch. firstRootFields in edu.umd.cs.findbugs.ba with type parameters of type BasicBlock Modifier and Type Field Description private java.util.Iterator<BasicBlock>CFG.LocationIterator. blockIterprivate java.util.ArrayList<BasicBlock>AbstractBlockOrder. blockListprivate java.util.IdentityHashMap<BasicBlock,BasicBlock>BetterCFGBuilder2.Context. blockMapprivate java.util.IdentityHashMap<BasicBlock,BasicBlock>BetterCFGBuilder2.Context. blockMapprivate java.util.IdentityHashMap<org.apache.bcel.generic.InstructionHandle,BasicBlock>BetterCFGBuilder2.Subroutine. blockMapprivate java.util.Comparator<BasicBlock>AbstractBlockOrder. comparatorprivate java.util.IdentityHashMap<BasicBlock,java.util.List<BetterCFGBuilder2.EscapeTarget>>BetterCFGBuilder2.Subroutine. escapeTargetListMapprivate java.util.IdentityHashMap<BasicBlock,Fact>BasicAbstractDataflowAnalysis. resultFactMapprivate java.util.IdentityHashMap<BasicBlock,Fact>BasicAbstractDataflowAnalysis. startFactMapprivate java.util.LinkedList<BasicBlock>BetterCFGBuilder2.Context. workListMethods in edu.umd.cs.findbugs.ba that return BasicBlock Modifier and Type Method Description BasicBlockCFG. allocate()Allocate a new BasicBlock.BasicBlockBetterCFGBuilder2.Subroutine. allocateBasicBlock()Allocate a new basic block in the subroutine.private BasicBlockBasicBlock.InstructionIterator. getBasicBlock()BasicBlockBetterCFGBuilder2.WorkListItem. getBasicBlock()Get the basic block.BasicBlockLocation. getBasicBlock()Get the basic block.BasicBlockBetterCFGBuilder2.Context. getBlock(BasicBlock subBlock)Get the block in the result CFG corresponding to the given subroutine block.BasicBlockBetterCFGBuilder2.Subroutine. getBlock(org.apache.bcel.generic.InstructionHandle start)Get the basic block in the subroutine for the given instruction.BasicBlockBetterCFGBuilder2.Subroutine. getEntry()Get the entry block for the subroutine's CFG.BasicBlockCFG. getEntry()Get the entry node.BasicBlockBetterCFGBuilder2.Subroutine. getExit()Get the exit block for the subroutine's CFG.BasicBlockCFG. getExit()Get the exit node.protected BasicBlockDepthFirstSearch. getNextSearchTreeRoot()protected BasicBlockReverseDepthFirstSearch. getNextSearchTreeRoot()BasicBlockCFG. getPredecessorWithEdgeType(BasicBlock target, int edgeType)Get the first predecessor reachable from given edge type.BasicBlockBetterCFGBuilder2.Subroutine. getStartBlock()Get the start block for the subroutine's CFG.BasicBlockCFG. getSuccessorWithEdgeType(BasicBlock source, int edgeType)Get the first successor reachable from given edge type.private BasicBlockDataflow. logicalEntryBlock()Get the "logical" entry block of the CFG.BasicBlockCFG. lookupBlockByLabel(int blockLabel)Look up a BasicBlock by its unique label.BasicBlockBetterCFGBuilder2.Context. nextItem()Get the next work list item (basic block to be inlined).Methods in edu.umd.cs.findbugs.ba that return types with arguments of type BasicBlock Modifier and Type Method Description java.util.Iterator<BasicBlock>AbstractBlockOrder. blockIterator()java.util.Iterator<BasicBlock>BlockOrder. blockIterator()Return an Iterator which visits the basic blocks in order.java.util.Iterator<BasicBlock>CFG. blockIterator()Get an Iterator over the nodes (BasicBlocks) of the control flow graph.java.lang.Iterable<BasicBlock>CFG. blocks()java.util.Collection<BasicBlock>CFG. getBlocks(java.util.BitSet labelSet)Get Collection of basic blocks whose IDs are specified by given BitSet.java.util.Collection<BasicBlock>CFG. getBlocksContainingInstructionWithOffset(int offset)Get a Collection of basic blocks which contain the bytecode instruction with given offset.Methods in edu.umd.cs.findbugs.ba with parameters of type BasicBlock Modifier and Type Method Description voidPath. acceptVisitorStartingFromLocation(CFG cfg, PathVisitor visitor, BasicBlock startBlock, org.apache.bcel.generic.InstructionHandle startHandle)Accept a PathVisitor, starting from a given BasicBlock and InstructionHandle.voidBetterCFGBuilder2.Subroutine. addEdge(BasicBlock sourceBlock, BasicBlock destBlock, int edgeType)Add an edge to the subroutine's CFG.voidBetterCFGBuilder2.Subroutine. addEdgeAndExplore(BasicBlock sourceBlock, org.apache.bcel.generic.InstructionHandle target, int edgeType)Add a control flow edge to the subroutine.protected EdgeCFG. allocateEdge(BasicBlock source, BasicBlock target)java.lang.StringCFGPrinter. blockAnnotate(BasicBlock block)java.lang.StringDataflowCFGPrinter. blockAnnotate(BasicBlock bb)private static java.lang.StringDataflow. blockId(BasicBlock bb)java.lang.StringCFGPrinter. blockStartAnnotate(BasicBlock block)java.lang.StringDataflowCFGPrinter. blockStartAnnotate(BasicBlock bb)intAbstractBlockOrder. compare(BasicBlock b1, BasicBlock b2)intBlockOrder. compare(BasicBlock b1, BasicBlock b2)Return relative order of blocks.intDataflow.BackwardProgramOrder. compare(BasicBlock o1, BasicBlock o2)intDataflow.ForwardProgramOrder. compare(BasicBlock o1, BasicBlock o2)intReverseDFSOrder.ReverseDFSComparator. compare(BasicBlock a, BasicBlock b)intReversePostOrder.ReversePostfixComparator. compare(BasicBlock aa, BasicBlock bb)EdgeCFG. createEdge(BasicBlock source, BasicBlock dest, int type)Add a unique edge to the graph.private static voidDataflow. debug(BasicBlock bb, BasicBlock pred, Edge edge, java.lang.String msg)private static voidDataflow. debug(BasicBlock bb, java.lang.String msg)java.util.Iterator<BetterCFGBuilder2.EscapeTarget>BetterCFGBuilder2.Subroutine. escapeTargetIterator(BasicBlock sourceBlock)Get an Iterator over the EscapeTargets of given basic block.java.util.BitSetAbstractDominatorsAnalysis. getAllDominatedBy(BasicBlock dominator)Get a bitset containing the unique IDs of all blocks in CFG dominated (or postdominated, depending on how the analysis was done) by given block.java.util.BitSetAbstractDominatorsAnalysis. getAllDominatorsOf(BasicBlock block)Get a bitset containing the unique IDs of all blocks which dominate (or postdominate) the given block.BasicBlockBetterCFGBuilder2.Context. getBlock(BasicBlock subBlock)Get the block in the result CFG corresponding to the given subroutine block.static LocationLocation. getFirstLocation(BasicBlock basicBlock)EdgeCFG. getIncomingEdgeWithType(BasicBlock basicBlock, int edgeType)Get the first incoming edge in basic block with given type.static LocationLocation. getLastLocation(BasicBlock basicBlock)intCFG. getNumNonExceptionSucessors(BasicBlock block)Get number of non-exception control successors of given basic block.EdgeCFG. getOutgoingEdgeWithType(BasicBlock basicBlock, int edgeType)Get the first outgoing edge in basic block with given type.BasicBlockCFG. getPredecessorWithEdgeType(BasicBlock target, int edgeType)Get the first predecessor reachable from given edge type.FactBasicAbstractDataflowAnalysis. getResultFact(BasicBlock block)FactDataflow. getResultFact(BasicBlock block)Get dataflow facts for end of given block.FactDataflowAnalysis. getResultFact(BasicBlock block)Get the result fact for given basic block.FactBasicAbstractDataflowAnalysis. getStartFact(BasicBlock block)FactDataflow. getStartFact(BasicBlock block)Get dataflow facts for start of given block.FactDataflowAnalysis. getStartFact(BasicBlock block)Get the start fact for given basic block.BasicBlockCFG. getSuccessorWithEdgeType(BasicBlock source, int edgeType)Get the first successor reachable from given edge type.private voidBetterCFGBuilder2. handleExceptions(BetterCFGBuilder2.Subroutine subroutine, org.apache.bcel.generic.InstructionHandle pei, BasicBlock etb)Add exception edges for given instruction.java.lang.StringCFGPrinter. instructionAnnotate(org.apache.bcel.generic.InstructionHandle handle, BasicBlock bb)java.lang.StringDataflowCFGPrinter. instructionAnnotate(org.apache.bcel.generic.InstructionHandle handle, BasicBlock bb)protected java.util.Iterator<org.apache.bcel.generic.InstructionHandle>CFGPrinter. instructionIterator(BasicBlock bb)booleanBetterCFGBuilder2.Subroutine. isExitBlock(BasicBlock block)Is System.exit() called at the end of this block?booleanResourceTracker. isResourceClose(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle handle, org.apache.bcel.generic.ConstantPoolGen cpg, Resource resource, ResourceValueFrame frame)Determine if the given instruction is the site where a resource is closed.ResourceResourceTracker. isResourceCreation(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle handle, org.apache.bcel.generic.ConstantPoolGen cpg)Determine if the given instruction is the site where a resource is created.booleanBetterCFGBuilder2.Subroutine. isReturnBlock(BasicBlock block)Does the method return at the end of this block?booleanBetterCFGBuilder2.Subroutine. isUnhandledExceptionBlock(BasicBlock block)Does this block throw an unhandled exception?private java.util.Iterator<Edge>Dataflow. logicalPredecessorEdgeIterator(BasicBlock block)Return an Iterator over edges that connect given block to its logical predecessors.private FactBasicAbstractDataflowAnalysis. lookupOrCreateFact(java.util.Map<BasicBlock,Fact> map, BasicBlock block)voidBetterCFGBuilder2.Context. mapBlock(BasicBlock subBlock, BasicBlock resultBlock)Map a basic block in a subroutine to the corresponding block in the resulting CFG.booleanResourceTracker. mightCloseResource(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle handle, org.apache.bcel.generic.ConstantPoolGen cpg)Determine if the given instruction is the site where a resource is closed.voidBetterCFGBuilder2.Subroutine. setExitBlock(BasicBlock block)Indicate that System.exit() is called at the end of the given block.voidBetterCFGBuilder2.Subroutine. setReturnBlock(BasicBlock block)Indicate that the method returns at the end of the given block.voidBetterCFGBuilder2.Subroutine. setUnhandledExceptionBlock(BasicBlock block)Indicate that an unhandled exception may be thrown by the given block.voidAbstractDataflowAnalysis. transfer(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle end, Fact start, Fact result)voidAbstractDominatorsAnalysis. transfer(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle end, java.util.BitSet start, java.util.BitSet result)voidBlockTypeAnalysis. transfer(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle end, BlockType start, BlockType result)voidDataflowAnalysis. transfer(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle end, Fact start, Fact result)Transfer function for the analysis.abstract voidAbstractDataflowAnalysis. transferInstruction(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock, Fact fact)Transfer function for a single instruction.voidLiveLocalStoreAnalysis. transferInstruction(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock, java.util.BitSet fact)voidLockAnalysis. transferInstruction(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock, LockSet fact)voidResourceValueAnalysis. transferInstruction(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock, ResourceValueFrame fact)abstract voidResourceValueFrameModelingVisitor. transferInstruction(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock)Subclasses must override this to model the effect of the given instruction on the current frame.voidReturnPathAnalysis. transferInstruction(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock, ReturnPath fact)voidStackDepthAnalysis. transferInstruction(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock, StackDepth fact)voidPathVisitor. visitBasicBlock(BasicBlock basicBlock)Start to visit the given BasicBlock.Method parameters in edu.umd.cs.findbugs.ba with type arguments of type BasicBlock Modifier and Type Method Description private FactBasicAbstractDataflowAnalysis. lookupOrCreateFact(java.util.Map<BasicBlock,Fact> map, BasicBlock block)Constructors in edu.umd.cs.findbugs.ba with parameters of type BasicBlock Constructor Description Edge(BasicBlock source, BasicBlock dest)Constructor.Location(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock)Constructor.WorkListItem(org.apache.bcel.generic.InstructionHandle start, BasicBlock basicBlock)Constructor.Constructor parameters in edu.umd.cs.findbugs.ba with type arguments of type BasicBlock Constructor Description AbstractBlockOrder(CFG cfg, java.util.Comparator<BasicBlock> comparator) -
Uses of BasicBlock in edu.umd.cs.findbugs.ba.bcp
Fields in edu.umd.cs.findbugs.ba.bcp declared as BasicBlock Modifier and Type Field Description private BasicBlockPatternElementMatch. basicBlockprivate BasicBlockPatternMatcher.State. basicBlockFields in edu.umd.cs.findbugs.ba.bcp with type parameters of type BasicBlock Modifier and Type Field Description private java.util.IdentityHashMap<BasicBlock,BasicBlock>PatternMatcher. visitedBlockMapprivate java.util.IdentityHashMap<BasicBlock,BasicBlock>PatternMatcher. visitedBlockMapprivate java.util.LinkedList<BasicBlock>PatternMatcher. workListMethods in edu.umd.cs.findbugs.ba.bcp that return BasicBlock Modifier and Type Method Description BasicBlockPatternElementMatch. getBasicBlock()Get the basic block containing the matched instruction.BasicBlockPatternMatcher.State. getBasicBlock()Get basic block.Methods in edu.umd.cs.findbugs.ba.bcp with parameters of type BasicBlock Modifier and Type Method Description private voidPatternMatcher. attemptMatch(BasicBlock basicBlock, BasicBlock.InstructionIterator instructionIterator)Attempt to begin a match.Constructors in edu.umd.cs.findbugs.ba.bcp with parameters of type BasicBlock Constructor Description PatternElementMatch(PatternElement patternElement, org.apache.bcel.generic.InstructionHandle matchedInstruction, BasicBlock basicBlock, int matchCount, PatternElementMatch prev)Constructor.State(BasicBlock basicBlock, BasicBlock.InstructionIterator instructionIterator, PatternElement patternElement)Constructor.State(PatternMatcher.State parent, BasicBlock basicBlock, BasicBlock.InstructionIterator instructionIterator, PatternElement patternElement, int matchCount, PatternElementMatch currentMatch, BindingSet bindingSet, boolean canFork)Constructor. -
Uses of BasicBlock in edu.umd.cs.findbugs.ba.ca
Methods in edu.umd.cs.findbugs.ba.ca with parameters of type BasicBlock Modifier and Type Method Description voidCallListAnalysis. transferInstruction(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock, CallList fact) -
Uses of BasicBlock in edu.umd.cs.findbugs.ba.constant
Methods in edu.umd.cs.findbugs.ba.constant with parameters of type BasicBlock Modifier and Type Method Description voidConstantAnalysis. transferInstruction(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock, ConstantFrame frame) -
Uses of BasicBlock in edu.umd.cs.findbugs.ba.deref
Methods in edu.umd.cs.findbugs.ba.deref with parameters of type BasicBlock Modifier and Type Method Description voidUnconditionalValueDerefAnalysis. transferInstruction(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock, UnconditionalValueDerefSet fact) -
Uses of BasicBlock in edu.umd.cs.findbugs.ba.heap
Methods in edu.umd.cs.findbugs.ba.heap with parameters of type BasicBlock Modifier and Type Method Description private voidFieldSetAnalysis. handleInstruction(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock, FieldSet fact)voidFieldSetAnalysis. transferInstruction(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock, FieldSet fact) -
Uses of BasicBlock in edu.umd.cs.findbugs.ba.jsr305
Methods in edu.umd.cs.findbugs.ba.jsr305 with parameters of type BasicBlock Modifier and Type Method Description voidBackwardTypeQualifierDataflowAnalysis. transferInstruction(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock, TypeQualifierValueSet fact)voidTypeQualifierDataflowAnalysis. transferInstruction(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock, TypeQualifierValueSet fact) -
Uses of BasicBlock in edu.umd.cs.findbugs.ba.npe
Methods in edu.umd.cs.findbugs.ba.npe with parameters of type BasicBlock Modifier and Type Method Description private voidNullDerefAndRedundantComparisonFinder. analyzeIfNullBranch(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle lastHandle)This is called for both IFNULL and IFNONNULL instructions.private voidNullDerefAndRedundantComparisonFinder. analyzeNullCheck(IsNullValueDataflow invDataflow, BasicBlock basicBlock)private voidNullDerefAndRedundantComparisonFinder. analyzeRefComparisonBranch(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle lastHandle)voidIsNullValueAnalysis. endTransfer(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle end, IsNullValueFrame result)private IsNullConditionDecisionIsNullValueAnalysis. getDecision(BasicBlock basicBlock, IsNullValueFrame lastFrame)Determine if the given basic block ends in a redundant null comparison.voidIsNullValueAnalysis. transfer(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle end, IsNullValueFrame start, IsNullValueFrame result)voidReturnPathTypeAnalysis. transfer(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle end, ReturnPathType start, ReturnPathType result)voidIsNullValueAnalysis. transferInstruction(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock, IsNullValueFrame fact) -
Uses of BasicBlock in edu.umd.cs.findbugs.ba.obl
Methods in edu.umd.cs.findbugs.ba.obl with parameters of type BasicBlock Modifier and Type Method Description private org.apache.bcel.generic.TypeObligationAnalysis. acmpNullCheck(short opcode, Edge edge, org.apache.bcel.generic.InstructionHandle last, BasicBlock sourceBlock)booleanInstructionActionCache. addsObligation(BasicBlock block, org.apache.bcel.generic.InstructionHandle handle, Obligation obligation)booleanInstructionActionCache. deletesObligation(BasicBlock block, org.apache.bcel.generic.InstructionHandle handle, Obligation obligation)private voidObligationAnalysis. endTransfer(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle end, StateSet result)java.util.Collection<ObligationPolicyDatabaseAction>InstructionActionCache. getActions(BasicBlock block, org.apache.bcel.generic.InstructionHandle handle)private booleanInstructionActionCache. hasAction(BasicBlock block, org.apache.bcel.generic.InstructionHandle handle, Obligation obligation, ObligationPolicyDatabaseActionType actionType)private org.apache.bcel.generic.TypeObligationAnalysis. nullCheck(short opcode, Edge edge, org.apache.bcel.generic.InstructionHandle last, BasicBlock sourceBlock)voidObligationAnalysis. transfer(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle end, StateSet start, StateSet result)voidObligationAnalysis. transferInstruction(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock, StateSet fact) -
Uses of BasicBlock in edu.umd.cs.findbugs.ba.type
Fields in edu.umd.cs.findbugs.ba.type with type parameters of type BasicBlock Modifier and Type Field Description private java.util.Map<BasicBlock,TypeAnalysis.InstanceOfCheck>TypeAnalysis. instanceOfCheckMapprivate java.util.Map<BasicBlock,TypeAnalysis.CachedExceptionSet>TypeAnalysis. thrownExceptionSetMapMethods in edu.umd.cs.findbugs.ba.type with parameters of type BasicBlock Modifier and Type Method Description private TypeAnalysis.CachedExceptionSetTypeAnalysis. computeBlockExceptionSet(BasicBlock basicBlock, TypeFrame result)Compute the set of exceptions that can be thrown from the given basic block.private ExceptionSetTypeAnalysis. computeThrownExceptionTypes(BasicBlock basicBlock)Compute the set of exception types that can be thrown by given basic block.private voidTypeAnalysis. computeThrownExceptionTypes(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle end, TypeFrame result)private TypeAnalysis.CachedExceptionSetTypeAnalysis. getCachedExceptionSet(BasicBlock basicBlock)Get the cached set of exceptions that can be thrown from given basic block.voidTypeAnalysis. transfer(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle end, TypeFrame start, TypeFrame result)voidTypeAnalysis. transferInstruction(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock, TypeFrame fact) -
Uses of BasicBlock in edu.umd.cs.findbugs.ba.vna
Fields in edu.umd.cs.findbugs.ba.vna with type parameters of type BasicBlock Modifier and Type Field Description private java.util.IdentityHashMap<BasicBlock,ValueNumber>ValueNumberAnalysis. exceptionHandlerValueNumberMapMethods in edu.umd.cs.findbugs.ba.vna with parameters of type BasicBlock Modifier and Type Method Description private ValueNumberValueNumberAnalysis. getExceptionValueNumber(BasicBlock handlerBlock)Mark value numbers in a value number frame for compaction.voidValueNumberAnalysis. transfer(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle end, ValueNumberFrame start, ValueNumberFrame result)voidValueNumberAnalysis. transferInstruction(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock, ValueNumberFrame fact) -
Uses of BasicBlock in edu.umd.cs.findbugs.classfile.engine.bcel
Fields in edu.umd.cs.findbugs.classfile.engine.bcel declared as BasicBlock Modifier and Type Field Description private BasicBlockValueRangeAnalysisFactory.BackIterator. blockMethods in edu.umd.cs.findbugs.classfile.engine.bcel with parameters of type BasicBlock Modifier and Type Method Description private static LocationValueRangeAnalysisFactory. getLocation(BasicBlock block)Constructors in edu.umd.cs.findbugs.classfile.engine.bcel with parameters of type BasicBlock Constructor Description BackIterator(CFG cfg, BasicBlock block) -
Uses of BasicBlock in edu.umd.cs.findbugs.detect
Fields in edu.umd.cs.findbugs.detect declared as BasicBlock Modifier and Type Field Description (package private) BasicBlockFindUselessObjects.ExceptionLocation. b(package private) BasicBlockFindUnsatisfiedObligation.MethodChecker.PostProcessingPathVisitor. curBlockMethods in edu.umd.cs.findbugs.detect with parameters of type BasicBlock Modifier and Type Method Description private voidDuplicateBranches. findIfElseDuplicates(CFG cfg, org.apache.bcel.classfile.Method method, BasicBlock bb)private voidDuplicateBranches. findSwitchDuplicates(CFG cfg, org.apache.bcel.classfile.Method method, BasicBlock bb)private org.apache.bcel.generic.InstructionHandleDuplicateBranches. findThenFinish(CFG cfg, BasicBlock thenBB, int elsePos)private static org.apache.bcel.generic.InstructionHandleDuplicateBranches. getDeepFirstInstruction(CFG cfg, BasicBlock bb)Like bb.getFirstInstruction() except that if null is returned it will follow the FALL_THROUGH_EDGE (if any)booleanFindUnreleasedLock.LockResourceTracker. isResourceClose(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle handle, org.apache.bcel.generic.ConstantPoolGen cpg, Lock resource, ResourceValueFrame frame)booleanStreamResourceTracker. isResourceClose(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle handle, org.apache.bcel.generic.ConstantPoolGen cpg, Stream resource, ResourceValueFrame frame)LockFindUnreleasedLock.LockResourceTracker. isResourceCreation(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle handle, org.apache.bcel.generic.ConstantPoolGen cpg)StreamStreamResourceTracker. isResourceCreation(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle handle, org.apache.bcel.generic.ConstantPoolGen cpg)booleanStreamResourceTracker. isResourceOpen(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle handle, org.apache.bcel.generic.ConstantPoolGen cpg, Stream resource, ResourceValueFrame frame)booleanStream. isStreamClose(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle handle, org.apache.bcel.generic.ConstantPoolGen cpg, ResourceValueFrame frame, RepositoryLookupFailureCallback lookupFailureCallback)booleanStream. isStreamOpen(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle handle, org.apache.bcel.generic.ConstantPoolGen cpg, ResourceValueFrame frame)static booleanFindNullDeref. isThrower(BasicBlock target)static booleanNoiseNullDeref. isThrower(BasicBlock target)booleanFindUnreleasedLock.LockResourceTracker. mightCloseResource(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle handle, org.apache.bcel.generic.ConstantPoolGen cpg)booleanStreamResourceTracker. mightCloseResource(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle handle, org.apache.bcel.generic.ConstantPoolGen cpg)static booleanStream. mightCloseStream(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle handle, org.apache.bcel.generic.ConstantPoolGen cpg)voidFindUnreleasedLock.LockFrameModelingVisitor. transferInstruction(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock)voidStreamFrameModelingVisitor. transferInstruction(org.apache.bcel.generic.InstructionHandle handle, BasicBlock basicBlock)voidFindUnsatisfiedObligation.MethodChecker.PostProcessingPathVisitor. visitBasicBlock(BasicBlock basicBlock)Constructors in edu.umd.cs.findbugs.detect with parameters of type BasicBlock Constructor Description ExceptionLocation(TypeAnalysis ta, ValueNumberAnalysis vna, BasicBlock block)
-