Skip to content

Instantly share code, notes, and snippets.

@cancerberoSgx
Created February 6, 2013 20:30
Show Gist options
  • Save cancerberoSgx/4725531 to your computer and use it in GitHub Desktop.
Save cancerberoSgx/4725531 to your computer and use it in GitHub Desktop.
a very negative gwt JRe emulation bug dedicated to niloc132
AbtractMapImpl1 ehm = buildAM();
Set s = ehm.keySet();
ehm.put(null,"test");
th.check( s == ehm.keySet() , "same Set is returned"); //I think this fails because of javadoc keySet() sentence : The set is backed by the map, so changes to the map are reflected in the set, and vice-versa.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment