A B C D E F G H I J K L M N O P Q R S T U V W X Z

I

I18N - Class in edu.umd.cs.findbugs
Singleton responsible for returning localized strings for information returned to the user.
IdentityClassNameRewriter - Class in edu.umd.cs.findbugs.model
ClassNameRewriter that leaves classe names unchanged.
IdentityClassNameRewriter() - Constructor for class edu.umd.cs.findbugs.model.IdentityClassNameRewriter
 
IDivResultCastToDouble - Class in edu.umd.cs.findbugs.detect
 
IDivResultCastToDouble(BugReporter) - Constructor for class edu.umd.cs.findbugs.detect.IDivResultCastToDouble
 
IFCMP_EDGE - Static variable in interface edu.umd.cs.findbugs.ba.EdgeTypes
Edge type for IFCMP instructions when condition is true.
IfNull - Class in edu.umd.cs.findbugs.ba.bcp
 
IfNull(String) - Constructor for class edu.umd.cs.findbugs.ba.bcp.IfNull
 
ignore(BugAnnotation) - Static method in class edu.umd.cs.findbugs.FuzzyBugComparator
 
IGNORE_PRIORITY - Static variable in interface edu.umd.cs.findbugs.Detector
priority for bug instances that should be ignored
ignoreExceptionEdge(Edge, Resource, ConstantPoolGen) - Method in interface edu.umd.cs.findbugs.ba.ResourceTracker
Determine whether the analysis should ignore given exception edge.
ignoreExceptionEdge(Edge, Stream, ConstantPoolGen) - Method in class edu.umd.cs.findbugs.detect.StreamResourceTracker
 
ignoreImplicitExceptions(Resource) - Method in interface edu.umd.cs.findbugs.ba.ResourceTracker
Determine whether the analysis should ignore exception edges on which only implicit exceptions are propagated.
ignoreImplicitExceptions() - Method in class edu.umd.cs.findbugs.detect.Stream
 
ignoreImplicitExceptions(Stream) - Method in class edu.umd.cs.findbugs.detect.StreamResourceTracker
 
Immutable - Annotation Type in net.jcip.annotations
Immutable The class to which this annotation is applied is immutable.
incomingEdgeIterator(VertexType) - Method in class edu.umd.cs.findbugs.graph.AbstractGraph
 
incomingEdgeIterator(VertexType) - Method in interface edu.umd.cs.findbugs.graph.Graph
Get an Iterator over incoming edges to a given vertex.
IncompatMask - Class in edu.umd.cs.findbugs.detect
Find comparisons involving values computed with bitwise operations whose outcomes are fixed at compile time.
IncompatMask(BugReporter) - Constructor for class edu.umd.cs.findbugs.detect.IncompatMask
 
InconsistentSyncWarningProperty - Class in edu.umd.cs.findbugs.detect
Warning properties for inconsistent synchronization detector.
incrementMemberCount() - Method in class edu.umd.cs.findbugs.gui.BugInstanceGroup
Increment the member count (number of bug instances in this group).
InefficientMemberAccess - Class in edu.umd.cs.findbugs.detect
 
InefficientMemberAccess(BugReporter) - Constructor for class edu.umd.cs.findbugs.detect.InefficientMemberAccess
 
InefficientToArray - Class in edu.umd.cs.findbugs.detect
Find occurrences of collection.toArray( new Foo[0] ); This causes another memory allocation through reflection Much better to do collection.toArray( new Foo[collection.size()] );
InefficientToArray(BugReporter) - Constructor for class edu.umd.cs.findbugs.detect.InefficientToArray
 
infeasibleEdge - Variable in class edu.umd.cs.findbugs.ba.npe.RedundantBranch
 
InfiniteLoop - Class in edu.umd.cs.findbugs.detect
 
InfiniteLoop(BugReporter) - Constructor for class edu.umd.cs.findbugs.detect.InfiniteLoop
 
InfiniteRecursiveLoop - Class in edu.umd.cs.findbugs.detect
 
InfiniteRecursiveLoop(BugReporter) - Constructor for class edu.umd.cs.findbugs.detect.InfiniteRecursiveLoop
 
InfiniteRecursiveLoop2 - Class in edu.umd.cs.findbugs.detect
Signal an infinite loop if either: we see a call to the same method with the same parameters, or we see a call to the same (dynamically dispatched method), and there has been no transfer of control.
InfiniteRecursiveLoop2(BugReporter) - Constructor for class edu.umd.cs.findbugs.detect.InfiniteRecursiveLoop2
 
INFO - Static variable in interface edu.umd.cs.findbugs.gui.Logger
 
InheritanceGraph - Class in edu.umd.cs.findbugs.ba.type2
 
InheritanceGraph() - Constructor for class edu.umd.cs.findbugs.ba.type2.InheritanceGraph
 
InheritanceGraphEdge - Class in edu.umd.cs.findbugs.ba.type2
An edge in the graph of direct inheritance (supertype/subtype) relationships.
InheritanceGraphEdgeTypes - Interface in edu.umd.cs.findbugs.ba.type2
Constants defining types of inheritance graph edges.
InheritanceUnsafeGetResource - Class in edu.umd.cs.findbugs.detect
 
InheritanceUnsafeGetResource(BugReporter) - Constructor for class edu.umd.cs.findbugs.detect.InheritanceUnsafeGetResource
 
initDatabases() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
Instantiate the CheckReturnAnnotationDatabase.
initEntryFact(BitSet) - Method in class edu.umd.cs.findbugs.ba.AbstractDominatorsAnalysis
 
initEntryFact(BlockType) - Method in class edu.umd.cs.findbugs.ba.BlockTypeAnalysis
 
initEntryFact(CallList) - Method in class edu.umd.cs.findbugs.ba.ca.CallListAnalysis
 
initEntryFact(ConstantFrame) - Method in class edu.umd.cs.findbugs.ba.constant.ConstantAnalysis
 
initEntryFact(Fact) - Method in interface edu.umd.cs.findbugs.ba.DataflowAnalysis
Initialize the "entry" fact for the graph.
initEntryFact(FieldSet) - Method in class edu.umd.cs.findbugs.ba.heap.FieldSetAnalysis
 
initEntryFact(BitSet) - Method in class edu.umd.cs.findbugs.ba.LiveLocalStoreAnalysis
 
initEntryFact(LockSet) - Method in class edu.umd.cs.findbugs.ba.LockAnalysis
 
