Community
Participate
Working Groups
The Indexer looks to be trying to index the contents of our .par folder. It's causing a huge number of errors being dumped to ~/.eclipse/RSE.
Created attachment 201088 [details] fix patch add .par directory to the filter directories list. The code is checked in.
I think it should just ignore all folders that start with a dot. For example if the user is using CVS then there will be .cvs folders everywhere in the project.
Created attachment 204110 [details] patch to RemoteProjectResourcesUtil I update the code to exclude all hidden directories. The hidden file checking is ahndled by CoreModelUtil. The patch is checked into head stream.
Created attachment 204111 [details] updated patch