edu.umd.cs.findbugs.ba
Interface Debug

All Known Implementing Classes:
BasicBlock, BetterCFGBuilder2, BetterTypeFrame, CFG, Edge, FindRefComparison.RefComparisonTypeFrameModelingVisitor, Frame, IsNullValueFrame, LiveLocalStoreAnalysis, ResourceValueFrame, TypeFrame, TypeFrameModelingVisitor, ValueNumberFrame, ValueNumberFrameModelingVisitor

public interface Debug


Field Summary
static boolean CHECK_ASSERTIONS
          Check assertions.
static boolean VERIFY_INTEGRITY
          Set this to true to enable data structure integrity checks.
 

Field Detail

CHECK_ASSERTIONS

static final boolean CHECK_ASSERTIONS
Check assertions.


VERIFY_INTEGRITY

static final boolean VERIFY_INTEGRITY
Set this to true to enable data structure integrity checks. These checks are somewhat expensive, but hey, computers are fast.