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

Summary: Create a model matcher to compare/update model state
Product: java Reporter: Pavel Flaska <pflaska>
Component: UnsupportedAssignee: Tomas Hurka <thurka>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:

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.