initEntryFact(IsNullValueFrame) - Method in class edu.umd.cs.findbugs.ba.npe.IsNullValueAnalysis
 
initEntryFact(UnconditionalDerefSet) - Method in class edu.umd.cs.findbugs.ba.npe.UnconditionalDerefAnalysis
 
initEntryFact(WillBeDereferencedInfo) - Method in class edu.umd.cs.findbugs.ba.npe.WillBeDereferencedAnalysis
 
initEntryFact(StateSet) - Method in class edu.umd.cs.findbugs.ba.obl.ObligationAnalysis
 
initEntryFact(ObligationFactory) - Method in class edu.umd.cs.findbugs.ba.obl.StateSet
Initialize this object as the entry fact for a method: a single state with empty obligation set and path.
initEntryFact(ResourceValueFrame) - Method in class edu.umd.cs.findbugs.ba.ResourceValueAnalysis
 
initEntryFact(ReturnPath) - Method in class edu.umd.cs.findbugs.ba.ReturnPathAnalysis
 
initEntryFact(StackDepth) - Method in class edu.umd.cs.findbugs.ba.StackDepthAnalysis
 
initEntryFact(TypeFrame) - Method in class edu.umd.cs.findbugs.ba.type.TypeAnalysis
 
initEntryFact(BetterTypeFrame) - Method in class edu.umd.cs.findbugs.ba.type2.BetterTypeAnalysis
 
initEntryFact(ValueNumberFrame) - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumberAnalysis
 
InitializationChain - Class in edu.umd.cs.findbugs.detect
 
InitializationChain(BugReporter) - Constructor for class edu.umd.cs.findbugs.detect.InitializationChain
 
initialize(JavaClass) - Method in class edu.umd.cs.findbugs.model.ClassFeatureSet
Initialize from given JavaClass.
initialValue() - Method in class edu.umd.cs.findbugs.AnalysisLocal
 
initResultFact(BitSet) - Method in class edu.umd.cs.findbugs.ba.AbstractDominatorsAnalysis
 
initResultFact(BlockType) - Method in class edu.umd.cs.findbugs.ba.BlockTypeAnalysis
 
initResultFact(CallList) - Method in class edu.umd.cs.findbugs.ba.ca.CallListAnalysis
 
initResultFact(Fact) - Method in interface edu.umd.cs.findbugs.ba.DataflowAnalysis
Initialize result fact for block.
initResultFact(FrameType) - Method in class edu.umd.cs.findbugs.ba.FrameDataflowAnalysis
 
initResultFact(FieldSet) - Method in class edu.umd.cs.findbugs.ba.heap.FieldSetAnalysis
 
initResultFact(BitSet) - Method in class edu.umd.cs.findbugs.ba.LiveLocalStoreAnalysis
 
initResultFact(LockSet) - Method in class edu.umd.cs.findbugs.ba.LockAnalysis
 
initResultFact(UnconditionalDerefSet) - Method in class edu.umd.cs.findbugs.ba.npe.UnconditionalDerefAnalysis
 
initResultFact(WillBeDereferencedInfo) - Method in class edu.umd.cs.findbugs.ba.npe.WillBeDereferencedAnalysis
 
initResultFact(StateSet) - Method in class edu.umd.cs.findbugs.ba.obl.ObligationAnalysis
 
initResultFact(ReturnPath) - Method in class edu.umd.cs.findbugs.ba.ReturnPathAnalysis
 
initResultFact(StackDepth) - Method in class edu.umd.cs.findbugs.ba.StackDepthAnalysis
 
initResultFact(TypeFrame) - Method in class edu.umd.cs.findbugs.ba.type.TypeAnalysis
 
inline(BetterCFGBuilder2.Context) - Method in class edu.umd.cs.findbugs.ba.BetterCFGBuilder2
Inline a subroutine into a calling context.
InnerClassAccess - Class in edu.umd.cs.findbugs.ba
 
InnerClassAccess(String, String, XField, boolean) - Constructor for class edu.umd.cs.findbugs.ba.InnerClassAccess
 
InnerClassAccessMap - Class in edu.umd.cs.findbugs.ba
Singleton class to determine which methods are accessors used by inner classes to access fields in their enclosing classes.
inputValueList - Variable in class edu.umd.cs.findbugs.ba.vna.ValueNumberCache.Entry
 
inspectResult(ClassContext, MethodGen, CFG, Dataflow<ResourceValueFrame, ResourceValueAnalysis<Stream>>, Stream) - Method in class edu.umd.cs.findbugs.detect.FindOpenStream
 
inspectResult(ClassContext, MethodGen, CFG, Dataflow<ResourceValueFrame, ResourceValueAnalysis<Lock>>, Lock) - Method in class edu.umd.cs.findbugs.detect.FindUnreleasedLock
 
inspectResult(ClassContext, MethodGen, CFG, Dataflow<ResourceValueFrame, ResourceValueAnalysis<Resource>>, Resource) - Method in class edu.umd.cs.findbugs.ResourceTrackingDetector
 
INSTANCE - Static variable in class edu.umd.cs.findbugs.ba.bcp.Invoke
Match ordinary (non-constructor) instance invocations.
instance() - Static method in class edu.umd.cs.findbugs.ba.InnerClassAccessMap
Get the single instance.
instance() - Static method in class edu.umd.cs.findbugs.ba.ir.NullCheck
 
instance() - Static method in class edu.umd.cs.findbugs.ba.ir.PushException
Deprecated.  
instance() - Static method in class edu.umd.cs.findbugs.ba.ResourceValue
 
instance() - Static method in class edu.umd.cs.findbugs.ba.type.BottomType
Get the single instance of the bottom type.
instance() - Static method in class edu.umd.cs.findbugs.ba.type.DoubleExtraType
 
instance() - Static method in class edu.umd.cs.findbugs.ba.type.LongExtraType
 
instance() - Static method in class edu.umd.cs.findbugs.ba.type.NullType
 
instance() - Static method in class edu.umd.cs.findbugs.ba.type.TopType
Get the single instance of the top type.
instance() - Static method in class edu.umd.cs.findbugs.DetectorFactoryCollection
Get the single instance of DetectorFactoryCollection.
instance() - Static method in class edu.umd.cs.findbugs.gui.BugCellRenderer
Get the single instance.
instance() - Static method in class edu.umd.cs.findbugs.I18N
Get the single object instance.
instance() - Static method in class edu.umd.cs.findbugs.model.IdentityClassNameRewriter
Get the single instance.
instance - Static variable in class edu.umd.cs.findbugs.SortedBugCollection.BugInstanceComparator
 
instance - Static variable in class edu.umd.cs.findbugs.SortedBugCollection.MultiversionBugInstanceComparator
 
INSTANCE_METHOD - Static variable in class edu.umd.cs.findbugs.ba.Hierarchy
JavaClassAndMethodChooser which accepts only instance methods.
instanceEscapes(InvokeInstruction, int) - Method in class edu.umd.cs.findbugs.ba.ResourceValueFrameModelingVisitor
Override this to check for methods that it is legal to pass the instance to without the instance escaping.
instanceEscapes(InvokeInstruction, int) - Method in class edu.umd.cs.findbugs.detect.StreamFrameModelingVisitor
 
InstanceField - Class in edu.umd.cs.findbugs.ba
 
InstanceField(String, String, String, int) - Constructor for class edu.umd.cs.findbugs.ba.InstanceField
 
InstanceFieldLoadStreamFactory - Class in edu.umd.cs.findbugs.detect
StreamFactory for stream objects loaded from instance fields.
InstanceFieldLoadStreamFactory(String) - Constructor for class edu.umd.cs.findbugs.detect.InstanceFieldLoadStreamFactory
Constructor.
InstanceMethod - Class in edu.umd.cs.findbugs.ba
 
InstanceMethod(String, String, String, int) - Constructor for class edu.umd.cs.findbugs.ba.InstanceMethod
 
InstantiateStaticClass - Class in edu.umd.cs.findbugs.detect
 
InstantiateStaticClass(BugReporter) - Constructor for class edu.umd.cs.findbugs.detect.InstantiateStaticClass
 
instructionAnnotate(InstructionHandle, BasicBlock) - Method in class edu.umd.cs.findbugs.ba.CFGPrinter
 
instructionAnnotate(InstructionHandle, BasicBlock) - Method in class edu.umd.cs.findbugs.ba.DataflowCFGPrinter
 
instructionIsExit() - Method in class edu.umd.cs.findbugs.ba.TargetEnumeratingVisitor
Is the analyzed instruction an exit (call to System.exit())?
instructionIsLoad(InstructionHandle) - Method in class edu.umd.cs.findbugs.ba.vna.LoadedFieldSet
Return whether or not the given instruction is a load.
instructionIsReturn() - Method in class edu.umd.cs.findbugs.ba.TargetEnumeratingVisitor
Is the analyzed instruction a method return?
instructionIsThrow() - Method in class edu.umd.cs.findbugs.ba.TargetEnumeratingVisitor
Is the analyzed instruction an explicit throw?
instructionIterator() - Method in class edu.umd.cs.findbugs.ba.BasicBlock
Get an Iterator over the instructions in the basic block.
instructionIterator(BasicBlock) - Method in class edu.umd.cs.findbugs.ba.CFGPrinter
 
instructionReverseIterator() - Method in class edu.umd.cs.findbugs.ba.BasicBlock
Get an Iterator over the instructions in the basic block in reverse order.
InstructionScanner - Interface in edu.umd.cs.findbugs
A scanner for implementing a state machine over a sequence of instructions and control edges.
InstructionScannerDriver - Class in edu.umd.cs.findbugs
Drive an InstructionScannerGenerator over the instructions of a simple path.
InstructionScannerDriver(Iterator<Edge>) - Constructor for class edu.umd.cs.findbugs.InstructionScannerDriver
Constructor.
InstructionScannerGenerator - Interface in edu.umd.cs.findbugs
Class for generating InstructionScanners at particular instructions of a path.
IntAnnotation - Class in edu.umd.cs.findbugs
Bug annotation class for integer values.
IntAnnotation(int) - Constructor for class edu.umd.cs.findbugs.IntAnnotation
Constructor.
INTERFACE_EDGE - Static variable in interface edu.umd.cs.findbugs.ba.type2.InheritanceGraphEdgeTypes
Interface edge.
interPassConstraintIterator() - Method in class edu.umd.cs.findbugs.Plugin
Return an Iterator over the inter-pass Detector ordering constraints.
INTERPROCEDURAL_ANALYSIS - Static variable in class edu.umd.cs.findbugs.FindBugsAnalysisFeatures
Enable interprocedural analysis.
InterproceduralFirstPassDetector - Interface in edu.umd.cs.findbugs
Detector implementing a slow first pass to collect interprocedural properties for a later detector pass.
intersectWith(LockSet) - Method in class edu.umd.cs.findbugs.ba.LockSet
Destructively intersect this lock set with another.
intraPassConstraintIterator() - Method in class edu.umd.cs.findbugs.Plugin
Return an Iterator over the intra-pass Detector ordering constraints.
InvalidBytecodeException - Exception in edu.umd.cs.findbugs.ba
An exception that may be thrown by frame modeling visitor classes to indicate that the method being analyzed contains invalid bytecode.
InvalidBytecodeException(String) - Constructor for exception edu.umd.cs.findbugs.ba.InvalidBytecodeException
Constructor.
InvalidBytecodeException(String, Throwable) - Constructor for exception edu.umd.cs.findbugs.ba.InvalidBytecodeException
Constructor.
InvalidBytecodeException(String, MethodGen, InstructionHandle) - Constructor for exception edu.umd.cs.findbugs.ba.InvalidBytecodeException
Constructor from method and instruction.
InvalidBytecodeException(String, MethodGen, InstructionHandle, Throwable) - Constructor for exception edu.umd.cs.findbugs.ba.InvalidBytecodeException
Constructor from method and instruction.
InvalidJUnitTest - Class in edu.umd.cs.findbugs.detect
 
InvalidJUnitTest(BugReporter) - Constructor for class edu.umd.cs.findbugs.detect.InvalidJUnitTest
 
InvalidSignatureException - Exception in edu.umd.cs.findbugs.ba.type2
 
InvalidSignatureException(String) - Constructor for exception edu.umd.cs.findbugs.ba.type2.InvalidSignatureException
 
Invoke - Class in edu.umd.cs.findbugs.ba.bcp
A PatternElement to match a method invocation.
Invoke(String, String, String, int, RepositoryLookupFailureCallback) - Constructor for class edu.umd.cs.findbugs.ba.bcp.Invoke
Constructor.
IO - Class in edu.umd.cs.findbugs.io
 
IO() - Constructor for class edu.umd.cs.findbugs.io.IO
 
IOStreamFactory - Class in edu.umd.cs.findbugs.detect
A StreamFactory for normal java.io streams that are created using NEW instructions.
IOStreamFactory(String, String[], String) - Constructor for class edu.umd.cs.findbugs.detect.IOStreamFactory
 
IS_BUG - Static variable in class edu.umd.cs.findbugs.BugProperty
Boolean property defining whether or not the BugInstance is really a bug.
IS_DEVELOPMENT - Static variable in class edu.umd.cs.findbugs.Version
Development version or release candidate?
isApplicationClass(JavaClass) - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
Return whether or not the given class is an application class.
isApplicationClass(String) - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
Return whether or not the given class is an application class.
isApplicationClass(JavaClass) - Method in class edu.umd.cs.findbugs.ba.ch.Subtypes
Determine whether or not the given class is an application class.
isArchiveExtension(String) - Static method in class edu.umd.cs.findbugs.ba.URLClassPath
Determine if given file extension indicates an archive file.
isArray() - Method in class edu.umd.cs.findbugs.ba.type2.ArrayType
 
isArray() - Method in class edu.umd.cs.findbugs.ba.type2.ClassType
 
isArray() - Method in class edu.umd.cs.findbugs.ba.type2.ObjectType
Is this type an array type?
isArray() - Method in class edu.umd.cs.findbugs.OpcodeStack.Item
 
isAssertionCall(InvokeInstruction) - Method in class edu.umd.cs.findbugs.ba.AssertionMethods
Does the given InvokeInstruction refer to a likely assertion method?
isBasicType() - Method in class edu.umd.cs.findbugs.ba.type2.BasicType
 
isBasicType() - Method in class edu.umd.cs.findbugs.ba.type2.BottomType
 
isBasicType() - Method in class edu.umd.cs.findbugs.ba.type2.DoubleExtraType
 
isBasicType() - Method in class edu.umd.cs.findbugs.ba.type2.LongExtraType
 
isBasicType() - Method in class edu.umd.cs.findbugs.ba.type2.NullType
 
isBasicType() - Method in class edu.umd.cs.findbugs.ba.type2.ObjectType
 
isBasicType() - Method in class edu.umd.cs.findbugs.ba.type2.ReturnAddressType
 
isBasicType(Type) - Method in class edu.umd.cs.findbugs.ba.type2.StandardTypeMerger
 
isBasicType() - Method in class edu.umd.cs.findbugs.ba.type2.TopType
 
isBasicType() - Method in interface edu.umd.cs.findbugs.ba.type2.Type
Is this type a basic type?
isBottom() - Method in class edu.umd.cs.findbugs.ba.BlockType
Return whether or not this is the special "bottom" dataflow value.
isBottom() - Method in class edu.umd.cs.findbugs.ba.ca.CallList
 
isBottom() - Method in class edu.umd.cs.findbugs.ba.Frame
Return whether or not this object is the special "BOTTOM" value for Frames.
isBottom() - Method in class edu.umd.cs.findbugs.ba.heap.FieldSet
 
isBottom() - Method in class edu.umd.cs.findbugs.ba.npe.UnconditionalDerefSet
 
isBottom() - Method in class edu.umd.cs.findbugs.ba.obl.StateSet
 
isBottom(Type) - Method in class edu.umd.cs.findbugs.ba.type2.StandardTypeMerger
Determine if given type is the bottom type.
isBranch(int) - Static method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
Return whether or not given opcode is a branch instruction.
isCellEditable(int, int) - Method in class edu.umd.cs.findbugs.gui.DefaultSortedTableModel
 
isChecked() - Method in class edu.umd.cs.findbugs.ba.npe.IsNullValue
Is this value known because of an explicit null check?
isChosen(VertexType) - Method in interface edu.umd.cs.findbugs.graph.VertexChooser
Determine whether the given GraphVertex should be chosen.
isClosed() - Method in class edu.umd.cs.findbugs.detect.Stream
Return whether or not the Stream is closed on all paths out of the method.
isCompleted() - Method in class edu.umd.cs.findbugs.gui.RunAnalysisDialog
The creator of the dialog may call this method to find out whether or not the analysis completed normally.
isConstant() - Method in class edu.umd.cs.findbugs.ba.constant.Constant
Return whether or not this value is a constant.
isConstantInteger() - Method in class edu.umd.cs.findbugs.ba.constant.Constant
Return whether or not this value is a constant int/Integer.
isConstantString() - Method in class edu.umd.cs.findbugs.ba.constant.Constant
Return whether or not this value is a constant String.
isDeepRemote(String) - Static method in class edu.umd.cs.findbugs.detect.Analyze
 
isDeepSerializable(String) - Static method in class edu.umd.cs.findbugs.detect.Analyze
 
isDeepSerializable(JavaClass) - Static method in class edu.umd.cs.findbugs.detect.Analyze
 
isDefaultEnabled() - Method in class edu.umd.cs.findbugs.DetectorFactory
Is this factory enabled by default
isDefinitelyNotNull() - Method in class edu.umd.cs.findbugs.ba.npe.IsNullValue
Is this value definitely not null?
isDefinitelyNull() - Method in class edu.umd.cs.findbugs.ba.npe.IsNullValue
Is this value definitely null?
isDetectorClassSubtypeOf(Class<?>) - Method in class edu.umd.cs.findbugs.DetectorFactory
Determine whether the detector class is a subtype of the given class (or interface).
isDetectorEnabled(DetectorFactory) - Method in class edu.umd.cs.findbugs.config.UserPreferences
Get the enabled/disabled status of given Detector.
isDone() - Method in interface edu.umd.cs.findbugs.InstructionScanner
Return true if this scanner has completed, false otherwise.
isEdgeFeasible(int) - Method in class edu.umd.cs.findbugs.ba.npe.IsNullConditionDecision
Determine whether or not the given edge is feasible.
isEmpty() - Method in class edu.umd.cs.findbugs.ba.BasicBlock
Return true if there are no Instructions in this basic block.
isEmpty() - Method in class edu.umd.cs.findbugs.ba.heap.FieldSet
 
isEmpty() - Method in class edu.umd.cs.findbugs.ba.interproc.PropertyDatabase
Return whether or not the database is empty.
isEmpty() - Method in class edu.umd.cs.findbugs.ba.LockSet
Return whether or not this lock set is empty, meaning that no locks have a positive lock count.
isEmpty() - Method in class edu.umd.cs.findbugs.ba.npe.ParameterNullnessProperty
Return whether or not the set of non-null parameters is empty.
isEmpty() - Method in class edu.umd.cs.findbugs.ba.type.ExceptionSet
Return whether or not the set is empty.
isEmpty() - Method in class edu.umd.cs.findbugs.ResourceCollection
Return whether or not there are any resources in the collection.
isEnabled() - Method in class edu.umd.cs.findbugs.Plugin
Return whether or not the Plugin is enabled.
isEnabledForCurrentJRE() - Method in class edu.umd.cs.findbugs.DetectorFactory
Check to see if we are running on a recent-enough JRE for this detector to be enabled.
isEndOfBasicBlock() - Method in class edu.umd.cs.findbugs.ba.TargetEnumeratingVisitor
Is the instruction the end of a basic block?
isExact(int) - Method in class edu.umd.cs.findbugs.ba.type.TypeFrame
Get whether or not a type in a given slot is exact.
isExactBugPatternMatch() - Method in class edu.umd.cs.findbugs.VersionInsensitiveBugComparator
 
isException() - Method in class edu.umd.cs.findbugs.ba.npe.IsNullValue
Was this value propagated on an exception path?
isExceptionEdge() - Method in class edu.umd.cs.findbugs.ba.Edge
Is the edge an exception edge?
isExceptionHandler() - Method in class edu.umd.cs.findbugs.ba.BasicBlock
Is this block an exception handler?
isExceptionThrower() - Method in class edu.umd.cs.findbugs.ba.BasicBlock
Return whether or not this block is an exception thrower.
isExperimental() - Method in class edu.umd.cs.findbugs.BugInstance
Is this bug instance the result of an experimental detector?
isExperimental() - Method in class edu.umd.cs.findbugs.BugPattern
Is the bug pattern experimental?
isExplicit() - Method in class edu.umd.cs.findbugs.ba.type.ExceptionSet.ThrownExceptionIterator
 
isExplicit() - Method in class edu.umd.cs.findbugs.ba.type.ThrownException
Return whether or not the exception is explicit.
isFactValid(Fact) - Method in class edu.umd.cs.findbugs.ba.AbstractDataflowAnalysis
Determine whether the given fact is valid (neither top nor bottom).
isFactValid(CallList) - Method in class edu.umd.cs.findbugs.ba.ca.CallListAnalysis
 
isFactValid(FrameType) - Method in class edu.umd.cs.findbugs.ba.FrameDataflowAnalysis
 
isFactValid(FieldSet) - Method in class edu.umd.cs.findbugs.ba.heap.FieldSetAnalysis
 
isFactValid(BitSet) - Method in class edu.umd.cs.findbugs.ba.LiveLocalStoreAnalysis
 
isFactValid(LockSet) - Method in class edu.umd.cs.findbugs.ba.LockAnalysis
 
isFactValid(UnconditionalDerefSet) - Method in class edu.umd.cs.findbugs.ba.npe.UnconditionalDerefAnalysis
 
isFactValid(WillBeDereferencedInfo) - Method in class edu.umd.cs.findbugs.ba.npe.WillBeDereferencedAnalysis
 
isFactValid(StateSet) - Method in class edu.umd.cs.findbugs.ba.obl.ObligationAnalysis
 
isFactValid(ReturnPath) - Method in class edu.umd.cs.findbugs.ba.ReturnPathAnalysis
 
isFactValid(StackDepth) - Method in class edu.umd.cs.findbugs.ba.StackDepthAnalysis
 
isFactValid(TypeFrame) - Method in class edu.umd.cs.findbugs.ba.type.TypeAnalysis
 
isFalsePositive(int) - Method in class edu.umd.cs.findbugs.props.WarningPropertySet
Determine whether or not a warning with given priority is expected to be a false positive.
isFinal() - Method in class edu.umd.cs.findbugs.ba.AbstractClassMember
 
isFinal() - Method in interface edu.umd.cs.findbugs.ba.ClassMember
Is this a final field/method?
isFirstInstructionInBasicBlock() - Method in class edu.umd.cs.findbugs.ba.Location
Return whether or not the Location is positioned at the first instruction in the basic block.
isFlagSet(int) - Method in class edu.umd.cs.findbugs.ba.Edge
Return if given edge flag is set.
isForwards() - Method in class edu.umd.cs.findbugs.ba.BackwardDataflowAnalysis
 
isForwards() - Method in class edu.umd.cs.findbugs.ba.BlockTypeAnalysis
 
isForwards() - Method in class edu.umd.cs.findbugs.ba.ca.CallListAnalysis
 
isForwards() - Method in interface edu.umd.cs.findbugs.ba.DataflowAnalysis
Returns true if the analysis is forwards, false if backwards.
isForwards() - Method in class edu.umd.cs.findbugs.ba.DominatorsAnalysis
 
isForwards() - Method in class edu.umd.cs.findbugs.ba.ForwardDataflowAnalysis
 
isForwards() - Method in class edu.umd.cs.findbugs.ba.PostDominatorsAnalysis
 
isGetterMethod(ClassContext, Method) - Static method in class edu.umd.cs.findbugs.detect.FindInconsistentSync2
Determine whether or not the the given method is a getter method.
isHidden() - Method in class edu.umd.cs.findbugs.DetectorFactory
Get visibility of the factory (to GUI dialogs to configure detectors).
isInitialParameter() - Method in class edu.umd.cs.findbugs.OpcodeStack.Item
 
isInJSRSubroutine() - Method in class edu.umd.cs.findbugs.ba.BasicBlock
 
isInnerClassAccess(INVOKESTATIC, ConstantPoolGen) - Static method in class edu.umd.cs.findbugs.ba.Hierarchy
Determine whether the given INVOKESTATIC instruction is an inner-class field accessor method.
isInstance() - Method in class edu.umd.cs.findbugs.ba.ResourceValue
 
isInstanceOfFollowedByBranch() - Method in class edu.umd.cs.findbugs.ba.type.TypeFrameModelingVisitor
Return whether an instanceof instruction was followed by a branch.
isIntegerType(byte) - Method in class edu.umd.cs.findbugs.ba.type.StandardTypeMerger
Determine if the given typecode refers to an Integer type (other than long).
isInterface() - Method in class edu.umd.cs.findbugs.ba.type2.ArrayType
 
isInterface() - Method in class edu.umd.cs.findbugs.ba.type2.ClassType
 
isInterface() - Method in class edu.umd.cs.findbugs.ba.type2.ObjectType
Determine if this type is an interface type (as opposed to a class or array type).
isInterface() - Method in class edu.umd.cs.findbugs.model.ClassFeatureSet
 
isIntersectionNonEmpty(FieldSet) - Method in class edu.umd.cs.findbugs.ba.heap.FieldSet
 
isIntroducedByChangeOfExistingClass() - Method in class edu.umd.cs.findbugs.BugInstance
 
isIntType(BasicType) - Method in class edu.umd.cs.findbugs.ba.type2.StandardTypeMerger
 
isLastInstructionInBasicBlock() - Method in class edu.umd.cs.findbugs.ba.Location
Return whether or not the Location is positioned at the last instruction in the basic block.
isLoad() - Method in class edu.umd.cs.findbugs.ba.InnerClassAccess
 
isLoaded(XField) - Method in class edu.umd.cs.findbugs.ba.vna.LoadedFieldSet
Return whether or not the given field is loaded by any instruction in the method.
isLongOrDouble(FieldInstruction, ConstantPoolGen) - Static method in class edu.umd.cs.findbugs.ba.bcp.FieldAccess
Return whether the given FieldInstruction accesses a long or double field.
isMainMethod(Method) - Static method in class edu.umd.cs.findbugs.detect.FindOpenStream
 
isModified() - Method in class edu.umd.cs.findbugs.Project
Return whether or not this Project has unsaved modifications.
isMonitorNotify(String, String) - Static method in class edu.umd.cs.findbugs.ba.Hierarchy
Determine if method whose name and signature is specified is a monitor notify operation.
isMonitorNotify(Instruction, ConstantPoolGen) - Static method in class edu.umd.cs.findbugs.ba.Hierarchy
Determine if given Instruction is a monitor wait.
isMonitorWait(String, String) - Static method in class edu.umd.cs.findbugs.ba.Hierarchy
Determine if method whose name and signature is specified is a monitor wait operation.
isMonitorWait(Instruction, ConstantPoolGen) - Static method in class edu.umd.cs.findbugs.ba.Hierarchy
Determine if given Instruction is a monitor wait.
isNative() - Method in class edu.umd.cs.findbugs.ba.AbstractMethod
 
isNative() - Method in interface edu.umd.cs.findbugs.ba.XMethod
 
isNonNull(int) - Method in class edu.umd.cs.findbugs.ba.npe.ParameterNullnessProperty
Return whether or not a parameter might be non-null.
isNormal() - Method in class edu.umd.cs.findbugs.ba.BlockType
Return whether or not this value represents "normal" control-flow.
isNull(Type) - Method in class edu.umd.cs.findbugs.ba.type2.StandardTypeMerger
Determine if given type is the null type.
isNull() - Method in class edu.umd.cs.findbugs.OpcodeStack.Item
 
isNullCheck() - Method in class edu.umd.cs.findbugs.ba.BasicBlock
Return whether or not this block is a null check.
IsNullConditionDecision - Class in edu.umd.cs.findbugs.ba.npe
A control decision which resulted in information being gained about whether a particular value is null or non-null on the IFCMP_EDGE and FALL_THROUGH_EDGE branches.
IsNullConditionDecision(ValueNumber, IsNullValue, IsNullValue) - Constructor for class edu.umd.cs.findbugs.ba.npe.IsNullConditionDecision
Constructor.
isNullOnSomePath() - Method in class edu.umd.cs.findbugs.ba.npe.IsNullValue
Is this value null on some path?
IsNullValue - Class in edu.umd.cs.findbugs.ba.npe
A class to abstractly represent values in stack slots, indicating whether thoses values can be null, non-null, null on some incoming path, or unknown.
IsNullValueAnalysis - Class in edu.umd.cs.findbugs.ba.npe
A dataflow analysis to detect potential null pointer dereferences.
IsNullValueAnalysis(MethodGen, CFG, ValueNumberDataflow, DepthFirstSearch, AssertionMethods) - Constructor for class edu.umd.cs.findbugs.ba.npe.IsNullValueAnalysis
 
IsNullValueAnalysisFeatures - Interface in edu.umd.cs.findbugs.ba.npe
Knobs for null value analysis.
IsNullValueDataflow - Class in edu.umd.cs.findbugs.ba.npe
 
IsNullValueDataflow(CFG, IsNullValueAnalysis) - Constructor for class edu.umd.cs.findbugs.ba.npe.IsNullValueDataflow
 
IsNullValueFrame - Class in edu.umd.cs.findbugs.ba.npe
 
IsNullValueFrame(int) - Constructor for class edu.umd.cs.findbugs.ba.npe.IsNullValueFrame
 
IsNullValueFrameModelingVisitor - Class in edu.umd.cs.findbugs.ba.npe
 
IsNullValueFrameModelingVisitor(ConstantPoolGen, AssertionMethods) - Constructor for class edu.umd.cs.findbugs.ba.npe.IsNullValueFrameModelingVisitor
 
isObjectType(byte) - Method in class edu.umd.cs.findbugs.ba.type.StandardTypeMerger
Determine if the given typecode refers to an Object type.
isOnSwitchOffset(DismantleBytecode) - Method in class edu.umd.cs.findbugs.SwitchHandler
 
isOpenOnCreation() - Method in class edu.umd.cs.findbugs.detect.Stream
 
isParamInstance(Resource, int) - Method in interface edu.umd.cs.findbugs.ba.ResourceTracker
Return if the given parameter slot contains the resource instance upon entry to the method.
isParamInstance(Stream, int) - Method in class edu.umd.cs.findbugs.detect.StreamResourceTracker
 
isPrimitive() - Method in class edu.umd.cs.findbugs.OpcodeStack.Item
 
isPrivate() - Method in class edu.umd.cs.findbugs.ba.AbstractClassMember
 
isPrivate() - Method in interface edu.umd.cs.findbugs.ba.ClassMember
Is this a private field/method?
isProtected() - Method in class edu.umd.cs.findbugs.ba.AbstractClassMember
 
isProtected() - Method in interface edu.umd.cs.findbugs.ba.ClassMember
Is this a protected field/method?
isPublic() - Method in class edu.umd.cs.findbugs.ba.AbstractClassMember
 
isPublic() - Method in interface edu.umd.cs.findbugs.ba.ClassMember
Is this a public field/method?
isRead(Instruction, ConstantPoolGen) - Static method in class edu.umd.cs.findbugs.FieldAnnotation
Is the given instruction a read of a field?
isRedundant() - Method in class edu.umd.cs.findbugs.ba.npe.IsNullConditionDecision
Determine whether or not the comparison is redundant.
isReferenceType() - Method in class edu.umd.cs.findbugs.ba.AbstractClassMember
 
isReferenceType(byte) - Method in class edu.umd.cs.findbugs.ba.type.StandardTypeMerger
Determine if the given typecode refers to a reference type.
isReferenceType() - Method in class edu.umd.cs.findbugs.ba.type2.BasicType
 
isReferenceType() - Method in class edu.umd.cs.findbugs.ba.type2.BottomType
 
isReferenceType() - Method in class edu.umd.cs.findbugs.ba.type2.DoubleExtraType
 
isReferenceType() - Method in class edu.umd.cs.findbugs.ba.type2.LongExtraType
 
isReferenceType() - Method in class edu.umd.cs.findbugs.ba.type2.NullType
 
isReferenceType() - Method in class edu.umd.cs.findbugs.ba.type2.ObjectType
 
isReferenceType() - Method in class edu.umd.cs.findbugs.ba.type2.ReturnAddressType
 
isReferenceType(Type) - Method in class edu.umd.cs.findbugs.ba.type2.StandardTypeMerger
 
isReferenceType() - Method in class edu.umd.cs.findbugs.ba.type2.TopType
 
isReferenceType() - Method in interface edu.umd.cs.findbugs.ba.type2.Type
Is this type a reference type?
isReferenceType() - Method in interface edu.umd.cs.findbugs.ba.XField
Is the type of the field a reference type?
isRegisterLoad() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
isRegisterStore() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
isRelaxedMode() - Static method in class edu.umd.cs.findbugs.FindBugsAnalysisFeatures
Get relaxed reporting mode.
isRemovedByChangeOfPersistingClass() - Method in class edu.umd.cs.findbugs.BugInstance
 
isReportingDetector() - Method in class edu.umd.cs.findbugs.DetectorFactory
Return whether or not this DetectorFactory produces detectors which report warnings.
isResourceClose(BasicBlock, InstructionHandle, ConstantPoolGen, Resource, ResourceValueFrame) - Method in interface edu.umd.cs.findbugs.ba.ResourceTracker
Determine if the given instruction is the site where a resource is closed.
isResourceClose(BasicBlock, InstructionHandle, ConstantPoolGen, Stream, ResourceValueFrame) - Method in class edu.umd.cs.findbugs.detect.StreamResourceTracker
 
isResourceCreation(BasicBlock, InstructionHandle, ConstantPoolGen) - Method in interface edu.umd.cs.findbugs.ba.ResourceTracker
Determine if the given instruction is the site where a resource is created.
isResourceCreation(BasicBlock, InstructionHandle, ConstantPoolGen) - Method in class edu.umd.cs.findbugs.detect.StreamResourceTracker
 
isResourceOpen(BasicBlock, InstructionHandle, ConstantPoolGen, Stream, ResourceValueFrame) - Method in class edu.umd.cs.findbugs.detect.StreamResourceTracker
 
isReturnValue() - Method in class edu.umd.cs.findbugs.ba.npe.IsNullValue
Was this value propagated on an exception path?
isSameHash(ClassHash) - Method in class edu.umd.cs.findbugs.ba.ClassHash
Return whether or not this class hash has the same hash value as the one given.
isSameHash(MethodHash) - Method in class edu.umd.cs.findbugs.ba.MethodHash
Return whether or not this method hash has the same value as the one given.
isSameOrNewerThan(JavaVersion) - Method in class edu.umd.cs.findbugs.JavaVersion
Return whether the Java version represented by this object is at least as recent as the one given.
isSourceFileKnown() - Method in class edu.umd.cs.findbugs.SourceLineAnnotation
Is the source file known?
isStatic() - Method in class edu.umd.cs.findbugs.ba.bcp.FieldVariable
Return whether or not this is a static field.
isStatic() - Method in interface edu.umd.cs.findbugs.ba.ClassMember
Is this a static field/method?
isStatic() - Method in class edu.umd.cs.findbugs.ba.InnerClassAccess
 
isStatic() - Method in class edu.umd.cs.findbugs.ba.InstanceField
 
isStatic() - Method in class edu.umd.cs.findbugs.ba.InstanceMethod
 
isStatic() - Method in class edu.umd.cs.findbugs.ba.MethodHash
 
isStatic() - Method in class edu.umd.cs.findbugs.ba.StaticField
 
isStatic() - Method in class edu.umd.cs.findbugs.ba.StaticMethod
 
isStatic() - Method in class edu.umd.cs.findbugs.FieldAnnotation
Return whether or not the field is static.
isStatic() - Method in class edu.umd.cs.findbugs.MethodAnnotation
Return whether or not the method is static.
isStoreAlive(BitSet, int) - Method in class edu.umd.cs.findbugs.ba.LiveLocalStoreAnalysis
Return whether or not a store of given local is alive.
isStreamClose(BasicBlock, InstructionHandle, ConstantPoolGen, ResourceValueFrame, RepositoryLookupFailureCallback) - Method in class edu.umd.cs.findbugs.detect.Stream
 
isStreamOpen(BasicBlock, InstructionHandle, ConstantPoolGen, ResourceValueFrame) - Method in class edu.umd.cs.findbugs.detect.Stream
 
isSubtype(String, String) - Static method in class edu.umd.cs.findbugs.ba.Hierarchy
Determine whether one class (or reference type) is a subtype of another.
isSubtype(ReferenceType, ReferenceType) - Static method in class edu.umd.cs.findbugs.ba.Hierarchy
Determine if one reference type is a subtype of another.
isSubtype(ObjectType, ObjectType) - Method in class edu.umd.cs.findbugs.ba.type2.TypeRepository
Determine if one object type is a subtype of another.
isSupertype(ObjectType) - Method in class edu.umd.cs.findbugs.ba.type2.SubtypeQueryResult
Check to see if given ObjectType is a supertype.
isSwitch(int) - Static method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
Return whether or not given opcode is a switch instruction.
isSynchronized() - Method in class edu.umd.cs.findbugs.ba.AbstractMethod
 
isSynchronized() - Method in interface edu.umd.cs.findbugs.ba.XMethod
 
isSynthetic() - Method in class edu.umd.cs.findbugs.SourceLineAnnotation
 
isThisValue(ValueNumber) - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumberAnalysis
 
isThrower(BasicBlock) - Static method in class edu.umd.cs.findbugs.detect.FindNullDeref
 
isTop(BitSet) - Method in class edu.umd.cs.findbugs.ba.AbstractDominatorsAnalysis
 
isTop() - Method in class edu.umd.cs.findbugs.ba.BlockType
Return whether or not this is the special "top" dataflow value.
isTop() - Method in class edu.umd.cs.findbugs.ba.ca.CallList
 
isTop() - Method in class edu.umd.cs.findbugs.ba.Frame
Return whether or not this object the special "TOP" value for Frames.
isTop() - Method in class edu.umd.cs.findbugs.ba.heap.FieldSet
 
isTop(BitSet) - Method in class edu.umd.cs.findbugs.ba.LiveLocalStoreAnalysis
Return whether or not given fact is the special TOP value.
isTop() - Method in class edu.umd.cs.findbugs.ba.npe.UnconditionalDerefSet
 
isTop() - Method in class edu.umd.cs.findbugs.ba.obl.StateSet
 
isTop(Type) - Method in class edu.umd.cs.findbugs.ba.type2.StandardTypeMerger
Determine if given type is the top type.
isUncheckedException(ObjectType) - Static method in class edu.umd.cs.findbugs.ba.Hierarchy
Determine if the given ObjectType refers to an unchecked exception (RuntimeException or Error).
isUninteresting() - Method in class edu.umd.cs.findbugs.detect.Stream
 
isUninterestingStreamEscape(Stream) - Method in class edu.umd.cs.findbugs.detect.StreamResourceTracker
Determine if an uninteresting stream escapes at given location.
isUniversalExceptionHandler(ObjectType) - Static method in class edu.umd.cs.findbugs.ba.Hierarchy
Determine if the given ObjectType reference represents a universal exception handler.
isUnknown() - Method in class edu.umd.cs.findbugs.SourceLineAnnotation
Is this an unknown source line annotation?
isUnlikelyToBeRenamed(String) - Static method in class edu.umd.cs.findbugs.model.ClassFeatureSet
Return true if classes in the given package is unlikely to be renamed: e.g., because they are part of a public API.
isValid() - Method in class edu.umd.cs.findbugs.ba.BlockType
Return whether or not this value is valid, meaning it contains a valid representation of the nesting of catch and finally blocks.
isValid() - Method in class edu.umd.cs.findbugs.ba.ca.CallList
 
isValid() - Method in class edu.umd.cs.findbugs.ba.Frame
Is the frame valid (meaning it is not TOP or BOTTOM)?
isValid() - Method in class edu.umd.cs.findbugs.ba.heap.FieldSet
 
isValid() - Method in class edu.umd.cs.findbugs.ba.npe.UnconditionalDerefSet
 
isValid() - Method in class edu.umd.cs.findbugs.ba.obl.StateSet
 
isValidArrayBaseType() - Method in class edu.umd.cs.findbugs.ba.type2.ArrayType
 
isValidArrayBaseType() - Method in class edu.umd.cs.findbugs.ba.type2.BasicType
 
isValidArrayBaseType() - Method in class edu.umd.cs.findbugs.ba.type2.BottomType
 
isValidArrayBaseType() - Method in class edu.umd.cs.findbugs.ba.type2.ClassType
 
isValidArrayBaseType() - Method in class edu.umd.cs.findbugs.ba.type2.DoubleExtraType
 
isValidArrayBaseType() - Method in class edu.umd.cs.findbugs.ba.type2.LongExtraType
 
isValidArrayBaseType() - Method in class edu.umd.cs.findbugs.ba.type2.NullType
 
isValidArrayBaseType() - Method in class edu.umd.cs.findbugs.ba.type2.ReturnAddressType
 
isValidArrayBaseType() - Method in class edu.umd.cs.findbugs.ba.type2.TopType
 
isValidArrayBaseType() - Method in interface edu.umd.cs.findbugs.ba.type2.Type
Is this a valid array base type?
isValidArrayElementType() - Method in class edu.umd.cs.findbugs.ba.type2.BasicType
 
isValidArrayElementType() - Method in class edu.umd.cs.findbugs.ba.type2.BottomType
 
isValidArrayElementType() - Method in class edu.umd.cs.findbugs.ba.type2.DoubleExtraType
 
isValidArrayElementType() - Method in class edu.umd.cs.findbugs.ba.type2.LongExtraType
 
isValidArrayElementType() - Method in class edu.umd.cs.findbugs.ba.type2.NullType
 
isValidArrayElementType() - Method in class edu.umd.cs.findbugs.ba.type2.ObjectType
 
isValidArrayElementType() - Method in class edu.umd.cs.findbugs.ba.type2.ReturnAddressType
 
isValidArrayElementType() - Method in class edu.umd.cs.findbugs.ba.type2.TopType
 
isValidArrayElementType() - Method in interface edu.umd.cs.findbugs.ba.type2.Type
Is this a valid array element type?
isVolatile() - Method in class edu.umd.cs.findbugs.ba.AbstractField
 
isVolatile() - Method in interface edu.umd.cs.findbugs.ba.XField
Is this a volatile field?
isWrite(Instruction, ConstantPoolGen) - Static method in class edu.umd.cs.findbugs.FieldAnnotation
Is the instruction a write of a field?
iterator() - Method in class edu.umd.cs.findbugs.ba.SimplePathEnumerator
Iterate over simple paths.
iterator() - Method in class edu.umd.cs.findbugs.ba.type.ExceptionSet
Return an iterator over thrown exceptions.
iterator() - Method in interface edu.umd.cs.findbugs.BugCollection
Return an Iterator over all the BugInstance objects in the BugCollection.
iterator() - Method in class edu.umd.cs.findbugs.plan.AnalysisPass
Get an Iterator over the DetectorFactory objects in the pass, in their assigned order.
iterator() - Method in class edu.umd.cs.findbugs.SortedBugCollection
 
iterator() - Method in class edu.umd.cs.findbugs.xml.XMLAttributeList
Return an Iterator over NameValuePairs.
IteratorIdioms - Class in edu.umd.cs.findbugs.detect
 
IteratorIdioms(BugReporter) - Constructor for class edu.umd.cs.findbugs.detect.IteratorIdioms
 

A B C D E F G H I J K L M N O P Q R S T U V W X Z