org.sonar.l10n.delphi.rules.community-delphi.CommentedOutCode.html Maven / Gradle / Ivy
Why is this an issue?
Code should not be commented out as it bloats programs and reduces readability.
Unused code should be deleted and can be retrieved from source control history if required.
Please be mindful of the fact that certain comments, such as a single word followed by a
semicolon, are indistinguishable from Delphi code and will be flagged.
How to fix it
Remove the commented out code.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy