You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
Run the attached java code with the gson library attached.
What is the expected output? What do you see instead?
When getting the "key" key from the map, this map gives null, however when I
iterate through its entryset, both the key and value is contained. For
double-check, the JDK hashmap gives back the proper value.
What version of the product are you using? On what operating system?
Gson 2.2.3 on both windows 7 and redhat and ubuntu linux.
Please provide any additional information below.
Run it, and the problem will be visible from the standard output. Quite serious
I think...
Original issue reported on code.google.com by d.biszt...@googlemail.com on 12 Jun 2013 at 9:06
Original issue reported on code.google.com by
d.biszt...@googlemail.com
on 12 Jun 2013 at 9:06Attachments:
The text was updated successfully, but these errors were encountered: