Class CalledMethodsAnalysis

All Implemented Interfaces:
Analysis<CFValue,CFStore,CFTransfer>, ForwardAnalysis<CFValue,CFStore,CFTransfer>
Direct Known Subclasses:
ResourceLeakAnalysis

public class CalledMethodsAnalysis extends CFAnalysis
The analysis for the Called Methods Checker. The analysis is specialized to ignore certain exception types; see isIgnoredExceptionType(TypeMirror).
  • Field Details

    • ignoredExceptionTypes

      protected static final Set<String> ignoredExceptionTypes
      The fully-qualified names of the exception types that are ignored by this checker when computing dataflow stores.
  • Constructor Details

  • Method Details