Hi folks,

Today I've updated and build latest gwt from trunk.
I've tried to compile my project but the compilar said:

Caused by: java.lang.NoSuchMethodError: com.google.gwt.dev.jjs.ast.JThisRef.
getClassType()Lcom/google/gwt/dev/jjs/ast/JClassType;
 at com.google.gwt.dev.jjs.impl.CloneExpressionVisitor.visit(
CloneExpressionVisitor.java:317)
 at com.google.gwt.dev.jjs.ast.JThisRef.traverse(JThisRef.java:48)
 at com.google.gwt.dev.jjs.ast.JVisitor.accept(JVisitor.java:127)
 ... 54 more
      [ERROR] at Enum.java(109): this
         com.google.gwt.dev.jjs.ast.JThisRef
      [ERROR] at Object.java(79): this$static
         com.google.gwt.dev.jjs.ast.JParameterRef
      [ERROR] at Object.java(79): Impl.getHashCode(this$static)
         com.google.gwt.dev.jjs.ast.JMethodCall
      [ERROR] at Enum.java(109): Object.$hashCode(this)
         com.google.gwt.dev.jjs.ast.JMethodCall
      [ERROR] at Enum.java(109): return Object.$hashCode(this)
         com.google.gwt.dev.jjs.ast.JReturnStatement
      [ERROR] at Enum.java(108): {
  return Object.$hashCode(this);
}
         com.google.gwt.dev.jjs.ast.JBlock
      [ERROR] at Enum.java(108): {
  return Object.$hashCode(this);
}
         com.google.gwt.dev.jjs.ast.JMethodBody
      [ERROR] at Enum.java(108): public final int hashCode();
         com.google.gwt.dev.jjs.ast.JMethod


Is my fault?
The same project with gwt 2.7.0 work fine.

Thanks in advanced

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-web-toolkit-contributors/ead534db-45c4-4f7f-af21-5642b440d95b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to