I think I found the problem. The Eclipse error log shows a
NullPointerException in some EGit code. (I'm also using Git in the same
Eclipse install.) It's weird that there would be some interaction
between the two systems. I'll report this to the EGit folks. Unless this
is something that could be fixed in Subclipse?
Note the reference to "SVNLightweightDecorator" partway down the stack
trace:
java.lang.NullPointerException
at
org.eclipse.egit.core.synchronize.GitResourceVariantTreeSubscriber.shouldBeIncluded(GitResourceVariantTreeSubscriber.java:206)
at
org.eclipse.egit.core.synchronize.GitResourceVariantTreeSubscriber.members(GitResourceVariantTreeSubscriber.java:102)
at org.eclipse.team.core.subscribers.Subscriber.accept(Subscriber.java:435)
at org.eclipse.team.core.subscribers.Subscriber.accept(Subscriber.java:424)
at org.eclipse.team.core.subscribers.Subscriber.accept(Subscriber.java:396)
at
org.eclipse.team.core.subscribers.Subscriber.getState(Subscriber.java:502)
at
org.eclipse.team.ui.synchronize.SubscriberTeamStateProvider.getSynchronizationState(SubscriberTeamStateProvider.java:101)
at
org.eclipse.team.ui.synchronize.SubscriberTeamStateProvider.getSynchronizationState(SubscriberTeamStateProvider.java:88)
at
org.eclipse.team.ui.synchronize.SubscriberTeamStateProvider.getStateDescription(SubscriberTeamStateProvider.java:124)
at
org.eclipse.team.internal.ui.mapping.WorkspaceTeamStateProvider.getStateDescription(WorkspaceTeamStateProvider.java:105)
at
org.eclipse.team.ui.mapping.SynchronizationStateTester.getState(SynchronizationStateTester.java:154)
at
org.tigris.subversion.subclipse.ui.decorator.SVNLightweightDecorator.decorate(SVNLightweightDecorator.java:345)
at
org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(LightweightDecoratorDefinition.java:263)
at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(LightweightDecoratorManager.java:81)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(LightweightDecoratorManager.java:365)
at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:347)
at
org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(DecorationScheduler.java:370)
at
org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java:330)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
On 10/26/2011 11:26 AM, Chris wrote:
> No decorators at all. SVN was unchecked. I checked it, hit Apply and Ok,
> and the labels did not appear. Opened up the preferences page again, and
> SVN was again unchecked. Looks like it's turning itself off somehow.
>
>
>
> On 10/26/2011 11:17 AM, Mark Phippard wrote:
>> Do you see no decorator at all or the wrong one? If you see no
>> decorator at all go to General> Appearance> Label Decorations and
>> make sure SVN is checked
>>
>> On Wed, Oct 26, 2011 at 12:14 PM, Chris<shef31_at_yahoo.com> wrote:
>>> This morning when I came in and fired up Eclipse the little black
>>> "dirty" asterisk next to files that had been changed was gone. Now
>>> changed files are no longer marked as such. When I commit, though, the
>>> commit dialog picks up the changed files properly.
>>>
>>> Refreshing/rebuilding projects does not help. Preferences/Team/SVN/Label
>>> Decorations appears to be correct.
>>>
>>> Anybody know what could cause this problem, or where I should look to
>>> fix it?
>>>
>>> (Environment: Windows 7, Eclipse Indigo, Subclipse 1.6.18)
>>>
>>> ------------------------------------------------------
>>> http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2864328
>>>
>>> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
>>>
>>
>>
>>
>
> ------------------------------------------------------
> http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2864333
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
>
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2864335
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2011-10-26 18:36:42 CEST