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 - NullPointerException at org.openide.text.Annotation.attach
Summary: NullPointerException at org.openide.text.Annotation.attach
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-21 21:24 UTC by muellermi
Modified: 2016-04-21 21:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223679


Attachments
stacktrace (2.87 KB, text/plain)
2016-04-21 21:24 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
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