ER-083 Avoid giving non-constructor methods the same name as the class

Severity3
Enabledyes
Waivable
Violation
public void MethodNameSameAsConstructorRuleViolationTestCase() {
}
Fix
public void methodNameNotSameAsConstructorRuleFixTestCase() {
}


Hammurapi 3 Copyright © 2004 Hammurapi Group. All Rights Reserved.