GWT 2.7.0 StackOverflowError
GWT 2.7.0 StackOverflowError
这些项目在 GWT 2.6.1 上运行良好。将版本更改为 2.7.0 后出现此错误:
[INFO] Compiling module com.example.gwt.Admin
[ERROR] Exception in thread "main" java.lang.WhosebugError
[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 次)
有人有解决办法吗?
似乎将 asm 库从 4.2 升级到 5.0.4 已经解决了这个问题,但我不确定。
这些项目在 GWT 2.6.1 上运行良好。将版本更改为 2.7.0 后出现此错误:
[INFO] Compiling module com.example.gwt.Admin
[ERROR] Exception in thread "main" java.lang.WhosebugError
[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 次)
有人有解决办法吗?
似乎将 asm 库从 4.2 升级到 5.0.4 已经解决了这个问题,但我不确定。