FindBugs™ 1.3.9

edu.umd.cs.findbugs.detect
Class NullArgumentWarningProperty

java.lang.Object
  extended by edu.umd.cs.findbugs.props.AbstractWarningProperty
      extended by 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

Field Summary
static NullArgumentWarningProperty ACTUAL_PARAMETER_GUARANTEED_NULL
           
static NullArgumentWarningProperty ALL_DANGEROUS_TARGETS
           
static NullArgumentWarningProperty ARG_DEFINITELY_NULL
           
static NullArgumentWarningProperty MONOMORPHIC_CALL_SITE
           
 
Method Summary
 
Methods inherited from class edu.umd.cs.findbugs.props.AbstractWarningProperty
getName, getPriorityAdjustment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ARG_DEFINITELY_NULL

public static final NullArgumentWarningProperty ARG_DEFINITELY_NULL

MONOMORPHIC_CALL_SITE

public static final NullArgumentWarningProperty MONOMORPHIC_CALL_SITE

ALL_DANGEROUS_TARGETS

public static final NullArgumentWarningProperty ALL_DANGEROUS_TARGETS

ACTUAL_PARAMETER_GUARANTEED_NULL

public static final NullArgumentWarningProperty ACTUAL_PARAMETER_GUARANTEED_NULL

FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.