resources.report.rules.spotbugs.SA_LOCAL_SELF_COMPARISON.html Maven / Gradle / Ivy
SA_LOCAL_SELF_COMPARISON
SA: Self comparison of value with itself (SA_LOCAL_SELF_COMPARISON)
This method compares a local variable with itself, and may indicate a typo or
a logic error. Make sure that you are comparing the right things.