All Downloads are FREE. Search and download functionalities are using the official Maven repository.

resources.report.rules.findbugs.UWF_NULL_FIELD.html Maven / Gradle / Ivy



UwF: Field only ever set to null (UWF_NULL_FIELD)


UwF: Field only ever set to null (UWF_NULL_FIELD)

All writes to this field are of the constant value null, and thus all reads of the field will return null. Check for errors, or remove it if it is useless.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy