Class NullArgumentWarningProperty

java.lang.Object
edu.umd.cs.findbugs.props.AbstractWarningProperty
edu.umd.cs.findbugs.detect.NullArgumentWarningProperty
All Implemented Interfaces:
WarningProperty

public class NullArgumentWarningProperty extends AbstractWarningProperty
Warning property for a null argument being passed to a method which might dereference it.
Author:
David Hovemeyer