![JAR search and dependency download from the Maven repository](/logo.png)
org.sonar.l10n.plsqlopen.rules.plsql.SameCondition.html Maven / Gradle / Ivy
The newest version!
Duplicate a condition in a comparison is almost always a mistake.
It can be either a copy/paste error and therefore a bug, or it is simply wasted code, and should be simplified.
Noncompliant Code Example
IF (x = 1) AND (x = 1) THEN ...
© 2015 - 2025 Weber Informatics LLC | Privacy Policy