using gwt r4486 from trunk

The following compiler error only occurs in my gwt modules that depend on
ExtGWT.

I don't know why it is looking for an implementation of the method on *
Object* ?

Any clues on why this is happening ?  Is it a bug ?

     [java]    [ERROR] An internal compiler exception occurred
     [java] com.google.gwt.dev.jjs.InternalCompilerException: Could not find
implementation of public abstract void
handleEvent(com.extjs.gxt.ui.client.event.BaseEvent)  for class (id=1)
     [java] public class java.lang.Object
     [java]     extends NULL TYPE
     [java] /*   fields   */
     [java] private transient int typeId
     [java] private transient java.lang.Object typeMarker
     [java] /*   methods   */
     [java] public void <init>()
     [java] public boolean equals(java.lang.Object)
     [java] protected void finalize() throws java.lang.Throwable
     [java] public Class<? extends java.lang.Object> getClass()
     [java] public int hashCode()
     [java] public java.lang.String toString()
     [java]
     [java]
     [java]     at
com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.findMethodImplementing(GenerateJavaAST.java:2340)
     [java]     at
com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.findMethodImplementing(GenerateJavaAST.java:2344)
     [java]     at
com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.addBridgeMethods(GenerateJavaAST.java:379)
     [java]     at
com.google.gwt.dev.jjs.impl.GenerateJavaAST$JavaASTGenerationVisitor.addBridgeMethods(GenerateJavaAST.java:372)
     [java]     at
com.google.gwt.dev.jjs.impl.GenerateJavaAST.exec(GenerateJavaAST.java:3044)
     [java]     at
com.google.gwt.dev.jjs.JavaToJavaScriptCompiler.precompile(JavaToJavaScriptCompiler.java:339)
     [java]     at
com.google.gwt.dev.Precompile.precompile(Precompile.java:295)
     [java]     at com.google.gwt.dev.GWTCompiler.run(GWTCompiler.java:171)
     [java]     at com.google.gwt.dev.GWTCompiler.run(GWTCompiler.java:141)
     [java]     at
com.google.gwt.dev.GWTCompiler$1.run(GWTCompiler.java:114)
     [java]     at
com.google.gwt.dev.CompileTaskRunner.doRun(CompileTaskRunner.java:84)
     [java]     at
com.google.gwt.dev.CompileTaskRunner.runWithAppropriateLogger(CompileTaskRunner.java:78)
     [java]     at com.google.gwt.dev.GWTCompiler.main(GWTCompiler.java:117)

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to