伙计们,出现以下错误的原因可能是什么?
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 的缓存中......
我能做些什么?