Community
Participate
Working Groups
I have multiple error log entries similar to the one below in the error log. I can not link them to any workspace resource, nor do I see any odd behaviour - but then again the project is largeish - 9200 files and 840 directories. -- Error Details -- Date: Sun Feb 20 23:33:27 EET 2011 Message: Errors occurred while applying Git decorations to resources. Severity: Error Product: Eclipse Platform 3.6.1.v201009090800 (org.eclipse.platform.ide) Plugin: org.eclipse.egit.ui Session Data: eclipse.buildId=M20100909-0800 java.version=1.6.0_23 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US Command-line arguments: -os linux -ws gtk -arch x86 Exception Stack Trace: 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)
I have uploaded a change for review (http://egit.eclipse.org/r/2594) that removes these nasty errors. If you encounter at some point in time missing decorations, you can turn on tracing for EGit (org.eclipse.egit.ui, debug/ui/decoration) and will then see messages for resources that could not be decorated. If that is the case, please open a bug.
*** This bug has been marked as a duplicate of bug 337116 ***