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 248095 - NullPointerException at org.netbeans.modules.git.ui.clone.CloneWizard$PanelsIterator.nextPanel
Summary: NullPointerException at org.netbeans.modules.git.ui.clone.CloneWizard$PanelsI...
Status: RESOLVED DUPLICATE of bug 234520
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-22 08:56 UTC by Exceptions Reporter
Modified: 2014-10-22 11:03 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 212895


Attachments
stacktrace (6.04 KB, text/plain)
2014-10-22 08:56 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-10-22 08:56:10 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 Dev (Build nbms-and-javadoc-1980-on-20140805)
VM: Java HotSpot(TM) Client VM, 24.65-b04, Java(TM) SE Runtime Environment, 1.7.0_67-b01
OS: Windows XP

User Comments:
GUEST: try to clone a git repo

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: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:0)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:0)
   at java.awt.EventQueue.access$200(EventQueue.java:0)
Comment 1 Exceptions Reporter 2014-10-22 08:56:13 UTC
Created attachment 150044 [details]
stacktrace
Comment 2 Ondrej Vrabec 2014-10-22 11:03:28 UTC
bht's report is a duplicate of bug 234520
the others (filed as guest) is caused by an incompatible module probably installed in userdir:
org.netbeans.libs.jsch/1 [1.19 201105240400]

*** This bug has been marked as a duplicate of bug 234520 ***