Inspectopedia
 
2024.3

Redundant overriding method

Info
New
Last modified: 03 December 2024

Reports redundant overriding declarations.

An override can be omitted if it does not modify the inherited signature semantics, for example, by changing visibility.

Example:

After the quick-fix is applied: