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 269509 - NullPointerException at javax.swing.JEditorPane$PageLoader$2.run
Summary: NullPointerException at javax.swing.JEditorPane$PageLoader$2.run
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-08 13:17 UTC by mps77
Modified: 2017-01-08 13:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227603


Attachments
stacktrace (1.18 KB, text/plain)
2017-01-08 13:17 UTC, mps77
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mps77 2017-01-08 13:17:54 UTC
Build: NetBeans IDE Dev (Build 201701020001)
VM: Java HotSpot(TM) Client VM, 25.112-b04, Java(TM) SE Runtime Environment, 1.8.0_112-ea-b04
OS: Windows 7

User Comments:
mps77: click link on content sensitvecode completion hint




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.JEditorPane$PageLoader$2.run(JEditorPane.java:661)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
   at java.awt.EventQueue$3.run(EventQueue.java:709)
   at java.awt.EventQueue$3.run(EventQueue.java:703)
Comment 1 mps77 2017-01-08 13:17:58 UTC
Created attachment 163359 [details]
stacktrace