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 258962

Summary: NullPointerException at org.openide.text.Annotation.attach
Product: platform Reporter: muellermi <muellermi>
Component: TextAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223679
Attachments: stacktrace

Description muellermi 2016-04-21 21:24:15 UTC
Build: NetBeans IDE Dev (Build 201604190001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 8.1

User Comments:
muellermi: clicked (twice) onto code line of log to open coden in editor

muellermi: same as before (just one click)




Stacktrace: 
java.lang.NullPointerException
   at org.openide.text.Annotation.attach(Annotation.java:120)
   at org.netbeans.modules.glassfish.eecommon.api.LogHyperLinkSupport$Link.outputLineAction(LogHyperLinkSupport.java:265)
   at org.netbeans.core.output2.OutputTab.lineClicked(OutputTab.java:271)
   at org.netbeans.core.output2.OutputPane.lineClicked(OutputPane.java:82)
   at org.netbeans.core.output2.ui.AbstractOutputPane.mouseReleased(AbstractOutputPane.java:759)
   at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:290)
Comment 1 muellermi 2016-04-21 21:24:17 UTC
Created attachment 159388 [details]
stacktrace