Class NullPointerAnalysis

java.lang.Object
com.ibm.wala.cfg.exc.NullPointerAnalysis

public final class NullPointerAnalysis extends Object
Tries to detect impossible (or always appearing) NullPointerExceptions and removes impossible control flow from the CFG.
Author:
Juergen Graf <graf@kit.edu>