0

伙计们,出现以下错误的原因可能是什么?

Loading inherited module 'com.test.courierApp.AdminPanel'
   Loading inherited module 'com.google.gwt.user.User'
      Loading inherited module 'com.google.gwt.editor.Editor'
         Loading inherited module 'com.google.gwt.validation.Validation'
            [ERROR] Unable to load class 'com.google.gwt.validation.rebind.GwtSpecificValidatorGenerator'

在我从自己构建的 GWT 切换到官方 2.5 之后,它开始发生。我可以看到 GwtSpecificValidatorGenerator之前存在于主干中,这解释了为什么编译器找不到它。

但我无法解释的是在我的代码中引用了这个缺失的类。我到处搜索,甚至在 IntelliJ 的缓存中......

我能做些什么?

4

1 回答 1

0

看起来这是IDEA的一些故障。删除所有全局库并重新添加必要的库后,编译错误消失了。太糟糕了 :(

于 2012-11-07T05:56:45.637 回答