Class NullPointerExceptionFilter

java.lang.Object
com.ibm.wala.ipa.cfg.exceptionpruning.filter.NullPointerExceptionFilter
All Implemented Interfaces:
ExceptionFilter<SSAInstruction>

public class NullPointerExceptionFilter extends Object implements ExceptionFilter<SSAInstruction>
Adapter for IntraproceduralNullPointerAnalysis. This filter is filtering NullPointerException, which can not occur.
Author:
Stephan Gocht <stephan@gobro.de>