Try compile option pretty

2011/9/22 rolarenfan <[email protected]>

> Every so often I get this call-stack:
>
> com.google.gwt.core.client.JavaScriptException: (TypeError): Result of
> expression 'this.$26a' [null] is not an object.
>  line: 1090
>  sourceId: 4807533168
>  sourceURL: http://127.0.0.1:58174/mylittlewidget/sc/modules/ISC_Grids.js
>  expressionBeginOffset: 190952
>  expressionCaretOffset: 190961
>  expressionEndOffset: 190965
>        at
>
> com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:
> 237)
>        at
> com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:
> 129)
>        at
> com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:
> 561)
>        at
> com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:
> 269)
>        at
>
> com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:
> 91)
>        at com.google.gwt.core.client.impl.Impl.apply(Impl.java)
>        at com.google.gwt.core.client.impl.Impl.entry0(Impl.java:214)
>        at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
>        at
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
> 25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:
> 103)
>        at
> com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:
> 71)
>        at
>
> com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:
> 157)
>        at
>
> com.google.gwt.dev.shell.BrowserChannelServer.reactToMessages(BrowserChannelServer.java:
> 281)
>        at
>
> com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java:
> 531)
>        at
>
> com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java:
> 352)
>        at java.lang.Thread.run(Thread.java:637)
>
>
> line 1090 of the indicated generated JS file (mylittlewidget/sc/
> modules/ISC_Grids.js) is:
>
> ,isc.A.autoFitField=function isc_ListGrid_autoFitField(_1,_2){var
> _3=this.getField(_1),_4=this.getFieldNum(_3);if(_3==null||
> _4==-1)return;var _5=this.getFieldAutoFitWidth(_3);if(_5==null||
> _5==this.$26a[_4])return;var
> _6=this.shouldAutoFitField(_3);this.resizeField(_1,_5,!
> _6);if(_6)_3.$776=this.
> $26a[_4];if(_2)this.scrollColumnIntoView(_4,false);return _5}
>
> I have no clue what that means or how it corresponds to the Java that
> I wrote.
>
> Is there a way to "map" this back?
>
> thanks
> Paul
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>


-- 

GWT API for  non Java based platforms
http://code.google.com/p/gwt4air/
http://www.gwt4air.appspot.com/

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

Reply via email to