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 25986 - XML modules uninstalation doesn't close opened documents
Summary: XML modules uninstalation doesn't close opened documents
Status: RESOLVED INVALID
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-24 16:21 UTC by Martin Schovanek
Modified: 2009-02-19 23:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2002-07-24 16:21:23 UTC
[Nb Build 200207232340, jdk1.4.0_01]

Steps to reproduce:
===================
1) open XML, DTD, CSS, Schema, XSLT, Entity document
2) Tools > Options > System > Modules > XML >
Enabled = False;
3) switch among Editor's tabs

Modules uninstalation doesn't close opened
documents and a lot of
exceptions appear.

4) restart IDE
5) expand some folder with XML documents in the
Explorer
6) Tools > Options > System > Modules > XML >
Enabled = True;
7) refresh the folder, reload the XML documents

None of XML Document nodes have sub-tree and Open
action is disabled.
Comment 1 _ pkuzel 2002-07-24 18:07:22 UTC
For actually edited XML its DataObject and Node stay alive. It is
duplicate of isuue #16444)

Text editors are sometimes properly closed, sometimes stay opened.

It is not XML specifics, the same happens to Java etc. I guess that
some editor support get mad. I need to investige it further.
Comment 2 _ pkuzel 2002-07-24 22:31:15 UTC
Regarding planned 3.4 RC1, I do not think that this issue is a show stopper.
Comment 3 Jesse Glick 2002-07-25 17:47:37 UTC
This seems more like P3 to me.
Comment 4 _ lkramolis 2002-07-25 18:28:50 UTC
Following Jesse's suggestion, pritority changed to P3.
Comment 5 Martin Schovanek 2002-07-26 15:45:00 UTC
I agree with Peter this issue is not a show stopper. But I made this
P2 because the behavior is awful and every time different. Sometimes
only exceptions, sometime deadlock, sometime fault during next start.
And as Jesse wrote in issue 19743:

"... I made this P2 just because it could perhaps be dangerous to run
code after uninstallation. ..."

Comment 6 _ lkramolis 2002-07-26 16:32:20 UTC
I understand but I do not think it is common action to unable/dissable
modules (guess once or twice per release).
Comment 7 _ pkuzel 2004-07-30 14:21:00 UTC
Not every day use case.
Comment 8 Samaresh Panda 2008-11-17 22:24:03 UTC
No longer an option for end user.