Package | Description |
---|---|
edu.umd.cs.findbugs.bcel.generic |
Modifier and Type | Class and Description |
---|---|
class |
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).
|
class |
NULL2Z
A synthetic instruction that converts a reference to a boolean value,
translating null to 1 (true), and any nonnull value to 0 (false).
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.