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 35293 - Provide support for atomic operations over the ProjectMembers
Summary: Provide support for atomic operations over the ProjectMembers
Status: CLOSED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2003-08-06 09:46 UTC by Vitezslav Stejskal
Modified: 2004-04-19 16:19 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitezslav Stejskal 2003-08-06 09:46:00 UTC
It would be useful to have support for atomic
operations done with one or more ProjectMembers.
This would help API clients to write complex
operations and run them atomicaly (others will not
see the change until it is done and can't disturb
the atomic operation being performed).

This is just an idea and we need to gather
requirements and use-cases first to justify the
implementation effort.
Comment 1 Vitezslav Stejskal 2003-11-26 14:42:05 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.
Comment 2 Vitezslav Stejskal 2003-11-26 14:58:14 UTC
--> VERIFIED