Uses of Interface
edu.umd.cs.findbugs.ba.INullnessAnnotationDatabase
Packages that use INullnessAnnotationDatabase
Package
Description
A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
-
Uses of INullnessAnnotationDatabase in edu.umd.cs.findbugs.ba
Classes in edu.umd.cs.findbugs.ba that implement INullnessAnnotationDatabaseMethods in edu.umd.cs.findbugs.ba with parameters of type INullnessAnnotationDatabaseModifier and TypeMethodDescriptionstatic void
DefaultNullnessAnnotations.addDefaultNullnessAnnotations
(INullnessAnnotationDatabase database) Add default NullnessAnnotations to given INullnessAnnotationDatabase.private static void
DefaultNullnessAnnotations.addEclipseSpecificAnnotations
(INullnessAnnotationDatabase db) -
Uses of INullnessAnnotationDatabase in edu.umd.cs.findbugs.ba.npe
Classes in edu.umd.cs.findbugs.ba.npe that implement INullnessAnnotationDatabaseModifier and TypeClassDescriptionclass
Implementation of INullnessAnnotationDatabase that is based on JSR-305 type qualifiers.