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 270128

Summary: NullPointerException at org.netbeans.modules.git.ui.clone.CloneWizard$PanelsIterator.nextPanel
Product: versioncontrol Reporter: Exceptions Reporter <exceptions_reporter>
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal CC: git
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228472
Attachments: stacktrace

Description Exceptions Reporter 2017-03-20 09:43:24 UTC
This bug was originally marked as duplicate of bug 234520, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: Windows XP

User Comments:
GUEST: Attempting to clone a git repository from a USB stick to local disk




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.git.ui.clone.CloneWizard$PanelsIterator.nextPanel(CloneWizard.java:247)
   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:312)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:745)
   at java.awt.EventQueue.access$300(EventQueue.java:103)
Comment 1 Exceptions Reporter 2017-03-20 09:43:26 UTC
Created attachment 163889 [details]
stacktrace