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 253113 - NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.EvaluationWindow.exprEval
Summary: NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.Ev...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: danilasergeyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-23 02:32 UTC by Vladimir Voskresensky
Modified: 2015-07-15 01:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218109


Attachments
stacktrace (2.97 KB, text/plain)
2015-06-23 02:32 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2015-06-23 02:32:21 UTC
Build: NetBeans IDE Dev (Build 20150622-9038d971cd36)
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:
vv159170: qqqq in Expression Evaluator insterted into text




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.debugger.common2.debugger.EvaluationWindow.exprEval(EvaluationWindow.java:208)
   at org.netbeans.modules.cnd.debugger.common2.debugger.EvaluationWindow.evaluateTypedExpression(EvaluationWindow.java:200)
   at org.netbeans.modules.cnd.debugger.common2.debugger.EvaluationWindow.access$200(EvaluationWindow.java:68)
   at org.netbeans.modules.cnd.debugger.common2.debugger.EvaluationWindow$3.actionPerformed(EvaluationWindow.java:382)
   at org.netbeans.modules.cnd.debugger.common2.debugger.EvaluationWindow$1$ExpressionEditorPane.processKeyEvent(EvaluationWindow.java:312)
   at java.awt.Component.processEvent(Component.java:6302)
Comment 1 Vladimir Voskresensky 2015-06-23 02:32:23 UTC
Created attachment 154332 [details]
stacktrace
Comment 2 danilasergeyev 2015-07-13 12:38:07 UTC
I cannot reproduce NPE.
However, following change set may solve the issue:
http://hg.netbeans.org/cnd-main/rev/1d06b058b752
Comment 3 Quality Engineering 2015-07-15 01:21:05 UTC
Integrated into 'main-silver', will be available in build *201507150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/1d06b058b752
User: Danila Sergeyev <danilasergeyev@netbeans.org>
Log: Bug #253113 NullPointerException at org.netbeans.modules.cnd.debugger.common2.debugger.EvaluationWindow.exprEval - fixed