org.sonar.l10n.delphi.rules.community-delphi.EmptyBlock.html Maven / Gradle / Ivy
Why is this an issue?
Most of the time a block of code is empty when a piece of code is really missing. An empty block
should be either filled or removed.
Exceptions
- Empty routine bodies (covered by the
EmptyRoutine
rule)
- Empty except blocks (covered by the
SwallowedException
rule)
- Case blocks that are empty apart from a comment
© 2015 - 2024 Weber Informatics LLC | Privacy Policy