org.sonar.l10n.pmd.IdempotentOperations.html Maven / Gradle / Ivy
Avoid idempotent operations - they are have no effect. Example :
int x = 2;
x = x;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
Avoid idempotent operations - they are have no effect. Example :
int x = 2;
x = x;