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 239381

Summary: NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.options.DbgProfileNodeProvider$DebugProfileGeneralCustomizerNode.getSheet
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: DebuggerAssignee: Maria Tishkova <mromashova>
Status: RESOLVED WORKSFORME    
Severity: normal CC: vv159170
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 204829
Attachments: stacktrace

Description Exceptions Reporter 2013-12-11 15:45:59 UTC
This issue was reported manually by vv159170.
It already has 1 duplicates 


Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b18
OS: Linux

User Comments:
GUEST: Trying to enable the C debugger in project properties




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.debugger.common2.debugger.options.DbgProfileNodeProvider$DebugProfileGeneralCustomizerNode.getSheet(DbgProfileNodeProvider.java:133)
   at org.netbeans.modules.cnd.makeproject.ui.customizer.PropertyNode.getSheet(PropertyNode.java:75)
   at org.netbeans.modules.cnd.makeproject.ui.customizer.MakeCustomizer$CategoryView$ManagerChangeListener.propertyChange(MakeCustomizer.java:541)
   at java.beans.PropertyChangeSupport.fire(PropertyChangeSupport.java:335)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:327)
   at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:263)
Comment 1 Exceptions Reporter 2013-12-11 15:46:01 UTC
Created attachment 143071 [details]
stacktrace
Comment 2 Maria Tishkova 2014-02-12 14:53:18 UTC
The problem is very old (occurred din 7.3)
From what I see in log file,when ergonomics started turning on cnd modules there are only 24 but should be 53)

Cannot reproduce it on 7.3.1, 7,4 and 8.0 Beta, so will close as works for me.