Closed GoogleCodeExporter closed 9 years ago
Oh, since it's such a trivial change, can it be included in the gson 1.4
release that
I hear could happen before the end of the month? Thanks.
Original comment by tim.molo...@gmail.com
on 23 Sep 2009 at 2:04
This issue was closed by revision r444.
Original comment by inder123
on 23 Sep 2009 at 5:17
Fixed in r444
The problem arises because of the incompatible way JDK 1.5 and JDK 1.6 handle
casting to type variables. One of
them throws a warning if you cast, the other one throws a compilation error if
you dont.
Original comment by inder123
on 23 Sep 2009 at 5:22
Issue 145 has been merged into this issue.
Original comment by inder123
on 23 Sep 2009 at 5:47
Original issue reported on code.google.com by
tim.molo...@gmail.com
on 23 Sep 2009 at 2:03Attachments: