You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Variable expression "super" is running into type inference error:
java.lang.NullPointerException
at org.eclipse.jdt.groovy.search.VariableScope.lookupName(VariableScope.java:538)
at org.eclipse.jdt.groovy.search.AbstractSimplifiedTypeLookup.getDeclaredVariable(AbstractSimplifiedTypeLookup.java:79)
at org.eclipse.jdt.groovy.search.AbstractSimplifiedTypeLookup.lookupType(AbstractSimplifiedTypeLookup.java:122)
at org.eclipse.jdt.groovy.search.TypeInferencingVisitorWithRequestor.lookupExpressionType(TypeInferencingVisitorWithRequestor.java:2353)
at org.eclipse.jdt.groovy.search.TypeInferencingVisitorWithRequestor.handleSimpleExpression(TypeInferencingVisitorWithRequestor.java:1801)
at org.eclipse.jdt.groovy.search.TypeInferencingVisitorWithRequestor.visitVariableExpression(TypeInferencingVisitorWithRequestor.java:1699)
The text was updated successfully, but these errors were encountered:
Consider the following:
Variable expression "super" is running into type inference error:
The text was updated successfully, but these errors were encountered: