Minimize the Scope of the Variables - II(Fields)
es.uniovi.reflection.analyses.cmu.dcl53
We search for fields that are unconditionally assigned before their usage, for all the methods. The rule encourages the programmer to use local variables instead.