Uses of Class
edu.umd.cs.findbugs.ba.type.ExceptionSetFactory
Packages that use ExceptionSetFactory
Package
Description
A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
Support for analyses based on the BCEL bytecode framework.
-
Uses of ExceptionSetFactory in edu.umd.cs.findbugs.ba
Methods in edu.umd.cs.findbugs.ba that return ExceptionSetFactoryModifier and TypeMethodDescriptionClassContext.getExceptionSetFactory(org.apache.bcel.classfile.Method method) Get ExceptionSetFactory for given method. -
Uses of ExceptionSetFactory in edu.umd.cs.findbugs.ba.type
Fields in edu.umd.cs.findbugs.ba.type declared as ExceptionSetFactoryModifier and TypeFieldDescriptionprivate final ExceptionSetFactoryStandardTypeMerger.exceptionSetFactoryprivate final ExceptionSetFactoryTypeAnalysis.exceptionSetFactoryprivate final ExceptionSetFactoryExceptionSet.factoryConstructors in edu.umd.cs.findbugs.ba.type with parameters of type ExceptionSetFactoryModifierConstructorDescription(package private)ExceptionSet(ExceptionSetFactory factory) Constructor.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 ExceptionSetFactory in edu.umd.cs.findbugs.classfile.engine.bcel
Subclasses with type arguments of type ExceptionSetFactory in edu.umd.cs.findbugs.classfile.engine.bcelModifier and TypeClassDescriptionclassAnalysis engine to produce ExceptionSetFactory objects for analyzed methods.Methods in edu.umd.cs.findbugs.classfile.engine.bcel that return ExceptionSetFactoryModifier and TypeMethodDescriptionExceptionSetFactoryFactory.analyze(IAnalysisCache analysisCache, MethodDescriptor descriptor) protected ExceptionSetFactoryAnalysisFactory.getExceptionSetFactory(IAnalysisCache analysisCache, MethodDescriptor methodDescriptor) -
Uses of ExceptionSetFactory in edu.umd.cs.findbugs.detect
Constructors in edu.umd.cs.findbugs.detect with parameters of type ExceptionSetFactoryModifierConstructorDescriptionRefComparisonTypeMerger(RepositoryLookupFailureCallback lookupFailureCallback, ExceptionSetFactory exceptionSetFactory) privateSpecialTypeAnalysis(org.apache.bcel.classfile.Method method, org.apache.bcel.generic.MethodGen methodGen, CFG cfg, DepthFirstSearch dfs, TypeMerger typeMerger, TypeFrameModelingVisitor visitor, RepositoryLookupFailureCallback lookupFailureCallback, ExceptionSetFactory exceptionSetFactory)