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 229685 - NullPointerException at org.netbeans.modules.cnd.discovery.wizard.DiscoveryWizardIterator.nextPanel
Summary: NullPointerException at org.netbeans.modules.cnd.discovery.wizard.DiscoveryWi...
Status: RESOLVED DUPLICATE of bug 220286
Alias: None
Product: cnd
Classification: Unclassified
Component: Project Discovery (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-13 22:26 UTC by Exceptions Reporter
Modified: 2013-05-21 10:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 200616


Attachments
stacktrace (1.36 KB, text/plain)
2013-05-13 22:26 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-05-13 22:26:07 UTC
This bug was originally marked as duplicate of bug 201086, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2.1 (Build 201210100934)
VM: Java HotSpot(TM) Client VM, 20.13-b02, Java(TM) SE Runtime Environment, 1.6.0_38-b05
OS: Linux

User Comments:
GUEST: New project was being analyzed.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.discovery.wizard.DiscoveryWizardIterator.nextPanel(DiscoveryWizardIterator.java:148)
   at org.openide.WizardDescriptor$Listener$1.run(WizardDescriptor.java:2114)
   at org.openide.WizardDescriptor$10$1.run(WizardDescriptor.java:1477)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:666)
   at java.awt.EventQueue.access$400(EventQueue.java:81)
Comment 1 Exceptions Reporter 2013-05-13 22:26:08 UTC
Created attachment 134398 [details]
stacktrace
Comment 2 Alexander Simon 2013-05-21 10:38:33 UTC
I believe that the bug is a duplicate of #220286

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