ENVY/QA User Guide : Code Critic : Method Reviews : Identical to Inherited Method
Identical to Inherited Method
Warns if a method’s implementation is identical to that of its superclass.
D:\Documents\VAS Documentation Word\images\tips.gif
Before you remove the duplicate method from the subclass, make sure the duplication did not occur because the subclass behavior was not properly refined. In certain situations, you might be implementing a class method that is identical to an inherited method from Class or Behavior (for example, #initialize). When you browse the hierarchy of your class, the development browsers might not display these classes’ superclasses (Class, Behavior).
 
Last modified date: 05/19/2020