org.sonar.l10n.delphi.rules.community-delphi.InheritedMethodWithNoCode.html Maven / Gradle / Ivy
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