org.sonar.l10n.delphi.rules.community-delphi.EmptyFile.html Maven / Gradle / Ivy
Why is this an issue?
Units with no meaningful code are superfluous and should be removed.
A unit is considered empty if it has no:
- Executable statements
- Type declarations
- Var declarations
- Const declarations
- Routine declarations
© 2015 - 2024 Weber Informatics LLC | Privacy Policy