gerrit/gerrit-gwtui
David Pursehouse 1f7cdcd8da LocalComments: Use equals instead of == to compare String values
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
2015-12-18 18:09:30 +09:00
..
src LocalComments: Use equals instead of == to compare String values 2015-12-18 18:09:30 +09:00
BUCK Buck: Move gwt-dev transitive deps to first order dependency 2015-10-18 19:01:42 +02:00
gwt.defs Buck: Build gwtgerrit without touching PolyGerrit deps 2015-12-01 07:29:21 +00:00