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

Re: [Subclipse-users] 0.9.102: NPE on commit with new resources

From: Denny Valliant <valliant_at_unm.edu>
Date: 2005-12-27 20:47:20 CET

Below is the stacktrace fer me. Same as Holger's. Eclipse 3.1, javaHL,
XP sp2...

I'm gonna check it out, see what's throwing it if I can, and get back to
y'all.

Same deal basically. Throw in 2 tiers of folders with files, try to left
click on parent folder within Navigator and then select Team>Commit.

Error 2005-12-27 12:13:10.140 java.lang.NullPointerException
java.lang.NullPointerException
    at
org.tigris.subversion.subclipse.ui.dialogs.CommitDialog.checkForUnselectedPropChangeChildren(CommitDialog.java:232)
    at
org.tigris.subversion.subclipse.ui.dialogs.CommitDialog.okPressed(CommitDialog.java:225)
    at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:460)
    at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:607)
    at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:809)
    at org.eclipse.jface.window.Window.open(Window.java:787)
    at
org.tigris.subversion.subclipse.ui.actions.CommitAction.confirmCommit(CommitAction.java:176)
    at
org.tigris.subversion.subclipse.ui.actions.CommitAction$1.run(CommitAction.java:88)
    at
org.tigris.subversion.subclipse.ui.repository.RepositoryManager.run(RepositoryManager.java:373)
    at
org.tigris.subversion.subclipse.ui.actions.SVNAction$1.run(SVNAction.java:228)
    at
org.tigris.subversion.subclipse.ui.actions.SVNAction$2.run(SVNAction.java:237)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at
org.tigris.subversion.subclipse.ui.actions.SVNAction.run(SVNAction.java:234)
    at
org.tigris.subversion.subclipse.ui.actions.CommitAction.execute(CommitAction.java:76)
    at
org.tigris.subversion.subclipse.ui.actions.SVNAction.run(SVNAction.java:58)
    at
org.eclipse.ui.actions.ActionDelegate.runWithEvent(ActionDelegate.java:70)
    at
org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:241)
    at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:544)
    at
org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:494)
    at
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:406)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:896)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3236)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2856)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1774)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1738)
    at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:376)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
    at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106)
    at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
    at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
    at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:165)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
    at org.eclipse.core.launcher.Main.run(Main.java:977)
    at org.eclipse.core.launcher.Main.main(Main.java:952)

Mark Phippard wrote:

>news <news@sea.gmane.org> wrote on 12/27/2005 11:07:23 AM:
>
>
>
>>I just tried again in another checked-out project.
>>
>>- add new class in any package
>>- select new file in package explorer
>>- select Team->Commit
>>- check box of unversioned file
>>- press OK button -> nothing happens
>>- the error log contains the NPE (full stack trace below).
>>
>>That's all I did. Previous versions of subclipse worked fine. I use the
>>JavaHL backend.
>>
>>
>
>I spoke too soon. Using this recipe I still cannot reproduce this.
>
>Mark
>
>
>_____________________________________________________________________________
>Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
>_____________________________________________________________________________
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
>For additional commands, e-mail: users-help@subclipse.tigris.org
>
>
>
Received on Wed Dec 28 06:47:20 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.