Skip navigation links
SpotBugs 4.0.0-beta1
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

G

ge(long) - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.ValueRangeAnalysisFactory.LongRangeSet
 
GeneralWarningProperty - Class in edu.umd.cs.findbugs.props
General warning properties.
generateRelativeSource(File, Project) - Static method in class edu.umd.cs.findbugs.SourceLineAnnotation
 
generateTreeMap(BugCollection) - Method in class edu.umd.cs.findbugs.workflow.TreemapVisualization
 
genericLocalVariables - Variable in class edu.umd.cs.findbugs.ba.type.TypeFrameModelingVisitor
 
GenericObjectType - Class in edu.umd.cs.findbugs.ba.generic
Extension to ObjectType that includes additional information about the generic signature.
GenericSignatureParser - Class in edu.umd.cs.findbugs.ba.generic
A simple class to parse method signatures that include generic information.
GenericSignatureParser(String) - Constructor for class edu.umd.cs.findbugs.ba.generic.GenericSignatureParser
Parses a generic method signature of the form: (argument_signature)return_type_signature
GenericUtilities - Class in edu.umd.cs.findbugs.ba.generic
Utilities for adding support for generics.
GenericUtilities() - Constructor for class edu.umd.cs.findbugs.ba.generic.GenericUtilities
 
GenericUtilities.TypeCategory - Enum in edu.umd.cs.findbugs.ba.generic
 
GEQ - Static variable in class edu.umd.cs.findbugs.filter.RelationalOp
 
get() - Method in class edu.umd.cs.findbugs.AnalysisLocal
 
get(int) - Method in class edu.umd.cs.findbugs.ba.ca.CallList
 
get(ClassAnnotation) - Method in class edu.umd.cs.findbugs.ba.EqualsKindSummary
 
get(InstructionHandle) - Method in class edu.umd.cs.findbugs.ba.InstructionHandleMap
 
get(Location, ValueNumber, ValueNumberDataflow) - Method in class edu.umd.cs.findbugs.ba.npe.UsagesRequiringNonNullValues
 
get(K1, K2) - Method in class edu.umd.cs.findbugs.util.DualKeyHashMap
 
get(K1) - Method in class edu.umd.cs.findbugs.util.DualKeyHashMap
 
get() - Method in class edu.umd.cs.findbugs.util.FutureValue
 
get(long, TimeUnit) - Method in class edu.umd.cs.findbugs.util.FutureValue
 
get(long, TimeUnit, V) - Method in class edu.umd.cs.findbugs.util.FutureValue
 
get(K) - Method in class edu.umd.cs.findbugs.util.MergeMap
 
get(K) - Method in class edu.umd.cs.findbugs.util.MultiMap
 
get(Object) - Method in class edu.umd.cs.findbugs.util.ProfilingMapCache
 
get(K1, K2, K3) - Method in class edu.umd.cs.findbugs.util.TripleKeyHashMap
 
getAbbrev() - Method in class edu.umd.cs.findbugs.BugCategory
Get the abbreviation (usually a single capital letter).
getAbbrev() - Method in class edu.umd.cs.findbugs.BugCode
Get the abbreviation for this bug code.
getAbbrev() - Method in class edu.umd.cs.findbugs.BugInstance
Get the abbreviation of this bug instance's BugPattern.
getAbbrev() - Method in class edu.umd.cs.findbugs.BugPattern
Get the BugKind
getAbridgedMessage() - Method in class edu.umd.cs.findbugs.BugInstance
 
getAccessedFieldDescriptor(FieldInstruction, ConstantPoolGen) - Static method in class edu.umd.cs.findbugs.bcel.BCELUtil
Get FieldDescriptor describing the field accessed by given FieldInstruction.
getAccessFlags() - Method in class edu.umd.cs.findbugs.ba.AbstractClassMember
 
getAccessFlags() - Method in interface edu.umd.cs.findbugs.ba.AccessibleEntity
Get the entity's access flags.
getAccessFlags() - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassNameAndSuperclassInfo
 
getAccessFlags() - Method in class edu.umd.cs.findbugs.classfile.analysis.FieldInfo
 
getAccessFlags() - Method in class edu.umd.cs.findbugs.classfile.analysis.MethodInfo
 
getAccessMethodForField() - Method in interface edu.umd.cs.findbugs.ba.XMethod
 
getAccessMethodForField() - Method in class edu.umd.cs.findbugs.classfile.analysis.MethodInfo
 
getAccessMethodForMethod() - Method in interface edu.umd.cs.findbugs.ba.XMethod
 
getAccessMethodForMethod() - Method in class edu.umd.cs.findbugs.classfile.analysis.MethodInfo
 
getActionCache() - Method in class edu.umd.cs.findbugs.ba.obl.ObligationAnalysis
 
getActions(BasicBlock, InstructionHandle) - Method in class edu.umd.cs.findbugs.ba.obl.InstructionActionCache
 
getActions(ReferenceType, String, String, boolean, Collection<ObligationPolicyDatabaseAction>) - Method in class edu.umd.cs.findbugs.ba.obl.MatchMethodEntry
 
getActions(ReferenceType, String, String, boolean, Collection<ObligationPolicyDatabaseAction>) - Method in class edu.umd.cs.findbugs.ba.obl.ObligationPolicyDatabase
 
getActions(ReferenceType, String, String, boolean, Collection<ObligationPolicyDatabaseAction>) - Method in interface edu.umd.cs.findbugs.ba.obl.ObligationPolicyDatabaseEntry
Get the ObligationPolicyDatabaseActions that should be applied when the method described by the parameters is called.
getActionType() - Method in class edu.umd.cs.findbugs.ba.obl.ObligationPolicyDatabaseAction
 
getActiveCategorySet() - Method in class edu.umd.cs.findbugs.config.ProjectFilterSettings
Return set of active (enabled) bug categories.
getAllClassDescriptors() - Method in class edu.umd.cs.findbugs.classfile.DescriptorFactory
 
getAllDominatedBy(BasicBlock) - Method in class edu.umd.cs.findbugs.ba.AbstractDominatorsAnalysis
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.
getAllDominatorsOf(BasicBlock) - Method in class edu.umd.cs.findbugs.ba.AbstractDominatorsAnalysis
Get a bitset containing the unique IDs of all blocks which dominate (or postdominate) the given block.
getAllFindBugsMain() - Method in class edu.umd.cs.findbugs.Plugin
 
getAllKnownQualifiers() - Method in class edu.umd.cs.findbugs.ba.jsr305.DirectlyRelevantTypeQualifiersDatabase
Return a set of all known type qualifiers.
getAllKnownTypeQualifiers() - Static method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierValue
Get Collection of all known TypeQualifierValues.
getAllObligations() - Method in class edu.umd.cs.findbugs.ba.obl.MatchMethodEntry
 
getAllObligations() - Method in class edu.umd.cs.findbugs.ba.obl.ObligationPolicyDatabase
 
getAllObligations() - Method in interface edu.umd.cs.findbugs.ba.obl.ObligationPolicyDatabaseEntry
 
getAllObligationSets() - Method in class edu.umd.cs.findbugs.ba.obl.StateSet
Get Set of all ObligationsSets in this StateSet.
getAllPluginIds() - Static method in class edu.umd.cs.findbugs.Plugin
 
getAllPlugins() - Static method in class edu.umd.cs.findbugs.Plugin
 
getAllPluginsMap() - Static method in class edu.umd.cs.findbugs.Plugin
 
getAllPluginsURIs() - Static method in class edu.umd.cs.findbugs.Plugin
 
getAllProperties() - Static method in class edu.umd.cs.findbugs.SystemProperties
 
getAnalysis() - Method in class edu.umd.cs.findbugs.ba.Dataflow
Get the analysis object.
getAnalysis(ClassContext, Method) - Static method in class edu.umd.cs.findbugs.ba.npe.DerefFinder
 
getAnalysisCache() - Static method in class edu.umd.cs.findbugs.classfile.Global
Get the analysis cache for the current thread.
getAnalysisContext() - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get the AnalysisContext.
getAnalysisFeatureSettings() - Method in class edu.umd.cs.findbugs.config.UserPreferences
Returns the effort level as an array of feature settings as expected by FindBugs.
getAnalysisLocals() - Method in interface edu.umd.cs.findbugs.classfile.IAnalysisCache
Get map of analysis-local objects.
getAnalysisLocals() - Method in class edu.umd.cs.findbugs.classfile.impl.AnalysisCache
 
getAnalysisOptionProperties(boolean, boolean) - Static method in class edu.umd.cs.findbugs.config.CommandLine
 
getAnalysisTimestamp() - Method in interface edu.umd.cs.findbugs.BugCollection
Get the timestamp for when the analysis was performed.
getAnalysisTimestamp() - Method in class edu.umd.cs.findbugs.SortedBugCollection
 
getAnalysisVersion() - Method in class edu.umd.cs.findbugs.SortedBugCollection
 
getAnnotatedObject() - Method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierAnnotationLookupResult.PartialResult
 
getAnnotation(ClassDescriptor) - Method in class edu.umd.cs.findbugs.ba.UnresolvedXField
 
getAnnotation(ClassDescriptor) - Method in interface edu.umd.cs.findbugs.ba.XClass
 
getAnnotation(ClassDescriptor) - Method in interface edu.umd.cs.findbugs.ba.XMethod
Get the AnnotationValue of annotation applied directly to the method.
getAnnotation(ClassDescriptor) - Method in interface edu.umd.cs.findbugs.classfile.analysis.AnnotatedObject
 
getAnnotation(ClassDescriptor) - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassInfo
 
getAnnotation(ClassDescriptor) - Method in class edu.umd.cs.findbugs.classfile.analysis.FieldInfo
 
getAnnotation(ClassDescriptor) - Method in class edu.umd.cs.findbugs.classfile.analysis.MethodInfo
 
getAnnotationClass() - Method in class edu.umd.cs.findbugs.classfile.analysis.AnnotationValue
 
getAnnotationDescription(String) - Method in class edu.umd.cs.findbugs.I18N
Get an annotation description string.
getAnnotationDescriptors() - Method in class edu.umd.cs.findbugs.ba.UnresolvedXField
 
getAnnotationDescriptors() - Method in interface edu.umd.cs.findbugs.ba.XClass
 
getAnnotationDescriptors() - Method in interface edu.umd.cs.findbugs.ba.XMethod
Get ClassDescriptors (annotation classes) of annotations applied directly to this method.
getAnnotationDescriptors() - Method in interface edu.umd.cs.findbugs.classfile.analysis.AnnotatedObject
 
getAnnotationDescriptors() - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassInfo
 
getAnnotationDescriptors() - Method in class edu.umd.cs.findbugs.classfile.analysis.FieldInfo
 
getAnnotationDescriptors() - Method in class edu.umd.cs.findbugs.classfile.analysis.MethodInfo
 
getAnnotationParameterAsString(Map<String, ElementValue>, String) - Static method in class edu.umd.cs.findbugs.visitclass.AnnotationVisitor
 
getAnnotationParameterAsStringArray(Map<String, ElementValue>, String) - Static method in class edu.umd.cs.findbugs.visitclass.AnnotationVisitor
 
getAnnotationRetentionDatabase() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
 
getAnnotations() - Method in class edu.umd.cs.findbugs.ba.UnresolvedXField
 
getAnnotations() - Method in interface edu.umd.cs.findbugs.ba.XMethod
Get collection of all AnnotationValues applied directly to the method.
getAnnotations() - Method in class edu.umd.cs.findbugs.BugInstance
Get an Iterator over all bug annotations.
getAnnotations() - Method in interface edu.umd.cs.findbugs.classfile.analysis.AnnotatedObject
 
getAnnotations() - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassInfo
 
getAnnotations() - Method in class edu.umd.cs.findbugs.classfile.analysis.FieldInfo
 
getAnnotations() - Method in class edu.umd.cs.findbugs.classfile.analysis.MethodInfo
 
getAnnotationsForMessage(boolean) - Method in class edu.umd.cs.findbugs.BugInstance
 
getAnnotationVisitor() - Method in class edu.umd.cs.findbugs.classfile.analysis.AnnotationValue
Get an AnnotationVisitor which can populate this AnnotationValue object.
getAnnotationWithRole(Class<A>, String) - Method in class edu.umd.cs.findbugs.BugInstance
Get the first bug annotation with the specified class and role; return null if no such annotation exists;
getAnotherInstanceSourceLineAnnotations() - Method in class edu.umd.cs.findbugs.BugInstance
 
getAppClassList() - Method in interface edu.umd.cs.findbugs.classfile.IClassPathBuilder
Get the list of application classes discovered while scanning the classpath.
getAppClassList() - Method in class edu.umd.cs.findbugs.classfile.impl.ClassPathBuilder
 
getApplicableApplications(AnnotatedObject) - Static method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierApplications
Get the Collection of resolved TypeQualifierAnnotations representing directly applied and default (outer scope) type qualifier annotations for given AnnotatedObject.
getApplicableApplications(XMethod, int) - Static method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierApplications
Get the Collection of resolved TypeQualifierAnnotations representing directly applied and default (outer scope) type qualifier annotations for given method parameter.
getApplicationCodebaseEntries() - Method in interface edu.umd.cs.findbugs.classfile.IClassPath
Returns all of the application code base entries that are part of this class path.
getApplicationCodebaseEntries() - Method in class edu.umd.cs.findbugs.classfile.impl.ClassPathImpl
 
getApplicationName() - Static method in class edu.umd.cs.findbugs.Version
 
getApplicationVersion() - Static method in class edu.umd.cs.findbugs.Version
 
getAppVersionFromSequenceNumber(long) - Method in interface edu.umd.cs.findbugs.BugCollection
Gets the AppVersion corresponding to the given sequence number.
getAppVersionFromSequenceNumber(long) - Method in class edu.umd.cs.findbugs.SortedBugCollection
 
getArgument(InvokeInstruction, ConstantPoolGen, int, int) - Method in class edu.umd.cs.findbugs.ba.Frame
Deprecated.
getArgument(InvokeInstruction, ConstantPoolGen, int, SignatureParser) - Method in class edu.umd.cs.findbugs.ba.Frame
Get the ith argument passed to given method invocation.
getArguments() - Method in class edu.umd.cs.findbugs.ba.SignatureParser
 
getArgumentSet(InvokeInstruction, ConstantPoolGen, DataflowValueChooser<ValueType>) - Method in class edu.umd.cs.findbugs.ba.Frame
Get set of arguments passed to a method invocation which match given predicate.
getArgumentSlot(int, int) - Method in class edu.umd.cs.findbugs.ba.Frame
Get the stack slot that will contain given method argument.
getAsBitSet() - Method in class edu.umd.cs.findbugs.ba.interproc.ParameterProperty
 
getAssertionMethods() - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get AssertionMethods for class.
getAssertionMethods(IAnalysisCache, ClassDescriptor) - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.AnalysisFactory
 
getAuxClasspathEntry(int) - Method in class edu.umd.cs.findbugs.Project
Get the n'th auxiliary classpath entry.
getAuxClasspathEntryList() - Method in class edu.umd.cs.findbugs.Project
Return the list of aux classpath entries.
getAvailableLoad(AvailableLoad) - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumberFrame
Look for an available load.
getBaseFootprint() - Method in class edu.umd.cs.findbugs.ProjectStats
 
getBasicBlock() - Method in class edu.umd.cs.findbugs.ba.bcp.PatternElementMatch
Get the basic block containing the matched instruction.
getBasicBlock() - Method in class edu.umd.cs.findbugs.ba.Location
Get the basic block.
getBasicBlock() - Method in class edu.umd.cs.findbugs.CallSite
Get the basic block where the call site is located.
getBindingSet() - Method in class edu.umd.cs.findbugs.ba.bcp.ByteCodePatternMatch
 
getBindingSet() - Method in class edu.umd.cs.findbugs.ba.bcp.MatchResult
Get the BindingSet.
getBlockIdAt(int) - Method in class edu.umd.cs.findbugs.ba.Path
Get the BasicBlock id at the given index in the path.
getBlockOrder(CFG) - Method in class edu.umd.cs.findbugs.ba.BackwardDataflowAnalysis
 
getBlockOrder(CFG) - Method in class edu.umd.cs.findbugs.ba.BlockTypeAnalysis
 
getBlockOrder(CFG) - Method in class edu.umd.cs.findbugs.ba.ca.CallListAnalysis
 
getBlockOrder(CFG) - Method in interface edu.umd.cs.findbugs.ba.DataflowAnalysis
Return the BlockOrder specifying the order in which BasicBlocks should be visited in the main dataflow loop.
getBlockOrder(CFG) - Method in class edu.umd.cs.findbugs.ba.DominatorsAnalysis
 
getBlockOrder(CFG) - Method in class edu.umd.cs.findbugs.ba.ForwardDataflowAnalysis
 
getBlockOrder(CFG) - Method in class edu.umd.cs.findbugs.ba.jsr305.BackwardTypeQualifierDataflowAnalysis
 
getBlockOrder(CFG) - Method in class edu.umd.cs.findbugs.ba.jsr305.ForwardTypeQualifierDataflowAnalysis
 
getBlockOrder(CFG) - Method in class edu.umd.cs.findbugs.ba.npe.ReturnPathTypeAnalysis
 
getBlockOrder(CFG) - Method in class edu.umd.cs.findbugs.ba.PostDominatorsAnalysis
 
getBlocks(BitSet) - Method in class edu.umd.cs.findbugs.ba.CFG
Get Collection of basic blocks whose IDs are specified by given BitSet.
getBlocksContainingInstructionWithOffset(int) - Method in class edu.umd.cs.findbugs.ba.CFG
Get a Collection of basic blocks which contain the bytecode instruction with given offset.
getBlockTypeDataflow(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get BlockType dataflow for given method.
getBoolean(String) - Method in class edu.umd.cs.findbugs.PropertyBundle
Get boolean property, returning false if a security manager prevents us from accessing system properties
getBoolean(String, boolean) - Method in class edu.umd.cs.findbugs.PropertyBundle
 
getBoolean(String) - Static method in class edu.umd.cs.findbugs.SystemProperties
Get boolean property, returning false if a security manager prevents us from accessing system properties
getBoolean(String, boolean) - Static method in class edu.umd.cs.findbugs.SystemProperties
 
getBoolProperty(int) - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
Get a boolean property.
getBottomType() - Static method in class edu.umd.cs.findbugs.ba.type.TypeFrame
Get the single instance of the "Bottom" type.
getBranchFallThrough() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
getBranchOffset() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
getBranchTarget() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
getBridgeFrom(MethodInfo) - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
 
getBridgeTo(MethodInfo) - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
 
getBugCategories() - Method in class edu.umd.cs.findbugs.DetectorFactoryCollection
Get a Collection containing all known bug category keys.
getBugCategories() - Method in class edu.umd.cs.findbugs.Plugin
Get Iterator over BugCategories objects in the Plugin.
getBugCategory(String) - Method in class edu.umd.cs.findbugs.DetectorFactoryCollection
Get the BugCategory object for a category key.
getBugCategory(String) - Method in class edu.umd.cs.findbugs.Plugin
 
getBugCategoryDescription(String) - Method in class edu.umd.cs.findbugs.I18N
Get the description of a bug category.
getBugCategoryObjects() - Method in class edu.umd.cs.findbugs.DetectorFactoryCollection
 
getBugCode() - Method in class edu.umd.cs.findbugs.BugPattern
Get the BugCode
getBugCode(String) - Method in class edu.umd.cs.findbugs.DetectorFactoryCollection
Get a description for given "bug type".
getBugCodes() - Method in class edu.umd.cs.findbugs.DetectorFactoryCollection
 
getBugCodes() - Method in class edu.umd.cs.findbugs.Plugin
Get Iterator over BugCode objects in the Plugin.
getBugCollection() - Method in class edu.umd.cs.findbugs.BugCollectionBugReporter
 
getBugCollection() - Method in interface edu.umd.cs.findbugs.BugReporter
Get the bug collection (if any) associated with this bug reporter
getBugCollection() - Method in class edu.umd.cs.findbugs.DelegatingBugReporter
 
getBugCollection() - Method in class edu.umd.cs.findbugs.EmacsBugReporter
 
getBugCollection() - Method in class edu.umd.cs.findbugs.model.RegenerateClassFeatures
 
getBugCollection() - Method in class edu.umd.cs.findbugs.PrintingBugReporter
 
getBugCollection() - Method in class edu.umd.cs.findbugs.SortingBugReporter
 
getBugCollection() - Method in class edu.umd.cs.findbugs.XDocsBugReporter
 
getBugCount() - Method in class edu.umd.cs.findbugs.ErrorCountingBugReporter
 
getBugCount() - Method in class edu.umd.cs.findbugs.FindBugs2
 
getBugCount() - Method in interface edu.umd.cs.findbugs.IFindBugsEngine
Get the number of bug instances that were reported during analysis.
getBugCount(String) - Method in class edu.umd.cs.findbugs.workflow.FileBugHash
 
getBugPattern() - Method in class edu.umd.cs.findbugs.BugInstance
Get the BugPattern.
getBugPatterns() - Method in class edu.umd.cs.findbugs.DetectorFactoryCollection
Get an Iterator over all registered bug patterns.
getBugPatterns() - Method in class edu.umd.cs.findbugs.Plugin
Get the set of BugPatterns
getBugRank() - Method in class edu.umd.cs.findbugs.BugInstance
 
getBugRankCategory() - Method in class edu.umd.cs.findbugs.BugInstance
 
getBugRanker() - Method in class edu.umd.cs.findbugs.Plugin
 
getBugReporter() - Method in class edu.umd.cs.findbugs.ByteCodePatternDetector
 
getBugReporter() - Method in class edu.umd.cs.findbugs.detect.LazyInit
 
getBugReporter() - Method in class edu.umd.cs.findbugs.FindBugs2
 
getBugReporter() - Method in interface edu.umd.cs.findbugs.IFindBugsEngine
Get the BugReporter.
getBugsOfPriority(int) - Method in class edu.umd.cs.findbugs.ProjectStats
 
getBugType() - Method in class edu.umd.cs.findbugs.detect.Stream
 
getBugTypeDescription(String) - Method in class edu.umd.cs.findbugs.I18N
Get a description for given "bug type".
getBugUpdateExecutor() - Method in class edu.umd.cs.findbugs.CommandLineUiCallback
 
getBugUpdateExecutor() - Method in interface edu.umd.cs.findbugs.IGuiCallback
Use this executor to queue bug collection updates without interfering with the GUI.
getByPluginId(String) - Static method in class edu.umd.cs.findbugs.Plugin
 
getBytecodeSet(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get a BitSet representing the bytecodes that are used in the given method.
getBytecodeSet(JavaClass, Method) - Static method in class edu.umd.cs.findbugs.ba.ClassContext
Get a BitSet representing the bytecodes that are used in the given method.
getBytecodeSet() - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.UnpackedCode
 
getBytes(String) - Static method in class edu.umd.cs.findbugs.charsets.UTF8
 
getBytes() - Method in class edu.umd.cs.findbugs.classfile.impl.ZipInputStreamCodeBaseEntry
 
getCalledClassDescriptors() - Method in interface edu.umd.cs.findbugs.ba.XClass
 
getCalledClassDescriptors() - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassNameAndSuperclassInfo
 
getCalledFromSuperConstructor(ClassDescriptor, XMethod) - Method in class edu.umd.cs.findbugs.ba.FieldSummary
 
getCalledMethod() - Method in class edu.umd.cs.findbugs.CallGraphEdge
 
getCalledMethodDescriptor(InvokeInstruction, ConstantPoolGen) - Static method in class edu.umd.cs.findbugs.bcel.BCELUtil
Get a MethodDescriptor describing the method called by given InvokeInstruction.
getCalledMethods() - Method in class edu.umd.cs.findbugs.ba.XFactory
 
getCallGraph() - Method in class edu.umd.cs.findbugs.SelfCalls
Get the self call graph for the class.
getCallingMethod() - Method in class edu.umd.cs.findbugs.CallGraphEdge
 
getCallListDataflow(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get CallListDataflow for method.
getCallSite() - Method in class edu.umd.cs.findbugs.CallGraphEdge
 
getCanonicalName(SourceLineAnnotation) - Static method in class edu.umd.cs.findbugs.ba.SourceFinder
 
getCanonicalName(String, String) - Static method in class edu.umd.cs.findbugs.ba.SourceFinder
 
getCategory() - Method in class edu.umd.cs.findbugs.BugCategory
Get the category.
getCategory() - Method in class edu.umd.cs.findbugs.BugPattern
Get the BugCategory
getCategoryAbbrev() - Method in class edu.umd.cs.findbugs.BugInstance
 
getCategoryAbbrev() - Method in class edu.umd.cs.findbugs.BugPattern
 
getCause() - Method in class edu.umd.cs.findbugs.AbstractBugReporter.Error
 
getCFG() - Method in class edu.umd.cs.findbugs.ba.BetterCFGBuilder2
 
getCFG() - Method in interface edu.umd.cs.findbugs.ba.CFGBuilder
Get the CFG built by this object.
getCFG(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get a CFG for given method.
getCFG() - Method in class edu.umd.cs.findbugs.ba.Dataflow
Get the CFG object.
getCFG(IAnalysisCache, MethodDescriptor) - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.AnalysisFactory
 
getCheckForNullProperty() - Method in class edu.umd.cs.findbugs.ba.npe.NonNullSpecification
 
getCheckReturnAnnotationDatabase() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
 
getChildren() - Method in class edu.umd.cs.findbugs.filter.CompoundMatcher
 
getClassAnalysis(Class<E>, ClassDescriptor) - Method in interface edu.umd.cs.findbugs.classfile.IAnalysisCache
Get an analysis of the given class.
getClassAnalysis(Class<?>) - Method in class edu.umd.cs.findbugs.classfile.impl.AnalysisCache
 
getClassAnalysis(Class<E>, ClassDescriptor) - Method in class edu.umd.cs.findbugs.classfile.impl.AnalysisCache
 
getClassAndMethod() - Method in class edu.umd.cs.findbugs.ba.npe.IsNullValueAnalysis
 
getClassAndMethod() - Method in class edu.umd.cs.findbugs.ba.npe.NonNullParamViolation
 
getClassAndMethod() - Method in class edu.umd.cs.findbugs.ba.npe.NonNullSpecification
 
getClassAnnotation(String, String) - Method in class edu.umd.cs.findbugs.ba.JCIPAnnotationDatabase
 
getClassAnnotation() - Method in class edu.umd.cs.findbugs.ClassWarningSuppressor
 
getClassBeingAnalyzed() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
 
getClassConstantOperand() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
If the current opcode has a class constant operand, get the classname, slash-formatted.
getClassContext(JavaClass) - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
Get the ClassContext for a class.
getClassContext() - Method in class edu.umd.cs.findbugs.bcel.AnnotationDetector
Get the ClassContext of the class currently being visited.
getClassContext() - Method in class edu.umd.cs.findbugs.bcel.PreorderDetector
Get the ClassContext of the class currently being visited.
getClassContext() - Method in class edu.umd.cs.findbugs.BytecodeScanningDetector
Get the ClassContext of the class currently being visited.
getClassContextStats() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
Get stats about hit rate for ClassContext cache.
getClassDescriptor() - Method in class edu.umd.cs.findbugs.ba.AbstractClassMember
 
getClassDescriptor() - Method in interface edu.umd.cs.findbugs.ba.AccessibleEntity
Get the ClassDescriptor representing the class (if entity is a class) or the class containing the entity (if a field or method).
getClassDescriptor() - Method in class edu.umd.cs.findbugs.ba.ClassContext
 
getClassDescriptor() - Method in exception edu.umd.cs.findbugs.ba.MissingClassException
 
getClassDescriptor(JavaClass) - Static method in class edu.umd.cs.findbugs.bcel.BCELUtil
Construct a ClassDescriptor from a JavaClass.
getClassDescriptor(ObjectType) - Static method in class edu.umd.cs.findbugs.bcel.BCELUtil
getClassDescriptor() - Method in interface edu.umd.cs.findbugs.classfile.analysis.AnnotatedObject
return the ClassDescriptor for the class associated with this object
getClassDescriptor() - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassData
 
getClassDescriptor() - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassInfo.Builder
 
getClassDescriptor() - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassNameAndSuperclassInfo
 
getClassDescriptor(Class<?>) - Method in class edu.umd.cs.findbugs.classfile.DescriptorFactory
 
getClassDescriptor(String) - Method in class edu.umd.cs.findbugs.classfile.DescriptorFactory
Get a ClassDescriptor for a class name in VM (slashed) format.
getClassDescriptor(ObjectType) - Static method in class edu.umd.cs.findbugs.classfile.DescriptorFactory
Get a ClassDescriptor for the class described by given ObjectType object.
getClassDescriptor() - Method in class edu.umd.cs.findbugs.classfile.FieldOrMethodDescriptor
 
getClassDescriptor() - Method in interface edu.umd.cs.findbugs.classfile.FieldOrMethodName
 
getClassDescriptor() - Method in interface edu.umd.cs.findbugs.classfile.ICodeBaseEntry
Return the ClassDescriptor of the class resource accessed by this codebase entry.
getClassDescriptor() - Method in class edu.umd.cs.findbugs.classfile.impl.DelegatingCodeBaseEntry
 
getClassDescriptor() - Method in class edu.umd.cs.findbugs.classfile.impl.DirectoryCodeBaseEntry
 
getClassDescriptor() - Method in class edu.umd.cs.findbugs.classfile.impl.JrtfsCodeBase.JrtfsCodebaseEntry
 
getClassDescriptor() - Method in class edu.umd.cs.findbugs.classfile.impl.SingleFileCodeBaseEntry
 
getClassDescriptor() - Method in class edu.umd.cs.findbugs.classfile.impl.ZipFileCodeBaseEntry
 
getClassDescriptor() - Method in class edu.umd.cs.findbugs.classfile.impl.ZipInputStreamCodeBaseEntry
 
getClassDescriptor() - Method in exception edu.umd.cs.findbugs.classfile.InvalidClassFileFormatException
 
getClassDescriptor() - Method in exception edu.umd.cs.findbugs.classfile.MissingClassException
 
getClassDescriptor() - Method in class edu.umd.cs.findbugs.PackageMemberAnnotation
Get the class descriptor.
getClassDescriptor() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
 
getClassDescriptorForDottedClassName(String) - Method in class edu.umd.cs.findbugs.classfile.DescriptorFactory
Get a ClassDescriptor for a class name in dotted format.
getClassDescriptorOperand() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
getClassFeatureSet(String) - Method in class edu.umd.cs.findbugs.SortedBugCollection
 
getClassHash() - Method in class edu.umd.cs.findbugs.ba.ClassHash
Get class hash.
getClassLine(String) - Method in class edu.umd.cs.findbugs.ba.SourceInfoMap
Look up the line number range for a class.
getClassLoader() - Method in class edu.umd.cs.findbugs.ComponentPlugin
 
getClassLoader() - Method in class edu.umd.cs.findbugs.Plugin
 
getClassLoader() - Method in class edu.umd.cs.findbugs.PluginLoader
 
getClassName() - Method in class edu.umd.cs.findbugs.ba.AbstractClassMember
 
getClassName() - Method in class edu.umd.cs.findbugs.ba.bcp.FieldVariable
Get the class name.
getClassName() - Method in class edu.umd.cs.findbugs.ba.ca.Call
 
getClassName() - Method in class edu.umd.cs.findbugs.ba.ClassHash
 
getClassName() - Method in interface edu.umd.cs.findbugs.ba.ClassMember
Get the full (dotted) name of the class (if the object represents a class) or the class the entity is defined in (if a field or method).
getClassName() - Method in exception edu.umd.cs.findbugs.ba.MissingClassException
Get the name of the missing class.
getClassName() - Method in class edu.umd.cs.findbugs.ba.obl.Obligation
 
getClassName(ValueNumber) - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumberAnalysis
 
getClassName(ValueNumber) - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumberDataflow
 
getClassName(ValueNumber) - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumberFactory
 
getClassName() - Method in class edu.umd.cs.findbugs.classfile.analysis.FieldInfo
 
getClassName() - Method in class edu.umd.cs.findbugs.classfile.analysis.MethodInfo
 
getClassName() - Method in class edu.umd.cs.findbugs.classfile.ClassDescriptor
 
getClassName() - Method in class edu.umd.cs.findbugs.model.ClassFeatureSet
 
getClassName() - Method in class edu.umd.cs.findbugs.PackageMemberAnnotation
Get the dotted class name.
getClassName() - Method in class edu.umd.cs.findbugs.SourceLineAnnotation
 
getClassName() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
Get the slash-formatted class name for the current or most recently visited class
getClassNotFoundException() - Method in exception edu.umd.cs.findbugs.ba.MissingClassException
Get the ClassNotFoundException that caused this exception.
getClassObjectValue(String) - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumberAnalysis
 
getClassObjectValue(String) - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumberFactory
Get the ValueNumber for given class's Class object.
getClassPath() - Method in class edu.umd.cs.findbugs.AnalysisCacheToRepositoryAdapter
 
getClassPath() - Method in class edu.umd.cs.findbugs.ba.URLClassPath
Return the classpath string.
getClassPath() - Method in class edu.umd.cs.findbugs.ba.URLClassPathRepository
 
getClassPath() - Method in interface edu.umd.cs.findbugs.classfile.IAnalysisCache
Get the classpath from which classes are loaded.
getClassPath() - Method in class edu.umd.cs.findbugs.classfile.impl.AnalysisCache
 
getClassPath() - Method in exception edu.umd.cs.findbugs.NoClassesFoundToAnalyzeException
Gets the classpath this exception is about.
getClassSize(ClassDescriptor) - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
 
getClassStats() - Method in class edu.umd.cs.findbugs.PackageStats
 
getClassStats(String) - Method in class edu.umd.cs.findbugs.ProjectStats
Report that a class has been analyzed.
getClassStatsOrNull(String) - Method in class edu.umd.cs.findbugs.PackageStats
 
getClassSummary() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
 
getClockTime() - Method in class edu.umd.cs.findbugs.Footprint
 
getCode() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
Return the current Code attribute; assuming one is being visited
getCodeBase() - Method in interface edu.umd.cs.findbugs.classfile.ICodeBaseEntry
Get the codebase this codebase entry belongs to.
getCodeBase() - Method in class edu.umd.cs.findbugs.classfile.impl.AbstractScannableCodeBaseEntry
 
getCodeBase() - Method in class edu.umd.cs.findbugs.classfile.impl.DelegatingCodeBaseEntry
 
getCodeBase() - Method in class edu.umd.cs.findbugs.classfile.impl.DirectoryCodeBaseEntry
 
getCodeBase() - Method in class edu.umd.cs.findbugs.classfile.impl.JrtfsCodeBase.JrtfsCodebaseEntry
 
getCodeBase() - Method in class edu.umd.cs.findbugs.classfile.impl.SingleFileCodeBaseEntry
 
getCodeBase() - Method in class edu.umd.cs.findbugs.classfile.impl.ZipFileCodeBaseEntry
 
getCodeBase() - Method in class edu.umd.cs.findbugs.classfile.impl.ZipInputStreamCodeBaseEntry
 
getCodeBaseEntry() - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassData
 
getCodeBaseEntry() - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassNameAndSuperclassInfo
 
getCodeBaseEntry() - Method in exception edu.umd.cs.findbugs.classfile.InvalidClassFileFormatException
 
getCodeBaseLocator() - Method in interface edu.umd.cs.findbugs.classfile.ICodeBase
Get the codebase locator describing the location of this codebase.
getCodeBaseLocator() - Method in class edu.umd.cs.findbugs.classfile.impl.AbstractScannableCodeBase
 
getCodeBaseLocator() - Method in class edu.umd.cs.findbugs.classfile.impl.SingleFileCodeBase
 
getCodeByte(int) - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
getCodeSize() - Method in class edu.umd.cs.findbugs.AppVersion
 
getCodeSize() - Method in class edu.umd.cs.findbugs.ProjectStats
 
getCollection() - Method in interface edu.umd.cs.findbugs.BugCollection
Return the Collection storing the BugInstance objects.
getCollection() - Method in class edu.umd.cs.findbugs.SortedBugCollection
 
getCollectionTime() - Method in class edu.umd.cs.findbugs.Footprint.CollectionBeanWrapper
 
getCollectionTime() - Method in class edu.umd.cs.findbugs.Footprint
 
getColor(VertexType) - Method in class edu.umd.cs.findbugs.graph.AbstractDepthFirstSearch
Get the current color of given vertex.
getCommonSupertype() - Method in class edu.umd.cs.findbugs.ba.type.ExceptionSet
Get the least (lowest in the lattice) common supertype of the exceptions in the set.
getCompactLocationNumbering(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get a CompactLocationNumbering for a method.
getCompactLocationNumbering(IAnalysisCache, MethodDescriptor) - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.AnalysisFactory
 
getComplementaryExclusiveTypeQualifierValue(TypeQualifierValue<?>) - Static method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierValue
Get the "complementary" TypeQualifierValues for given exclusive type qualifier.
getComponentClass(String) - Static method in class edu.umd.cs.findbugs.Analyze
 
getComponentClass() - Method in class edu.umd.cs.findbugs.ComponentPlugin
 
getComponentClass(ReferenceType) - Static method in class edu.umd.cs.findbugs.DeepSubtypeAnalysis
 
getComponentClass(String) - Static method in class edu.umd.cs.findbugs.DeepSubtypeAnalysis
 
getComponentPlugin(Class<T>, String) - Method in class edu.umd.cs.findbugs.Plugin
 
getComponentPlugins(Class<T>) - Method in class edu.umd.cs.findbugs.Plugin
 
getConfiguration() - Method in class edu.umd.cs.findbugs.Project
 
getConstant() - Method in class edu.umd.cs.findbugs.OpcodeStack.Item
Returns a constant value for this Item, if known.
getConstantDataflow(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get ConstantDataflow for method.
getConstantInt() - Method in class edu.umd.cs.findbugs.ba.constant.Constant
Get the constant int value of this value.
getConstantPool() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
Get the constant pool for the current or most recently visited class
getConstantPoolGen() - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get the ConstantPoolGen used to create the MethodGens for this class.
getConstantPoolGen(IAnalysisCache, ClassDescriptor) - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.AnalysisFactory
 
getConstantRefOperand() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
getConstantString() - Method in class edu.umd.cs.findbugs.ba.constant.Constant
Get the constant String value of this value.
getConstantValue() - Method in class edu.umd.cs.findbugs.ba.constant.Constant
 
getConstantValue() - Method in class edu.umd.cs.findbugs.ba.jsr305.SourceSinkInfo
 
getContainingScope() - Method in class edu.umd.cs.findbugs.ba.UnresolvedXField
 
getContainingScope() - Method in interface edu.umd.cs.findbugs.classfile.analysis.AnnotatedObject
 
getContainingScope() - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassInfo
 
getContainingScope() - Method in class edu.umd.cs.findbugs.classfile.analysis.FieldInfo
 
getContainingScope() - Method in class edu.umd.cs.findbugs.classfile.analysis.MethodInfo
 
getContainingScope0() - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassInfo
 
getCorePlugin() - Method in class edu.umd.cs.findbugs.DetectorFactoryCollection
 
getCorePluginLoader() - Static method in class edu.umd.cs.findbugs.PluginLoader
 
getCoreResource(String) - Static method in class edu.umd.cs.findbugs.DetectorFactoryCollection
 
getCount(int) - Method in class edu.umd.cs.findbugs.ba.obl.ObligationSet
 
getCount(E) - Method in class edu.umd.cs.findbugs.util.Bag
 
getCount(K) - Method in class edu.umd.cs.findbugs.util.Multiset
 
getCPG() - Method in class edu.umd.cs.findbugs.ba.AbstractFrameModelingVisitor
Get the ConstantPoolGen for the method.
getCPG() - Method in class edu.umd.cs.findbugs.ba.heap.FieldSetAnalysis
 
getCpuTime() - Method in class edu.umd.cs.findbugs.Footprint
 
getCreatedResource(Location) - Method in class edu.umd.cs.findbugs.ResourceCollection
Get the resource that is created at given location.
getCurrentAppVersion() - Method in interface edu.umd.cs.findbugs.BugCollection
Get the current AppVersion.
getCurrentAppVersion() - Method in class edu.umd.cs.findbugs.SortedBugCollection
Get the current AppVersion.
getCurrentClass() - Method in class edu.umd.cs.findbugs.FindBugs2
 
getCurrentClass() - Method in interface edu.umd.cs.findbugs.IFindBugsEngine
Get the name of the most recent class to be analyzed.
getCurrentSwitchStatement(BytecodeScanningDetector) - Method in class edu.umd.cs.findbugs.SwitchHandler
 
getCurrentValue() - Method in class edu.umd.cs.findbugs.IGuiCallback.FormItem
 
getCustomPlugins() - Method in class edu.umd.cs.findbugs.config.UserPreferences
Additional plugins which could be used by IFindBugsEngine (if enabled), or which shouldn't be used (if disabled).
getCustomPlugins(boolean) - Method in class edu.umd.cs.findbugs.config.UserPreferences
Additional plugins which could be used or shouldn't be used (depending on given argument) by IFindBugsEngine.
getCWEid() - Method in class edu.umd.cs.findbugs.BugCode
 
getCWEid() - Method in class edu.umd.cs.findbugs.BugInstance
 
getCWEid() - Method in class edu.umd.cs.findbugs.BugPattern
 
getData() - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassData
 
getDatabase(Class<E>) - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
 
getDatabase(Class<E>) - Method in interface edu.umd.cs.findbugs.classfile.IAnalysisCache
Get a database.
getDatabase(Class<E>) - Method in class edu.umd.cs.findbugs.classfile.impl.AnalysisCache
 
getDatabase(Class<E>, boolean) - Method in class edu.umd.cs.findbugs.classfile.impl.AnalysisCache
 
getDatabaseInputDir() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
Get the interprocedural database input directory.
getDatabaseOutputDir() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
Get the interprocedural database output directory.
getDataflow(DepthFirstSearch, XMethod, CFG, ValueNumberDataflow, ConstantPoolGen, IAnalysisCache, MethodDescriptor, TypeQualifierValue<?>) - Method in class edu.umd.cs.findbugs.ba.jsr305.BackwardTypeQualifierDataflowFactory
 
getDataflow(DepthFirstSearch, XMethod, CFG, ValueNumberDataflow, ConstantPoolGen, IAnalysisCache, MethodDescriptor, TypeQualifierValue<?>) - Method in class edu.umd.cs.findbugs.ba.jsr305.ForwardTypeQualifierDataflowFactory
 
getDataflow(TypeQualifierValue<?>) - Method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierDataflowFactory
 
getDataflow(DepthFirstSearch, XMethod, CFG, ValueNumberDataflow, ConstantPoolGen, IAnalysisCache, MethodDescriptor, TypeQualifierValue<?>) - Method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierDataflowFactory
 
getDataSource() - Method in class edu.umd.cs.findbugs.SortedBugCollection
 
getDeadCodeLocation() - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.ValueRangeAnalysisFactory.RedundantCondition
 
getDecision(int) - Method in class edu.umd.cs.findbugs.ba.npe.IsNullConditionDecision
Get the decision reached about the value on outgoing edge of given type.
getDecision() - Method in class edu.umd.cs.findbugs.ba.npe.IsNullValueFrame
 
getDefaultOffset() - Method in class edu.umd.cs.findbugs.SwitchHandler
 
getDefaultOffset() - Method in class edu.umd.cs.findbugs.SwitchHandler.SwitchDetails
 
getDefaultSwitchOffset() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
getDefaultValue() - Method in class edu.umd.cs.findbugs.ba.AbstractFrameModelingVisitor
Produce a "default" value.
getDefaultValue() - Method in class edu.umd.cs.findbugs.ba.constant.ConstantFrameModelingVisitor
 
getDefaultValue() - Method in class edu.umd.cs.findbugs.ba.npe.IsNullValueFrameModelingVisitor
 
getDefaultValue() - Method in class edu.umd.cs.findbugs.ba.ResourceValueFrameModelingVisitor
 
getDefaultValue() - Method in class edu.umd.cs.findbugs.ba.type.TypeFrameModelingVisitor
 
getDefaultValue() - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumberFrameModelingVisitor
 
getDefaultValue() - Method in class edu.umd.cs.findbugs.IGuiCallback.FormItem
 
getDelegate() - Method in class edu.umd.cs.findbugs.DelegatingBugReporter
 
getDepth() - Method in class edu.umd.cs.findbugs.ba.BlockType
Get the current nesting depth.
getDepth() - Method in class edu.umd.cs.findbugs.ba.StackDepth
Get the stack depth.
getDepthFirstSearch(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get a DepthFirstSearch for given method.
getDepthFirstSearch() - Method in class edu.umd.cs.findbugs.ba.ForwardDataflowAnalysis
 
getDepthFirstSearch(IAnalysisCache, MethodDescriptor) - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.AnalysisFactory
 
getDerefLocationSet(ValueNumber) - Method in class edu.umd.cs.findbugs.ba.deref.UnconditionalValueDerefSet
Get the set of dereference Locations for given value number.
getDerefLocationSet() - Method in class edu.umd.cs.findbugs.ba.npe.NullValueUnconditionalDeref
 
getDesc(String) - Method in class edu.umd.cs.findbugs.classfile.analysis.AnnotationValue
Get a descriptor specifying the type of an annotation element.
getDescription() - Method in class edu.umd.cs.findbugs.ba.npe.PointerUsageRequiringNonNullValue
 
getDescription() - Method in interface edu.umd.cs.findbugs.BugAnnotation
Get a description of this bug annotation.
getDescription() - Method in class edu.umd.cs.findbugs.BugCode
Get the short textual description of the bug code.
getDescription() - Method in class edu.umd.cs.findbugs.ComponentPlugin
 
getDescription() - Method in class edu.umd.cs.findbugs.IntAnnotation
 
getDescription() - Method in class edu.umd.cs.findbugs.LocalVariableAnnotation
 
getDescription() - Method in class edu.umd.cs.findbugs.PackageMemberAnnotation
 
getDescription() - Method in class edu.umd.cs.findbugs.SourceLineAnnotation
 
getDescription() - Method in class edu.umd.cs.findbugs.StringAnnotation
 
getDescription() - Method in class edu.umd.cs.findbugs.TypeAnnotation
 
getDetailedDescription() - Method in class edu.umd.cs.findbugs.Plugin
 
getDetailHTML() - Method in class edu.umd.cs.findbugs.BugPattern
Get the detail text as a complete HTML document.
getDetailHTML(String) - Method in class edu.umd.cs.findbugs.BugPattern
 
getDetailHTML() - Method in class edu.umd.cs.findbugs.DetectorFactory
Get an HTML document describing the Detector.
getDetailHTML(String) - Method in class edu.umd.cs.findbugs.I18N
Get an HTML document describing the bug pattern for given key in detail.
getDetailPlainText() - Method in class edu.umd.cs.findbugs.BugPattern
Get the Plain text describing the bug.
getDetails() - Method in class edu.umd.cs.findbugs.ComponentPlugin
 
getDetailText() - Method in class edu.umd.cs.findbugs.BugCategory
Get the detail text describing the category.
getDetailText() - Method in class edu.umd.cs.findbugs.BugPattern
Get the HTML detail text describing the bug.
getDetectorClassName() - Method in class edu.umd.cs.findbugs.asm.ClassNodeDetector
 
getDetectorClassName() - Method in class edu.umd.cs.findbugs.bcel.CFGDetector
 
getDetectorClassName() - Method in class edu.umd.cs.findbugs.detect.BuildObligationPolicyDatabase
 
getDetectorClassName() - Method in class edu.umd.cs.findbugs.detect.CheckExpectedWarnings
Deprecated.
 
getDetectorClassName() - Method in class edu.umd.cs.findbugs.detect.TestDataflowAnalysis
 
getDetectorClassName() - Method in interface edu.umd.cs.findbugs.Detector2
Get the name of the detector class.
getDetectorClassName() - Method in class edu.umd.cs.findbugs.DetectorToDetector2Adapter
 
getDetectorFactories() - Method in class edu.umd.cs.findbugs.Plugin
Get Iterator over DetectorFactory objects in the Plugin.
getDetectorFactory() - Method in class edu.umd.cs.findbugs.BugInstance
 
getDFSEdgeType(EdgeType) - Method in class edu.umd.cs.findbugs.graph.AbstractDepthFirstSearch
Get the type of edge in the depth first search.
getDirectAnnotation(Object) - Method in class edu.umd.cs.findbugs.ba.AnnotationDatabase
 
getDirectAnnotation(Object) - Method in class edu.umd.cs.findbugs.ba.npe.TypeQualifierNullnessAnnotationDatabase
 
getDirectApplications(Set<TypeQualifierAnnotation>, XMethod, int) - Static method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierApplications
Populate a Set of TypeQualifierAnnotations representing directly-applied type qualifier annotations on given method parameter.
getDirectApplications(Set<TypeQualifierAnnotation>, AnnotatedObject, ElementType) - Static method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierApplications
Populate a Set of TypeQualifierAnnotations representing directly-applied type qualifier annotations on given AnnotatedObject.
getDirectlyRelevantTypeQualifiers(MethodDescriptor) - Method in class edu.umd.cs.findbugs.ba.jsr305.DirectlyRelevantTypeQualifiersDatabase
Get the directly-relevant type qualifiers applied to given method.
getDirectlyRelevantTypeQualifiersDatabase() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
 
getDirectoriesScanned() - Method in class edu.umd.cs.findbugs.RecursiveFileSearch
 
getDirectSubtypes(ClassDescriptor) - Method in class edu.umd.cs.findbugs.ba.ch.Subtypes2
Get known subtypes of given class.
getDirectTypeQualifierAnnotation(XMethod, int, TypeQualifierValue<?>) - Static method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierApplications
Get the TypeQualifierAnnotation directly applied to given method parameter.
getDiscoveredSourceDirectoryList() - Method in class edu.umd.cs.findbugs.DiscoverSourceDirectories
Get the list of discovered source directories.
getDiscoveryTime(VertexType) - Method in class edu.umd.cs.findbugs.graph.AbstractDepthFirstSearch
Return the timestamp indicating when the given vertex was discovered.
getDominatedBy() - Method in class edu.umd.cs.findbugs.ba.bcp.PatternElement
Get the label of the pattern element whose first matched instruction must dominate the instruction(s) matched by this element.
getDottedClassConstantOperand() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
If the current opcode has a class operand, get the associated class constant, dot-formatted
getDottedClassName() - Method in class edu.umd.cs.findbugs.classfile.ClassDescriptor
Get the name of the class in dotted format.
getDottedClassName() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
Get the dotted class name for the current or most recently visited class
getDottedFieldSig() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
Deprecated.
getDottedMethodSig() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
If currently visiting a method, get the method's dotted method signature
getDottedSuperclassName() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
Get the dotted superclass name for the current or most recently visited class
getDoubleExtraType() - Static method in class edu.umd.cs.findbugs.ba.type.TypeFrame
Get the single instance of the "DoubleExtra" type.
getDuplicates(int) - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.FinallyDuplicatesInfoFactory.FinallyDuplicatesInfo
 
getDuplicates(CFG, Edge) - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.FinallyDuplicatesInfoFactory.FinallyDuplicatesInfo
 
getEarlier() - Method in class edu.umd.cs.findbugs.plan.DetectorOrderingConstraint
 
getEdgeExceptionSet(Edge) - Method in class edu.umd.cs.findbugs.ba.type.TypeAnalysis
Get the set of exceptions that can be thrown on given edge.
getEdgeExceptionSet(Edge) - Method in class edu.umd.cs.findbugs.ba.type.TypeDataflow
 
getEdgeType() - Method in class edu.umd.cs.findbugs.ba.Target
Get the control flow edge type.
getEffectiveTypeQualifierAnnotation() - Method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierAnnotationLookupResult
Get the effective TypeQualifierAnnotation.
getEffectiveTypeQualifierAnnotation(AnnotatedObject, TypeQualifierValue<?>) - Static method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierApplications
Get the effective TypeQualifierAnnotation on given AnnotatedObject.
getEffectiveTypeQualifierAnnotation(XMethod, int, TypeQualifierValue<?>) - Static method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierApplications
Get the effective TypeQualifierAnnotation on given method parameter.
getEffort() - Method in class edu.umd.cs.findbugs.config.UserPreferences
 
getElementSignature() - Method in class edu.umd.cs.findbugs.OpcodeStack.Item
Deprecated.
getElementType() - Method in class edu.umd.cs.findbugs.ba.UnresolvedXField
 
getElementType() - Method in interface edu.umd.cs.findbugs.classfile.analysis.AnnotatedObject
 
getElementType() - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassInfo
 
getElementType() - Method in class edu.umd.cs.findbugs.classfile.analysis.FieldInfo
 
getElementType() - Method in class edu.umd.cs.findbugs.classfile.analysis.MethodInfo
 
getEnd() - Method in class edu.umd.cs.findbugs.ba.SourceInfoMap.SourceLineRange
 
getEndBytecode() - Method in class edu.umd.cs.findbugs.SourceLineAnnotation
Get end bytecode (inclusive).
getEndLine() - Method in class edu.umd.cs.findbugs.SourceLineAnnotation
Get the ending line (inclusive).
getEngineRegistrarClass() - Method in class edu.umd.cs.findbugs.Plugin
Get the analysis engine registrar class that, when instantiated, can be used to register the plugin's analysis engines with the analysis cache.
getEntries() - Method in class edu.umd.cs.findbugs.ba.obl.ObligationPolicyDatabase
 
getEntry() - Method in class edu.umd.cs.findbugs.ba.CFG
Get the entry node.
getEntryType() - Method in class edu.umd.cs.findbugs.ba.obl.MatchMethodEntry
 
getEntryType() - Method in interface edu.umd.cs.findbugs.ba.obl.ObligationPolicyDatabaseEntry
Get the type of entry (STRONG or WEAK).
getEntryValue(int) - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumberAnalysis
Get the value number assigned to the given local variable upon entry to the method.
getEntryValueForParameter(int) - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumberAnalysis
Get the value number assigned to the given parameter upon entry to the method.
getEqualsKindSummary() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
 
getErrorCount() - Method in class edu.umd.cs.findbugs.ErrorCountingBugReporter
 
getErrorCount() - Method in class edu.umd.cs.findbugs.FindBugs2
 
getErrorCount() - Method in interface edu.umd.cs.findbugs.IFindBugsEngine
Get the number of errors that occurred during analysis.
getErrorLogger() - Method in interface edu.umd.cs.findbugs.classfile.IAnalysisCache
Get the error logger.
getErrorLogger() - Method in class edu.umd.cs.findbugs.classfile.impl.AnalysisCache
 
getErrors() - Method in class edu.umd.cs.findbugs.SortedBugCollection
 
getExactXField(String, String, String, boolean) - Static method in class edu.umd.cs.findbugs.ba.XFactory
Get an XField object exactly matching given class, name, and signature.
getExactXField(String, Field) - Static method in class edu.umd.cs.findbugs.ba.XFactory
 
getExactXField(FieldDescriptor) - Static method in class edu.umd.cs.findbugs.ba.XFactory
 
getException() - Method in class edu.umd.cs.findbugs.AnalysisError
 
getExceptionGen() - Method in class edu.umd.cs.findbugs.ba.BasicBlock
Get CodeExceptionGen object; returns null if this basic block is not the entry point of an exception handler.
getExceptionMessage() - Method in class edu.umd.cs.findbugs.AnalysisError
Get the exception message.
getExceptionSet() - Method in class edu.umd.cs.findbugs.ba.type.ExceptionObjectType
Return the exception set.
getExceptionSetFactory(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get ExceptionSetFactory for given method.
getExceptionSetFactory(IAnalysisCache, MethodDescriptor) - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.AnalysisFactory
 
getExceptionSig(DismantleBytecode, CodeException) - Static method in class edu.umd.cs.findbugs.OpcodeStack
 
getExceptionThrower() - Method in class edu.umd.cs.findbugs.ba.BasicBlock
Get the instruction for which this block is an exception thrower.
getExceptionThrowerLocation(Edge) - Method in class edu.umd.cs.findbugs.ba.CFG
Get the Location where exception(s) thrown on given exception edge are thrown.
getExcludeBugsFiles() - Method in class edu.umd.cs.findbugs.config.UserPreferences
 
getExcludeFilterFiles() - Method in class edu.umd.cs.findbugs.config.UserPreferences
 
getExit() - Method in class edu.umd.cs.findbugs.ba.CFG
Get the exit node.
getExtension() - Method in class edu.umd.cs.findbugs.ba.generic.GenericObjectType
 
getFactAfterLocation(Location) - Method in class edu.umd.cs.findbugs.ba.AbstractDataflowAnalysis
Get the dataflow fact representing the point just after given Location.
getFactAfterLocation(Location) - Method in class edu.umd.cs.findbugs.ba.BasicAbstractDataflowAnalysis
Get the dataflow fact representing the point just after given Location.
getFactAfterLocation(Location) - Method in class edu.umd.cs.findbugs.ba.Dataflow
Get the dataflow fact representing the point just after given Location.
getFactAfterLocation(Location) - Method in interface edu.umd.cs.findbugs.ba.DataflowAnalysis
Get the dataflow fact representing the point just after given Location.
getFactAfterLocation(Location) - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumberAnalysis
 
getFactAtLocation(Location) - Method in class edu.umd.cs.findbugs.ba.AbstractDataflowAnalysis
Get the dataflow fact representing the point just before given Location.
getFactAtLocation(Location) - Method in class edu.umd.cs.findbugs.ba.BasicAbstractDataflowAnalysis
Get dataflow fact at (just before) given Location.
getFactAtLocation(Location) - Method in class edu.umd.cs.findbugs.ba.Dataflow
Get dataflow fact at (just before) given Location.
getFactAtLocation(Location) - Method in interface edu.umd.cs.findbugs.ba.DataflowAnalysis
Get dataflow fact at (just before) given Location.
getFactAtLocation(Location) - Method in class edu.umd.cs.findbugs.ba.LockChecker
Get LockSet at given Location.
getFactAtLocation(Location) - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumberAnalysis
 
getFactAtMidEdge(Edge) - Method in class edu.umd.cs.findbugs.ba.npe.IsNullValueAnalysis
 
getFactAtMidEdge(Edge) - Method in class edu.umd.cs.findbugs.ba.npe.IsNullValueDataflow
 
getFactAtPC(CFG, int) - Method in class edu.umd.cs.findbugs.ba.FrameDataflowAnalysis
Get the dataflow fact representing the point just before given Location.
getFactBeforeExceptionCheck(CFG, int) - Method in class edu.umd.cs.findbugs.ba.FrameDataflowAnalysis
Get the dataflow fact representing the point just before given Location.
getFactOnEdge(Edge) - Method in class edu.umd.cs.findbugs.ba.AbstractDataflow
Get the fact that is true on the given control edge.
getFactOnEdge(Edge) - Method in class edu.umd.cs.findbugs.ba.BasicAbstractDataflowAnalysis
Get the fact that is true on the given control edge, after applying the edge transfer function (if any).
getFactOnEdge(Edge) - Method in class edu.umd.cs.findbugs.ba.Dataflow
Get the fact that is true on the given control edge.
getFactOnEdge(Edge) - Method in interface edu.umd.cs.findbugs.ba.DataflowAnalysis
Get the fact that is true on the given control edge.
getFactories() - Method in class edu.umd.cs.findbugs.DetectorFactoryCollection
Return an Iterable over the DetectorFactory objects for all registered Detectors.
getFactory() - Method in class edu.umd.cs.findbugs.ba.obl.ObligationPolicyDatabase
 
getFactory() - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumberAnalysis
 
getFactory(String) - Method in class edu.umd.cs.findbugs.DetectorFactoryCollection
Look up a DetectorFactory by its short name.
getFactory() - Method in class edu.umd.cs.findbugs.plan.DetectorNode
Get the DetectorFactory.
getFactoryByClassName(String) - Method in class edu.umd.cs.findbugs.DetectorFactoryCollection
Look up a DetectorFactory by its class name.
getFactoryByFullName(String) - Method in class edu.umd.cs.findbugs.Plugin
Look up a DetectorFactory by full name.
getFactoryByShortName(String) - Method in class edu.umd.cs.findbugs.Plugin
Look up a DetectorFactory by short name.
getFatalException() - Method in class edu.umd.cs.findbugs.HTMLBugReporter
 
getField() - Method in class edu.umd.cs.findbugs.ba.InnerClassAccess
 
getField() - Method in class edu.umd.cs.findbugs.ba.vna.AvailableLoad
Get the field for which a load is available.
getField(InstructionHandle) - Method in class edu.umd.cs.findbugs.ba.vna.LoadedFieldSet
Get the field loaded or stored at given instruction, if any.
getField() - Method in class edu.umd.cs.findbugs.IGuiCallback.FormItem
 
getField() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
If currently visiting a field, get the field's Field object
getFieldAnnotation(XField, String) - Method in class edu.umd.cs.findbugs.ba.JCIPAnnotationDatabase
 
getFieldAnnotation() - Method in class edu.umd.cs.findbugs.OpcodeStack.Item
Deprecated.
getFieldDescriptor() - Method in class edu.umd.cs.findbugs.ba.AbstractField
 
getFieldDescriptor() - Method in interface edu.umd.cs.findbugs.ba.XField
 
getFieldDescriptor() - Method in class edu.umd.cs.findbugs.classfile.analysis.FieldInfo
 
getFieldDescriptor(String, String, String, boolean) - Method in class edu.umd.cs.findbugs.classfile.DescriptorFactory
Get a FieldDescriptor.
getFieldDescriptor(String, Field) - Method in class edu.umd.cs.findbugs.classfile.DescriptorFactory
 
getFieldDescriptor(FieldAnnotation) - Method in class edu.umd.cs.findbugs.classfile.DescriptorFactory
 
getFieldDescriptor() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
 
getFieldDescriptorOperand() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
getFieldIsStatic() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
If currently visiting a field, return whether or not the field is static
getFieldLine(String, String) - Method in class edu.umd.cs.findbugs.ba.SourceInfoMap
Look up the line number range for a field.
getFieldLoadedFromRegister() - Method in class edu.umd.cs.findbugs.OpcodeStack.Item
If this value was loaded from an instance field, give the register number containing the object that the field was loaded from.
getFieldName() - Method in class edu.umd.cs.findbugs.ba.bcp.FieldVariable
Get the field name.
getFieldName() - Method in class edu.umd.cs.findbugs.FieldAnnotation
Get the field name.
getFieldName() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
If currently visiting a field, get the field's name
getFieldOrMethodValueSource(OpcodeStack.Item) - Static method in class edu.umd.cs.findbugs.BugInstance
 
getFieldSig() - Method in class edu.umd.cs.findbugs.ba.bcp.FieldVariable
Get the field signature.
getFieldSig() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
If currently visiting a field, get the field's slash-formatted signature
getFieldSignature() - Method in class edu.umd.cs.findbugs.FieldAnnotation
Get the type signature of the field.
getFieldStoreTypeDatabase() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
Get the property database recording the types of values stored into fields.
getFieldSummary() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
 
getFieldsWritten(XMethod) - Method in class edu.umd.cs.findbugs.ba.FieldSummary
 
getFile(int) - Method in class edu.umd.cs.findbugs.Project
Get the given file in the list of project files.
getFileArray() - Method in class edu.umd.cs.findbugs.Project
Get project files as an array of Strings.
getFileCount() - Method in class edu.umd.cs.findbugs.Project
Get the number of files in the project.
getFileExtension(String) - Static method in class edu.umd.cs.findbugs.ba.URLClassPath
Get the file extension of given fileName.
getFileExtension(File) - Static method in class edu.umd.cs.findbugs.util.Util
 
getFileExtensionIgnoringGz(File) - Static method in class edu.umd.cs.findbugs.util.Util
 
getFileHashes(BugCollection) - Method in class edu.umd.cs.findbugs.ProjectStats
 
getFileList() - Method in class edu.umd.cs.findbugs.Project
Get the list of files, directories, and zip files in the project.
getFileNameStringMethods() - Method in class edu.umd.cs.findbugs.detect.BuildStringPassthruGraph.StringPassthruDatabase
Returns methods which parameter is the file name
getFilePathParts(String) - Static method in class edu.umd.cs.findbugs.workflow.Update
 
getFileReader(String) - Static method in class edu.umd.cs.findbugs.util.Util
 
getFileReader(File) - Static method in class edu.umd.cs.findbugs.util.Util
 
getFileWriter(String) - Static method in class edu.umd.cs.findbugs.util.Util
 
getFilter(String) - Method in class edu.umd.cs.findbugs.ProjectPackagePrefixes
 
getFilterSettings() - Method in class edu.umd.cs.findbugs.config.UserPreferences
Get ProjectFilterSettings.
getFindBugsHome() - Static method in class edu.umd.cs.findbugs.DetectorFactoryCollection
 
getFindBugsMain(String) - Method in class edu.umd.cs.findbugs.Plugin
 
getFinishTime(VertexType) - Method in class edu.umd.cs.findbugs.graph.AbstractDepthFirstSearch
Return the timestamp indicating when the given vertex was finished (meaning that all of its descendents were visited recursively).
getFinishTimeList() - Method in class edu.umd.cs.findbugs.graph.AbstractDepthFirstSearch
Get array of finish times, indexed by vertex label.
getFirst() - Method in class edu.umd.cs.findbugs.ba.bcp.ByteCodePattern
Get the first PatternElement in the pattern.
getFirst() - Method in class edu.umd.cs.findbugs.ba.SignatureConverter
Get the first character of the remaining part of the signature.
getFirstCommonSuperclass(ReferenceType, ReferenceType) - Method in class edu.umd.cs.findbugs.ba.ch.Subtypes2
Get the first common superclass of the given reference types.
getFirstCommonSuperclass(ObjectType, ObjectType) - Method in class edu.umd.cs.findbugs.ba.ch.Subtypes2
Get the first common superclass of the given object types.
getFirstInstruction() - Method in class edu.umd.cs.findbugs.ba.BasicBlock
Get the first instruction in the basic block.
getFirstLabeledMatch(String) - Method in class edu.umd.cs.findbugs.ba.bcp.ByteCodePatternMatch
 
getFirstLabeledMatch(String) - Method in class edu.umd.cs.findbugs.ba.bcp.PatternElementMatch
Get first match element with given label, if any.
getFirstLocation(BasicBlock) - Static method in class edu.umd.cs.findbugs.ba.Location
 
getFirstVersion() - Method in class edu.umd.cs.findbugs.BugInstance
 
getFlags() - Method in class edu.umd.cs.findbugs.ba.CFG
 
getFlags() - Method in class edu.umd.cs.findbugs.ba.Edge
Get the edge flags.
getFlags() - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumber
 
getForPointerEqualityCheck(CFG, ValueNumberDataflow) - Static method in class edu.umd.cs.findbugs.ba.npe.IsNullValueAnalysis
 
getFrame() - Method in class edu.umd.cs.findbugs.ba.AbstractFrameModelingVisitor
Get the frame.
getFromValueNumber(ClassContext, Method, Location, int) - Static method in class edu.umd.cs.findbugs.ba.vna.ValueNumberSourceInfo
 
getFullFileName() - Method in class edu.umd.cs.findbugs.ba.FileSourceFileDataSource
 
getFullFileName() - Method in class edu.umd.cs.findbugs.ba.SourceFile
Get the full path name of the source file (with directory).
getFullFileName() - Method in interface edu.umd.cs.findbugs.ba.SourceFileDataSource
Get the full filename of the source file.
getFullFileName() - Method in class edu.umd.cs.findbugs.ba.ZipSourceFileDataSource
 
getFullMethod(ClassAnnotation) - Method in class edu.umd.cs.findbugs.MethodAnnotation
Get the "full" method name.
getFullName() - Method in class edu.umd.cs.findbugs.DetectorFactory
Get the full name of the detector.
getFullyQualifiedFieldName() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
If currently visiting a field, get the field's fully qualified name
getFullyQualifiedMethodName(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
 
getFullyQualifiedMethodName() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
If currently visiting a method, get the method's fully qualified name
getGenericParametersAsString() - Method in class edu.umd.cs.findbugs.ba.generic.GenericObjectType
 
getGenericSignatureIterator(Method) - Static method in class edu.umd.cs.findbugs.ba.generic.GenericSignatureParser
 
getGlobalOption(String) - Method in interface edu.umd.cs.findbugs.GlobalOptions
 
getGlobalOptionSetter(String) - Method in interface edu.umd.cs.findbugs.GlobalOptions
 
getGraph() - Method in class edu.umd.cs.findbugs.ba.ch.Subtypes2
 
getGuiCallback() - Method in class edu.umd.cs.findbugs.Project
 
getHandle() - Method in class edu.umd.cs.findbugs.ba.Location
Get the instruction handle.
getHandle() - Method in class edu.umd.cs.findbugs.CallSite
Get the instruction which performs the call.
getHandlerForStartInstruction(InstructionHandle) - Method in class edu.umd.cs.findbugs.ba.ExceptionHandlerMap
If the given instruction is the start of an exception handler, get the CodeExceptionGen object representing the handler.
getHandlerList(InstructionHandle) - Method in class edu.umd.cs.findbugs.ba.ExceptionHandlerMap
Get the list of exception handlers (CodeExceptionGen objects) which are specified to handle exceptions for the instruction whose handle is given.
getHash(String) - Method in class edu.umd.cs.findbugs.workflow.FileBugHash
 
getHome() - Static method in class edu.umd.cs.findbugs.FindBugs
Get the FindBugs home directory.
getHowDiscovered() - Method in interface edu.umd.cs.findbugs.classfile.ICodeBase
Return how this codebase was discovered.
getHowDiscovered() - Method in class edu.umd.cs.findbugs.classfile.impl.AbstractScannableCodeBase
 
getHowDiscovered() - Method in class edu.umd.cs.findbugs.classfile.impl.SingleFileCodeBase
 
getHttpParameterName() - Method in class edu.umd.cs.findbugs.OpcodeStack.Item
 
getId() - Method in class edu.umd.cs.findbugs.ba.BasicBlock
Deprecated.
call getLabel() instead
getId() - Method in class edu.umd.cs.findbugs.ba.Edge
 
getId() - Method in class edu.umd.cs.findbugs.ba.obl.Obligation
 
getId() - Method in class edu.umd.cs.findbugs.ComponentPlugin
 
getImmediateEnclosingClass() - Method in interface edu.umd.cs.findbugs.ba.XClass
Get the ClassDescriptor of the immediate enclosing class, or null if this XClass is not a nested or inner class.
getImmediateEnclosingClass() - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassInfo
 
getImplicitClasspathEntryList() - Method in class edu.umd.cs.findbugs.Project
Deprecated.
FindBugs2 and ClassPathBuilder take care of this automatically
getIncludeFilterFiles() - Method in class edu.umd.cs.findbugs.config.UserPreferences
 
getIncomingEdgeWithType(BasicBlock, int) - Method in class edu.umd.cs.findbugs.ba.CFG
Get the first incoming edge in basic block with given type.
getIndex() - Method in class edu.umd.cs.findbugs.ba.AnnotationEnumeration
 
getIndex(FieldDescriptor) - Method in class edu.umd.cs.findbugs.ba.BetterCFGBuilder2
 
getInheritedAnnotation(XMethod, int) - Method in class edu.umd.cs.findbugs.ba.npe.TypeQualifierNullnessAnnotationDatabase
 
getInheritedAnnotation(XMethod) - Method in class edu.umd.cs.findbugs.ba.npe.TypeQualifierNullnessAnnotationDatabase
 
getInheritedTypeQualifierAnnotation(XMethod, TypeQualifierValue<?>) - Static method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierApplications
Get the effective inherited TypeQualifierAnnotation on given instance method.
getInheritedTypeQualifierAnnotation(XMethod, int, TypeQualifierValue<?>) - Static method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierApplications
Get the effective inherited TypeQualifierAnnotation on the given instance method parameter.
getInjectionPC() - Method in class edu.umd.cs.findbugs.OpcodeStack.Item
 
getInnerClassAccess(INVOKESTATIC, ConstantPoolGen) - Static method in class edu.umd.cs.findbugs.ba.Hierarchy
Get the InnerClassAccess for access method called by given INVOKESTATIC.
getInnerClassAccess(String, String) - Method in class edu.umd.cs.findbugs.ba.InnerClassAccessMap
Get the InnerClassAccess in given class with the given method name.
getInnerClassAccess(INVOKESTATIC, ConstantPoolGen) - Method in class edu.umd.cs.findbugs.ba.InnerClassAccessMap
Get the inner class access object for given invokestatic instruction.
getInnerClassAccessMap() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
 
getInputSet(ValueNumber) - Method in class edu.umd.cs.findbugs.ba.vna.MergeTree
Get the set of input ValueNumbers which directly contributed to the given output ValueNumber.
getInputStream() - Method in class edu.umd.cs.findbugs.ba.SourceFile
Get an InputStream on data.
getInputStream() - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassData
Open an InputStream on the class data.
getInputStreamFromOffset(int) - Method in class edu.umd.cs.findbugs.ba.SourceFile
Get an InputStream on data starting at given offset.
getInstance(Instruction, ConstantPoolGen) - Method in class edu.umd.cs.findbugs.ba.Frame
Get the value corresponding to the object instance used in the given instruction.
getInstance(Class<?>) - Static method in class edu.umd.cs.findbugs.ba.ObjectTypeFactory
 
getInstance(String) - Static method in class edu.umd.cs.findbugs.ba.ObjectTypeFactory
 
getInstanceHash() - Method in class edu.umd.cs.findbugs.BugInstance
 
getInstanceKey() - Method in class edu.umd.cs.findbugs.BugInstance
 
getInstanceOccurrenceMax() - Method in class edu.umd.cs.findbugs.BugInstance
 
getInstanceOccurrenceNum() - Method in class edu.umd.cs.findbugs.BugInstance
 
getInstanceOfType() - Method in class edu.umd.cs.findbugs.ba.type.TypeFrameModelingVisitor
Get the type of the most recent instanceof instruction modeled.
getInstanceOfValueNumber() - Method in class edu.umd.cs.findbugs.ba.type.TypeFrameModelingVisitor
Get the value number of the most recent instanceof instruction modeled.
getInstanceParam() - Method in class edu.umd.cs.findbugs.detect.Stream
 
getInstanceSlot(Instruction, ConstantPoolGen) - Method in class edu.umd.cs.findbugs.ba.Frame
Get the slot the object instance referred to by given instruction is located in.
getInstanceStackLocation(Instruction, ConstantPoolGen) - Method in class edu.umd.cs.findbugs.ba.Frame
Get the stack location (counting down from top of stack, starting at 0) containing the object instance referred to by given instruction.
getInt(String, int) - Method in class edu.umd.cs.findbugs.PropertyBundle
 
getInt(String, int) - Static method in class edu.umd.cs.findbugs.SystemProperties
 
getIntConstant() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
getInteger(String, int) - Static method in class edu.umd.cs.findbugs.SystemProperties
Deprecated.
getInterfaceDescriptorList() - Method in interface edu.umd.cs.findbugs.ba.XClass
Get ClassDescriptors of interfaces directly implemented by this class.
getInterfaceDescriptorList() - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassNameAndSuperclassInfo
 
getInterproc() - Method in class edu.umd.cs.findbugs.ba.jsr305.SourceSinkInfo
Return whether or not the SourceSinkInfo was created based on the results of type qualifiers computed for a called method (and not explicitly annotating the called method).
getIntPriorityAsString(int) - Static method in class edu.umd.cs.findbugs.config.ProjectFilterSettings
Convert an integer warning priority threshold value to a String.
getInvokedMethod(ConstantPoolGen, InvokeInstruction) - Method in class edu.umd.cs.findbugs.detect.FindRefComparison
 
getInvokeDynamicMethods() - Static method in class edu.umd.cs.findbugs.classfile.analysis.MethodInfo
 
getIsNullValueDataflow(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get an IsNullValueDataflow for given method.
getIsNullValueDataflow(IAnalysisCache, MethodDescriptor) - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.AnalysisFactory
 
getItemMethodInvokedOn(DismantleBytecode) - Method in class edu.umd.cs.findbugs.OpcodeStack
 
getItems() - Method in class edu.umd.cs.findbugs.IGuiCallback.FormItem
 
getJavaClass() - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get the JavaClass.
getJavaClass() - Method in class edu.umd.cs.findbugs.ba.JavaClassAndMethod
Get the JavaClass.
getJavaClass(IAnalysisCache, ClassDescriptor) - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.AnalysisFactory
 
getJavaClass() - Method in class edu.umd.cs.findbugs.OpcodeStack.Item
Returns null for primitive and arrays
getJavaClassPath() - Static method in class edu.umd.cs.findbugs.util.ClassPathUtil
 
getJavaSourceMethodName() - Method in class edu.umd.cs.findbugs.MethodAnnotation
 
getJCIPAnnotationDatabase() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
 
getKeys() - Method in class edu.umd.cs.findbugs.ba.interproc.PropertyDatabase
 
getKind() - Method in class edu.umd.cs.findbugs.ba.ReturnPath
 
getKind() - Method in class edu.umd.cs.findbugs.Token
Get the kind of token.
getKnownValue(ValueNumber) - Method in class edu.umd.cs.findbugs.ba.npe.IsNullValueFrame
 
getKnownValueMapEntrySet() - Method in class edu.umd.cs.findbugs.ba.npe.IsNullValueFrame
 
getKnownValues() - Method in class edu.umd.cs.findbugs.ba.npe.IsNullValueFrame
 
getLabel() - Method in class edu.umd.cs.findbugs.ba.bcp.PatternElement
Get the label of this PatternElement.
getLabel() - Method in class edu.umd.cs.findbugs.graph.AbstractEdge
 
getLabel() - Method in class edu.umd.cs.findbugs.graph.AbstractVertex
 
getLabel() - Method in interface edu.umd.cs.findbugs.graph.GraphEdge
Get the integer label.
getLabel() - Method in interface edu.umd.cs.findbugs.graph.GraphVertex
Get the numeric label for this vertex.
getLabel() - Method in class edu.umd.cs.findbugs.IGuiCallback.FormItem
 
getLabeledInstruction(String) - Method in class edu.umd.cs.findbugs.ba.bcp.ByteCodePatternMatch
 
getLabeledInstruction(String) - Method in class edu.umd.cs.findbugs.ba.bcp.PatternElementMatch
Get the first instruction matched by the PatternElement with given label.
getLastBugLocation() - Method in class edu.umd.cs.findbugs.BugAccumulator
 
getLastInstruction() - Method in class edu.umd.cs.findbugs.ba.BasicBlock
Get the last instruction in the basic block.
getLastLabeledMatch(String) - Method in class edu.umd.cs.findbugs.ba.bcp.ByteCodePatternMatch
 
getLastLabeledMatch(String) - Method in class edu.umd.cs.findbugs.ba.bcp.PatternElementMatch
Get last match element with given label, if any.
getLastLocation(BasicBlock) - Static method in class edu.umd.cs.findbugs.ba.Location
 
getLastModified() - Method in class edu.umd.cs.findbugs.ba.FileSourceFileDataSource
 
getLastModified() - Method in class edu.umd.cs.findbugs.ba.SourceFile
 
getLastModified() - Method in interface edu.umd.cs.findbugs.ba.SourceFileDataSource
 
getLastModified() - Method in class edu.umd.cs.findbugs.ba.ZipSourceFileDataSource
 
getLastModifiedTime() - Method in interface edu.umd.cs.findbugs.classfile.ICodeBase
Get timestamp indicating the most recent time when any of the files in the codebase were modified.
getLastModifiedTime() - Method in class edu.umd.cs.findbugs.classfile.impl.AbstractScannableCodeBase
 
getLastModifiedTime() - Method in class edu.umd.cs.findbugs.classfile.impl.SingleFileCodeBase
 
getLastUpdate(int) - Method in class edu.umd.cs.findbugs.OpcodeStack
 
getLastUpdateTimestamp(Fact) - Method in class edu.umd.cs.findbugs.ba.BasicAbstractDataflowAnalysis
 
getLastUpdateTimestamp(Fact) - Method in interface edu.umd.cs.findbugs.ba.DataflowAnalysis
 
getLastUpdateTimestamp(UnconditionalValueDerefSet) - Method in class edu.umd.cs.findbugs.ba.deref.UnconditionalValueDerefAnalysis
 
getLastUpdateTimestamp() - Method in class edu.umd.cs.findbugs.ba.deref.UnconditionalValueDerefSet
 
getLastUpdateTimestamp() - Method in class edu.umd.cs.findbugs.ba.Frame
 
getLastUpdateTimestamp(FrameType) - Method in class edu.umd.cs.findbugs.ba.FrameDataflowAnalysis
 
getLastUpdateTimestamp(ReturnPathType) - Method in class edu.umd.cs.findbugs.ba.npe.ReturnPathTypeAnalysis
 
getLastVersion() - Method in class edu.umd.cs.findbugs.BugInstance
 
getLater() - Method in class edu.umd.cs.findbugs.plan.DetectorOrderingConstraint
 
getLeastSerializableTypeComponent(ReferenceType) - Static method in class edu.umd.cs.findbugs.DeepSubtypeAnalysis
 
getLength() - Method in class edu.umd.cs.findbugs.ba.Path
Get the number of components (BasicBlock ids) in the Path.
getLexeme() - Method in class edu.umd.cs.findbugs.Token
Get the text value of the token.
getLineNumber() - Method in class edu.umd.cs.findbugs.jaif.JAIFScanner
 
getLineOffset(int) - Method in class edu.umd.cs.findbugs.ba.SourceFile
Get the byte offset in the data for a source line.
getLiveCodeLocation() - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.ValueRangeAnalysisFactory.RedundantCondition
 
getLiveLocalStoreDataflow(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get LiveLocalStoreAnalysis dataflow for given method.
getLoad(ValueNumber) - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumberFrame
 
getLoadCount() - Method in class edu.umd.cs.findbugs.ba.vna.LoadedFieldSet.LoadStoreCount
Get the number of times the field is loaded.
getLoadDataflow(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get load dataflow.
getLoadedClassDescriptor() - Method in exception edu.umd.cs.findbugs.classfile.ClassNameMismatchException
 
getLoadedFieldSet(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get the set of fields loaded by given method.
getLoadedFieldSet(IAnalysisCache, MethodDescriptor) - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.AnalysisFactory
 
getLoadedFrom() - Method in error edu.umd.cs.findbugs.plugins.DuplicatePluginIdError
 
getLoadedFrom() - Method in exception edu.umd.cs.findbugs.plugins.DuplicatePluginIdException
 
getLoadStoreCount(XField) - Method in class edu.umd.cs.findbugs.ba.vna.LoadedFieldSet
Get the number of times given field is loaded and stored within the method.
getLoadType(ReferenceType) - Method in class edu.umd.cs.findbugs.ba.type.FieldStoreType
 
getLocal() - Method in class edu.umd.cs.findbugs.ba.jsr305.SourceSinkInfo
 
getLocalProperties() - Static method in class edu.umd.cs.findbugs.SystemProperties
 
getLocalString(String, String) - Static method in class edu.umd.cs.findbugs.L10N
 
getLocalVariableAnnotation(Method, Location, IndexedInstruction) - Static method in class edu.umd.cs.findbugs.LocalVariableAnnotation
 
getLocalVariableAnnotation(Method, int, int, int) - Static method in class edu.umd.cs.findbugs.LocalVariableAnnotation
 
getLocalVariableAnnotation(Method, OpcodeStack.Item, int) - Static method in class edu.umd.cs.findbugs.LocalVariableAnnotation
 
getLocalVariableAnnotation(DismantleBytecode, OpcodeStack.Item) - Static method in class edu.umd.cs.findbugs.LocalVariableAnnotation
 
getLocalVariableAtPC(LocalVariableTable, int, int) - Static method in class edu.umd.cs.findbugs.visitclass.LVTHelper
returns the local variable at an index int the scope of PC
getLocation() - Method in class edu.umd.cs.findbugs.ba.AbstractFrameModelingVisitor
Get the Location.
getLocation(int) - Method in class edu.umd.cs.findbugs.ba.CompactLocationNumbering
Get the Location given its number.
getLocation() - Method in class edu.umd.cs.findbugs.ba.jsr305.SourceSinkInfo
 
getLocation() - Method in class edu.umd.cs.findbugs.ba.npe.LocationWhereValueBecomesNull
 
getLocation() - Method in class edu.umd.cs.findbugs.CallSite
Get the Location (basic block and instruction) where the call site is located.
getLocation() - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.ValueRangeAnalysisFactory.RedundantCondition
 
getLocation() - Method in class edu.umd.cs.findbugs.ResourceCreationPoint
Get the location where the resource is created.
getLocationAndFactForInstruction(int) - Method in class edu.umd.cs.findbugs.ba.type.TypeDataflow
 
getLocationAtEntry() - Method in class edu.umd.cs.findbugs.ba.CFG
Get the Location representing the entry to the CFG.
getLocationOfKaBoom() - Method in class edu.umd.cs.findbugs.ba.npe.IsNullValue
 
getLocationsContainingInstructionWithOffset(int) - Method in class edu.umd.cs.findbugs.ba.CFG
Get a Collection of Locations which specify the instruction at given bytecode offset.
getLocationWhereValueBecomesNullSet() - Method in class edu.umd.cs.findbugs.ba.npe.IsNullValueAnalysis
 
getLockChecker(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get LockChecker for method.
getLockCount(int) - Method in class edu.umd.cs.findbugs.ba.LockSet
Get the lock count for given lock object.
getLockDataflow(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get dataflow for LockAnalysis for given method.
getLockedValueNumbers(ValueNumberFrame) - Method in class edu.umd.cs.findbugs.ba.LockSet
 
getLongConstant() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
getLongDescription() - Method in class edu.umd.cs.findbugs.BugPattern
Get the long description.
getLongExtraType() - Static method in class edu.umd.cs.findbugs.ba.type.TypeFrame
Get the single instance of the "LongExtra" type.
getLookupFailureCallback() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
Get the lookup failure callback.
getLookupFailureCallback() - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get the RepositoryLookupFailureCallback.
getLoopExitBranches(Method, MethodGen) - Static method in class edu.umd.cs.findbugs.ba.ClassContext
 
getLVValue(int) - Method in class edu.umd.cs.findbugs.OpcodeStack
 
getMajor() - Method in class edu.umd.cs.findbugs.JavaVersion
Get the major version number.
getMajorVersion() - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassNameAndSuperclassInfo
 
getMap() - Method in class edu.umd.cs.findbugs.AnalysisLocal
 
getMatchCount() - Method in class edu.umd.cs.findbugs.ba.bcp.PatternElementMatch
 
getMatchedInstructionInstructionHandle() - Method in class edu.umd.cs.findbugs.ba.bcp.PatternElementMatch
Get the matched instruction.
getMatching(BugInstance) - Method in class edu.umd.cs.findbugs.SortedBugCollection
 
getMatchingParameters(BitSet) - Method in class edu.umd.cs.findbugs.ba.interproc.ParameterProperty
Given a bitset of null arguments passed to the method represented by this property, return a bitset indicating which null arguments correspond to an non-null param.
getMaxEdgeId() - Method in class edu.umd.cs.findbugs.ba.CFG
Get the number of edge labels allocated.
getMaxObligationTypes() - Method in class edu.umd.cs.findbugs.ba.obl.ObligationFactory
 
getMaxPC() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
getMD5Digest() - Static method in class edu.umd.cs.findbugs.util.Util
 
getMembers() - Method in class edu.umd.cs.findbugs.plan.AnalysisPass
Get the members of this pass.
getMergeTree() - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumberAnalysis
 
getMessage() - Method in class edu.umd.cs.findbugs.AbstractBugReporter.Error
 
getMessage() - Method in class edu.umd.cs.findbugs.AnalysisError
Get the message describing the error.
getMessage() - Method in class edu.umd.cs.findbugs.BugInstance
Format a string describing this bug instance.
getMessage() - Method in exception edu.umd.cs.findbugs.classfile.InvalidClassFileFormatException
 
getMessage(String) - Method in class edu.umd.cs.findbugs.I18N
Deprecated.
getMessageWithoutPrefix() - Method in class edu.umd.cs.findbugs.BugInstance
Format a string describing this bug instance.
getMessageWithPriorityType() - Method in class edu.umd.cs.findbugs.BugInstance
Format a string describing this bug pattern, with the priority and type at the beginning.
getMessageWithPriorityTypeAbbreviation() - Method in class edu.umd.cs.findbugs.BugInstance
 
getMethod(MethodGen) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Look up the Method represented by given MethodGen.
getMethod() - Method in class edu.umd.cs.findbugs.ba.JavaClassAndMethod
Get the Method.
getMethod() - Method in exception edu.umd.cs.findbugs.ba.MethodUnprofitableException
 
getMethod() - Method in class edu.umd.cs.findbugs.ba.XMethodParameter
 
getMethod() - Method in class edu.umd.cs.findbugs.CallGraphNode
 
getMethod() - Method in class edu.umd.cs.findbugs.CallSite
Get the method containing the call site.
getMethod(IAnalysisCache, MethodDescriptor) - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.AnalysisFactory
 
getMethod() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
If currently visiting a method, get the method's Method object
getMethodAnalysis(Class<?>, MethodDescriptor) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Retrieve a method analysis object.
getMethodAnalysis(Class<E>, MethodDescriptor) - Method in interface edu.umd.cs.findbugs.classfile.IAnalysisCache
Get an analysis of the given method.
getMethodAnalysis(Class<E>, MethodDescriptor) - Method in class edu.umd.cs.findbugs.classfile.impl.AnalysisCache
 
getMethodAnnotation(XMethod, String) - Method in class edu.umd.cs.findbugs.ba.JCIPAnnotationDatabase
 
getMethodAnnotation() - Method in class edu.umd.cs.findbugs.ProgramPoint
 
getMethodCallCount() - Method in class edu.umd.cs.findbugs.classfile.analysis.MethodInfo
 
getMethodCalledAnnotation(ConstantPoolGen, InvokeInstruction) - Method in class edu.umd.cs.findbugs.detect.FindRefComparison
 
getMethodDescriptor() - Method in class edu.umd.cs.findbugs.ba.AbstractMethod
 
getMethodDescriptor() - Method in interface edu.umd.cs.findbugs.ba.XMethod
 
getMethodDescriptor(JavaClass, Method) - Static method in class edu.umd.cs.findbugs.bcel.BCELUtil
Construct a MethodDescriptor from JavaClass and method.
getMethodDescriptor() - Method in class edu.umd.cs.findbugs.classfile.analysis.MethodInfo
 
getMethodDescriptor(JavaClass, Method) - Method in class edu.umd.cs.findbugs.classfile.DescriptorFactory
 
getMethodDescriptor(String, String, String, boolean) - Method in class edu.umd.cs.findbugs.classfile.DescriptorFactory
Get a MethodDescriptor.
getMethodDescriptor(MethodAnnotation) - Method in class edu.umd.cs.findbugs.classfile.DescriptorFactory
 
getMethodDescriptor() - Method in class edu.umd.cs.findbugs.detect.BuildStringPassthruGraph.MethodParameter
 
getMethodDescriptor() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
 
getMethodDescriptorOperand() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
getMethodGen() - Method in class edu.umd.cs.findbugs.ba.CFG
 
getMethodGen(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get a MethodGen object for given method.
getMethodGen(IAnalysisCache, MethodDescriptor) - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.AnalysisFactory
 
getMethodHash(XMethod) - Method in class edu.umd.cs.findbugs.ba.ClassHash
Get method hash for given method.
getMethodHash() - Method in class edu.umd.cs.findbugs.ba.MethodHash
Get the computed method hash.
getMethodLine(String, String, String) - Method in class edu.umd.cs.findbugs.ba.SourceInfoMap
Look up the line number range for a method.
getMethodName() - Method in class edu.umd.cs.findbugs.ba.ca.Call
 
getMethodName() - Method in class edu.umd.cs.findbugs.ba.CFG
 
getMethodName() - Method in class edu.umd.cs.findbugs.ba.InnerClassAccess
 
getMethodName() - Method in class edu.umd.cs.findbugs.ba.MethodHash
 
getMethodName() - Method in class edu.umd.cs.findbugs.MethodAnnotation
Get the method name.
getMethodName() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
If currently visiting a method, get the method's name
getMethodNullnessAnnotation(ClassContext, Method) - Static method in class edu.umd.cs.findbugs.ba.npe.DerefFinder
 
getMethodSig() - Method in class edu.umd.cs.findbugs.ba.ca.Call
 
getMethodSig() - Method in class edu.umd.cs.findbugs.ba.CFG
 
getMethodSig() - Method in class edu.umd.cs.findbugs.ba.MethodHash
 
getMethodSig() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
If currently visiting a method, get the method's slash-formatted signature
getMethodSignature() - Method in class edu.umd.cs.findbugs.ba.InnerClassAccess
 
getMethodSignature() - Method in class edu.umd.cs.findbugs.MethodAnnotation
Get the method type signature.
getMethodsInCallOrder() - Method in class edu.umd.cs.findbugs.ba.ClassContext
 
getMethodVisitOrder(JavaClass) - Method in class edu.umd.cs.findbugs.detect.InitializationChain
 
getMethodVisitOrder(JavaClass) - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
 
getMinor() - Method in class edu.umd.cs.findbugs.JavaVersion
Get the minor version number.
getMinorVersion() - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassNameAndSuperclassInfo
 
getMinPriority() - Method in class edu.umd.cs.findbugs.config.ProjectFilterSettings
Get the minimum warning priority threshold.
getMinPriorityAsInt() - Method in class edu.umd.cs.findbugs.config.ProjectFilterSettings
Return the minimum warning priority threshold as an integer.
getMinRank() - Method in class edu.umd.cs.findbugs.config.ProjectFilterSettings
 
getMissingClassCount() - Method in class edu.umd.cs.findbugs.ErrorCountingBugReporter
 
getMissingClassCount() - Method in class edu.umd.cs.findbugs.FindBugs2
 
getMissingClassCount() - Method in interface edu.umd.cs.findbugs.IFindBugsEngine
Get the number of time missing classes were reported during analysis.
getMissingClasses() - Method in class edu.umd.cs.findbugs.AbstractBugReporter
 
getMissingClassName(ClassNotFoundException) - Static method in class edu.umd.cs.findbugs.AbstractBugReporter
 
getMissingClassName(ClassNotFoundException) - Static method in class edu.umd.cs.findbugs.ba.ClassNotFoundExceptionParser
Get the name of the missing class from a ClassNotFoundException.
getMsg() - Method in class edu.umd.cs.findbugs.ba.IncompatibleTypes
 
getName() - Method in class edu.umd.cs.findbugs.ba.AbstractClassMember
 
getName() - Method in interface edu.umd.cs.findbugs.ba.ClassMember
Get the name of the field/method.
getName() - Method in class edu.umd.cs.findbugs.BugProperty
Get name of property.
getName() - Method in class edu.umd.cs.findbugs.classfile.FieldOrMethodDescriptor
 
getName() - Method in interface edu.umd.cs.findbugs.classfile.FieldOrMethodName
 
getName() - Method in class edu.umd.cs.findbugs.filter.RelationalOp
 
getName() - Method in class edu.umd.cs.findbugs.jaif.JAIFEnumConstant
 
getName() - Method in class edu.umd.cs.findbugs.LocalVariableAnnotation
 
getName() - Method in class edu.umd.cs.findbugs.PackageStats.ClassStats
 
getName() - Method in class edu.umd.cs.findbugs.props.AbstractWarningProperty
 
getName() - Method in interface edu.umd.cs.findbugs.props.WarningProperty
Get the fully qualified name of the property.
getName() - Method in class edu.umd.cs.findbugs.xml.XMLAttributeList.NameValuePair
 
getNameConstantOperand() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
If the current opcode has a reference constant operand, get its name
getNameInClass(ClassAnnotation) - Method in class edu.umd.cs.findbugs.MethodAnnotation
Get the "full" method name.
getNameInClass(boolean, boolean, boolean) - Method in class edu.umd.cs.findbugs.MethodAnnotation
 
getNameInClass(boolean, boolean, boolean, boolean) - Method in class edu.umd.cs.findbugs.MethodAnnotation
Get the "full" method name.
getNameSigHashCode(String, String) - Static method in class edu.umd.cs.findbugs.classfile.FieldOrMethodDescriptor
 
getNameSigHashCode() - Method in class edu.umd.cs.findbugs.classfile.FieldOrMethodDescriptor
 
getNestedExceptionMessage() - Method in class edu.umd.cs.findbugs.AnalysisError
Get the exception message.
getNestedStackTrace() - Method in class edu.umd.cs.findbugs.AnalysisError
Get the stack trace elements.
getNetworkErrorMessage(Throwable) - Static method in class edu.umd.cs.findbugs.util.Util
 
getNext() - Method in class edu.umd.cs.findbugs.ba.bcp.PatternElement
Get the next PatternElement.
getNextCodeByte(int) - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
getNextJump(int) - Method in class edu.umd.cs.findbugs.OpcodeStack.JumpInfo
 
getNextOpcode() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
getNextPC() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
getNextSearchTreeRoot() - Method in class edu.umd.cs.findbugs.ba.DepthFirstSearch
 
getNextSearchTreeRoot() - Method in class edu.umd.cs.findbugs.ba.ReverseDepthFirstSearch
 
getNextSearchTreeRoot() - Method in class edu.umd.cs.findbugs.graph.AbstractDepthFirstSearch
Choose the next search tree root.
getNextSourceLine(LineNumberTable, int) - Static method in class edu.umd.cs.findbugs.detect.FindUselessControlFlow
 
getNextSwitchOffset(DismantleBytecode) - Method in class edu.umd.cs.findbugs.SwitchHandler
 
getNextSwitchOffset(int) - Method in class edu.umd.cs.findbugs.SwitchHandler.SwitchDetails
 
getNodeForMethod(Method) - Method in class edu.umd.cs.findbugs.CallGraph
 
getNonExceptionDominatorsAnalysis(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get DominatorsAnalysis for given method, where exception edges are ignored.
getNonExceptionPostDominatorsAnalysis(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get PostDominatorsAnalysis for given method, where exception edges are ignored.
getNonImplicitExceptionDominatorsAnalysis(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get DominatorsAnalysis for given method, where implicit exception edges are ignored.
getNonNullField() - Method in class edu.umd.cs.findbugs.ba.npe.PointerUsageRequiringNonNullValue
 
getNonNullParameter() - Method in class edu.umd.cs.findbugs.ba.npe.PointerUsageRequiringNonNullValue
 
getNonNullProperty() - Method in class edu.umd.cs.findbugs.ba.npe.NonNullSpecification
 
getNullnessAnnotationDatabase() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
 
getNullType() - Static method in class edu.umd.cs.findbugs.ba.type.TypeFrame
Get the single instance of the "Null" type.
getNumArguments(InvokeInstruction, ConstantPoolGen) - Method in class edu.umd.cs.findbugs.ba.Frame
Get the number of arguments passed to given method invocation.
getNumArgumentsIncludingObjectInstance(InvokeInstruction, ConstantPoolGen) - Method in class edu.umd.cs.findbugs.ba.Frame
Get the number of arguments passed to given method invocation, including the object instance if the call is to an instance method.
getNumAuxClasspathEntries() - Method in class edu.umd.cs.findbugs.Project
Get the number of auxiliary classpath entries.
getNumBasicBlocks() - Method in class edu.umd.cs.findbugs.ba.CFG
Get number of basic blocks.
getNumber(Location) - Method in class edu.umd.cs.findbugs.ba.CompactLocationNumbering
Get the number of given Location, which will be a non-negative integer in the range 0..getSize() - 1.
getNumber() - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumber
 
getNumber() - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.ValueRangeAnalysisFactory.RedundantCondition
 
getNumberArguments(String) - Static method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
 
getNumberMethodArguments() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
 
getNumBytes() - Method in interface edu.umd.cs.findbugs.classfile.ICodeBaseEntry
Get the number of bytes in the resource.
getNumBytes() - Method in class edu.umd.cs.findbugs.classfile.impl.DelegatingCodeBaseEntry
 
getNumBytes() - Method in class edu.umd.cs.findbugs.classfile.impl.DirectoryCodeBaseEntry
 
getNumBytes() - Method in class edu.umd.cs.findbugs.classfile.impl.JrtfsCodeBase.JrtfsCodebaseEntry
 
getNumBytes() - Method in class edu.umd.cs.findbugs.classfile.impl.SingleFileCodeBaseEntry
 
getNumBytes() - Method in class edu.umd.cs.findbugs.classfile.impl.ZipFileCodeBaseEntry
 
getNumBytes() - Method in class edu.umd.cs.findbugs.classfile.impl.ZipInputStreamCodeBaseEntry
 
getNumClasses() - Method in class edu.umd.cs.findbugs.AppVersion
 
getNumClasses() - Method in class edu.umd.cs.findbugs.PackageStats
 
getNumClasses() - Method in class edu.umd.cs.findbugs.ProjectStats
Get the number of classes analyzed.
getNumEdgeLabels() - Method in class edu.umd.cs.findbugs.graph.AbstractGraph
 
getNumEdgeLabels() - Method in interface edu.umd.cs.findbugs.graph.Graph
Get the number of numeric labels that have been assigned to edges.
getNumEdges() - Method in class edu.umd.cs.findbugs.graph.AbstractGraph
 
getNumEdges() - Method in interface edu.umd.cs.findbugs.graph.Graph
Get number of edges in the graph.
getNumFeatures() - Method in class edu.umd.cs.findbugs.model.ClassFeatureSet
 
getNumIncomingEdges(VertexType) - Method in class edu.umd.cs.findbugs.graph.AbstractGraph
 
getNumIncomingEdges(VertexType) - Method in interface edu.umd.cs.findbugs.graph.Graph
Get number of edges going into given vertex.
getNumIterations() - Method in class edu.umd.cs.findbugs.ba.Dataflow
Return the number of iterations of the main execution loop.
getNumLastUpdates() - Method in class edu.umd.cs.findbugs.OpcodeStack
 
getNumLocals() - Method in class edu.umd.cs.findbugs.ba.Frame
Get the number of locals.
getNumLocalValues() - Method in class edu.umd.cs.findbugs.OpcodeStack
 
getNumLockedObjects() - Method in class edu.umd.cs.findbugs.ba.LockSet
Get the number of distinct lock values with positive lock counts.
getNumNonExceptionSucessors(BasicBlock) - Method in class edu.umd.cs.findbugs.ba.CFG
Get number of non-exception control successors of given basic block.
getNumOutgoingEdges(VertexType) - Method in class edu.umd.cs.findbugs.graph.AbstractGraph
 
getNumOutgoingEdges(VertexType) - Method in interface edu.umd.cs.findbugs.graph.Graph
Get number of edges going out of given vertex.
getNumParameters() - Method in class edu.umd.cs.findbugs.ba.generic.GenericObjectType
 
getNumParameters() - Method in class edu.umd.cs.findbugs.ba.generic.GenericSignatureParser
Get the number of parameters in the signature.
getNumParameters() - Method in class edu.umd.cs.findbugs.ba.SignatureParser
Get the number of parameters in the signature.
getNumParametersForInvocation(InvokeInstruction, ConstantPoolGen) - Static method in class edu.umd.cs.findbugs.ba.generic.GenericSignatureParser
Get the number of parameters passed to method invocation.
getNumParametersForInvocation(InvokeInstruction, ConstantPoolGen) - Static method in class edu.umd.cs.findbugs.ba.SignatureParser
Get the number of parameters passed to method invocation.
getNumParams() - Method in class edu.umd.cs.findbugs.ba.AbstractMethod
 
getNumParams() - Method in interface edu.umd.cs.findbugs.ba.XMethod
 
getNumParams() - Method in class edu.umd.cs.findbugs.classfile.analysis.FieldInfo
 
getNumParams() - Method in class edu.umd.cs.findbugs.classfile.analysis.MethodInfo
 
getNumPasses() - Method in class edu.umd.cs.findbugs.plan.ExecutionPlan
Get the number of passes in the execution plan.
getNumSlots() - Method in class edu.umd.cs.findbugs.ba.Frame
Get the number of slots (locals plus stack values).
getNumSlotsForType(String) - Static method in class edu.umd.cs.findbugs.ba.SignatureParser
Return how many stack frame slots a type whose signature is given will occupy.
getNumSourceDirs() - Method in class edu.umd.cs.findbugs.Project
Get the number of source directories in the project.
getNumValuesAllocated() - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumberAnalysis
 
getNumValuesAllocated() - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumberFactory
Get the number of values which have been created.
getNumVertexLabels() - Method in class edu.umd.cs.findbugs.graph.AbstractGraph
 
getNumVertexLabels() - Method in interface edu.umd.cs.findbugs.graph.Graph
Get the number of numeric (integer) labels that have been assigned to vertices in the graph.
getNumVertices() - Method in class edu.umd.cs.findbugs.graph.AbstractGraph
 
getNumVertices() - Method in interface edu.umd.cs.findbugs.graph.Graph
Get number of vertices in the graph.
getNumWordsConsumed(Instruction) - Method in class edu.umd.cs.findbugs.ba.AbstractFrameModelingVisitor
Get the number of words consumed by given instruction.
getNumWordsProduced(Instruction) - Method in class edu.umd.cs.findbugs.ba.AbstractFrameModelingVisitor
Get the number of words produced by given instruction.
getObjectMap(Class<?>) - Method in class edu.umd.cs.findbugs.ba.ClassContext
 
getObjectType() - Method in class edu.umd.cs.findbugs.ba.generic.GenericObjectType
 
getObjectTypeInstance(String) - Static method in class edu.umd.cs.findbugs.bcel.BCELUtil
 
getObjectTypeInstance(Class<?>) - Static method in class edu.umd.cs.findbugs.bcel.BCELUtil
 
getObligation() - Method in exception edu.umd.cs.findbugs.ba.obl.ObligationAcquiredOrReleasedInLoopException
 
getObligation() - Method in class edu.umd.cs.findbugs.ba.obl.ObligationPolicyDatabaseAction
 
getObligationById(int) - Method in class edu.umd.cs.findbugs.ba.obl.ObligationFactory
 
getObligationByName(String) - Method in class edu.umd.cs.findbugs.ba.obl.ObligationFactory
 
getObligationByType(ObjectType) - Method in class edu.umd.cs.findbugs.ba.obl.ObligationFactory
Look up an Obligation by type.
getObligationByType(ClassDescriptor) - Method in class edu.umd.cs.findbugs.ba.obl.ObligationFactory
Look up an Obligation by type.
getObligationSet() - Method in class edu.umd.cs.findbugs.ba.obl.State
 
getOffsetToBytecodeMap() - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.UnpackedCode
 
getOffsetToOpcodeMap(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get array mapping bytecode offsets to opcodes for given method.
getOpcode() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
getOpenLocation() - Method in class edu.umd.cs.findbugs.detect.Stream
 
getOperand(StackConsumer, ConstantPoolGen, int) - Method in class edu.umd.cs.findbugs.ba.Frame
Get the ith operand used by given instruction.
getOptionalAttribute(Attributes, String) - Method in class edu.umd.cs.findbugs.SAXBugCollectionHandler
 
getOptionalDatabase(Class<E>) - Method in interface edu.umd.cs.findbugs.classfile.IAnalysisCache
 
getOptionalDatabase(Class<E>) - Method in class edu.umd.cs.findbugs.classfile.impl.AnalysisCache
 
getOrGuessSourceFile(SourceLineAnnotation) - Static method in class edu.umd.cs.findbugs.ba.SourceFinder
 
getOriginalGraphVertex(VertexType) - Method in class edu.umd.cs.findbugs.graph.Transpose
Get the vertex in the original graph which corresponds to the given vertex in the transposed graph.
getOSDependentProperty(String) - Method in class edu.umd.cs.findbugs.PropertyBundle
 
getOSDependentProperty(String) - Static method in class edu.umd.cs.findbugs.SystemProperties
 
getOutEdges(E) - Method in interface edu.umd.cs.findbugs.util.TopologicalSort.OutEdges
 
getOutEdges(E) - Method in class edu.umd.cs.findbugs.util.TopologicalSort.OutEdgesCache
 
getOuterClass(JavaClass) - Static method in class edu.umd.cs.findbugs.visitclass.Util
Determine the outer class of obj.
getOutgoingEdgeWithType(BasicBlock, int) - Method in class edu.umd.cs.findbugs.ba.CFG
Get the first outgoing edge in basic block with given type.
getPackage(String) - Method in class edu.umd.cs.findbugs.detect.UselessSubclassMethod
 
getPackageName() - Method in class edu.umd.cs.findbugs.ba.AbstractClassMember
 
getPackageName() - Method in interface edu.umd.cs.findbugs.ba.ClassMember
Get the (dotted) name of the package in which the entity is defined.
getPackageName() - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassInfo
 
getPackageName() - Method in class edu.umd.cs.findbugs.classfile.analysis.FieldInfo
 
getPackageName() - Method in class edu.umd.cs.findbugs.classfile.analysis.MethodInfo
 
getPackageName() - Method in class edu.umd.cs.findbugs.classfile.ClassDescriptor
Get the name of the package in dotted format.
getPackageName() - Method in class edu.umd.cs.findbugs.PackageMemberAnnotation
Get the package name.
getPackageName() - Method in class edu.umd.cs.findbugs.PackageStats
 
getPackageName() - Method in class edu.umd.cs.findbugs.PackageWarningSuppressor
 
getPackageName() - Method in class edu.umd.cs.findbugs.SourceLineAnnotation
 
getPackageName() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
Get the (slash-formatted?) package name for the current or most recently visited class
getPackageStats() - Method in class edu.umd.cs.findbugs.ProjectStats
 
getPairs(Integer) - Method in class edu.umd.cs.findbugs.ba.npe.UsagesRequiringNonNullValues
 
getParam() - Method in class edu.umd.cs.findbugs.ba.npe.NonNullParamViolation
 
getParameter() - Method in class edu.umd.cs.findbugs.ba.jsr305.SourceSinkInfo
 
getParameter(MethodDescriptor, int, TypeQualifierValue<?>) - Method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierDatabase
Get the TypeQualifierAnnotation on a parameter.
getParameter(int) - Method in class edu.umd.cs.findbugs.ba.SignatureParser
 
getParameterAnnotation(int, ClassDescriptor) - Method in interface edu.umd.cs.findbugs.ba.XMethod
Get the AnnotationValue of annotation applied directly to given parameter.
getParameterAnnotation(int, ClassDescriptor) - Method in class edu.umd.cs.findbugs.classfile.analysis.MethodInfo
 
getParameterAnnotationDescriptors(int) - Method in interface edu.umd.cs.findbugs.ba.XMethod
Get ClassDescriptors (annotation classes) of annotations applied directly to this method's parameters.
getParameterAnnotationDescriptors(int) - Method in class edu.umd.cs.findbugs.classfile.analysis.MethodInfo
 
getParameterAnnotations(int) - Method in interface edu.umd.cs.findbugs.ba.XMethod
Get collection of all AnnotationValues applied directly to given parameter.
getParameterAnnotations(int) - Method in class edu.umd.cs.findbugs.classfile.analysis.MethodInfo
 
getParameterAt(int) - Method in class edu.umd.cs.findbugs.ba.generic.GenericObjectType
 
getParameterLocalVariableAnnotation(Method, int) - Static method in class edu.umd.cs.findbugs.LocalVariableAnnotation
Get a local variable annotation describing a parameter.
getParameterNumber() - Method in class edu.umd.cs.findbugs.ba.XMethodParameter
 
getParameterNumber() - Method in class edu.umd.cs.findbugs.detect.BuildStringPassthruGraph.MethodParameter
 
getParameterObligationTypes(XMethod) - Method in class edu.umd.cs.findbugs.ba.obl.ObligationFactory
Get array of Obligation types corresponding to the parameters of the given method.
getParameters() - Method in class edu.umd.cs.findbugs.ba.generic.GenericObjectType
 
getParameterSignatureList(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get array of type signatures of parameters for given method.
getParamsWithProperty() - Method in class edu.umd.cs.findbugs.ba.interproc.ParameterProperty
Get the non-null param bitset.
getParentCodeBase() - Method in class edu.umd.cs.findbugs.classfile.impl.NestedZipFileCodeBaseLocator
 
getParentPlugin() - Method in class edu.umd.cs.findbugs.Plugin
 
getPassedAsNonNullParameter(XMethod, int) - Static method in class edu.umd.cs.findbugs.ba.npe.PointerUsageRequiringNonNullValue
 
getPath() - Method in class edu.umd.cs.findbugs.ba.obl.State
 
getPathName() - Method in interface edu.umd.cs.findbugs.classfile.ICodeBase
Get the filesystem pathname of this codebase.
getPathName() - Method in class edu.umd.cs.findbugs.classfile.impl.DirectoryCodeBase
 
getPathName() - Method in class edu.umd.cs.findbugs.classfile.impl.EmptyCodeBase
 
getPathName() - Method in class edu.umd.cs.findbugs.classfile.impl.FilesystemCodeBaseLocator
 
getPathName() - Method in class edu.umd.cs.findbugs.classfile.impl.JrtfsCodeBase
 
getPathName() - Method in class edu.umd.cs.findbugs.classfile.impl.NestedZipFileCodeBase
 
getPathName() - Method in class edu.umd.cs.findbugs.classfile.impl.SingleFileCodeBase
 
getPathName() - Method in class edu.umd.cs.findbugs.classfile.impl.ZipFileCodeBase
 
getPathName() - Method in class edu.umd.cs.findbugs.classfile.impl.ZipInputStreamCodeBase
 
getPattern() - Method in class edu.umd.cs.findbugs.ba.CheckReturnValueAnnotation
 
getPattern() - Method in class edu.umd.cs.findbugs.ByteCodePatternDetector
Get the ByteCodePattern for this detector.
getPattern() - Method in class edu.umd.cs.findbugs.detect.LazyInit
 
getPatternElement() - Method in class edu.umd.cs.findbugs.ba.bcp.MatchResult
Get the PatternElement.
getPatternElement() - Method in class edu.umd.cs.findbugs.ba.bcp.PatternElementMatch
Get the PatternElement.
getPC() - Method in class edu.umd.cs.findbugs.asm.AbstractFBMethodVisitor
 
getPC() - Method in class edu.umd.cs.findbugs.LocalVariableAnnotation
 
getPC() - Method in class edu.umd.cs.findbugs.OpcodeStack.Item
 
getPC() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
getPeakMemory() - Method in class edu.umd.cs.findbugs.Footprint
 
getPeakUsage() - Method in class edu.umd.cs.findbugs.Footprint.MemoryBeanWrapper
 
getPlatformName(String, String) - Static method in class edu.umd.cs.findbugs.ba.SourceFinder
 
getPlatformName(SourceLineAnnotation) - Static method in class edu.umd.cs.findbugs.ba.SourceFinder
 
getPlugin() - Method in class edu.umd.cs.findbugs.ComponentPlugin
 
getPlugin() - Method in class edu.umd.cs.findbugs.DetectorFactory
Get the Plugin that this Detector is part of.
getPlugin() - Method in class edu.umd.cs.findbugs.PluginLoader
 
getPluginById(String) - Method in class edu.umd.cs.findbugs.DetectorFactoryCollection
Get a Plugin by its unique id.
getPluginDescriptor() - Method in class edu.umd.cs.findbugs.PluginLoader
 
getPluginId() - Method in class edu.umd.cs.findbugs.Plugin
 
getPluginId() - Method in error edu.umd.cs.findbugs.plugins.DuplicatePluginIdError
 
getPluginId() - Method in exception edu.umd.cs.findbugs.plugins.DuplicatePluginIdException
 
getPluginLoader() - Method in class edu.umd.cs.findbugs.Plugin
 
getPluginLoader(URL, ClassLoader, boolean, boolean) - Static method in class edu.umd.cs.findbugs.PluginLoader
 
getPluginStatus(Plugin) - Method in class edu.umd.cs.findbugs.Project
 
getPointerDereference() - Static method in class edu.umd.cs.findbugs.ba.npe.PointerUsageRequiringNonNullValue
 
getPointerNullChecked() - Static method in class edu.umd.cs.findbugs.ba.npe.PointerUsageRequiringNonNullValue
 
getPositionSpecifiedInPluginDescriptor() - Method in class edu.umd.cs.findbugs.DetectorFactory
Get the overall position in which this detector was specified in the plugin descriptor.
getPossibleValues() - Method in class edu.umd.cs.findbugs.IGuiCallback.FormItem
 
getPredecessorOf(InstructionHandle) - Method in class edu.umd.cs.findbugs.ba.BasicBlock
Get the predecessor of given instruction within the basic block.
getPredecessorWithEdgeType(BasicBlock, int) - Method in class edu.umd.cs.findbugs.ba.CFG
Get the first predecessor reachable from given edge type.
getPrefixStates(Path) - Method in class edu.umd.cs.findbugs.ba.obl.StateSet
Get all States that have Paths which are prefixes of the given Path.
getPrev() - Method in class edu.umd.cs.findbugs.ba.bcp.PatternElementMatch
Get the previous PatternMatchElement.
getPreviousLocation(Location) - Method in class edu.umd.cs.findbugs.ba.CFG
 
getPreviouslyLoadedFrom() - Method in error edu.umd.cs.findbugs.plugins.DuplicatePluginIdError
 
getPreviouslyLoadedFrom() - Method in exception edu.umd.cs.findbugs.plugins.DuplicatePluginIdException
 
getPrevOpcode(int) - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
return previous opcode;
getPrimaryClass() - Method in class edu.umd.cs.findbugs.BugInstance
Get the primary class annotation, which indicates where the bug occurs.
getPrimaryField() - Method in class edu.umd.cs.findbugs.BugInstance
Get the primary field annotation, which indicates where the bug occurs.
getPrimaryLocalVariableAnnotation() - Method in class edu.umd.cs.findbugs.BugInstance
 
getPrimaryMethod() - Method in class edu.umd.cs.findbugs.BugInstance
Get the primary method annotation, which indicates where the bug occurs.
getPrimarySourceLineAnnotation() - Method in class edu.umd.cs.findbugs.BugInstance
Get the primary source line annotation.
getPrimaryType() - Method in class edu.umd.cs.findbugs.BugInstance
Get the primary type annotation, which indicates where the bug occurs.
getPrimitiveType(String) - Static method in class edu.umd.cs.findbugs.util.ClassName
 
getPriority() - Method in class edu.umd.cs.findbugs.ba.CheckReturnValueAnnotation
 
getPriority() - Method in class edu.umd.cs.findbugs.ba.IncompatibleTypes
 
getPriority() - Method in class edu.umd.cs.findbugs.BugInstance
Get the bug priority.
getPriorityAbbreviation() - Method in class edu.umd.cs.findbugs.BugInstance
 
getPriorityAdjustment() - Method in class edu.umd.cs.findbugs.BugPattern
 
getPriorityAdjustment() - Method in class edu.umd.cs.findbugs.DetectorFactory
Get the priority adjustment for the detector produced by this factory.
getPriorityAdjustment() - Method in class edu.umd.cs.findbugs.props.AbstractWarningProperty
 
getPriorityAdjustment() - Method in interface edu.umd.cs.findbugs.props.WarningProperty
Get the priority adjustment: i.e., the effect that this warning property is expected to have on the likelihood that the warning is real, benign, or a false positive.
getPriorityForAssumingCompatible(GenericObjectType, Type) - Static method in class edu.umd.cs.findbugs.ba.IncompatibleTypes
 
getPriorityForAssumingCompatible(Type, Type) - Static method in class edu.umd.cs.findbugs.ba.IncompatibleTypes
 
getPriorityForAssumingCompatible(Type, Type, boolean) - Static method in class edu.umd.cs.findbugs.ba.IncompatibleTypes
 
getPriorityForAssumingCompatible(ObjectType, ObjectType, boolean) - Static method in class edu.umd.cs.findbugs.ba.IncompatibleTypes
 
getPriorityForAssumingCompatible(boolean, ClassDescriptor, ClassDescriptor) - Static method in class edu.umd.cs.findbugs.ba.IncompatibleTypes
 
getPriorityString() - Method in class edu.umd.cs.findbugs.BugInstance
 
getPriorityTypeAbbreviation() - Method in class edu.umd.cs.findbugs.BugInstance
 
getPriorityTypeString() - Method in class edu.umd.cs.findbugs.BugInstance
Get a string describing the bug priority and type.
getProcessCpuTime() - Method in class edu.umd.cs.findbugs.Footprint.OperatingSystemBeanWrapper
 
getProfile(Class<?>) - Method in class edu.umd.cs.findbugs.log.Profiler
 
getProfiler() - Method in interface edu.umd.cs.findbugs.classfile.IAnalysisCache
Get the analysis profiler instance, never null
getProfiler() - Method in class edu.umd.cs.findbugs.classfile.impl.AnalysisCache
 
getProfiler() - Method in class edu.umd.cs.findbugs.ProjectStats
 
getProgressMonitorInputStream(InputStream, int, String) - Method in class edu.umd.cs.findbugs.CommandLineUiCallback
 
getProgressMonitorInputStream(InputStream, int, String) - Method in interface edu.umd.cs.findbugs.IGuiCallback
 
getProject() - Method in class edu.umd.cs.findbugs.ba.SourceFinder
 
getProject() - Method in interface edu.umd.cs.findbugs.BugCollection
 
getProject() - Method in class edu.umd.cs.findbugs.BugCollectionBugReporter
 
getProject() - Method in class edu.umd.cs.findbugs.FindBugs2
 
getProject() - Method in class edu.umd.cs.findbugs.FindBugsCommandLine
 
getProject() - Method in interface edu.umd.cs.findbugs.IFindBugsEngine
Get the Project.
getProject() - Method in class edu.umd.cs.findbugs.SortedBugCollection
 
getProject() - Method in class edu.umd.cs.findbugs.TextUICommandLine
 
getProjectName() - Method in class edu.umd.cs.findbugs.FindBugs2
 
getProjectName() - Method in interface edu.umd.cs.findbugs.IFindBugsEngine
 
getProjectName() - Method in class edu.umd.cs.findbugs.Project
 
getProjects(String) - Method in class edu.umd.cs.findbugs.ProjectPackagePrefixes
 
getProjectStats() - Method in class edu.umd.cs.findbugs.AbstractBugReporter
 
getProjectStats() - Method in interface edu.umd.cs.findbugs.BugCollection
Get the project stats.
getProjectStats() - Method in interface edu.umd.cs.findbugs.BugReporter
Get ProjectStats object used to store statistics about the overall project being analyzed.
getProjectStats() - Method in class edu.umd.cs.findbugs.DelegatingBugReporter
 
getProjectStats() - Method in class edu.umd.cs.findbugs.SortedBugCollection
 
getProperties() - Method in class edu.umd.cs.findbugs.ComponentPlugin
 
getProperties() - Method in class edu.umd.cs.findbugs.PropertyBundle
 
getProperty(KeyType) - Method in class edu.umd.cs.findbugs.ba.interproc.PropertyDatabase
Get a property.
getProperty(String) - Method in class edu.umd.cs.findbugs.BugInstance
Get value of given property.
getProperty(String, String) - Method in class edu.umd.cs.findbugs.BugInstance
Get value of given property, returning given default value if the property has not been set.
getProperty(String) - Method in class edu.umd.cs.findbugs.PropertyBundle
 
getProperty(String, String) - Method in class edu.umd.cs.findbugs.PropertyBundle
 
getProperty(T) - Method in class edu.umd.cs.findbugs.props.WarningPropertySet
Get the value of the attribute for the given WarningProperty.
getProperty(String) - Static method in class edu.umd.cs.findbugs.SystemProperties
 
getProperty(String, String) - Static method in class edu.umd.cs.findbugs.SystemProperties
 
getProperty(String) - Method in class edu.umd.cs.findbugs.util.WriteOnceProperties
 
getProperty(String, String) - Method in class edu.umd.cs.findbugs.util.WriteOnceProperties
 
getProvider() - Method in class edu.umd.cs.findbugs.Plugin
Get the plugin provider.
getPutfieldsFor(JavaClass, Method, XField) - Static method in class edu.umd.cs.findbugs.ba.PutfieldScanner
 
getQueuedErrors() - Method in class edu.umd.cs.findbugs.AbstractBugReporter
 
getQuotedAttributeValue(String) - Static method in class edu.umd.cs.findbugs.xml.XMLAttributeList
Return a properly quoted form for an attribute value.
getRank(int) - Static method in enum edu.umd.cs.findbugs.BugRankCategory
 
getReader(InputStream) - Static method in class edu.umd.cs.findbugs.util.Util
 
getReadFields() - Method in class edu.umd.cs.findbugs.detect.UnreadFields
Deprecated.
getReadFields() - Method in class edu.umd.cs.findbugs.detect.UnreadFieldsData
 
getRealBugReporter() - Method in class edu.umd.cs.findbugs.BugCollectionBugReporter
 
getRealBugReporter() - Method in class edu.umd.cs.findbugs.TextUIBugReporter
 
getRealResourceName() - Method in class edu.umd.cs.findbugs.classfile.impl.AbstractScannableCodeBaseEntry
 
getRealResourceName() - Method in class edu.umd.cs.findbugs.classfile.impl.DirectoryCodeBaseEntry
 
getRealResourceName() - Method in class edu.umd.cs.findbugs.classfile.impl.JrtfsCodeBase.JrtfsCodebaseEntry
 
getRealResourceName() - Method in class edu.umd.cs.findbugs.classfile.impl.ZipFileCodeBaseEntry
 
getRealResourceName() - Method in class edu.umd.cs.findbugs.classfile.impl.ZipInputStreamCodeBaseEntry
 
getRecentProjects() - Method in class edu.umd.cs.findbugs.config.UserPreferences
Get List of recent project filenames.
getRedundantConditions() - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.ValueRangeAnalysisFactory.ValueRangeAnalysis
 
getRefConstantOperand() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
Deprecated.
getReference() - Method in class edu.umd.cs.findbugs.ba.vna.AvailableLoad
Get the ValueNumber of the object reference.
getReferencedClasses() - Method in class edu.umd.cs.findbugs.ProjectStats
 
getRefFieldIsStatic() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
getReflectiveClasses() - Method in class edu.umd.cs.findbugs.ba.XFactory
 
getRegister() - Method in class edu.umd.cs.findbugs.LocalVariableAnnotation
 
getRegisterNumber() - Method in class edu.umd.cs.findbugs.OpcodeStack.Item
 
getRegisterOperand() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
getReleaseDate() - Method in class edu.umd.cs.findbugs.Plugin
 
getReleaseName() - Method in class edu.umd.cs.findbugs.AppVersion
 
getReleaseName() - Method in interface edu.umd.cs.findbugs.BugCollection
Get the current release name.
getReleaseName() - Method in class edu.umd.cs.findbugs.FindBugs2
 
getReleaseName() - Method in interface edu.umd.cs.findbugs.IFindBugsEngine
 
getReleaseName() - Method in class edu.umd.cs.findbugs.SortedBugCollection
 
getRelevantTypeQualifiers(MethodDescriptor, CFG) - Static method in class edu.umd.cs.findbugs.ba.jsr305.Analysis
Find relevant type qualifiers needing to be checked for a given method.
getReportedBugPatternCodes() - Method in class edu.umd.cs.findbugs.DetectorFactory
Get list of bug pattern codes reported by the detector: empty if unknown.
getReportedBugPatterns() - Method in class edu.umd.cs.findbugs.DetectorFactory
Get set of all BugPatterns this detector reports.
getRepresentativeClassName() - Method in class edu.umd.cs.findbugs.model.SimilarClassSet
 
getResolvedAnnotation(Object, boolean) - Method in class edu.umd.cs.findbugs.ba.AnnotationDatabase
 
getResolvedAnnotation(Object, boolean) - Method in class edu.umd.cs.findbugs.ba.CheckReturnAnnotationDatabase
 
getResolvedAnnotation(Object, boolean) - Method in interface edu.umd.cs.findbugs.ba.INullnessAnnotationDatabase
Get a resolved NullnessAnnotation on given XMethod, XField, or XMethodParameter.
getResolvedAnnotation(Object, boolean) - Method in class edu.umd.cs.findbugs.ba.npe.TypeQualifierNullnessAnnotationDatabase
 
getResolvedAnnotation(Object, boolean) - Method in class edu.umd.cs.findbugs.ba.NullnessAnnotationDatabase
Deprecated.
 
getResolvedSourcePaths() - Method in class edu.umd.cs.findbugs.Project
 
getResource(String) - Method in class edu.umd.cs.findbugs.Plugin
 
getResource(String) - Method in class edu.umd.cs.findbugs.PluginLoader
Get a resource using the URLClassLoader classLoader.
getResourceClass() - Method in class edu.umd.cs.findbugs.ResourceCreationPoint
Get the name of the resource's class.
getResourceName() - Method in interface edu.umd.cs.findbugs.classfile.ICodeBaseEntry
Get the name of the resource.
getResourceName() - Method in class edu.umd.cs.findbugs.classfile.impl.AbstractScannableCodeBaseEntry
 
getResourceName() - Method in class edu.umd.cs.findbugs.classfile.impl.DelegatingCodeBaseEntry
 
getResourceName() - Method in class edu.umd.cs.findbugs.classfile.impl.NestedZipFileCodeBaseLocator
 
getResourceName() - Method in class edu.umd.cs.findbugs.classfile.impl.SingleFileCodeBaseEntry
 
getResourceName() - Method in exception edu.umd.cs.findbugs.classfile.ResourceNotFoundException
Get the name of the resource that was not found.
getResourceTracker(ClassContext, Method) - Method in class edu.umd.cs.findbugs.detect.FindOpenStream
 
getResourceTracker(ClassContext, Method) - Method in class edu.umd.cs.findbugs.detect.FindUnreleasedLock
 
getResourceTracker(ClassContext, Method) - Method in class edu.umd.cs.findbugs.ResourceTrackingDetector
 
getRest() - Method in class edu.umd.cs.findbugs.JavaVersion
Get the rest of the version string after the major and minor numbers.
getResult() - Method in class edu.umd.cs.findbugs.ba.jsr305.AbstractMethodAnnotationAccumulator
 
getResult() - Method in class edu.umd.cs.findbugs.ba.jsr305.ParameterAnnotationAccumulator
 
getResultFact(BasicBlock) - Method in class edu.umd.cs.findbugs.ba.BasicAbstractDataflowAnalysis
 
getResultFact(BasicBlock) - Method in class edu.umd.cs.findbugs.ba.Dataflow
Get dataflow facts for end of given block.
getResultFact(BasicBlock) - Method in interface edu.umd.cs.findbugs.ba.DataflowAnalysis
Get the result fact for given basic block.
getReturnFromNonNullMethod(XMethod) - Static method in class edu.umd.cs.findbugs.ba.npe.PointerUsageRequiringNonNullValue
 
getReturnPathDataflow(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get ReturnPathDataflow for method.
getReturnPathTypeDataflow(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get ReturnPathTypeDataflow for a method.
getReturnTypeSignature() - Method in class edu.umd.cs.findbugs.ba.generic.GenericSignatureParser
Get the method return type signature.
getReturnTypeSignature() - Method in class edu.umd.cs.findbugs.ba.SignatureParser
Get the method return type signature.
getReturnValue(MethodDescriptor, TypeQualifierValue<?>) - Method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierDatabase
Get the TypeQualifierAnnotation on a method return value.
getReturnValueNullness(XMethod) - Method in class edu.umd.cs.findbugs.ba.npe.IsNullValueFrameModelingVisitor
 
getReturnValueNullnessPropertyDatabase() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
Get the property database recording which methods always return nonnull values
getReturnValueOf() - Method in class edu.umd.cs.findbugs.OpcodeStack.Item
 
getReverseDepthFirstSearch() - Method in class edu.umd.cs.findbugs.ba.BackwardDataflowAnalysis
 
getReverseDepthFirstSearch(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get a ReverseDepthFirstSearch for given method.
getReverseDepthFirstSearch(IAnalysisCache, MethodDescriptor) - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.AnalysisFactory
 
getRuntimeVersion() - Static method in class edu.umd.cs.findbugs.JavaVersion
Get the version of Java that we are currently running under.
getSelfCalls(ClassDescriptor, Map<String, T>) - Static method in class edu.umd.cs.findbugs.classfile.engine.SelfMethodCalls
 
getSequence() - Method in class edu.umd.cs.findbugs.AbstractBugReporter.Error
 
getSequenceNumber() - Method in class edu.umd.cs.findbugs.AppVersion
 
getSequenceNumber() - Method in interface edu.umd.cs.findbugs.BugCollection
Get the sequence number of the BugCollection.
getSequenceNumber() - Method in class edu.umd.cs.findbugs.SortedBugCollection
 
getSettingList() - Method in class edu.umd.cs.findbugs.FindBugsCommandLine
 
getShortDescription() - Method in class edu.umd.cs.findbugs.BugCategory
Get the short description (usually a word or three)
getShortDescription() - Method in class edu.umd.cs.findbugs.BugPattern
Get the short description.
getShortDescription() - Method in class edu.umd.cs.findbugs.Plugin
 
getShortInteger(int) - Static method in class edu.umd.cs.findbugs.IntAnnotation
 
getShortInteger(long) - Static method in class edu.umd.cs.findbugs.IntAnnotation
 
getShortMessage(String) - Method in class edu.umd.cs.findbugs.I18N
Get a short message string.
getShortMessageWithoutCode(String) - Method in class edu.umd.cs.findbugs.I18N
 
getShortName() - Method in class edu.umd.cs.findbugs.DetectorFactory
Get the short name of the Detector.
getShortPluginId() - Method in class edu.umd.cs.findbugs.Plugin
 
getSigConstantOperand() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
If the current opcode has a reference constant operand, get its signature, slash-formatted
getSignature() - Method in class edu.umd.cs.findbugs.ba.AbstractClassMember
 
getSignature() - Method in interface edu.umd.cs.findbugs.ba.ClassMember
Get the signature representing the field/method's type.
getSignature() - Method in class edu.umd.cs.findbugs.classfile.ClassDescriptor
 
getSignature() - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.ValueRangeAnalysisFactory.LongRangeSet
 
getSignature() - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.ValueRangeAnalysisFactory.RedundantCondition
 
getSignature() - Method in class edu.umd.cs.findbugs.classfile.FieldOrMethodDescriptor
 
getSignature() - Method in interface edu.umd.cs.findbugs.classfile.FieldOrMethodName
 
getSignature() - Method in class edu.umd.cs.findbugs.OpcodeStack.Item
 
getSignatureInClass(ClassAnnotation) - Method in class edu.umd.cs.findbugs.MethodAnnotation
 
getSimpleClassName() - Method in class edu.umd.cs.findbugs.PackageMemberAnnotation
 
getSimpleClassName() - Method in class edu.umd.cs.findbugs.SourceLineAnnotation
Get the simple class name (the part of the name after the dot)
getSimpleName() - Method in class edu.umd.cs.findbugs.classfile.ClassDescriptor
Get the simple name of the class
getSize() - Method in class edu.umd.cs.findbugs.ba.CompactLocationNumbering
Get the size of the numbering, which is the maximum number assigned plus one.
getSize() - Method in class edu.umd.cs.findbugs.OpcodeStack.Item
 
getSize(String) - Method in class edu.umd.cs.findbugs.workflow.FileBugHash
 
getSizeOfSurroundingTryBlock(int) - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
Get lines of code in try block that surround pc
getSizeOfSurroundingTryBlock(String, int) - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
Get lines of code in try block that surround pc
getSizeOfSurroundingTryBlock(Method, Class<? extends Throwable>, int) - Static method in class edu.umd.cs.findbugs.visitclass.Util
 
getSizeOfSurroundingTryBlock(Method, String, int) - Static method in class edu.umd.cs.findbugs.visitclass.Util
 
getSizeOfSurroundingTryBlock(ConstantPool, Code, String, int) - Static method in class edu.umd.cs.findbugs.visitclass.Util
 
getSlashedClassName() - Method in class edu.umd.cs.findbugs.classfile.FieldOrMethodDescriptor
 
getSlashedClassName() - Method in class edu.umd.cs.findbugs.PackageMemberAnnotation
Get the dotted class name.
getSlashedPackageName() - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassInfo
 
getSlotContainingNewNullValue() - Method in class edu.umd.cs.findbugs.ba.npe.IsNullValueFrameModelingVisitor
 
getSlotsFromTopOfStackForParameter(int) - Method in class edu.umd.cs.findbugs.ba.SignatureParser
 
getSomeSource(ClassContext, Method, Location, OpcodeStack, int) - Static method in class edu.umd.cs.findbugs.BugInstance
 
getSortedClassStats() - Method in class edu.umd.cs.findbugs.PackageStats
 
getSource() - Method in interface edu.umd.cs.findbugs.ba.XClass
 
getSource() - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassInfo
 
getSource(EdgeType) - Method in class edu.umd.cs.findbugs.graph.AbstractDepthFirstSearch
Get "logical" source of edge.
getSource() - Method in class edu.umd.cs.findbugs.graph.AbstractEdge
 
getSource(EdgeType) - Method in class edu.umd.cs.findbugs.graph.DepthFirstSearch
 
getSource() - Method in interface edu.umd.cs.findbugs.graph.GraphEdge
Get the source vertex.
getSource(EdgeType) - Method in class edu.umd.cs.findbugs.graph.ReverseDepthFirstSearch
 
getSourceDir(int) - Method in class edu.umd.cs.findbugs.Project
Get the given source directory.
getSourceDirArray() - Method in class edu.umd.cs.findbugs.Project
Get source dirs as an array of Strings.
getSourceDirList() - Method in class edu.umd.cs.findbugs.Project
Get the source dir list.
getSourceFile() - Method in class edu.umd.cs.findbugs.PackageStats.ClassStats
 
getSourceFile() - Method in class edu.umd.cs.findbugs.SourceLineAnnotation
Get the source file name.
getSourceFile() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
Get the source file name for the current or most recently visited class
getSourceFileName() - Method in class edu.umd.cs.findbugs.BugAnnotationWithSourceLines
Get the source file name.
getSourceFiles() - Method in class edu.umd.cs.findbugs.workflow.FileBugHash
 
getSourceFinder() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
Get the SourceFinder, for finding source files.
getSourceFinder() - Method in class edu.umd.cs.findbugs.Project
 
getSourceForStackValue(ClassContext, Method, Location, int) - Static method in class edu.umd.cs.findbugs.BugInstance
 
getSourceForTopStackValue(ClassContext, Method, Location) - Static method in class edu.umd.cs.findbugs.BugInstance
 
getSourceInfoMap() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
Get the SourceInfoMap.
getSourceLineAnnotation() - Method in class edu.umd.cs.findbugs.ProgramPoint
 
getSourceLines() - Method in class edu.umd.cs.findbugs.BugAnnotationWithSourceLines
Get the SourceLineAnnotation describing the source lines where the method is defined.
getSourceLines() - Method in class edu.umd.cs.findbugs.ClassAnnotation
 
getSourceLines() - Method in class edu.umd.cs.findbugs.FieldAnnotation
 
getSourceLinesForClass(String, String) - Static method in class edu.umd.cs.findbugs.ClassAnnotation
 
getSourcePath() - Method in class edu.umd.cs.findbugs.SourceLineAnnotation
 
getSourceSignature() - Method in interface edu.umd.cs.findbugs.ba.ClassMember
Get the signature representing the field/method's type, including generic type
getSourceSignature() - Method in class edu.umd.cs.findbugs.ba.UnresolvedXField
 
getSourceSignature() - Method in interface edu.umd.cs.findbugs.ba.XClass
 
getSourceSignature() - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassInfo
 
getSourceSignature() - Method in class edu.umd.cs.findbugs.classfile.analysis.FieldInfo
 
getSourceSignature() - Method in class edu.umd.cs.findbugs.classfile.analysis.MethodInfo
 
getSourceSinkInfoSet(Location) - Method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierDataflowAnalysis
Get the set of SourceSinkInfo objects representing sources/sinks at a given Location.
getSpec() - Method in class edu.umd.cs.findbugs.filter.NameMatch
 
getSpecialKind() - Method in class edu.umd.cs.findbugs.OpcodeStack.Item
 
getSpecialKindForAbs() - Method in class edu.umd.cs.findbugs.OpcodeStack.Item
 
getSpecialKindForRemainder() - Method in class edu.umd.cs.findbugs.OpcodeStack.Item
 
getSpecialKindName(int) - Static method in class edu.umd.cs.findbugs.OpcodeStack.Item
 
getSpeed() - Method in class edu.umd.cs.findbugs.DetectorFactory
Deprecated.
This attribute is not used actively, and could be removed in future release
getStack() - Method in class edu.umd.cs.findbugs.bcel.OpcodeStackDetector
 
getStackAt(JavaClass, Method, int) - Static method in class edu.umd.cs.findbugs.ba.OpcodeStackScanner
 
getStackDepth() - Method in class edu.umd.cs.findbugs.ba.Frame
Get the depth of the Java operand stack.
getStackDepth() - Method in class edu.umd.cs.findbugs.OpcodeStack
 
getStackItem(int) - Method in class edu.umd.cs.findbugs.OpcodeStack
 
getStackLocation(int) - Method in class edu.umd.cs.findbugs.ba.Frame
Get a the location in the frame of a value on the operand stack.
getStackTrace() - Method in class edu.umd.cs.findbugs.AnalysisError
Get the stack trace elements.
getStackValue(int) - Method in class edu.umd.cs.findbugs.ba.Frame
Get a value on the operand stack.
getStart() - Method in class edu.umd.cs.findbugs.ba.SourceInfoMap.SourceLineRange
 
getStartBytecode() - Method in class edu.umd.cs.findbugs.SourceLineAnnotation
Get start bytecode (inclusive).
getStartFact(BasicBlock) - Method in class edu.umd.cs.findbugs.ba.BasicAbstractDataflowAnalysis
 
getStartFact(BasicBlock) - Method in class edu.umd.cs.findbugs.ba.Dataflow
Get dataflow facts for start of given block.
getStartFact(BasicBlock) - Method in interface edu.umd.cs.findbugs.ba.DataflowAnalysis
Get the start fact for given basic block.
getStartLine() - Method in class edu.umd.cs.findbugs.SourceLineAnnotation
Get the start line (inclusive).
getStateWithObligationSet(ObligationSet) - Method in class edu.umd.cs.findbugs.ba.obl.StateSet
Get the State which has the given ObligationSet.
getStatistics() - Method in class edu.umd.cs.findbugs.util.ProfilingMapCache
 
getStatus() - Method in class edu.umd.cs.findbugs.ba.ResourceValueFrame
 
getStoreCount() - Method in class edu.umd.cs.findbugs.ba.vna.LoadedFieldSet.LoadStoreCount
Get the number of times the field is stored.
getStoreDataflow(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get store dataflow.
getStoredIntoNonNullField(XField) - Static method in class edu.umd.cs.findbugs.ba.npe.PointerUsageRequiringNonNullValue
 
getStreamBase() - Method in class edu.umd.cs.findbugs.detect.Stream
 
getStreamEquivalenceClass(Stream) - Method in class edu.umd.cs.findbugs.detect.StreamResourceTracker
Get the equivalence class for given stream.
getString(Type) - Static method in class edu.umd.cs.findbugs.ba.generic.GenericUtilities
Get String representation of a Type including Generic information
getStringConstantOperand() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
If the current opcode has a string constant operand, get its name
getStringFromIndex(int) - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
 
getSubtypes(ClassDescriptor) - Method in class edu.umd.cs.findbugs.ba.ch.Subtypes2
Get known subtypes of given class.
getSubtypes2() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
Get the Subtypes2 inheritance hierarchy database.
getSuccessorOf(InstructionHandle) - Method in class edu.umd.cs.findbugs.ba.BasicBlock
Get the successor of given instruction within the basic block.
getSuccessorWithEdgeType(BasicBlock, int) - Method in class edu.umd.cs.findbugs.ba.CFG
Get the first successor reachable from given edge type.
getSummary(XField) - Method in class edu.umd.cs.findbugs.ba.FieldSummary
 
getSummaryHTML() - Method in class edu.umd.cs.findbugs.SortedBugCollection
 
getSuperCall(XMethod) - Method in class edu.umd.cs.findbugs.ba.FieldSummary
 
getSuperclassDescriptor() - Method in interface edu.umd.cs.findbugs.ba.XClass
Get ClassDescriptor of this class's immediate superclass.
getSuperclassDescriptor() - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassNameAndSuperclassInfo
 
getSuperclassName() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
Get the slash-formatted superclass name for the current or most recently visited class
getSupertypeQueryResults(ClassDescriptor) - Method in class edu.umd.cs.findbugs.ba.ch.Subtypes2
Look up or compute the SupertypeQueryResults for class named by given ClassDescriptor.
getSuppressionFilter() - Method in class edu.umd.cs.findbugs.Project
 
getSuppressionMatcher() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
 
getSurroundingCaughtExceptions(int) - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
 
getSurroundingCaughtExceptions(int, int) - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
 
getSurroundingTryBlock(int) - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
 
getSurroundingTryBlock(String, int) - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
 
getSurroundingTryBlock(ConstantPool, Code, String, int) - Static method in class edu.umd.cs.findbugs.visitclass.Util
 
getSwitchLabels() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
getSwitchOffsets() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
getTarget(EdgeType) - Method in class edu.umd.cs.findbugs.graph.AbstractDepthFirstSearch
Get "logical" target of edge.
getTarget() - Method in class edu.umd.cs.findbugs.graph.AbstractEdge
 
getTarget(EdgeType) - Method in class edu.umd.cs.findbugs.graph.DepthFirstSearch
 
getTarget() - Method in interface edu.umd.cs.findbugs.graph.GraphEdge
Get the target vertex.
getTarget(EdgeType) - Method in class edu.umd.cs.findbugs.graph.ReverseDepthFirstSearch
 
getTargetInstruction() - Method in class edu.umd.cs.findbugs.ba.Target
Get the handle of the target instruction.
getTextContents() - Method in class edu.umd.cs.findbugs.SAXBugCollectionHandler
 
getThisClass() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
Get the JavaClass object for the current or most recently visited class
getThisValue() - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumberAnalysis
 
getThrownExceptions() - Method in interface edu.umd.cs.findbugs.ba.XMethod
 
getThrownExceptions() - Method in class edu.umd.cs.findbugs.classfile.analysis.MethodInfo
 
getTimeFinishedLoading() - Method in class edu.umd.cs.findbugs.SortedBugCollection
 
getTimestamp() - Method in class edu.umd.cs.findbugs.AppVersion
 
getTimestamp() - Method in interface edu.umd.cs.findbugs.BugCollection
Get the timestamp for the analyzed code (when it was compiled)
getTimestamp() - Method in class edu.umd.cs.findbugs.Project
 
getTimestamp() - Method in class edu.umd.cs.findbugs.SortedBugCollection
 
getTimeStartedLoading() - Method in class edu.umd.cs.findbugs.SortedBugCollection
 
getTopLevelClass() - Method in class edu.umd.cs.findbugs.ClassAnnotation
 
getTopStackWords(ValueType[]) - Method in class edu.umd.cs.findbugs.ba.Frame
Get the values on the top of the Java operand stack.
getTopType() - Static method in class edu.umd.cs.findbugs.ba.type.TypeFrame
Get the single instance of the "Top" type.
getTopValue() - Method in class edu.umd.cs.findbugs.ba.BlockType
Get the top value on the catch and finally block nesting stack.
getTopValue() - Method in class edu.umd.cs.findbugs.ba.Frame
Get the value on the top of the Java operand stack.
getTotalArgumentSize() - Method in class edu.umd.cs.findbugs.ba.SignatureParser
 
getTotalBugs() - Method in class edu.umd.cs.findbugs.ProjectStats
 
getTotalTime() - Method in class edu.umd.cs.findbugs.log.Profiler.Profile
 
getTrainingInputDir() - Method in class edu.umd.cs.findbugs.FindBugs2
 
getTrainingInputDir() - Method in interface edu.umd.cs.findbugs.IFindBugsEngine
Get the training input database directory.
getTrainingOutputDir() - Method in class edu.umd.cs.findbugs.FindBugs2
 
getTrainingOutputDir() - Method in interface edu.umd.cs.findbugs.IFindBugsEngine
Get the training output directory.
getTransitiveCommonSubtypes(ClassDescriptor, ClassDescriptor) - Method in class edu.umd.cs.findbugs.ba.ch.Subtypes2
Get the set of common subtypes of the two given classes.
getTransitiveInputSet(ValueNumber) - Method in class edu.umd.cs.findbugs.ba.vna.MergeTree
Get the transitive set of input ValueNumbers which contributed (directly or indirectly) to the given output ValueNumber.
getTransitiveOutputSet(int) - Method in class edu.umd.cs.findbugs.ba.vna.MergeTree
 
getTransposedGraphVertex(VertexType) - Method in class edu.umd.cs.findbugs.graph.Transpose
Get the vertex in the transposed graph which corresponds to the given vertex in the original graph.
getTrueCondition() - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.ValueRangeAnalysisFactory.RedundantCondition
 
getType() - Method in class edu.umd.cs.findbugs.ba.Edge
Get the type of edge.
getType(String, List<? extends ReferenceType>) - Static method in class edu.umd.cs.findbugs.ba.generic.GenericUtilities
 
getType(String) - Static method in class edu.umd.cs.findbugs.ba.generic.GenericUtilities
This method is analogous to Type.getType(String), except that it also accepts signatures with generic information.
getType() - Method in class edu.umd.cs.findbugs.ba.jsr305.SourceSinkInfo
 
getType() - Method in class edu.umd.cs.findbugs.ba.obl.Obligation
 
getType() - Method in class edu.umd.cs.findbugs.ba.type.ExceptionObjectType
 
getType() - Method in class edu.umd.cs.findbugs.ba.type.ThrownException
Get the exception type.
getType(XField) - Static method in class edu.umd.cs.findbugs.ba.type.TypeFrameModelingVisitor
 
getType(ConstantPoolGen) - Method in class edu.umd.cs.findbugs.bcel.generic.NullnessConversationInstruction
 
getType() - Method in class edu.umd.cs.findbugs.BugInstance
Get the bug pattern name (e.g., IL_INFINITE_RECURSIVE_LOOP)
getType() - Method in class edu.umd.cs.findbugs.BugPattern
Get the BugPattern
getType() - Method in class edu.umd.cs.findbugs.detect.FindRefComparison.DynamicStringType
 
getType() - Method in class edu.umd.cs.findbugs.detect.FindRefComparison.EmptyStringType
 
getType() - Method in class edu.umd.cs.findbugs.detect.FindRefComparison.ParameterStringType
 
getType() - Method in class edu.umd.cs.findbugs.detect.FindRefComparison.StaticStringType
 
getTypeCategory() - Method in class edu.umd.cs.findbugs.ba.generic.GenericObjectType
Get the TypeCategory that represents this Object
getTypeCategory(Type) - Static method in class edu.umd.cs.findbugs.ba.generic.GenericUtilities
Get the TypeCategory that represents this Object
getTypeDataflow(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get a TypeDataflow for given method.
getTypeDataflow(IAnalysisCache, MethodDescriptor) - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.AnalysisFactory
 
getTypeDescriptor() - Method in class edu.umd.cs.findbugs.TypeAnnotation
Get the type descriptor.
getTypeParameters(String) - Static method in class edu.umd.cs.findbugs.ba.generic.GenericUtilities
Parse a bytecode signature that has 1 or more (possibly generic) types and return a list of the Types.
getTypeParameters() - Method in class edu.umd.cs.findbugs.TypeAnnotation
 
getTypeQualifierAnnotation() - Method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierAnnotationLookupResult.PartialResult
 
getTypeQualifierClassDescriptor() - Method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierValue
Get the ClassDescriptor which specifies the type qualifier annotation.
getTypeQualifierValue() - Method in class edu.umd.cs.findbugs.ba.jsr305.AbstractMethodAnnotationAccumulator
 
getUncachedResolvedAnnotation(Object, boolean) - Method in class edu.umd.cs.findbugs.ba.AnnotationDatabase
 
getUnconditionalDerefLocationSet(ValueNumber) - Method in class edu.umd.cs.findbugs.ba.deref.UnconditionalValueDerefSet
Get the set of Locations where given value is guaranteed to be dereferenced.
getUnconditionalDerefParamDatabase() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
Get the property database recording which methods unconditionally dereference parameters.
getUnconditionalValueDerefDataflow(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get the UnconditionalValueDerefDataflow for a method.
getUnpackedCode() - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.UnpackedBytecodeCallback
 
getUnpositionedMembers() - Method in class edu.umd.cs.findbugs.plan.AnalysisPass
Get Set of pass members which haven't been assigned a position in the pass.
getUnreadFields() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
 
getUnreadFieldsData() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
 
getUpdateUrl() - Method in class edu.umd.cs.findbugs.Plugin
 
getUpperBound() - Method in class edu.umd.cs.findbugs.ba.generic.GenericObjectType
 
getURI() - Method in class edu.umd.cs.findbugs.PluginLoader
 
getURL() - Method in class edu.umd.cs.findbugs.PluginLoader
 
getURLProtocol(String) - Static method in class edu.umd.cs.findbugs.ba.URLClassPath
Get the URL protocol of given URL string.
getUsagesRequiringNonNullValues(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get a UsagesRequiringNonNullValues for given method.
getUseLongBugCodes() - Method in class edu.umd.cs.findbugs.TextUIBugReporter
 
getUserDetectorThreshold() - Method in class edu.umd.cs.findbugs.config.UserPreferences
Get the detector threshold (min severity to report a warning).
getUserPreferences() - Method in class edu.umd.cs.findbugs.FindBugs2
 
getUserPreferences() - Method in interface edu.umd.cs.findbugs.IFindBugsEngine
Get the UserPreferences.
getUserValue() - Method in class edu.umd.cs.findbugs.OpcodeStack.Item
gets the detector specified value for this item
getValue(int) - Method in class edu.umd.cs.findbugs.ba.Frame
Get the value at the nth slot.
getValue(TypeQualifierValue<?>, When) - Static method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierAnnotation
 
getValue(ClassDescriptor, Object) - Static method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierValue
Given a ClassDescriptor/value pair, return the interned TypeQualifierValue representing that pair.
getValue(Class<A>, Object) - Static method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierValue
 
getValue(ValueNumber) - Method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierValueSet
 
getValue() - Method in class edu.umd.cs.findbugs.ba.npe.IsNullConditionDecision
Get the value about which the branch yields information.
getValue() - Method in class edu.umd.cs.findbugs.BugProperty
Get value of property.
getValue(String) - Method in class edu.umd.cs.findbugs.classfile.analysis.AnnotationValue
Get the value of given annotation element.
getValue() - Method in class edu.umd.cs.findbugs.filter.NameMatch
 
getValue() - Method in class edu.umd.cs.findbugs.IntAnnotation
Get the integer value.
getValue() - Method in class edu.umd.cs.findbugs.StringAnnotation
Get the String value.
getValue(K) - Method in class edu.umd.cs.findbugs.util.FractionalMultiset
 
getValue() - Method in class edu.umd.cs.findbugs.xml.XMLAttributeList.NameValuePair
 
getValueAsBoolean() - Method in class edu.umd.cs.findbugs.BugProperty
Get value of property as boolean.
getValueAsInt() - Method in class edu.umd.cs.findbugs.BugProperty
Get value of property as an integer.
getValueNumber() - Method in class edu.umd.cs.findbugs.ba.jsr305.SourceSinkInfo
 
getValueNumber() - Method in class edu.umd.cs.findbugs.ba.npe.LocationWhereValueBecomesNull
 
getValueNumberDataflow(Method) - Method in class edu.umd.cs.findbugs.ba.ClassContext
Get a ValueNumberDataflow for given method.
getValueNumberDataflow(IAnalysisCache, MethodDescriptor) - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.AnalysisFactory
 
getValueNumbers() - Method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierValueSet
 
getValueNumbersThatAreUnconditionallyDereferenced() - Method in class edu.umd.cs.findbugs.ba.deref.UnconditionalValueDerefSet
 
getValueNumberToParamMap(Method) - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumberDataflow
Build map of value numbers to param indices.
getValueNumberToParamMap(String, boolean) - Method in class edu.umd.cs.findbugs.ba.vna.ValueNumberDataflow
Build map of value numbers to param indices.
getValues(Map<TypeQualifierValue<?>, When>) - Static method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierAnnotation
 
getValueSource(OpcodeStack.Item, Method, int) - Static method in class edu.umd.cs.findbugs.BugInstance
 
getVariable() - Method in class edu.umd.cs.findbugs.ba.bcp.Binding
Get the variable of the variable.
getVariable() - Method in class edu.umd.cs.findbugs.ba.generic.GenericObjectType
 
getVarName() - Method in class edu.umd.cs.findbugs.ba.bcp.Binding
Get the variable name.
getVersion() - Method in class edu.umd.cs.findbugs.Plugin
 
getVertex() - Method in class edu.umd.cs.findbugs.graph.SearchTree
Get the vertex contained in this node.
getWebsite() - Method in class edu.umd.cs.findbugs.Plugin
Get the plugin website.
getWebsiteURI() - Method in class edu.umd.cs.findbugs.Plugin
 
getWhen() - Method in class edu.umd.cs.findbugs.ba.jsr305.SourceSinkInfo
 
getWhere(ValueNumber) - Method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierValueSet
 
getWhereAlways(ValueNumber) - Method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierValueSet
 
getWhereNever(ValueNumber) - Method in class edu.umd.cs.findbugs.ba.jsr305.TypeQualifierValueSet
 
getWithMessages() - Method in interface edu.umd.cs.findbugs.BugCollection
Return whether textual messages will be added to any generated XML
getWithMessages() - Method in class edu.umd.cs.findbugs.SortedBugCollection
 
getWriter(OutputStream) - Static method in class edu.umd.cs.findbugs.util.Util
 
getWrittenFields() - Method in class edu.umd.cs.findbugs.detect.UnreadFields
Deprecated.
getWrittenFields() - Method in class edu.umd.cs.findbugs.detect.UnreadFieldsData
 
getXargs() - Method in class edu.umd.cs.findbugs.TextUICommandLine
 
getXClass() - Method in class edu.umd.cs.findbugs.ba.ClassContext
 
getXClass(ClassDescriptor) - Method in class edu.umd.cs.findbugs.ba.XFactory
Get the XClass object providing information about the class named by the given ClassDescriptor.
getXClass() - Method in class edu.umd.cs.findbugs.classfile.ClassDescriptor
 
getXClass(ClassDescriptor) - Static method in class edu.umd.cs.findbugs.Lookup
 
getXClass(String) - Static method in class edu.umd.cs.findbugs.Lookup
 
getXClass() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
 
getXClassCollection() - Method in class edu.umd.cs.findbugs.ba.AnalysisContext
Get Collection of all XClass objects seen so far.
getXClassCollection() - Method in class edu.umd.cs.findbugs.ba.ch.Subtypes2
Get Collection of all XClass objects (resolved classes) seen so far.
getXClassOperand() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
getXField() - Method in class edu.umd.cs.findbugs.detect.FindRefComparison.FinalConstant
 
getXField() - Method in class edu.umd.cs.findbugs.OpcodeStack.Item
 
getXField() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
 
getXFieldOperand() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
getXFields() - Method in interface edu.umd.cs.findbugs.ba.XClass
 
getXFields() - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassInfo
 
getXmethod() - Method in class edu.umd.cs.findbugs.ba.ch.InterproceduralCallGraphVertex
 
getXmethod() - Method in class edu.umd.cs.findbugs.ba.ch.OverriddenMethodsVisitor
 
getXMethod(String, String, String, boolean) - Method in class edu.umd.cs.findbugs.ba.npe.TypeQualifierNullnessAnnotationDatabase
 
getXMethod() - Method in class edu.umd.cs.findbugs.visitclass.PreorderVisitor
 
getXMethodOperand() - Method in class edu.umd.cs.findbugs.visitclass.DismantleBytecode
 
getXMethods() - Method in interface edu.umd.cs.findbugs.ba.XClass
 
getXMethods() - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassInfo
 
getXMethodsInCallOrder() - Method in class edu.umd.cs.findbugs.classfile.analysis.ClassInfo
 
getXMLType(InputStream) - Static method in class edu.umd.cs.findbugs.util.Util
 
getZipOutputFile(String) - Method in class edu.umd.cs.findbugs.workflow.RejarClassesForAnalysis
 
Global - Class in edu.umd.cs.findbugs.classfile
Static methods for accessing objects that are global to an analysis session.
Global() - Constructor for class edu.umd.cs.findbugs.classfile.Global
 
GlobalOptions - Interface in edu.umd.cs.findbugs
 
GOTO_EDGE - Static variable in interface edu.umd.cs.findbugs.ba.EdgeTypes
Edge type for GOTO instructions.
Graph<EdgeType extends GraphEdge<EdgeType,VertexType>,VertexType extends GraphVertex<VertexType>> - Interface in edu.umd.cs.findbugs.graph
Graph interface; defines the operations used to access and manipulate a graph.
GraphEdge<ActualEdgeType extends GraphEdge<ActualEdgeType,VertexType>,VertexType extends GraphVertex<VertexType>> - Interface in edu.umd.cs.findbugs.graph
GraphEdge interface; represents an edge in a graph.
GraphToolkit<GraphType extends Graph<EdgeType,VertexType>,EdgeType extends GraphEdge<EdgeType,VertexType>,VertexType extends GraphVertex<VertexType>> - Interface in edu.umd.cs.findbugs.graph
An interface for creating Graph objects, and for copying auxiliary information in vertices and edges.
GraphVertex<ActualVertexType> - Interface in edu.umd.cs.findbugs.graph
GraphVertex interface; represents a vertex in a graph.
GRAY - Static variable in class edu.umd.cs.findbugs.graph.AbstractDepthFirstSearch
Color of a vertex which has been visited, but not all of whose descendents have been visited.
gt(long) - Method in class edu.umd.cs.findbugs.classfile.engine.bcel.ValueRangeAnalysisFactory.LongRangeSet
 
GT - Static variable in class edu.umd.cs.findbugs.filter.RelationalOp
 
GUI1 - Static variable in class edu.umd.cs.findbugs.LaunchAppropriateUI
UI code for the old Swing GUI.
GUI2 - Static variable in class edu.umd.cs.findbugs.LaunchAppropriateUI
UI code for the new Swing GUI.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links
SpotBugs 4.0.0-beta1

SpotBugs is licensed under the LGPL.