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 21671 - Accessing Open File Server node from tests through API cause problems
Summary: Accessing Open File Server node from tests through API cause problems
Status: VERIFIED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Open File (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@utilities
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2002-03-18 14:12 UTC by Adam Sotona
Modified: 2003-07-08 14:32 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 Adam Sotona 2002-03-18 14:12:05 UTC
Accessing Open File Server node in Options from tests through API cause Open
File Server Thread to start.
This thread is created as child of current test thread and keeps test process
active.
IDE could not be finally closed because of still active test process.

Correct behaviour should be to ensure usual conditions for API tests and
re-parent Open File Server Thread.
Comment 1 _ lkramolis 2002-07-09 16:15:33 UTC
OpenFile Server is started in RequestProcessor now.

    utilities/.../openfile/Server.java [1.19]
Comment 2 Adam Sotona 2003-07-08 14:32:21 UTC
verified