We occasionally see the following error from Subclipse when importing a
project in Eclipse. We have a plugin which listens to resource changes
and when a project is added to the workspace(through import), we trigger
a build.
We are using Eclipse 3.5.2 and latest subclipse using SvnKit.
This exception happens occasionally. How can I file this as a bug and
get it fixed?
-Pawan
java.lang.NullPointerException
at
org.tigris.subversion.subclipse.core.resources.LocalResource.getFile(Loc
alResource.java:241)
at
org.tigris.subversion.subclipse.core.resourcesListeners.RevertResourceMa
nager.processResources(RevertResourceManager.java:138)
at
org.tigris.subversion.subclipse.core.resourcesListeners.RevertResourceMa
nager.resourceChanged(RevertResourceManager.java:112)
at
org.eclipse.core.internal.events.NotificationManager$2.run(NotificationM
anager.java:291)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at
org.eclipse.core.internal.events.NotificationManager.notify(Notification
Manager.java:285)
at
org.eclipse.core.internal.events.NotificationManager.broadcastChanges(No
tificationManager.java:149)
at
org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Worksp
ace.java:297)
at
org.eclipse.core.internal.resources.Workspace.aboutToBuild(Workspace.jav
a:245)
at
org.eclipse.core.internal.resources.Workspace.build(Workspace.java:327)
at
com.fnfr.svt.launch.LaunchManagerUI$MyResourceVisitor$1.run(LaunchManage
rUI.java:835)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
This e-mail, including attachments, may include confidential and/or proprietary information, and may be used only by the person or entity to which it is addressed. If the reader of this e-mail is not the intended recipient or his or her authorized agent, the reader is hereby notified that any dissemination, distribution or copying of this e-mail is prohibited. If you have received this e-mail in error, please notify the sender by replying to this message and delete this e-mail immediately.
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2579262
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2010-04-12 22:05:03 CEST