Somehow a class like "P extends BlahBlahBlah" was being treated as real class, resulting in a generated "PImpl" class which broke all kinds of ways. I need to put a breakpoint at that line to see if it still happens and try to deal with the issue further upstream.
Dan On Wed, Sep 29, 2010 at 7:58 PM, <[email protected]> wrote: > > http://gwt-code-reviews.appspot.com/888802/diff/1/24 > File > user/src/com/google/gwt/requestfactory/rebind/RequestFactoryGenerator.java > (right): > > http://gwt-code-reviews.appspot.com/888802/diff/1/24#newcode241 > user/src/com/google/gwt/requestfactory/rebind/RequestFactoryGenerator.java:241: > if ("P".equals(publicProxyType.getName())) { > Uh...what? > > http://gwt-code-reviews.appspot.com/888802/show > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
