Uses of Package
edu.umd.cs.findbugs.bcel.generic
-
Packages that use edu.umd.cs.findbugs.bcel.generic Package Description 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.bcel.generic -
Classes in edu.umd.cs.findbugs.bcel.generic used by edu.umd.cs.findbugs.ba Class Description NONNULL2Z A synthetic instruction that converts a reference to a boolean value, translating any nonnull value to 1 (true), and null value to 0 (false).NULL2Z A synthetic instruction that converts a reference to a boolean value, translating null to 1 (true), and any nonnull value to 0 (false). -
Classes in edu.umd.cs.findbugs.bcel.generic used by edu.umd.cs.findbugs.bcel.generic Class Description NullnessConversationInstruction A synthetic instruction that converts a the nullness of a reference to a boolean value.