Community
Participate
Working Groups
A cast exception occured in line 593 of the class OpenDeclarationHandler. return OpenDeclarationResult.resultCElements((ICElement[])elems.toArray()); elems.toArray() returns an Object[], which can not be cast to ICElement[].
Created attachment 201478 [details] a fix patch Fix the reported problem, also fix another problem that the return list could contain duplicate elements.
The patch is checked into head stream and was checked into ptp_4_1 already.