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 checking.  It happend once, we switched to
> setText(), problem went away.  Happened a second time, seemed worth
> digging a little deeper.

There sure could be an NPE given the code in PassthroughParser, but
it's actually only called on the result of getText() which is never
'null' (ValueBoxBase, line 216, getValueOfThrow).

> I believe this is a regression in 2.1.0 that we didn't see in 2.0.4,
> although my memory's a little fuzzy on that point.

There was no Parser and Renderer in 2.0.x.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to