Re: Why can't JavascriptObject's runtime null pointer be detected ?

2012-04-09 Thread Chris Price
I think this issue explains what you have observed (see the comments towards the end) code.google.com/p/google-web-toolkit/issues/detail?id=3069 On 9 Apr 2012 08:01, "Alex Luya" wrote: >After some debugging,I found > "com.google.gwt.event.shared.UmbrellaException: One or more exceptions > ca

Why can't JavascriptObject's runtime null pointer be detected ?

2012-04-09 Thread Alex Luya
After some debugging,I found "com.google.gwt.event.shared.UmbrellaException: One or more exceptions caught, see full set in UmbrellaException#getCauses' when calling method: [nsIDOMEventListener::handleEvent]"(in web model) is caused by runtime null pointer.Question is why this kind of runtime