Re: NullPointerException in PassthroughParser

2010-12-07 Thread Geoffrey Wiseman
On Dec 7, 11:32 pm, Geoffrey Wiseman geoffrey.wise...@gmail.com wrote: Unfortunately, I have no idea how it gets in that state, since I'm unable to reproduce it in a simple GWT Test Case, nor find a hole in the GWT code that clearly identifies how a null could get in there. setText() seems

NullPointerException in PassthroughParser

2010-12-06 Thread Geoffrey Wiseman
I'm seeing some NPEs in PassthroughParser when using TextBox, particularly if you touch getValue(), setValue(). getValueOrThrow() seems to pass a null right up to PassthroughParser.parse(), which calls toString() without checking. It happend once, we switched to setText(), problem went away.

Re: NullPointerException in PassthroughParser

2010-12-06 Thread Thomas Broyer
On 6 déc, 23:32, Geoffrey Wiseman geoffrey.wise...@gmail.com wrote: I'm seeing some NPEs in PassthroughParser when using TextBox, particularly if you touch getValue(), setValue().  getValueOrThrow() seems to pass a null right up to PassthroughParser.parse(), which calls toString() without