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

Summary: NullPointerException at org.netbeans.modules.cnd.discovery.wizard.DiscoveryWizardIterator.nextPanel
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: Project DiscoveryAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 200616
Attachments: stacktrace

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