]> source.dussan.org Git - sonarqube.git/blob
212b121d4f1c927af959197739a4fd65450195c0
[sonarqube.git] /
1 <p>This code compares a <code>java.lang.String</code> parameter for reference
2 equality using the == or != operators. Requiring callers to 
3 pass only String constants or interned strings to a method is unnecessarily
4 fragile, and rarely leads to measurable performance gains. Consider
5 using the <code>equals(Object)</code> method instead.</p>