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 262334 - 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-06-04 18:32 UTC by zmirc
Modified: 2016-06-04 18:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224349


Attachments
stacktrace (3.25 KB, text/plain)
2016-06-04 18:32 UTC, zmirc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zmirc 2016-06-04 18:32:26 UTC
Build: NetBeans IDE Dev (Build 201606010002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.74-b02, Java(TM) SE Runtime Environment, 1.8.0_74-b02
OS: Windows 8

User Comments:
zmirc: I was working in a JavaScript file and it seems that a key combination of something triggered opening a Java file (from another project of mine that is open), moment when this error appeared




Stacktrace: 
java.lang.NullPointerException
   at org.openide.text.Annotation.attach(Annotation.java:120)
   at org.netbeans.modules.tomcat5.util.LogSupport$Link.outputLineAction(LogSupport.java:257)
   at org.netbeans.core.output2.OutputTab.sendCaretToError(OutputTab.java:453)
   at org.netbeans.core.output2.OutputTab.access$700(OutputTab.java:117)
   at org.netbeans.core.output2.OutputTab$TabAction.actionPerformed(OutputTab.java:1150)
   at org.openide.util.actions.CallbackSystemAction.actionPerformed(CallbackSystemAction.java:220)
Comment 1 zmirc 2016-06-04 18:32:28 UTC
Created attachment 159960 [details]
stacktrace