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

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

The newest version!

Using the same value on either side of an operator 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 a = a then ...




© 2015 - 2024 Weber Informatics LLC | Privacy Policy