
resources.report.rules.spotbugs.NP_UNWRITTEN_FIELD.html Maven / Gradle / Ivy
NP_UNWRITTEN_FIELD
NP: Read of unwritten field (NP_UNWRITTEN_FIELD)
The program is dereferencing a field that does not seem to ever have a non-null value written to it.
Unless the field is initialized via some mechanism not seen by the analysis,
dereferencing this value will generate a null pointer exception.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy