Community
Participate
Working Groups
Currently the Engine implementation will accept a type, and then when it calls the lookupEnviorment#buildTypeBindings it can accept that type again. This duplicate work should be prevented.
Created attachment 198095 [details] Patch patch to prevent the cyclic accepting of units. Passes all existing JUnits.
It seems this patch breaks some of the JUnits I have written for Bug 306958
I guess this fix will have to hold off. It seems for some reason if we prevent this cycle then the return types for constructors in files other then the one content assist is being invoked for do not get set.
Chris tells me this has been done on purpose...