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

Summary: NullPointerException at javax.swing.JEditorPane$PageLoader$2.run
Product: ide Reporter: mps77 <mps77>
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227603
Attachments: stacktrace

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