This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 234520 - NullPointerException at org.netbeans.modules.git.ui.clone.CloneWizard$PanelsIterator.nextPanel
Summary: NullPointerException at org.netbeans.modules.git.ui.clone.CloneWizard$PanelsI...
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
: 248095 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-08-16 23:52 UTC by bht
Modified: 2014-10-22 11:03 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 183497


Attachments
stacktrace (6.17 KB, text/plain)
2013-08-16 23:52 UTC, bht
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bht 2013-08-16 23:52:15 UTC
Build: NetBeans IDE Dev (Build 201308152300)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows XP

User Comments:
GUEST: Tried to add a git repo from phpcloud.com

bht: Trying to clone http://git-wip-us.apache.org/repos/asf/wicket.git as first action after opening NetBeans all clean with a new userdir without importing settings.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.git.ui.clone.CloneWizard$PanelsIterator.nextPanel(CloneWizard.java:220)
   at org.openide.WizardDescriptor$Listener$1.run(WizardDescriptor.java:2204)
   at org.openide.WizardDescriptor$11$1.run(WizardDescriptor.java:1477)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
   at java.awt.EventQueue.access$200(EventQueue.java:103)
Comment 1 bht 2013-08-16 23:52:16 UTC
Created attachment 138808 [details]
stacktrace
Comment 2 Ondrej Vrabec 2013-08-17 07:37:10 UTC
caused by a race condition in the wizard's events
Comment 3 Ondrej Vrabec 2013-08-17 07:38:08 UTC
fixed: core-main #4ca0dcdf8250
Comment 4 Ondrej Vrabec 2014-10-22 11:03:28 UTC
*** Bug 248095 has been marked as a duplicate of this bug. ***