1f7cdcd8da
As reported by FindBugs: This code compares java.lang.String objects for reference equality using the == or != operators. Unless both strings are either constants in a source file, or have been interned using the String.intern() method, the same string value may be represented by two different String objects. Consider using the equals(Object) method instead. Change-Id: Ifc54f7b3fb128284dad1b6b0d8278ecb69ed4c54 |
||
---|---|---|
.. | ||
src | ||
BUCK | ||
gwt.defs |