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

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

The newest version!

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