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

Summary: org.openide.util.RequestProcessor$SlowItem: task failed due to: java.lang.NullPointerException
Product: editor Reporter: Martin Entlicher <mentlicher>
Component: Completion & TemplatesAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 222858
Attachments: stacktrace

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