All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.l10n.delphi.rules.community-delphi.InheritedMethodWithNoCode.html Maven / Gradle / Ivy

There is a newer version: 1.12.1
Show newest version

Why is this an issue?

An overridden method containing only an inherited statement without any other actions is superfluous. The presence of the overridden method is also misleading, as it implies that the behaviour has been changed from the base class.

How to fix it

Remove the method override.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy