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 - 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-08-28 12:00 UTC by skygo
Modified: 2015-09-04 08:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219521


Attachments
stacktrace (1.63 KB, text/plain)
2015-08-28 12:00 UTC, skygo
Details

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