Community
Participate
Working Groups
Created attachment 193020 [details] Don't return inaccessible files TCFSourceLookupParticipant uses ResourcesPlugin.getWorkspace().getRoot().findFilesForLocationURI(uri) in order to resolve files to Eclipse resources if possible. Unfortunately this method returns resources which may not be accessible (as resources), because the resource tree is out-of-sync or the files are part of a closed project.
Committed the fix.