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

org.sonar.l10n.plsqlopen.rules.plsql.EmptyBlock.html Maven / Gradle / Ivy

The newest version!

Most of the time a block of code is empty when a piece of code is really missing. So such empty block must be either filled or removed.

Noncompliant Code Example

begin
  null;
end;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy