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 16417 - The IDE should not exit till there are some valid file locks
Summary: The IDE should not exit till there are some valid file locks
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords:
Depends on: 12613
Blocks: 16569
  Show dependency tree
 
Reported: 2001-10-10 12:37 UTC by Martin Entlicher
Modified: 2008-12-22 23:55 UTC (History)
1 user (show)

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 Entlicher 2001-10-10 12:37:33 UTC
If sb. is holding some file locks, it should postpone the exit process of the
IDE, so that the write process can complete. This is needed by settings storage
process, which stores the changed settings lazily after some amount of time.
Comment 1 Jan Zajicek 2001-10-11 13:27:11 UTC
Vita promised to implement this.
Comment 2 Vitezslav Stejskal 2001-10-22 14:24:35 UTC
I am going to add support in SessionManager and extend ExitDialog to show locks being held on 
SystemFileSystem.
Comment 3 Vitezslav Stejskal 2001-10-24 20:23:55 UTC
IDE waits for locked files on SystemFileSystem until they are unlocked. Actually, this change will become 
effective after the InstanceDataObject will lock FileObjects immediately as they are planned to be saved 
(issue # 16569).

Fixed in main trunk.
Comment 4 Quality Engineering 2003-07-01 16:05:06 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 5 Quality Engineering 2003-07-01 16:41:07 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.