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 255278 - 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-14 14:59 UTC by Exceptions Reporter
Modified: 2015-09-29 11:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219925


Attachments
stacktrace (1.61 KB, text/plain)
2015-09-14 14:59 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-09-14 14:59:09 UTC
This bug was originally marked as duplicate of bug 252441, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201508280002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 7

User Comments:
GUEST: Switched from browser back to Netbeans and got this error.




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 Exceptions Reporter 2015-09-14 14:59:10 UTC
Created attachment 156158 [details]
stacktrace
Comment 2 Svata Dedic 2015-09-29 11:30:10 UTC

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