[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Problems with Label Decorators in Eclipse 3.1

From: John Vanspronssen \(Home\) <john_at_coolrunnings.ca>
Date: 2005-08-17 09:12:16 CEST

Hi,

Just upgraded to Eclipse 3.1 and am having problems with the label decorators. I read earlier e-mail about setting the Global Label decorations on in the Preferences dialog, but every time I try to check SVN following is what gets reported in the Eclipse Error Log.

java.lang.NullPointerException
        at org.eclipse.core.internal.resources.Workspace.getResourceInfo(Workspace.java(Compiled Code))
        at org.tigris.subversion.subclipse.core.resources.SVNWorkspaceRoot.getResourceType(SVNWorkspaceRoot.java:350)
        at org.tigris.subversion.subclipse.core.resources.LocalResourceStatus.getResource(LocalResourceStatus.java:617)
        at org.tigris.subversion.subclipse.core.status.SynchronizerSyncInfoCache.addStatus(SynchronizerSyncInfoCache.java:54)
        at org.tigris.subversion.subclipse.core.status.StatusCacheManager.updateCache(StatusCacheManager.java:118)
        at org.tigris.subversion.subclipse.core.status.StatusCacheManager.updateCache(StatusCacheManager.java:95)
        at org.tigris.subversion.subclipse.core.status.StatusCacheManager.setStatuses(StatusCacheManager.java:217)
        at org.tigris.subversion.subclipse.core.status.StatusCacheManager.basicGetStatus(StatusCacheManager.java:189)
        at org.tigris.subversion.subclipse.core.status.StatusCacheManager.getStatus(StatusCacheManager.java:166)
        at org.tigris.subversion.subclipse.core.status.StatusCacheManager.getStatus(StatusCacheManager.java:131)
        at org.tigris.subversion.subclipse.core.resources.LocalResource.getStatus(LocalResource.java:157)
        at org.tigris.subversion.subclipse.core.resources.LocalFolder.getStatus(LocalFolder.java:282)
        at org.tigris.subversion.subclipse.core.resources.LocalResource.isManaged(LocalResource.java:146)
        at org.tigris.subversion.subclipse.core.resources.LocalFolder.members(LocalFolder.java:97)
        at org.tigris.subversion.subclipse.core.resources.LocalFolder.isDirty(LocalFolder.java:147)
        at org.tigris.subversion.subclipse.ui.decorator.SVNLightweightDecorator.isDirty(SVNLightweightDecorator.java:186)
        at org.tigris.subversion.subclipse.ui.decorator.SVNLightweightDecorator.decorate(SVNLightweightDecorator.java:245)
        at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(LightweightDecoratorDefinition.java:220)
        at org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(LightweightDecoratorManager.java:67)
        at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java(Inlined Compiled Code))
        at org.eclipse.core.runtime.Platform.run(Platform.java(Compiled Code))
        at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(LightweightDecoratorManager.java:289)
        at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:275)
        at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java:300)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

I have been using Subclipse in Eclipse up to 3.0.2 without any issues, but seems that it is not that happy in Eclipse 3.1

Any help would be appreciated.


Cheers

John Vanspronssen
Received on Wed Aug 17 17:12:16 2005

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.