sonar-delphi icon indicating copy to clipboard operation
sonar-delphi copied to clipboard

Add check for redundant inherited statements

Open jgardn3r opened this issue 1 year ago • 0 comments

A bare inherited statement can be put in any method, regardless of whether the method is overriding a parent's. The compiler treats these as no-ops, which indicates they can be removed. Using these statements without overriding a method makes the code far more confusing.

jgardn3r avatar Mar 28 '24 05:03 jgardn3r