Community
Participate
Working Groups
I found this issue while doing M2 sanity test. SearchResultGenerator is always using this.registry.getService("orion.core.file") as the fileService, which is wrong if current file system is not Orion. We should use fileClient so that it can pick up proper fileService implementation by the search location.
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=3979345dc60cf06c71bb88fbeab7f835e235e104. I've pushed the change to head.
Hope it will go into M2.