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 - NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.options.DbgProfileNodeProvider$DebugProfileGeneralCustomizerNode.getSheet
Summary: NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.op...
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-11 15:45 UTC by Exceptions Reporter
Modified: 2014-02-12 14:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204829


Attachments
stacktrace (7.06 KB, text/plain)
2013-12-11 15:46 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-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.