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 254811

Summary: NullPointerException at org.netbeans.modules.xml.text.navigator.NavigatorContent.selectCurrentNode
Product: xml Reporter: skygo <skygo>
Component: Text-EditAssignee: Svata Dedic <sdedic>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 219521
Attachments: stacktrace

Description skygo 2015-08-28 12:00:11 UTC
Build: NetBeans IDE Dev (Build 201508270002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
skygo: I was modifying actions properties in a profile according to http://services.netbeans.org/synergy/client/app/#/assignment/1573/v/1

and looking around to see propagation into xml file
(xml file seems ok) but execption was raised




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 skygo 2015-08-28 12:00:13 UTC
Created attachment 155718 [details]
stacktrace
Comment 2 Svata Dedic 2015-09-04 08:57:08 UTC

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