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

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



UR_UNINIT_READ

UR: Uninitialized read of field in constructor (UR_UNINIT_READ)

This constructor reads a field which has not yet been assigned a value.  This is often caused when the programmer mistakenly uses the field instead of one of the constructor's parameters.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy