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 24805 - Create a model matcher to compare/update model state
Summary: Create a model matcher to compare/update model state
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-14 18:19 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:19:43 UTC
Create a model walker, which copy data from the
new state's model into the `live' model. This will
be used after parser support creates a new model,
to update existing model instances, create new
ones or delete obsolete ones. Optionally, if it is
possible, the model walker may produce diff
information which describe changes between the new
and old models.
Comment 1 Tomas Hurka 2003-01-17 12:53:52 UTC
First version implemented in meta_2 branch.