On Wednesday, June 13, 2012 2:53:50 PM UTC+2, Cristian Rinaldi wrote:
>
> I'm using UiRenderer for cells, but I'm getting this error at compile 
> time. (I'm using the trunk)
>
> com.google.gwt.dev.jjs.InternalCompilerException: Unexpected error during 
> visit.
>  at 
> com.google.gwt.dev.jjs.ast.JVisitor.translateException(JVisitor.java:109)
> at com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:276)
>  at com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:265)
> at com.google.gwt.dev.jjs.ast.JVisitor.accept(JVisitor.java:116)
>  at 
> com.google.gwt.dev.jjs.ast.JCastOperation.traverse(JCastOperation.java:65)
> at com.google.gwt.dev.jjs.ast.JModVisitor.traverse(JModVisitor.java:361)
>  at com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:273)
> at com.google.gwt.dev.jjs.ast.JModVisitor.accept(JModVisitor.java:265)
>         ....
>         ....
> *Caused by: java.lang.NoSuchMethodError: 
> com.google.gwt.uibinder.rebind.UiBinderWriter.getBundleAttributeParser(Lcom/google/gwt/uibinder/rebind/XMLAttribute;)Lcom/google/gwt/uibinder/attributeparsers/AttributeParser;
> *
>  at 
> com.google.gwt.uibinder.elementparsers.ComputedAttributeInterpreter.interpretElement(ComputedAttributeInterpreter.java:67)
>

Which revision are you using? There's no call to getBundleAttributeParser 
from ComputedAttributeInterpreter:
http://code.google.com/p/google-web-toolkit/source/browse/trunk/user/src/com/google/gwt/uibinder/elementparsers/ComputedAttributeInterpreter.java?r=10548

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/f7Miaca8iy4J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to