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 24806 - Provide an update support for model elements
Summary: Provide an update support for model elements
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Pavel Flaska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-14 18:20 UTC by Pavel Flaska
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Flaska 2002-06-14 18:20:36 UTC
Clients will need to request an update operation
on model elements; we should provide a mechanism
for that. The updater implementation may decide,
based on timestamps or some cached `dirty' status
to perform or discard the request, coalesce
requests or whatever. The update operation should
be  asynchronous; client will get Task handle so
it can wait for the operation to  complete.
Initially, it will be sufficient to update whole
sources or classes; after we get an incremental
parser, we may be able to do smaller update
operations.
Comment 1 Pavel Flaska 2004-03-18 10:08:46 UTC
The task is obsolete and it does not describe current module design.
Closing as INVALID.