ER-054 Avoid calling an "abstract" method from a constructor in an "abstract" class

Severity1
Enabledyes
Waivable
Rationale
Violation
![CDATA[public AbstractMethodFromConstructorRuleViolationTestCase() {
	super();
	notYetImplemented();	
}
public abstract void notYetImplemented();]]
Fix

Resources


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