To be honest, I think I'd rather fix the underlying compiler problem. On Fri, Sep 5, 2008 at 2:25 PM, John Tamplin <[EMAIL PROTECTED]> wrote:
> Attached is the trivial fix for issue 2827, changing String.valueOf(Object > x) to use x==null ? "null" : x.toString() rather than "" + x. The issue > explains the background of the problem pretty well and an alternate (but not > likely soon) solution. > > If we have another 1.5 release, I think this should probably go into it, > but I could be persuaded that it should go into trunk instead. > --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
