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 - NullPointerException at javax.swing.text.JTextComponent.write
Summary: NullPointerException at javax.swing.text.JTextComponent.write
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-01 13:20 UTC by Exceptions Reporter
Modified: 2017-12-01 13:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 231067


Attachments
stacktrace (3.25 KB, text/plain)
2017-12-01 13:20 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
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