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 252146 - 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 FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-28 18:02 UTC by Exceptions Reporter
Modified: 2015-07-11 02:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 217007


Attachments
stacktrace (7.12 KB, text/plain)
2015-04-28 18:02 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-04-28 18:02:55 UTC
This bug was originally marked as duplicate of bug 239381, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201408251540)
VM: Java HotSpot(TM) Client VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Linux

User Comments:
GUEST: no idea




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:548)
   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 2015-04-28 18:02:58 UTC
Created attachment 153444 [details]
stacktrace
Comment 2 Alexander Simon 2015-07-10 09:51:02 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/7e84801e821e
Comment 3 Quality Engineering 2015-07-11 02:03:00 UTC
Integrated into 'main-silver', will be available in build *201507110001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7e84801e821e
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #252146 NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.options.DbgProfileNodeProvider$DebugProfileGeneralCustomizerNode.getSheet