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.