Created by: jmini
This code cleanup removes field declaration that hides existing field.
Having field declarations that hides another field or variable is in my opinion a bad practice in java. Name shadowing can cause subtle errors and should be avoided.