Uses of Interface
edu.umd.cs.findbugs.ba.RepositoryLookupFailureCallback
-
Packages that use RepositoryLookupFailureCallback Package Description edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs), the object model classes for bug instances (BugInstance, BugAnnotation), and other miscellany.edu.umd.cs.findbugs.ba edu.umd.cs.findbugs.ba.bcp edu.umd.cs.findbugs.ba.type edu.umd.cs.findbugs.ba.vna edu.umd.cs.findbugs.bugReporter edu.umd.cs.findbugs.detect -
-
Uses of RepositoryLookupFailureCallback in edu.umd.cs.findbugs
Subinterfaces of RepositoryLookupFailureCallback in edu.umd.cs.findbugs Modifier and Type Interface Description interfaceBugReporterGeneric interface for bug reporter objects.Classes in edu.umd.cs.findbugs that implement RepositoryLookupFailureCallback Modifier and Type Class Description classAbstractBugReporterAn abstract class which provides much of the functionality required of all BugReporter objects.classBugCollectionBugReporterclassCategoryFilteringBugReporterFilter reported warnings by category.classDelegatingBugReporterA BugReporter which delegates all method calls to another BugReporter.classEmacsBugReporterBugReporter to output warnings in Emacs format.classErrorCountingBugReporterA delegating bug reporter which counts reported bug instances, missing classes, and serious analysis errors.classExcludingHashesBugReporterclassFilterBugReporterclassHTMLBugReporterclassPrintingBugReporterA simple BugReporter which simply prints the formatted message to the output stream.classSortingBugReporterA BugReporter which stores all of the reported bug instances, and sorts them by class name before printing them.classTextUIBugReporterBase class for BugReporters which provides convenient formatting and reporting of warnings and analysis errors.classXDocsBugReporterBugReporter to output warnings in xdocs format for Maven.classXMLBugReporterReport warnings as an XML document. -
Uses of RepositoryLookupFailureCallback in edu.umd.cs.findbugs.ba
Classes in edu.umd.cs.findbugs.ba that implement RepositoryLookupFailureCallback Modifier and Type Class Description classDebugRepositoryLookupFailureCallbackDebugRepositoryLookupFailureCallback implementation for debugging.Fields in edu.umd.cs.findbugs.ba declared as RepositoryLookupFailureCallback Modifier and Type Field Description protected RepositoryLookupFailureCallbackAnalysisContext. lookupFailureCallbackMethods in edu.umd.cs.findbugs.ba that return RepositoryLookupFailureCallback Modifier and Type Method Description RepositoryLookupFailureCallbackAnalysisContext. getLookupFailureCallback()Get the lookup failure callback.RepositoryLookupFailureCallbackClassContext. getLookupFailureCallback()Get the RepositoryLookupFailureCallback. -
Uses of RepositoryLookupFailureCallback in edu.umd.cs.findbugs.ba.bcp
Constructors in edu.umd.cs.findbugs.ba.bcp with parameters of type RepositoryLookupFailureCallback Constructor Description Invoke(java.lang.String className, java.lang.String methodName, java.lang.String methodSig, int mode, RepositoryLookupFailureCallback lookupFailureCallback)Constructor. -
Uses of RepositoryLookupFailureCallback in edu.umd.cs.findbugs.ba.type
Constructors in edu.umd.cs.findbugs.ba.type with parameters of type RepositoryLookupFailureCallback Constructor Description StandardTypeMerger(RepositoryLookupFailureCallback lookupFailureCallback, ExceptionSetFactory exceptionSetFactory)Constructor.TypeAnalysis(org.apache.bcel.classfile.Method method, org.apache.bcel.generic.MethodGen methodGen, CFG cfg, DepthFirstSearch dfs, RepositoryLookupFailureCallback lookupFailureCallback, ExceptionSetFactory exceptionSetFactory)Constructor which uses StandardTypeMerger.TypeAnalysis(org.apache.bcel.classfile.Method method, org.apache.bcel.generic.MethodGen methodGen, CFG cfg, DepthFirstSearch dfs, TypeMerger typeMerger, RepositoryLookupFailureCallback lookupFailureCallback, ExceptionSetFactory exceptionSetFactory)Constructor.TypeAnalysis(org.apache.bcel.classfile.Method method, org.apache.bcel.generic.MethodGen methodGen, CFG cfg, DepthFirstSearch dfs, TypeMerger typeMerger, TypeFrameModelingVisitor visitor, RepositoryLookupFailureCallback lookupFailureCallback, ExceptionSetFactory exceptionSetFactory)Constructor. -
Uses of RepositoryLookupFailureCallback in edu.umd.cs.findbugs.ba.vna
Constructors in edu.umd.cs.findbugs.ba.vna with parameters of type RepositoryLookupFailureCallback Constructor Description ValueNumberAnalysis(org.apache.bcel.generic.MethodGen methodGen, DepthFirstSearch dfs, LoadedFieldSet loadedFieldSet, RepositoryLookupFailureCallback lookupFailureCallback)ValueNumberFrameModelingVisitor(org.apache.bcel.generic.MethodGen methodGen, ValueNumberFactory factory, ValueNumberCache cache, LoadedFieldSet loadedFieldSet, RepositoryLookupFailureCallback lookupFailureCallback)Constructor. -
Uses of RepositoryLookupFailureCallback in edu.umd.cs.findbugs.bugReporter
Classes in edu.umd.cs.findbugs.bugReporter that implement RepositoryLookupFailureCallback Modifier and Type Class Description classBugReporterDecoratorAbstract base class for bug reporters defined as plugins.classMaxRankDecoratorclassSuppressionDecorator -
Uses of RepositoryLookupFailureCallback in edu.umd.cs.findbugs.detect
Methods in edu.umd.cs.findbugs.detect with parameters of type RepositoryLookupFailureCallback Modifier and Type Method Description StreamAnyMethodReturnValueStreamFactory. createStream(Location location, org.apache.bcel.generic.ObjectType type, org.apache.bcel.generic.ConstantPoolGen cpg, RepositoryLookupFailureCallback lookupFailureCallback)StreamInstanceFieldLoadStreamFactory. createStream(Location location, org.apache.bcel.generic.ObjectType type, org.apache.bcel.generic.ConstantPoolGen cpg, RepositoryLookupFailureCallback lookupFailureCallback)StreamIOStreamFactory. createStream(Location location, org.apache.bcel.generic.ObjectType type, org.apache.bcel.generic.ConstantPoolGen cpg, RepositoryLookupFailureCallback lookupFailureCallback)StreamMethodReturnValueStreamFactory. createStream(Location location, org.apache.bcel.generic.ObjectType type, org.apache.bcel.generic.ConstantPoolGen cpg, RepositoryLookupFailureCallback lookupFailureCallback)StreamStaticFieldLoadStreamFactory. createStream(Location location, org.apache.bcel.generic.ObjectType type, org.apache.bcel.generic.ConstantPoolGen cpg, RepositoryLookupFailureCallback lookupFailureCallback)StreamStreamFactory. createStream(Location location, org.apache.bcel.generic.ObjectType type, org.apache.bcel.generic.ConstantPoolGen cpg, RepositoryLookupFailureCallback lookupFailureCallback)Determine if a Stream is created at given location.booleanStream. isStreamClose(BasicBlock basicBlock, org.apache.bcel.generic.InstructionHandle handle, org.apache.bcel.generic.ConstantPoolGen cpg, ResourceValueFrame frame, RepositoryLookupFailureCallback lookupFailureCallback)Constructors in edu.umd.cs.findbugs.detect with parameters of type RepositoryLookupFailureCallback Constructor Description StreamResourceTracker(StreamFactory[] streamFactoryList, RepositoryLookupFailureCallback lookupFailureCallback)Constructor.
-