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 188675 - NullPointerException at org.netbeans.modules.xml.multiview.XmlMultiViewEditorSupport$7.run
Summary: NullPointerException at org.netbeans.modules.xml.multiview.XmlMultiViewEditor...
Status: RESOLVED INCOMPLETE
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-14 23:14 UTC by sayano
Modified: 2010-07-16 07:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 171376


Attachments
stacktrace (4.71 KB, text/plain)
2010-07-14 23:14 UTC, sayano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sayano 2010-07-14 23:14:46 UTC
Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 17.0-b16, Java(TM) SE Runtime Environment, 1.6.0_21-b06
OS: Linux

Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.xml.multiview.XmlMultiViewEditorSupport$7.run(XmlMultiViewEditorSupport.java:488)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
   at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:125)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
Comment 1 sayano 2010-07-14 23:14:50 UTC
Created attachment 100838 [details]
stacktrace
Comment 2 Sergey Lunegov 2010-07-16 07:40:05 UTC
Please provide exact steps how to reproduce the issue.