Community
Participate
Working Groups
Using egit 0.11.3 - I have 10's-of-thousands of these logged to my error log: !ENTRY org.eclipse.egit.ui 4 0 2011-02-25 17:25:58.420 !MESSAGE Errors occurred while applying Git decorations to resources. !STACK 1 org.eclipse.core.runtime.CoreException: Resource could not be decorated at org.eclipse.egit.ui.internal.decorators.GitLightweightDecorator.prepareDecoration(GitLightweightDecorator.java:314) at org.eclipse.egit.ui.internal.decorators.GitLightweightDecorator.processDecoration(GitLightweightDecorator.java:276) at org.eclipse.egit.ui.internal.decorators.GitDecoratorJob.run(GitDecoratorJob.java:85) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) !SUBENTRY 1 org.eclipse.egit.ui 4 0 2011-02-25 17:25:58.420 !MESSAGE Resource could not be decorated It started recently and may be related to the fact that project I'm using is stored in CVS, but I git init'd a subtree of it to more easily do multiple branches of work on the project locally. Perhaps egit has noticed the .git directory and thinks the project should be shared with git? (I haven't explicitly tried to use egit with this project within Eclipse...)
*** This bug has been marked as a duplicate of bug 337116 ***