GWT 2.7.0 StackOverflowError

时间:2015-06-27 13:08:59

标签: java gwt gwt2

这些项目适用于GWT 2.6.1。将版本更改为2.7.0后,我收到此错误:

[INFO] Compiling module com.example.gwt.Admin
[ERROR] Exception in thread "main" java.lang.StackOverflowError
[ERROR]     at org.eclipse.jdt.internal.compiler.lookup.Scope$Substitutor.substitute(Scope.java:487)
[ERROR]     at org.eclipse.jdt.internal.compiler.lookup.Scope$Substitutor.substitute(Scope.java:619)
[ERROR]     at org.eclipse.jdt.internal.compiler.lookup.Scope$Substitutor.substitute(Scope.java:508)
[ERROR]     at org.eclipse.jdt.internal.compiler.lookup.Scope$Substitutor.substitute(Scope.java:530)
[ERROR]     at org.eclipse.jdt.internal.compiler.lookup.Scope$Substitutor.substitute(Scope.java:619)
[ERROR]     at org.eclipse.jdt.internal.compiler.lookup.Scope$Substitutor.substitute(Scope.java:508)
[ERROR]     at org.eclipse.jdt.internal.compiler.lookup.Scope$Substitutor.substitute(Scope.java:458)
[ERROR]     at org.eclipse.jdt.internal.compiler.lookup.Scope.substitute(Scope.java:421)
[ERROR]     at org.eclipse.jdt.internal.compiler.lookup.CaptureBinding.initializeBounds(CaptureBinding.java:171)
[ERROR]     at org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.capture(ParameterizedTypeBinding.java:155)

(最后2行重复100次)

任何人都有解决方案吗?

1 个答案:

答案 0 :(得分:0)

似乎将asm lib从4.2升级到5.0.4已解决了这个问题,但我不确定。