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.
Review the method to ensure it does not need to call the #initialize method in its superclass.
Last modified date: 05/19/2020