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

org.sonar.l10n.pmd.rules.pmd.IdempotentOperations.html Maven / Gradle / Ivy

Avoid idempotent operations - they are have no effect. Example : 
int x = 2;
x = x;

This rule is deprecated, use {rule:squid:S1656} instead.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy