Deprecated API


Contents
Deprecated Classes
edu.umd.cs.findbugs.workflow.BugHistory
           
edu.umd.cs.findbugs.ba.npe.MayReturnNullPropertyDatabase
            
edu.umd.cs.findbugs.ba.npe.NonNullReturnValueAnnotationChecker
            
edu.umd.cs.findbugs.ba.ir.PushException
            
 

Deprecated Annotation Types
edu.umd.cs.findbugs.annotations.PossiblyNull
          - use CheckForNull instead; the name of which more clearly indicates that not only could the value be null, but that good coding practice requires that the value be checked for null.