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 255537 - NullPointerException at org.netbeans.modules.xml.text.navigator.NavigatorContent.selectCurrentNode
Summary: NullPointerException at org.netbeans.modules.xml.text.navigator.NavigatorCont...
Status: RESOLVED DUPLICATE of bug 252717
Alias: None
Product: xml
Classification: Unclassified
Component: Text-Edit (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-24 10:09 UTC by ehsavoie
Modified: 2015-09-29 11:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 220159


Attachments
stacktrace (4.15 KB, text/plain)
2015-09-24 10:09 UTC, ehsavoie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehsavoie 2015-09-24 10:09:56 UTC
Build: NetBeans IDE 8.1 Beta (Build 201508041349)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
ehsavoie: Searching for some string




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.xml.text.navigator.NavigatorContent.selectCurrentNode(NavigatorContent.java:190)
   at org.netbeans.modules.xml.text.navigator.NavigatorContent.caretUpdate(NavigatorContent.java:173)
   at javax.swing.text.JTextComponent.fireCaretUpdate(JTextComponent.java:397)
   at javax.swing.text.JTextComponent$MutableCaretEvent.fire(JTextComponent.java:4394)
   at javax.swing.text.JTextComponent$MutableCaretEvent.stateChanged(JTextComponent.java:4416)
   at org.netbeans.editor.BaseCaret$5.run(BaseCaret.java:961)
Comment 1 ehsavoie 2015-09-24 10:09:58 UTC
Created attachment 156408 [details]
stacktrace
Comment 2 Svata Dedic 2015-09-29 11:30:35 UTC

*** This bug has been marked as a duplicate of bug 252717 ***