Here's a null-pointer deref in Safari.  The location data here is
accurate, you can call up RequestBuilder.java and see on line 396 that
it's firing onResponseReceived.

The offending Java code is:   ((String) null).charAt(55);

The exception reported through the JUnit console is

com.google.gwt.core.client.JavaScriptException: (TypeError): Result of
expression 'null' [null] is not an object.
 line: 117
 sourceId: 1670923584
 sourceURL: 
http://localhost:59919/com.google.gwt.core.Core.JUnit/B754DEC21E1817C9FCA1D279932B067E.cache.html
 expressionBeginOffset: 6221
 expressionCaretOffset: 6225
 expressionEndOffset: 6228
        at Unknown.AL(JsArrayString.java)
        at Unknown.lI(StackTraceCreator.java:282)
        at Unknown.a0(Exceptions.java:29)
        at Unknown.AM(StackTraceCreatorTest.java:70)
        at Unknown.xQ(GWTTestCase.java:138)
        at Unknown.nS(GWTRunner.java:233)
        at Unknown.kS(GWTRunner.java:195)
        at Unknown.FR(GWTRunner.java:67)
        at Unknown.c$(com.google.gwt.dev.jjs.impl.GenerateJavaAST:0)
        at Unknown.FP(Request.java:316)
        at Unknown.aQ(Request.java:272)
        at Unknown.FO(RequestBuilder.java:396)
        at Unknown.anonymous(XMLHttpRequest.java)


-- 
Bob Vawter
Google Web Toolkit Team

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to