ENVY/QA User Guide : Code Critic : Method Reviews : Should Call Superclass
Should Call Superclass
Warns if the checked method specializes selectors but does not call their superclass implementation. For example, when developers implement #initialize, they commonly call super initialize.
D:\Documents\VAS Documentation Word\images\tips.gif
Review the method to ensure it does not need to call the #initialize method in its superclass.
 
Last modified date: 05/19/2020