Community
Participate
Working Groups
Need this in head as well. +++ This bug was initially created as a clone of Bug #352160 +++ Currently the index is only used to find the location of global functions but then those functions and the fiels they are in still have to be parsed, inferred, and bound. All the information to create a content assist suggestion should be stored in the index so that these functions do not need to be parsed, inferred, and bound every time content assist is invoked.
Created attachment 199938 [details] Testing ZIP
Created attachment 199939 [details] Fix Patch Same as patch for bug 352160 except merged for head.
Created attachment 199944 [details] Fix Patch - Update 1 Same as last patch except small fix in Methodpattern#matchesDecodedKey. One of the lines was comparing the return qualificaiton to the return simple name rather then to the return qualification of the pattern to try and match.
Closing out since this was not successful.