----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38785/ -----------------------------------------------------------
Review request for wave and Yuri Zelikov. Repository: wave Description ------- As of https://gwt.googlesource.com/gwt/+/6d27b4615004569c68c7bbf2b3d04a6c942cd493 the method is no longer available. Calling Object#hashCode() should "Just Work (TM)" both for jso and java, as the 'emul' implementation both before and after dankurka's change default to the previous implementation in JsIdentity{Map,Set}. Diffs ----- src/org/waveprotocol/wave/client/common/util/JsIdentityMap.java d321b1e src/org/waveprotocol/wave/client/common/util/JsIdentitySet.java 9f7f6e1 Diff: https://reviews.apache.org/r/38785/diff/ Testing ------- ant compile compile-gwt works with latest GWT jars Thanks, Martin Letis