Re: Classname.this in code split (GWT 2.4)

2011-10-29 Thread Patrick Tucker
This is basically the code that is now failing in GWT 2.4: public void doSomething(final String id, final String name) { GWT.runAsync(new RunAsyncCallback() { @Override public void onFailure(Throwable caught) { Window.alert("An error occurred accessing the serv

Classname.this in code split (GWT 2.4)

2011-10-28 Thread Patrick Tucker
Has anyone else had trouble with using Classname.this in a code split block? The code I'm referring to worked fine in 2.3 but throws a NPE when I updated it to 2.4. I have a work around but not looking forward to finding all the places where it is now broken. Thanks, Pat -- You received this m