org.sonar.l10n.delphi.rules.community-delphi.CompilerHints.html Maven / Gradle / Ivy
Why is this an issue?
The Delphi compiler issues hint messages when detecting certain code smells, such as unused
variables, unused assignments, and dead code. These hints provide valuable feedback on code
quality problems and should not be disabled.
How to fix it
Remove the compiler directive disabling the hint(s).
© 2015 - 2024 Weber Informatics LLC | Privacy Policy