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

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



UWF_UNWRITTEN_FIELD

UwF: Unwritten field (UWF_UNWRITTEN_FIELD)

This field is never written.  All reads of it will return the default value. Check for errors (should it have been initialized?), or remove it if it is useless.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy