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

Summary: NullPointerException at org.netbeans.modules.git.ui.clone.CloneWizard$PanelsIterator.nextPanel
Product: versioncontrol Reporter: bht <bht>
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED FIXED    
Severity: normal CC: exceptions_reporter, git
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 183497
Attachments: stacktrace

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. ***