![JAR search and dependency download from the Maven repository](/logo.png)
edu.umd.cs.findbugs.bcel.generic.NONNULL2Z Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spotbugs Show documentation
Show all versions of spotbugs Show documentation
SpotBugs: Because it's easy!
package edu.umd.cs.findbugs.bcel.generic;
/** A synthetic instruction that converts a reference to a boolean value,
* translating any nonnull value to 1 (true), and null value to 0 (false).
*
*/
public class NONNULL2Z extends NullnessConversationInstruction {
public NONNULL2Z() {
super(org.apache.bcel.Const.IMPDEP2);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy