ER-075
Avoid hiding inherited instance fields
Severity
1
Enabled
yes
Waivable
yes
Violation
private Integer amount;
Fix
private Integer amountObj;
Hammurapi 3 Copyright © 2004 Hammurapi Group. All Rights Reserved.