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

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

There is a newer version: 1.12.1
Show newest version

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