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 - NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.WatchModel$1.perform
Summary: NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.Wa...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-27 19:54 UTC by Exceptions Reporter
Modified: 2015-04-30 02:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 216985


Attachments
stacktrace (2.97 KB, text/plain)
2015-04-27 19:54 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-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