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 - NullPointerException at org.netbeans.modules.git.ui.clone.CloneWizard$PanelsIterator.nextPanel
Summary: NullPointerException at org.netbeans.modules.git.ui.clone.CloneWizard$PanelsI...
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-20 09:43 UTC by Exceptions Reporter
Modified: 2017-03-20 09:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 228472


Attachments
stacktrace (6.17 KB, text/plain)
2017-03-20 09:43 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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