sonar-delphi
sonar-delphi copied to clipboard
Add check for redundant inherited statements
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.