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

C

CACHING_VALUE - Static variable in class edu.umd.cs.findbugs.detect.DeadLocalStoreProperty
Caching value
Call - Class in edu.umd.cs.findbugs.ba.ca
 
Call(String, String, String) - Constructor for class edu.umd.cs.findbugs.ba.ca.Call
 
CALLED_METHOD_1 - Static variable in class edu.umd.cs.findbugs.props.GeneralWarningProperty
Name of most recently called method.
CALLED_METHOD_2 - Static variable in class edu.umd.cs.findbugs.props.GeneralWarningProperty
Name of second-most recently called method.
CALLED_METHOD_3 - Static variable in class edu.umd.cs.findbugs.props.GeneralWarningProperty
Name of third-most recently called method.
CALLED_METHOD_4 - Static variable in class edu.umd.cs.findbugs.props.GeneralWarningProperty
Name of fourth-most recently called method.
calledMethodIterator() - Method in class edu.umd.cs.findbugs.SelfCalls
Get an Iterator over self-called methods.
CallGraph - Class in edu.umd.cs.findbugs
 
CallGraph() - Constructor for class edu.umd.cs.findbugs.CallGraph
 
CallGraphEdge - Class in edu.umd.cs.findbugs
 
CallGraphNode - Class in edu.umd.cs.findbugs
 
CallGraphNode() - Constructor for class edu.umd.cs.findbugs.CallGraphNode
 
callIterator() - Method in class edu.umd.cs.findbugs.ba.ca.CallList
 
CallList - Class in edu.umd.cs.findbugs.ba.ca
 
CallList() - Constructor for class edu.umd.cs.findbugs.ba.ca.CallList
 
CallListAnalysis - Class in edu.umd.cs.findbugs.ba.ca
 
CallListAnalysis(CFG, DepthFirstSearch, ConstantPoolGen) - Constructor for class edu.umd.cs.findbugs.ba.ca.CallListAnalysis
 
CallListDataflow - Class in edu.umd.cs.findbugs.ba.ca
 
CallListDataflow(CFG, CallListAnalysis) - Constructor for class edu.umd.cs.findbugs.ba.ca.CallListDataflow
 
CallSite - Class in edu.umd.cs.findbugs
The site of a method call.
CallSite(Method, BasicBlock, InstructionHandle) - Constructor for class edu.umd.cs.findbugs.CallSite
Constructor.
callSiteIterator() - Method in class edu.umd.cs.findbugs.SelfCalls
Get an Iterator over all self call sites.
CATCH - Static variable in class edu.umd.cs.findbugs.ba.BlockType
 
CFG - Class in edu.umd.cs.findbugs.ba
Simple control flow graph abstraction for BCEL.
CFG() - Constructor for class edu.umd.cs.findbugs.ba.CFG
Constructor.
CFGBuilder - Interface in edu.umd.cs.findbugs.ba
Abstract interface for CFG builder classes.
CFGBuilderException - Exception in edu.umd.cs.findbugs.ba
 
CFGBuilderException(String) - Constructor for exception edu.umd.cs.findbugs.ba.CFGBuilderException
 
CFGBuilderFactory - Class in edu.umd.cs.findbugs.ba
Factory object to create CFGBuilders for methods.
CFGBuilderFactory() - Constructor for class edu.umd.cs.findbugs.ba.CFGBuilderFactory
 
CFGPrinter - Class in edu.umd.cs.findbugs.ba
Print out a representation of a control-flow graph.
CFGPrinter(CFG) - Constructor for class edu.umd.cs.findbugs.ba.CFGPrinter
 
characters(char[], int, int) - Method in class edu.umd.cs.findbugs.SAXBugCollectionHandler
 
CHECK_ASSERTIONS - Static variable in interface edu.umd.cs.findbugs.ba.Debug
Check assertions.
CHECK_FOR_NULL - Static variable in class edu.umd.cs.findbugs.ba.NullnessAnnotation
 
CHECK_RETURN_VALUE_HIGH - Static variable in class edu.umd.cs.findbugs.ba.CheckReturnValueAnnotation
 
CHECK_RETURN_VALUE_IGNORE - Static variable in class edu.umd.cs.findbugs.ba.CheckReturnValueAnnotation
 
CHECK_RETURN_VALUE_LOW - Static variable in class edu.umd.cs.findbugs.ba.CheckReturnValueAnnotation
 
CHECK_RETURN_VALUE_MEDIUM - Static variable in class edu.umd.cs.findbugs.ba.CheckReturnValueAnnotation
 
CHECK_RETURN_VALUE_UNKNOWN - Static variable in class edu.umd.cs.findbugs.ba.CheckReturnValueAnnotation
 
checkBugInstance(BugInstance) - Method in class edu.umd.cs.findbugs.TextUIBugReporter
For debugging: check a BugInstance to make sure it is valid.
CheckCalls - Class in edu.umd.cs.findbugs.detect
This is just for debugging method call resolution.
CheckCalls(BugReporter) - Constructor for class edu.umd.cs.findbugs.detect.CheckCalls
 
checkConsistent(Variable, Variable, BindingSet) - Method in class edu.umd.cs.findbugs.ba.bcp.FieldAccess
Check that the Variables determined for the field and the value loaded/stored are consistent with previous variable definitions.
CHECKED_EXCEPTIONS_FLAG - Static variable in interface edu.umd.cs.findbugs.ba.EdgeTypes
Checked exceptions can be thrown on edge.
CHECKED_VALUE - Static variable in class edu.umd.cs.findbugs.detect.NullDerefProperty
Redundant null comparison is of a checked null value.
checkedNonNullValue() - Static method in class edu.umd.cs.findbugs.ba.npe.IsNullValue
Get the instance representing a value known to be non-null because it was compared against null value, or because we saw the object creation.
checkedNullValue() - Static method in class edu.umd.cs.findbugs.ba.npe.IsNullValue
Get the instance representing a value known to be null because it was compared against null value, or because we saw that it was assigned the null constant.
CheckForNull - Annotation Type in edu.umd.cs.findbugs.annotations
The annotated element might be null, and uses of the element should check for null.
checkIntegrity() - Method in class edu.umd.cs.findbugs.ba.CFG
 
checkParam(int) - Method in interface edu.umd.cs.findbugs.ba.npe.NonNullContractCollector.SpecificationBuilder
 
checkProperty(WarningProperty, Object) - Method in class edu.umd.cs.findbugs.props.WarningPropertySet
Check whether or not the given WarningProperty has the given attribute value.
CheckReturnAnnotationDatabase - Class in edu.umd.cs.findbugs.ba
 
CheckReturnValue - Annotation Type in edu.umd.cs.findbugs.annotations
This annotation is used to denote a method whose return value should always be checked when invoking the method.
CheckReturnValueAnnotation - Class in edu.umd.cs.findbugs.ba
 
checkSpecifications(int, NonNullContractCollector.SpecificationBuilder) - Method in class edu.umd.cs.findbugs.ba.npe.NonNullContractCollector
 
childIterator() - Method in class edu.umd.cs.findbugs.filter.CompoundMatcher
 
childIterator() - Method in class edu.umd.cs.findbugs.graph.SearchTree
Return collection of children of this search tree.
choose(JavaClassAndMethod) - Method in class edu.umd.cs.findbugs.ba.CompoundMethodChooser
 
choose(Value) - Method in interface edu.umd.cs.findbugs.ba.DataflowValueChooser
 
choose(Edge) - Method in interface edu.umd.cs.findbugs.ba.EdgeChooser
Return whether or not given Edge should be chosen.
choose(JavaClassAndMethod) - Method in interface edu.umd.cs.findbugs.ba.JavaClassAndMethodChooser
 
choose(Method) - Method in interface edu.umd.cs.findbugs.ba.MethodChooser
Determine whether or not given method should be chosen.
choose(JavaClassAndMethod) - Method in class edu.umd.cs.findbugs.ba.npe.NonNullContractCollector
 
choose(JavaClassAndMethod) - Method in class edu.umd.cs.findbugs.ba.npe.NonNullReturnValueAnnotationChecker
Deprecated.  
choose(DetectorFactory) - Method in interface edu.umd.cs.findbugs.DetectorFactoryChooser
Return whether or not given DetectorFactory should be chosen.
CLASS_EDGE - Static variable in interface edu.umd.cs.findbugs.ba.type2.InheritanceGraphEdgeTypes
Class edge.
CLASS_HASH_ELEMENT_NAME - Static variable in class edu.umd.cs.findbugs.ba.ClassHash
XML element name for a ClassHash.
CLASS_HASHES_ELEMENT_NAME - Static variable in interface edu.umd.cs.findbugs.BugCollection
 
CLASS_NAME_KEY - Static variable in class edu.umd.cs.findbugs.model.ClassFeatureSet
 
ClassAnnotation - Class in edu.umd.cs.findbugs
A BugAnnotation object specifying a Java class involved in the bug.
ClassAnnotation(String) - Constructor for class edu.umd.cs.findbugs.ClassAnnotation
Constructor.
ClassContext - Class in edu.umd.cs.findbugs.ba
A ClassContext caches all of the auxiliary objects used to analyze the methods of a class.
ClassContext(JavaClass, AnalysisContext) - Constructor for class edu.umd.cs.findbugs.ba.ClassContext
Constructor.
ClassFeatureSet - Class in edu.umd.cs.findbugs.model
Features of a class which may be used to identify it if it is renamed or modified.
ClassFeatureSet() - Constructor for class edu.umd.cs.findbugs.model.ClassFeatureSet
Constructor.
classFeatureSetIterator() - Method in class edu.umd.cs.findbugs.SortedBugCollection
 
ClassHash - Class in edu.umd.cs.findbugs.ba
Compute a hash of method names and signatures.
ClassHash() - Constructor for class edu.umd.cs.findbugs.ba.ClassHash
Constructor.
ClassHash(String, byte[]) - Constructor for class edu.umd.cs.findbugs.ba.ClassHash
Constructor.
ClassMatcher - Class in edu.umd.cs.findbugs.filter
 
ClassMatcher(String) - Constructor for class edu.umd.cs.findbugs.filter.ClassMatcher
 
ClassMember - Interface in edu.umd.cs.findbugs.ba
Common super-interface for class members (fields and methods).
className - Variable in class edu.umd.cs.findbugs.detect.StaticFieldLoadStreamFactory
 
className - Variable in class edu.umd.cs.findbugs.PackageMemberAnnotation
 
ClassNameRewriter - Interface in edu.umd.cs.findbugs.model
Rewrite class names.
ClassNameRewriterUtil - Class in edu.umd.cs.findbugs.model
Utility methods for using a ClassNameRewriter.
ClassNameRewriterUtil() - Constructor for class edu.umd.cs.findbugs.model.ClassNameRewriterUtil
 
ClassNotFoundExceptionParser - Class in edu.umd.cs.findbugs.ba
Parse the detail message in a ClassNotFoundException to extract the name of the missing class.
ClassNotFoundExceptionParser() - Constructor for class edu.umd.cs.findbugs.ba.ClassNotFoundExceptionParser
 
ClassObserver - Interface in edu.umd.cs.findbugs.ba
An interface to be implemented by classes which observer the analysis of classes.
ClassRegexMatcher - Class in edu.umd.cs.findbugs.filter
 
ClassRegexMatcher(String) - Constructor for class edu.umd.cs.findbugs.filter.ClassRegexMatcher
 
ClassResolver - Interface in edu.umd.cs.findbugs.ba.type2
An object which resolves classes.
ClassScreener - Class in edu.umd.cs.findbugs
Class to pre-screen class files, so that only a subset are analyzed.
ClassScreener() - Constructor for class edu.umd.cs.findbugs.ClassScreener
Constructor.
ClassType - Class in edu.umd.cs.findbugs.ba.type2
Type of objects that are instances of a class.
classTypeFromDottedClassName(String) - Method in class edu.umd.cs.findbugs.ba.type2.TypeRepository
Get a ClassType from a class or interface name using dots to separate package components, creating it if it doesn't exist.
classTypeFromSignature(String) - Method in class edu.umd.cs.findbugs.ba.type2.TypeRepository
Get a ClassType from a signature, e.g., JAVA_LANG_OBJECT_SIGNATURE.
classTypeFromSlashedClassName(String) - Method in class edu.umd.cs.findbugs.ba.type2.TypeRepository
Get a ClassType from a class or interface name using slashes to separate package components, creating it if it doesn't exist.
ClassWarningSuppressor - Class in edu.umd.cs.findbugs
 
ClassWarningSuppressor(String, ClassAnnotation) - Constructor for class edu.umd.cs.findbugs.ClassWarningSuppressor
 
clear() - Method in class edu.umd.cs.findbugs.ba.ca.CallList
 
clear() - Method in class edu.umd.cs.findbugs.ba.heap.FieldSet
 
clear() - Method in class edu.umd.cs.findbugs.ba.LockSet
Clear all entries out of this LockSet.
clear() - Method in class edu.umd.cs.findbugs.ba.type.ExceptionSet
Remove all exceptions from the set.
clear() - Method in class edu.umd.cs.findbugs.ba.URLClassPathRepository
 
clear() - Method in class edu.umd.cs.findbugs.gui.AnalysisErrorDialog
 
clear() - Method in class edu.umd.cs.findbugs.OpcodeStack
 
clearAllCategories() - Method in class edu.umd.cs.findbugs.config.ProjectFilterSettings
Clear all bug categories.
clearAppVersions() - Method in interface edu.umd.cs.findbugs.BugCollection
Clear all AppVersions representing previously-analyzed versions of the application.
clearAppVersions() - Method in class edu.umd.cs.findbugs.SortedBugCollection
 
clearBugCounts() - Method in class edu.umd.cs.findbugs.PackageStats.ClassStats
 
clearBugCounts() - Method in class edu.umd.cs.findbugs.PackageStats
 
clearBugCounts() - Method in class edu.umd.cs.findbugs.ProjectStats
Clear bug counts
clearBugInstances() - Method in class edu.umd.cs.findbugs.SortedBugCollection
 
clearCache() - Method in class edu.umd.cs.findbugs.ba.InnerClassAccessMap
Clear the cache.
clearClassContextCache() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
Clear the ClassContext cache.
clearClassFeatures() - Method in interface edu.umd.cs.findbugs.BugCollection
 
clearClassFeatures() - Method in class edu.umd.cs.findbugs.SortedBugCollection
 
clearExactSet() - Method in class edu.umd.cs.findbugs.ba.type.TypeFrame
Clear the exact type set.
clearInstanceOfValueNumberAndType() - Method in class edu.umd.cs.findbugs.ba.type.TypeFrame
Reset information for modeling of instanceof branches.
clearRepository() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
Clear the BCEL Repository in preparation for analysis.
clearStack() - Method in class edu.umd.cs.findbugs.ba.Frame
Clear the Java operand stack.
clone() - Method in class edu.umd.cs.findbugs.AppVersion
 
clone() - Method in interface edu.umd.cs.findbugs.BugAnnotation
 
clone() - Method in class edu.umd.cs.findbugs.BugInstance
 
clone() - Method in class edu.umd.cs.findbugs.BugProperty
 
clone() - Method in class edu.umd.cs.findbugs.config.ProjectFilterSettings
 
clone() - Method in class edu.umd.cs.findbugs.config.UserPreferences
 
clone() - Method in class edu.umd.cs.findbugs.detect.BadAppletConstructor
 
clone() - Method in class edu.umd.cs.findbugs.detect.BadlyOverriddenAdapter
 
clone() - Method in class edu.umd.cs.findbugs.detect.BadResultSetAccess
 
clone() - Method in class edu.umd.cs.findbugs.detect.BadSyntaxForRegularExpression
 
clone() - Method in class edu.umd.cs.findbugs.detect.BadUseOfReturnValue
 
clone() - Method in class edu.umd.cs.findbugs.detect.BCPMethodReturnCheck
 
clone() - Method in class edu.umd.cs.findbugs.detect.CloneIdiom
 
clone() - Method in class edu.umd.cs.findbugs.detect.ConfusedInheritance
 
clone() - Method in class edu.umd.cs.findbugs.detect.DontCatchIllegalMonitorStateException
 
clone() - Method in class edu.umd.cs.findbugs.detect.DumbMethods
 
clone() - Method in class edu.umd.cs.findbugs.detect.DuplicateBranches
 
clone() - Method in class edu.umd.cs.findbugs.detect.EmptyZipFileEntry
 
clone() - Method in class edu.umd.cs.findbugs.detect.EqStringTest
 
clone() - Method in class edu.umd.cs.findbugs.detect.FindBadCast
 
clone() - Method in class edu.umd.cs.findbugs.detect.FindBadForLoop
 
clone() - Method in class edu.umd.cs.findbugs.detect.FindEmptySynchronizedBlock
 
clone() - Method in class edu.umd.cs.findbugs.detect.FindFieldSelfAssignment
 
clone() - Method in class edu.umd.cs.findbugs.detect.FindFinalizeInvocations
 
clone() - Method in class edu.umd.cs.findbugs.detect.FindFloatEquality
 
clone() - Method in class edu.umd.cs.findbugs.detect.FindFloatMath
 
clone() - Method in class edu.umd.cs.findbugs.detect.FindHEmismatch
 
clone() - Method in class edu.umd.cs.findbugs.detect.FindJSR166LockMonitorenter
 
clone() - Method in class edu.umd.cs.findbugs.detect.FindLocalSelfAssignment2
 
clone() - Method in class edu.umd.cs.findbugs.detect.FindMismatchedWaitOrNotify
 
clone() - Method in class edu.umd.cs.findbugs.detect.FindNakedNotify
 
clone() - Method in class edu.umd.cs.findbugs.detect.FindNonShortCircuit
 
clone() - Method in class edu.umd.cs.findbugs.detect.FindOpenStream
 
clone() - Method in class edu.umd.cs.findbugs.detect.FindPuzzlers
 
clone() - Method in class edu.umd.cs.findbugs.detect.FindRunInvocations
 
clone() - Method in class edu.umd.cs.findbugs.detect.FindSpinLoop
 
clone() - Method in class edu.umd.cs.findbugs.detect.FindTwoLockWait
 
clone() - Method in class edu.umd.cs.findbugs.detect.FindUncalledPrivateMethods
 
clone() - Method in class edu.umd.cs.findbugs.detect.FindUnconditionalWait
 
clone() - Method in class edu.umd.cs.findbugs.detect.FindUninitializedGet
 
clone() - Method in class edu.umd.cs.findbugs.detect.FindUselessControlFlow
 
clone() - Method in class edu.umd.cs.findbugs.detect.IncompatMask
 
clone() - Method in class edu.umd.cs.findbugs.detect.InefficientMemberAccess
 
clone() - Method in class edu.umd.cs.findbugs.detect.InefficientToArray
 
clone() - Method in class edu.umd.cs.findbugs.detect.InfiniteLoop
 
clone() - Method in class edu.umd.cs.findbugs.detect.InfiniteRecursiveLoop
 
clone() - Method in class edu.umd.cs.findbugs.detect.InheritanceUnsafeGetResource
 
clone() - Method in class edu.umd.cs.findbugs.detect.InvalidJUnitTest
 
clone() - Method in class edu.umd.cs.findbugs.detect.IteratorIdioms
 
clone() - Method in class edu.umd.cs.findbugs.detect.LazyInit
 
clone() - Method in class edu.umd.cs.findbugs.detect.MutableLock
 
clone() - Method in class edu.umd.cs.findbugs.detect.PreferZeroLengthArrays
 
clone() - Method in class edu.umd.cs.findbugs.detect.PublicSemaphores
 
clone() - Method in class edu.umd.cs.findbugs.detect.QuestionableBooleanAssignment
 
clone() - Method in class edu.umd.cs.findbugs.detect.ReadReturnShouldBeChecked
 
clone() - Method in class edu.umd.cs.findbugs.detect.RedundantInterfaces
 
clone() - Method in class edu.umd.cs.findbugs.detect.RuntimeExceptionCapture
 
clone() - Method in class edu.umd.cs.findbugs.detect.StartInConstructor
 
clone() - Method in class edu.umd.cs.findbugs.detect.StringConcatenation
 
clone() - Method in class edu.umd.cs.findbugs.detect.SuperfluousInstanceOf
 
clone() - Method in class edu.umd.cs.findbugs.detect.SuspiciousThreadInterrupted
 
clone() - Method in class edu.umd.cs.findbugs.detect.SwitchFallthrough
 
clone() - Method in class edu.umd.cs.findbugs.detect.TestingGround
 
clone() - Method in class edu.umd.cs.findbugs.detect.UnnecessaryMath
 
clone() - Method in class edu.umd.cs.findbugs.detect.UselessSubclassMethod
 
clone() - Method in class edu.umd.cs.findbugs.detect.UseObjectEquals
 
clone() - Method in class edu.umd.cs.findbugs.detect.VarArgsProblems
 
clone() - Method in class edu.umd.cs.findbugs.detect.WaitInLoop
 
clone() - Method in class edu.umd.cs.findbugs.detect.WrongMapIterator
 
clone() - Method in class edu.umd.cs.findbugs.IntAnnotation
 
clone() - Method in class edu.umd.cs.findbugs.LocalVariableAnnotation
 
clone() - Method in class edu.umd.cs.findbugs.PackageMemberAnnotation
 
clone() - Method in class edu.umd.cs.findbugs.PackageStats.ClassStats
 
clone() - Method in class edu.umd.cs.findbugs.ProjectStats
 
clone() - Method in class edu.umd.cs.findbugs.props.WarningPropertySet
 
clone() - Method in class edu.umd.cs.findbugs.SourceLineAnnotation
 
clone() - Method in interface edu.umd.cs.findbugs.StatelessDetector
 
clone() - Method in class edu.umd.cs.findbugs.StringAnnotation
 
cloneAll(Collection<BugInstance>, Collection<BugInstance>) - Static method in class edu.umd.cs.findbugs.SortedBugCollection
Clone all of the BugInstance objects in the source Collection and add them to the destination Collection.
CloneIdiom - Class in edu.umd.cs.findbugs.detect
 
CloneIdiom(BugReporter) - Constructor for class edu.umd.cs.findbugs.detect.CloneIdiom
 
close() - Method in class edu.umd.cs.findbugs.ba.URLClassPath
Close all underlying resources.
CLOSED - Static variable in class edu.umd.cs.findbugs.ba.ResourceValueFrame
The resource is closed (or unlocked, etc).
closeTag(String) - Method in class edu.umd.cs.findbugs.xml.Dom4JXMLOutput
 
closeTag(String) - Method in class edu.umd.cs.findbugs.xml.OutputStreamXMLOutput
 
closeTag(String) - Method in interface edu.umd.cs.findbugs.xml.XMLOutput
Close tag with given name.
CODE_LENGTH_KEY - Static variable in class edu.umd.cs.findbugs.model.ClassFeatureSet
 
codeBytes - Variable in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
collectionToRange(Collection<String>) - Static method in class edu.umd.cs.findbugs.ml.ConvertToARFF
 
combineVertices(Set<VertexType>) - Method in interface edu.umd.cs.findbugs.graph.VertexCombinator
Combine given vertices into a single vertex.
CommandLine - Class in edu.umd.cs.findbugs.config
Helper class for parsing command line arguments.
CommandLine() - Constructor for class edu.umd.cs.findbugs.config.CommandLine
 
CommandLine.HelpRequestedException - Exception in edu.umd.cs.findbugs.config
 
CommandLine.HelpRequestedException() - Constructor for exception edu.umd.cs.findbugs.config.CommandLine.HelpRequestedException
 
COMMENT - Static variable in class edu.umd.cs.findbugs.Token
A comment.
compact(int[], int) - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumberFactory
Compact the value numbers produced by this factory.
compactValueNumbers(Dataflow<ValueNumberFrame, ValueNumberAnalysis>) - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumberAnalysis
Compact the value numbers assigned.
ComparatorIdiom - Class in edu.umd.cs.findbugs.detect
 
ComparatorIdiom(BugReporter) - Constructor for class edu.umd.cs.findbugs.detect.ComparatorIdiom
 
compare(BugInstance, BugInstance) - Method in class edu.umd.cs.findbugs.FuzzyBugComparator
 
compare(VertexType, VertexType) - Method in class edu.umd.cs.findbugs.graph.VisitationTimeComparator
 
compare(BugInstance, BugInstance) - Method in class edu.umd.cs.findbugs.SloppyBugComparator
 
compare(BugInstance, BugInstance) - Method in class edu.umd.cs.findbugs.SortedBugCollection.BugInstanceComparator
 
compare(BugInstance, BugInstance) - Method in class edu.umd.cs.findbugs.SortedBugCollection.MultiversionBugInstanceComparator
 
compare(BugInstance, BugInstance) - Method in class edu.umd.cs.findbugs.VersionInsensitiveBugComparator
 
compare(BugInstance, BugInstance) - Method in interface edu.umd.cs.findbugs.WarningComparator
 
COMPARE_STATIC_STRINGS - Static variable in class edu.umd.cs.findbugs.detect.RefComparisonWarningProperty
Comparing static strings using equals operator.
compareClasses(BugCollection, BugCollection, ClassAnnotation, ClassAnnotation) - Method in class edu.umd.cs.findbugs.FuzzyBugComparator
 
compareClassesByName(BugCollection, BugCollection, String, String) - Method in class edu.umd.cs.findbugs.FuzzyBugComparator
 
compareHashes(byte[], byte[]) - Static method in class edu.umd.cs.findbugs.ba.MethodHash
 
compareMethods(BugCollection, BugCollection, MethodAnnotation, MethodAnnotation) - Method in class edu.umd.cs.findbugs.FuzzyBugComparator
 
compareSourceLines(BugCollection, BugCollection, SourceLineAnnotation, SourceLineAnnotation) - Method in class edu.umd.cs.findbugs.FuzzyBugComparator
Compare source line annotations.
compareTo(ClassMember) - Method in class edu.umd.cs.findbugs.ba.AbstractClassMember
 
compareTo(E) - Method in class edu.umd.cs.findbugs.ba.AnnotationEnumeration
 
compareTo(ClassHash) - Method in class edu.umd.cs.findbugs.ba.ClassHash
 
compareTo(Edge) - Method in class edu.umd.cs.findbugs.ba.Edge
Compare with other edge.
compareTo(Location) - Method in class edu.umd.cs.findbugs.ba.Location
 
compareTo(MethodHash) - Method in class edu.umd.cs.findbugs.ba.MethodHash
 
compareTo(AvailableLoad) - Method in class edu.umd.cs.findbugs.ba.vna.AvailableLoad
 
compareTo(ValueNumber) - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumber
 
compareTo(XMethodParameter) - Method in class edu.umd.cs.findbugs.ba.XMethodParameter
 
compareTo(BugInstance) - Method in class edu.umd.cs.findbugs.BugInstance
 
compareTo(Object) - Method in class edu.umd.cs.findbugs.BugPattern
 
compareTo(BugAnnotation) - Method in class edu.umd.cs.findbugs.ClassAnnotation
 
compareTo(Stream) - Method in class edu.umd.cs.findbugs.detect.Stream
 
compareTo(StreamEscape) - Method in class edu.umd.cs.findbugs.detect.StreamEscape
 
compareTo(BugAnnotation) - Method in class edu.umd.cs.findbugs.FieldAnnotation
 
compareTo(ActualEdgeType) - Method in class edu.umd.cs.findbugs.graph.AbstractEdge
 
compareTo(ActualVertexType) - Method in class edu.umd.cs.findbugs.graph.AbstractVertex
 
compareTo(BugAnnotation) - Method in class edu.umd.cs.findbugs.IntAnnotation
 
compareTo(BugAnnotation) - Method in class edu.umd.cs.findbugs.LocalVariableAnnotation
 
compareTo(BugAnnotation) - Method in class edu.umd.cs.findbugs.MethodAnnotation
 
compareTo(BugAnnotation) - Method in class edu.umd.cs.findbugs.SourceLineAnnotation
 
compareTo(BugAnnotation) - Method in class edu.umd.cs.findbugs.StringAnnotation
 
CompoundMatcher - Class in edu.umd.cs.findbugs.filter
 
CompoundMatcher() - Constructor for class edu.umd.cs.findbugs.filter.CompoundMatcher
 
CompoundMethodChooser - Class in edu.umd.cs.findbugs.ba
 
CompoundMethodChooser(JavaClassAndMethodChooser[]) - Constructor for class edu.umd.cs.findbugs.ba.CompoundMethodChooser
 
compute() - Method in class edu.umd.cs.findbugs.detect.InitializationChain
 
computeBugHashes() - Method in class edu.umd.cs.findbugs.SortedBugCollection
 
computeHash(JavaClass) - Method in class edu.umd.cs.findbugs.ba.ClassHash
Compute hash for given class and all of its methods.
computeHash(Method) - Method in class edu.umd.cs.findbugs.ba.MethodHash
Compute hash on given method.
computePriority(int) - Method in class edu.umd.cs.findbugs.props.WarningPropertySet
Use the PriorityAdjustments specified by the set's WarningProperty elements to compute a warning priority from the given base priority.
CONCRETE_METHOD - Static variable in class edu.umd.cs.findbugs.ba.Hierarchy
JavaClassAndMethodChooser which accepts only concrete (not abstract or native) methods.
configure(AnalysisContext) - Method in class edu.umd.cs.findbugs.config.AnalysisFeatureSetting
Set the configured value of the analysis property in the given AnalysisContext.
ConfigureDetectorsDialog - Class in edu.umd.cs.findbugs.gui
Configure Detectors by enabling/disabling them.
ConfigureDetectorsDialog(Frame, boolean) - Constructor for class edu.umd.cs.findbugs.gui.ConfigureDetectorsDialog
Creates new form ConfigureDetectorsDialog
ConfusedInheritance - Class in edu.umd.cs.findbugs.detect
 
ConfusedInheritance(BugReporter) - Constructor for class edu.umd.cs.findbugs.detect.ConfusedInheritance
 
ConfusionBetweenInheritedAndOuterMethod - Class in edu.umd.cs.findbugs.detect
 
ConfusionBetweenInheritedAndOuterMethod(BugReporter) - Constructor for class edu.umd.cs.findbugs.detect.ConfusionBetweenInheritedAndOuterMethod
 
CONSERVE_SPACE - Static variable in interface edu.umd.cs.findbugs.ba.AnalysisFeatures
A boolean flag which if set means that analyses should try to conserve space at the expense of precision.
ConsoleLogger - Class in edu.umd.cs.findbugs.gui
 
ConsoleLogger(LogSync) - Constructor for class edu.umd.cs.findbugs.gui.ConsoleLogger
Creates a new instance of ConsoleLogger
Constant - Class in edu.umd.cs.findbugs.ba.constant
Abstract dataflow value representing a value which may or may not be a constant.
Constant(Object) - Constructor for class edu.umd.cs.findbugs.ba.constant.Constant
Constructor for a constant value.
ConstantAnalysis - Class in edu.umd.cs.findbugs.ba.constant
Dataflow analysis to find constant values.
ConstantAnalysis(MethodGen, DepthFirstSearch) - Constructor for class edu.umd.cs.findbugs.ba.constant.ConstantAnalysis
 
ConstantDataflow - Class in edu.umd.cs.findbugs.ba.constant
Dataflow class for ConstantAnalysis.
ConstantDataflow(CFG, ConstantAnalysis) - Constructor for class edu.umd.cs.findbugs.ba.constant.ConstantDataflow
 
ConstantFrame - Class in edu.umd.cs.findbugs.ba.constant
Dataflow Frame for Constants.
ConstantFrame(int) - Constructor for class edu.umd.cs.findbugs.ba.constant.ConstantFrame
 
ConstantFrameModelingVisitor - Class in edu.umd.cs.findbugs.ba.constant
Visitor to model the effect of bytecode instructions on ConstantFrames.
ConstantFrameModelingVisitor(ConstantPoolGen) - Constructor for class edu.umd.cs.findbugs.ba.constant.ConstantFrameModelingVisitor
 
Constants2 - Interface in edu.umd.cs.findbugs.visitclass
 
ConstraintEdge - Class in edu.umd.cs.findbugs.plan
Edge in a ConstraintGraph.
ConstraintEdge(DetectorNode, DetectorNode) - Constructor for class edu.umd.cs.findbugs.plan.ConstraintEdge
Constructor.
ConstraintGraph - Class in edu.umd.cs.findbugs.plan
Graph of Detector ordering constraints.
ConstraintGraph() - Constructor for class edu.umd.cs.findbugs.plan.ConstraintGraph
 
CONSTRUCTOR - Static variable in class edu.umd.cs.findbugs.ba.bcp.Invoke
Match object constructor invocations.
consumeStack(Instruction) - Method in class edu.umd.cs.findbugs.ba.type.TypeFrameModelingVisitor
Consume stack.
consumeStack(Instruction) - Method in class edu.umd.cs.findbugs.ba.type2.BetterTypeFrameModelingVisitor
Consume stack.
contains(XField) - Method in class edu.umd.cs.findbugs.ba.heap.FieldSet
 
contains(DetectorFactory) - Method in class edu.umd.cs.findbugs.plan.AnalysisPass
Return whether or not this pass contains the given DetectorFactory.
contains(BugInstance) - Method in class edu.umd.cs.findbugs.SortedBugCollection
 
containsCategory(String) - Method in class edu.umd.cs.findbugs.config.ProjectFilterSettings
Return whether or not the given category is enabled in the project filter settings.
containsCheckedExceptions() - Method in class edu.umd.cs.findbugs.ba.type.ExceptionSet
Return whether or not the set contains any checked exceptions.
containsCycle() - Method in class edu.umd.cs.findbugs.graph.AbstractDepthFirstSearch
Return whether or not the graph contains a cycle: i.e., whether it contains any back edges.
containsExplicitExceptions() - Method in class edu.umd.cs.findbugs.ba.type.ExceptionSet
Return whether or not the set contains any explicit exceptions.
containsInstruction(InstructionHandle) - Method in class edu.umd.cs.findbugs.ba.BasicBlock
Return whether or not the basic block contains the given instruction.
containsInstructionWithOffset(int) - Method in class edu.umd.cs.findbugs.ba.BasicBlock
Return whether or not the basic block contains the instruction with the given bytecode offset.
containsProperty(WarningProperty) - Method in class edu.umd.cs.findbugs.props.WarningPropertySet
Return whether or not the set contains the given WarningProperty.
containsReturnValue(ValueNumberFactory) - Method in class edu.umd.cs.findbugs.ba.LockSet
Determine whether or not this lock set contains any locked values which are method return values.
containsVertex(VertexType) - Method in class edu.umd.cs.findbugs.graph.AbstractGraph
 
containsVertex(VertexType) - Method in interface edu.umd.cs.findbugs.graph.Graph
Determine if the graph contains the given vertex.
convert(String) - Static method in class edu.umd.cs.findbugs.ba.SignatureConverter
Convenience method for converting a single signature component to human-readable form.
convert(String, Document, String, Writer) - Method in class edu.umd.cs.findbugs.ml.ConvertToARFF
Convert a single Document to ARFF format.
convertFieldAnnotation(ClassNameRewriter, FieldAnnotation) - Static method in class edu.umd.cs.findbugs.model.ClassNameRewriterUtil
Rewrite a FieldAnnotation to update the class name and field signature, if needed.
convertMethodAnnotation(ClassNameRewriter, MethodAnnotation) - Static method in class edu.umd.cs.findbugs.model.ClassNameRewriterUtil
Rewrite a MethodAnnotation to update the class name, and any class names mentioned in the method signature.
convertMethodSignature(JavaClass, Method) - Static method in class edu.umd.cs.findbugs.ba.SignatureConverter
Convenience method for generating a method signature in human readable form.
convertMethodSignature(MethodGen) - Static method in class edu.umd.cs.findbugs.ba.SignatureConverter
Convenience method for generating a method signature in human readable form.
convertMethodSignature(InvokeInstruction, ConstantPoolGen) - Static method in class edu.umd.cs.findbugs.ba.SignatureConverter
Convenience method for generating a method signature in human readable form.
convertMethodSignature(String, String, String) - Static method in class edu.umd.cs.findbugs.ba.SignatureConverter
Convenience method for generating a method signature in human readable form.
convertMethodSignature(XMethod) - Static method in class edu.umd.cs.findbugs.ba.SignatureConverter
Convenience method for generating a method signature in human readable form.
convertMethodSignature(String, String, String, String) - Static method in class edu.umd.cs.findbugs.ba.SignatureConverter
Convenience method for generating a method signature in human readable form.
ConvertToARFF - Class in edu.umd.cs.findbugs.ml
Convert a BugCollection into ARFF format.
ConvertToARFF() - Constructor for class edu.umd.cs.findbugs.ml.ConvertToARFF
 
ConvertToARFF.AbstractClassificationAttribute - Class in edu.umd.cs.findbugs.ml
 
ConvertToARFF.AbstractClassificationAttribute() - Constructor for class edu.umd.cs.findbugs.ml.ConvertToARFF.AbstractClassificationAttribute
 
ConvertToARFF.AppNameAttribute - Class in edu.umd.cs.findbugs.ml
 
ConvertToARFF.AppNameAttribute() - Constructor for class edu.umd.cs.findbugs.ml.ConvertToARFF.AppNameAttribute
 
ConvertToARFF.Attribute - Interface in edu.umd.cs.findbugs.ml
 
ConvertToARFF.AttributeCallback - Interface in edu.umd.cs.findbugs.ml
 
ConvertToARFF.BinaryClassificationAttribute - Class in edu.umd.cs.findbugs.ml
 
ConvertToARFF.BinaryClassificationAttribute() - Constructor for class edu.umd.cs.findbugs.ml.ConvertToARFF.BinaryClassificationAttribute
 
ConvertToARFF.BooleanAttribute - Class in edu.umd.cs.findbugs.ml
 
ConvertToARFF.BooleanAttribute(String, String) - Constructor for class edu.umd.cs.findbugs.ml.ConvertToARFF.BooleanAttribute
 
ConvertToARFF.ClassificationAttribute - Class in edu.umd.cs.findbugs.ml
 
ConvertToARFF.ClassificationAttribute() - Constructor for class edu.umd.cs.findbugs.ml.ConvertToARFF.ClassificationAttribute
 
ConvertToARFF.IdAttribute - Class in edu.umd.cs.findbugs.ml
An attribute that just gives each instance a unique id.
ConvertToARFF.IdAttribute() - Constructor for class edu.umd.cs.findbugs.ml.ConvertToARFF.IdAttribute
 
ConvertToARFF.IdStringAttribute - Class in edu.umd.cs.findbugs.ml
 
ConvertToARFF.IdStringAttribute() - Constructor for class edu.umd.cs.findbugs.ml.ConvertToARFF.IdStringAttribute
 
ConvertToARFF.NominalAttribute - Class in edu.umd.cs.findbugs.ml
 
ConvertToARFF.NominalAttribute(String, String) - Constructor for class edu.umd.cs.findbugs.ml.ConvertToARFF.NominalAttribute
 
ConvertToARFF.NumericAttribute - Class in edu.umd.cs.findbugs.ml
 
ConvertToARFF.NumericAttribute(String, String) - Constructor for class edu.umd.cs.findbugs.ml.ConvertToARFF.NumericAttribute
 
ConvertToARFF.PriorityAttribute - Class in edu.umd.cs.findbugs.ml
 
ConvertToARFF.PriorityAttribute() - Constructor for class edu.umd.cs.findbugs.ml.ConvertToARFF.PriorityAttribute
 
ConvertToARFF.RandomIdAttribute - Class in edu.umd.cs.findbugs.ml
 
ConvertToARFF.RandomIdAttribute() - Constructor for class edu.umd.cs.findbugs.ml.ConvertToARFF.RandomIdAttribute
 
copy(BitSet, BitSet) - Method in class edu.umd.cs.findbugs.ba.AbstractDominatorsAnalysis
 
copy(BlockType, BlockType) - Method in class edu.umd.cs.findbugs.ba.BlockTypeAnalysis
 
copy(CallList, CallList) - Method in class edu.umd.cs.findbugs.ba.ca.CallListAnalysis
 
copy(Fact, Fact) - Method in interface edu.umd.cs.findbugs.ba.DataflowAnalysis
Copy dataflow facts.
copy(FrameType, FrameType) - Method in class edu.umd.cs.findbugs.ba.FrameDataflowAnalysis
 
copy(FieldSet, FieldSet) - Method in class edu.umd.cs.findbugs.ba.heap.FieldSetAnalysis
 
copy(BitSet, BitSet) - Method in class edu.umd.cs.findbugs.ba.LiveLocalStoreAnalysis
 
copy(LockSet, LockSet) - Method in class edu.umd.cs.findbugs.ba.LockAnalysis
 
copy(UnconditionalDerefSet, UnconditionalDerefSet) - Method in class edu.umd.cs.findbugs.ba.npe.UnconditionalDerefAnalysis
 
copy(WillBeDereferencedInfo, WillBeDereferencedInfo) - Method in class edu.umd.cs.findbugs.ba.npe.WillBeDereferencedAnalysis
 
copy() - Method in class edu.umd.cs.findbugs.ba.npe.WillBeDereferencedInfo
 
copy(StateSet, StateSet) - Method in class edu.umd.cs.findbugs.ba.obl.ObligationAnalysis
 
copy(ReturnPath, ReturnPath) - Method in class edu.umd.cs.findbugs.ba.ReturnPathAnalysis
 
copy(StackDepth, StackDepth) - Method in class edu.umd.cs.findbugs.ba.StackDepthAnalysis
 
copy(TypeFrame, TypeFrame) - Method in class edu.umd.cs.findbugs.ba.type.TypeAnalysis
 
copy(InputStream, OutputStream) - Static method in class edu.umd.cs.findbugs.io.IO
 
copy(Reader, Writer) - Static method in class edu.umd.cs.findbugs.io.IO
 
copy(InputStream, OutputStream, long) - Static method in class edu.umd.cs.findbugs.io.IO
 
copy(Reader, Writer, long) - Static method in class edu.umd.cs.findbugs.io.IO
 
copyEdge(EdgeType, EdgeType) - Method in interface edu.umd.cs.findbugs.graph.GraphToolkit
Copy auxiliary information from one edge to another.
copyFrom(BlockType) - Method in class edu.umd.cs.findbugs.ba.BlockType
Make this object an exact duplicate of given object.
copyFrom(CallList) - Method in class edu.umd.cs.findbugs.ba.ca.CallList
 
copyFrom(Frame<ValueType>) - Method in class edu.umd.cs.findbugs.ba.Frame
Make this Frame exactly the same as the one given as a parameter.
copyFrom(FieldSet) - Method in class edu.umd.cs.findbugs.ba.heap.FieldSet
 
copyFrom(LockSet) - Method in class edu.umd.cs.findbugs.ba.LockSet
Make this LockSet the same as the given one.
copyFrom(WillBeDereferencedInfo) - Method in class edu.umd.cs.findbugs.ba.npe.WillBeDereferencedInfo
 
copyFrom(Path) - Method in class edu.umd.cs.findbugs.ba.obl.Path
Make this Path identical to the given one.
copyFrom(StateSet) - Method in class edu.umd.cs.findbugs.ba.obl.StateSet
Make this StateSet an exact copy of the given StateSet.
copyFrom(Frame<ResourceValue>) - Method in class edu.umd.cs.findbugs.ba.ResourceValueFrame
 
copyFrom(ReturnPath) - Method in class edu.umd.cs.findbugs.ba.ReturnPath
 
copyFrom(Frame<Type>) - Method in class edu.umd.cs.findbugs.ba.type.TypeFrame
 
copyFrom(Frame<ValueNumber>) - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumberFrame
 
count() - Method in class edu.umd.cs.findbugs.SuppressionMatcher
 
cpg - Variable in class edu.umd.cs.findbugs.ba.AbstractFrameModelingVisitor
 
create(MethodGen) - Static method in class edu.umd.cs.findbugs.ba.CFGBuilderFactory
Create a CFGBuilder to build a CFG for given method.
create(BugReporter) - Method in class edu.umd.cs.findbugs.DetectorFactory
Create a Detector instance.
CREATED - Static variable in class edu.umd.cs.findbugs.ba.ResourceValueFrame
The resource has been created, but is not open.
CREATED_DEAD_CODE - Static variable in class edu.umd.cs.findbugs.detect.NullDerefProperty
Redundant nullcheck created dead code.
createDataflow(ClassContext, Method) - Method in class edu.umd.cs.findbugs.ba.DataflowTestDriver
Downcall method to create the dataflow driver object and execute the analysis.
createDefault() - Static method in class edu.umd.cs.findbugs.config.ProjectFilterSettings
Factory method to create a default ProjectFilterSettings object.
createDefaultUserPreferences() - Static method in class edu.umd.cs.findbugs.config.UserPreferences
Create default UserPreferences.
createDetectors(BugReporter) - Method in class edu.umd.cs.findbugs.plan.AnalysisPass
Create all of the Detectors in this analysis pass.
createEdge(BasicBlock, BasicBlock, int) - Method in class edu.umd.cs.findbugs.ba.CFG
Add a unique edge to the graph.
createEdge(ObjectType, ObjectType, int) - Method in class edu.umd.cs.findbugs.ba.type2.InheritanceGraph
 
createEdge(CallGraphNode, CallGraphNode, CallSite) - Method in class edu.umd.cs.findbugs.CallGraph
 
createEdge(VertexType, VertexType) - Method in class edu.umd.cs.findbugs.graph.AbstractGraph
 
createEdge(VertexType, VertexType) - Method in interface edu.umd.cs.findbugs.graph.Graph
Add a new edge to the graph.
createEmptyCollectionWithMetadata() - Method in interface edu.umd.cs.findbugs.BugCollection
Create a new empty BugCollection with the same metadata as this one.
createEmptyCollectionWithMetadata() - Method in class edu.umd.cs.findbugs.SortedBugCollection
 
createEmptyMap() - Method in class edu.umd.cs.findbugs.ba.obl.StateSet
Return a newly allocated Map of ObligationSet to State that may be passed to applyToAllStatesAndUpdateMap().
createExceptionSet() - Method in class edu.umd.cs.findbugs.ba.type.ExceptionSetFactory
 
createFact() - Method in class edu.umd.cs.findbugs.ba.AbstractDominatorsAnalysis
 
createFact() - Method in class edu.umd.cs.findbugs.ba.BlockTypeAnalysis
 
createFact() - Method in class edu.umd.cs.findbugs.ba.ca.CallListAnalysis
 
createFact() - Method in class edu.umd.cs.findbugs.ba.constant.ConstantAnalysis
 
createFact() - Method in interface edu.umd.cs.findbugs.ba.DataflowAnalysis
Create empty (uninitialized) dataflow facts for one program point.
createFact() - Method in class edu.umd.cs.findbugs.ba.heap.FieldSetAnalysis
 
createFact() - Method in class edu.umd.cs.findbugs.ba.LiveLocalStoreAnalysis
 
createFact() - Method in class edu.umd.cs.findbugs.ba.LockAnalysis
 
createFact() - Method in class edu.umd.cs.findbugs.ba.npe.IsNullValueAnalysis
 
createFact() - Method in class edu.umd.cs.findbugs.ba.npe.UnconditionalDerefAnalysis
 
createFact() - Method in class edu.umd.cs.findbugs.ba.npe.WillBeDereferencedAnalysis
 
createFact() - Method in class edu.umd.cs.findbugs.ba.obl.ObligationAnalysis
 
createFact() - Method in class edu.umd.cs.findbugs.ba.ResourceValueAnalysis
 
createFact() - Method in class edu.umd.cs.findbugs.ba.ReturnPathAnalysis
 
createFact() - Method in class edu.umd.cs.findbugs.ba.StackDepthAnalysis
 
createFact() - Method in class edu.umd.cs.findbugs.ba.type.TypeAnalysis
 
createFact() - Method in class edu.umd.cs.findbugs.ba.type2.BetterTypeAnalysis
 
createFact() - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumberAnalysis
 
createFreshValue() - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumberFactory
Create a fresh (unique) value number.
createGraph() - Method in interface edu.umd.cs.findbugs.graph.GraphToolkit
Create a new empty graph (no vertices or edges).
createObligationSet() - Method in class edu.umd.cs.findbugs.ba.obl.ObligationFactory
 
createResourceTracker(ClassContext, Method) - Method in class edu.umd.cs.findbugs.ba.ResourceValueAnalysisTestDriver
 
createScanner() - Method in interface edu.umd.cs.findbugs.InstructionScannerGenerator
Create a new scanner.
createStream(Location, ObjectType, ConstantPoolGen, RepositoryLookupFailureCallback) - Method in class edu.umd.cs.findbugs.detect.AnyMethodReturnValueStreamFactory
 
createStream(Location, ObjectType, ConstantPoolGen, RepositoryLookupFailureCallback) - Method in class edu.umd.cs.findbugs.detect.InstanceFieldLoadStreamFactory
 
createStream(Location, ObjectType, ConstantPoolGen, RepositoryLookupFailureCallback) - Method in class edu.umd.cs.findbugs.detect.IOStreamFactory
 
createStream(Location, ObjectType, ConstantPoolGen, RepositoryLookupFailureCallback) - Method in class edu.umd.cs.findbugs.detect.MethodReturnValueStreamFactory
 
createStream(Location, ObjectType, ConstantPoolGen, RepositoryLookupFailureCallback) - Method in class edu.umd.cs.findbugs.detect.StaticFieldLoadStreamFactory
 
createStream(Location, ObjectType, ConstantPoolGen, RepositoryLookupFailureCallback) - Method in interface edu.umd.cs.findbugs.detect.StreamFactory
Determine if a Stream is created at given location.
createUnknown(String, String) - Static method in class edu.umd.cs.findbugs.SourceLineAnnotation
Factory method to create an unknown source line annotation.
createUnknown(String) - Static method in class edu.umd.cs.findbugs.SourceLineAnnotation
Factory method to create an unknown source line annotation.
createUnknown(String, String, int, int) - Static method in class edu.umd.cs.findbugs.SourceLineAnnotation
Factory method to create an unknown source line annotation.
createVisitor(Resource, ConstantPoolGen) - Method in interface edu.umd.cs.findbugs.ba.ResourceTracker
Create a ResourceValueFrameModelingVisitor to model the effect of instructions on the state of the resource.
createVisitor(Stream, ConstantPoolGen) - Method in class edu.umd.cs.findbugs.detect.StreamResourceTracker
 
createXField(String, String, String, boolean, int) - Static method in class edu.umd.cs.findbugs.ba.XFactory
Create an XField object
createXField(JavaClass, Field) - Static method in class edu.umd.cs.findbugs.ba.XFactory
Create an XField object from a BCEL Field.
createXField(PreorderVisitor) - Static method in class edu.umd.cs.findbugs.ba.XFactory
Create an XField object from the field currently being visited by the given PreorderVisitor.
createXMethod(JavaClass, Method) - Static method in class edu.umd.cs.findbugs.ba.XFactory
Create an XMethod object from a BCEL Method.
createXMethod(InvokeInstruction, ConstantPoolGen) - Static method in class edu.umd.cs.findbugs.ba.XFactory
Create an XMethod object from an InvokeInstruction.
createXMethod(PreorderVisitor) - Static method in class edu.umd.cs.findbugs.ba.XFactory
Create an XMethod object from the method currently being visited by the given PreorderVisitor.
createXMethod(String, String, String, boolean) - Static method in class edu.umd.cs.findbugs.ba.XFactory
Create an XMethod.
CROSS_EDGE - Static variable in interface edu.umd.cs.findbugs.graph.DFSEdgeTypes
Cross edge.
currentAnalysisContext() - Static method in class edu.umd.cs.findbugs.ba.AnalysisContext
Get the AnalysisContext associated with this thread

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