Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 333 Bytes

UnnecessaryOverridingMethod.md

File metadata and controls

11 lines (6 loc) · 333 Bytes

Pattern: Unnecessary overriding method

Issue: -

Description

Checks for an overriding method that merely calls the same method defined in a superclass. Remove it.

Further Reading