org.sonar.l10n.plsqlopen.rules.plsql.UnusedCursor.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zpa-checks Show documentation
Show all versions of zpa-checks Show documentation
Z PL/SQL Analyzer :: Checks
The newest version!
If a local cursor is declared but not used, it is dead code and should be removed.
Doing so will improve maintainability because developers will not wonder what the cursor is used for.