Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 360806 - NullPointerException in GitResourceVariantTreeSubscriber
Summary: NullPointerException in GitResourceVariantTreeSubscriber
Status: CLOSED DUPLICATE of bug 358621
Alias: None
Product: EGit
Classification: Technology
Component: Core (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-13 08:34 EDT by Gunnar Wagenknecht CLA
Modified: 2011-10-14 07:32 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gunnar Wagenknecht CLA 2011-10-13 08:34:53 EDT
It seems that somehow the GitResourceVariantTreeSubscriber is called by the Subclipse Label Decorator.


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.eclipse.jdt.internal.ui.packageview.HierarchicalDecorationContext$HierarchicalSynchronizationStateTester.getState(HierarchicalDecorationContext.java:66)
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)
Comment 1 Gunnar Wagenknecht CLA 2011-10-14 07:32:52 EDT

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