FindBugs™ 1.3.9

Uses of Interface
edu.umd.cs.findbugs.ba.INullnessAnnotationDatabase

Packages that use INullnessAnnotationDatabase
edu.umd.cs.findbugs.ba A bytecode analysis framework for BCEL, providing CFG construction, generic dataflow analysis, and a variety of specific dataflow analyses. 
edu.umd.cs.findbugs.ba.npe   
 

Uses of INullnessAnnotationDatabase in edu.umd.cs.findbugs.ba
 

Classes in edu.umd.cs.findbugs.ba that implement INullnessAnnotationDatabase
 class NullnessAnnotationDatabase
           
 

Methods in edu.umd.cs.findbugs.ba that return INullnessAnnotationDatabase
abstract  INullnessAnnotationDatabase AnalysisContext.getNullnessAnnotationDatabase()
           
 INullnessAnnotationDatabase AnalysisCacheToAnalysisContextAdapter.getNullnessAnnotationDatabase()
           
 

Methods in edu.umd.cs.findbugs.ba with parameters of type INullnessAnnotationDatabase
static void DefaultNullnessAnnotations.addDefaultNullnessAnnotations(INullnessAnnotationDatabase database)
          Add default NullnessAnnotations to given INullnessAnnotationDatabase.
 

Uses of INullnessAnnotationDatabase in edu.umd.cs.findbugs.ba.npe
 

Classes in edu.umd.cs.findbugs.ba.npe that implement INullnessAnnotationDatabase
 class TypeQualifierNullnessAnnotationDatabase
          Implementation of INullnessAnnotationDatabase that is based on JSR-305 type qualifiers.
 


FindBugs™ 1.3.9

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