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 271872

Summary: NullPointerException at javax.swing.text.JTextComponent.write
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: DebuggerAssignee: Maria Tishkova <mromashova>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 231067
Attachments: stacktrace

Description Exceptions Reporter 2017-12-01 13:20:51 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.152-b16, Java(TM) SE Runtime Environment, 1.8.0_152-b16
OS: Windows 10

User Comments:
GUEST: work




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.text.JTextComponent.write(JTextComponent.java:1595)
   at javax.swing.JEditorPane.getText(JEditorPane.java:1439)
   at org.netbeans.modules.cnd.debugger.common2.debugger.EvaluationWindow$1.getItem(EvaluationWindow.java:352)
   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$FormatListener.actionPerformed(EvaluationWindow.java:484)
Comment 1 Exceptions Reporter 2017-12-01 13:20:54 UTC
Created attachment 165525 [details]
stacktrace