Closed GoogleCodeExporter closed 9 years ago
Output of compile:
at
com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.dispatch(Ge
nerateJavaAST.java:500)
[java] at com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.dispProcessStatement(GenerateJavaAST.java:563)
[java] at com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.processStatement(GenerateJavaAST.java:1714)
[java] at sun.reflect.GeneratedMethodAccessor21.invoke(Unknown Source)
[java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[java] at java.lang.reflect.Method.invoke(Method.java:597)
Original comment by lama.gh...@gmail.com
on 16 Aug 2010 at 12:09
Hi, Lama,
Thanks for your report, I tested those two but looks it's fine, could you send me your test cases, thanks.
{{{
public static class SmartGWTComponents1 extends com.smartgwt.client.widgets.IButton implements Reflection {
public String getSomething() {
return this.getID();
}
}
@Reflect_Full
public static class SmartGWTComponents2 extends com.smartgwt.client.widgets.IButton implements Reflection {
public String getSomething() {
return this.getID();
}
}
}}}
James
Original comment by JamesLuo...@gmail.com
on 17 Aug 2010 at 12:02
I was mistaken. It wasn't because of smartGWT. It was because I was using a
function that returns null.
Thank you for answering
Original comment by lama.gh...@gmail.com
on 17 Aug 2010 at 6:49
That's Cool, Closed
Original comment by JamesLuo...@gmail.com
on 17 Aug 2010 at 6:53
Original issue reported on code.google.com by
lama.gh...@gmail.com
on 16 Aug 2010 at 12:08