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 242151 - NullPointerException at javax.swing.JEditorPane$PageLoader$2.run
Summary: NullPointerException at javax.swing.JEditorPane$PageLoader$2.run
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-20 14:46 UTC by Petr Jiricka
Modified: 2014-07-17 07:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207824


Attachments
stacktrace (1.16 KB, text/plain)
2014-02-20 14:46 UTC, Petr Jiricka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2014-02-20 14:46:47 UTC
Build: NetBeans IDE Dev (Build web-main-553-on-20140219)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Mac OS X

User Comments:
pjiricka: Clicking on a link in Javadoc window.




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.JEditorPane$PageLoader$2.run(JEditorPane.java:664)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
   at java.awt.EventQueue.access$200(EventQueue.java:103)
   at java.awt.EventQueue$3.run(EventQueue.java:694)
   at java.awt.EventQueue$3.run(EventQueue.java:692)
Comment 1 Petr Jiricka 2014-02-20 14:46:48 UTC
Created attachment 145439 [details]
stacktrace