Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 338250 - CoreException: Resource could not be decorated
Summary: CoreException: Resource could not be decorated
Status: CLOSED DUPLICATE of bug 337116
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 0.11   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-25 12:29 EST by James Blackburn CLA
Modified: 2011-02-28 08:44 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Blackburn CLA 2011-02-25 12:29:59 EST
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...)
Comment 1 Stefan Lay CLA 2011-02-28 08:44:40 EST

*** This bug has been marked as a duplicate of bug 337116 ***