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 24796

Summary: Data flow from Source to Physical models
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:11:25 UTC
A change made using the Source model may imply a
change in the physical model; changing
identifier's representation may result in semantic
change if the symbol referenced changes.
Properties and elements, whose changes may imply
semantic change should be identified. Symbol name
resolver should be used to infer symbol
referencies from the new symbol appearances. Note
that  the source model probably will need to
access a proper project context somehow.
Comment 1 Tomas Hurka 2002-09-23 15:28:12 UTC
This issue was indirectly solved by redesign of Source and Physical 
metamodels. With new design, no synchronization is needed.