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
Overloads that use an inner type without a qualifier (i.e. Entry instead of Map.Entry) are not found by inferencing engine (see org.eclipse.jdt.groovy.search.TypeInferencingVisitorWithRequestor's findMethodNode(IMethod)). The JDT methods were created before type resolution, so they have unqualified signatures like QEntry; and QInner;.
The text was updated successfully, but these errors were encountered:
Overloads that use an inner type without a qualifier (i.e.
Entry
instead ofMap.Entry
) are not found by inferencing engine (seeorg.eclipse.jdt.groovy.search.TypeInferencingVisitorWithRequestor
'sfindMethodNode(IMethod)
). The JDT methods were created before type resolution, so they have unqualified signatures likeQEntry;
andQInner;
.The text was updated successfully, but these errors were encountered: