edu.umd.cs.findbugs.ba
Interface AnalysisFeatures

All Known Implementing Classes:
AnalysisContext, ClassContext, PruneUnconditionalExceptionThrowerEdges

public interface AnalysisFeatures


Field Summary
static boolean CONSERVE_SPACE
          A boolean flag which if set means that analyses should try to conserve space at the expense of precision.
static boolean WORK_HARD
          A boolean flag which if set means that analyses should do extra work to try to favor precision at the expense of speed.
 

Field Detail

CONSERVE_SPACE

static final boolean CONSERVE_SPACE
A boolean flag which if set means that analyses should try to conserve space at the expense of precision.


WORK_HARD

static final boolean WORK_HARD
A boolean flag which if set means that analyses should do extra work to try to favor precision at the expense of speed.