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

Summary: Provide an update support for model elements
Product: java Reporter: Pavel Flaska <pflaska>
Component: UnsupportedAssignee: Pavel Flaska <pflaska>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:

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.