Community
Participate
Working Groups
Created attachment 233063 [details] Test case to reproduce the issue The testcase compilation bails out with the following error: Internal compiler error: java.lang.ClassCastException: org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding cannot be cast to org.eclipse.jdt.internal.compiler.lookup.NestedTypeBinding at org.eclipse.jdt.internal.compiler.ast.ReferenceExpression.generateCode(ReferenceExpression.java:119) Note: the relevant code: 118:if (this.receiverType.isNestedType()) { 119: NestedTypeBinding nestedType = (NestedTypeBinding) this.receiverType; 120: ....
See also https://bugs.eclipse.org/bugs/show_bug.cgi?id=410114
I am working on a fix for bug 410114, which should address this one s well. *** This bug has been marked as a duplicate of bug 410114 ***