shau-lok / google-gson

Automatically exported from code.google.com/p/google-gson

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Patch] Bug in JsonObjectDeserializationVisitor

GoogleCodeExporter opened this issue · comments

in public void visitPrimitive(Object primitive) method,

should add one line below:

constructed = true;


Original issue reported on code.google.com by calvinxiu@gmail.com on 8 Nov 2011 at 10:47

What version are you looking at? This code no longer exists in SVN.

Original comment by limpbizkit on 9 Nov 2011 at 5:31

  • Changed state: WontFix