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 252717 - NullPointerException at org.netbeans.modules.xml.text.navigator.NavigatorContent.selectCurrentNode
Summary: NullPointerException at org.netbeans.modules.xml.text.navigator.NavigatorCont...
Status: RESOLVED FIXED
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:
: 254811 255278 255537 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-06-01 08:56 UTC by FrantaM
Modified: 2015-09-29 11:30 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217657


Attachments
stacktrace (3.16 KB, text/plain)
2015-06-01 08:56 UTC, FrantaM
Details

Note You need to log in before you can comment on or make changes to this bug.
Description FrantaM 2015-06-01 08:56:16 UTC
Build: NetBeans IDE Dev (Build 201505190001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b25
OS: Windows 7

User Comments:
FrantaM: -




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.mouseReleased(JTextComponent.java:4450)
   at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289)
Comment 1 FrantaM 2015-06-01 08:56:18 UTC
Created attachment 153985 [details]
stacktrace
Comment 2 Svata Dedic 2015-09-04 08:57:08 UTC
*** Bug 254811 has been marked as a duplicate of this bug. ***
Comment 3 Svata Dedic 2015-09-04 09:25:02 UTC
Fixed in jet-main#79b39e62ed51
Comment 4 Quality Engineering 2015-09-10 01:29:10 UTC
Integrated into 'main-silver', will be available in build *201509100002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/79b39e62ed51
User: Svata Dedic <sdedic@netbeans.org>
Log: #252717: prevent working with shutdown editor
Comment 5 Svata Dedic 2015-09-29 11:30:10 UTC
*** Bug 255278 has been marked as a duplicate of this bug. ***
Comment 6 Svata Dedic 2015-09-29 11:30:35 UTC
*** Bug 255537 has been marked as a duplicate of this bug. ***