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 258250 - org.openide.util.RequestProcessor$SlowItem: task failed due to: java.lang.NullPointerException
Summary: org.openide.util.RequestProcessor$SlowItem: task failed due to: java.lang.Nul...
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-04 17:05 UTC by Martin Entlicher
Modified: 2016-03-04 17:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222858


Attachments
stacktrace (2.95 KB, text/plain)
2016-03-04 17:05 UTC, Martin Entlicher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2016-03-04 17:05:40 UTC
Build: NetBeans IDE Dev (Build 20160303-6eb03b951e1a)
VM: Java HotSpot(TM) 64-Bit Server VM, 9-ea+107-jigsaw-nightly-h4560-20160301, Java(TM) SE Runtime Environment, 9-ea+107-jigsaw-nightly-h4560-20160301
OS: Linux

User Comments:
mentlicher: Clicked on a link in Javadoc.




Stacktrace: 
org.openide.util.RequestProcessor$SlowItem: task failed due to: java.lang.NullPointerException
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:420)
   at org.netbeans.modules.editor.completion.DocumentationScrollPane$HyperlinkAction.hyperlinkUpdate(DocumentationScrollPane.java:467)
   at javax.swing.JEditorPane.fireHyperlinkUpdate(JEditorPane.java:345)
   at javax.swing.text.html.HTMLEditorKit$LinkController.activateLink(HTMLEditorKit.java:898)
   at javax.swing.text.html.HTMLEditorKit$LinkController.mouseClicked(HTMLEditorKit.java:697)
   at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:278)
Comment 1 Martin Entlicher 2016-03-04 17:05:42 UTC
Created attachment 158749 [details]
stacktrace