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 252121

Summary: NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.WatchModel$1.perform
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: DebuggerAssignee: henk89
Status: RESOLVED FIXED    
Severity: normal CC: alexvsimon
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216985
Attachments: stacktrace

Description Exceptions Reporter 2015-04-27 19:54:35 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
GUEST: during debug of C++, until now I was able to delete variables from my watches, just to clean up the view.
Without noticing anything in particular, (an odd behaviour of the IDE, i mean) suddenly I no longer was able to eliminate variables that did not interest me




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.debugger.common2.debugger.WatchModel$1.perform(WatchModel.java:350)
   at org.netbeans.spi.viewmodel.Models$ActionSupport.actionPerformed(Models.java:837)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2346)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
Comment 1 Exceptions Reporter 2015-04-27 19:54:36 UTC
Created attachment 153419 [details]
stacktrace
Comment 2 henk89 2015-04-29 07:16:22 UTC
Fixed in:
http://hg.netbeans.org/cnd-main/rev/024da1d13ff2
Comment 3 Quality Engineering 2015-04-30 02:33:10 UTC
Integrated into 'main-silver', will be available in build *201504300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/024da1d13ff2
User: Nikolay Koldunov <henk89@netbeans.org>
Log: Fixed #252121 - NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.WatchModel$1.perform