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 - Data flow from Source to Physical models
Summary: Data flow from Source to Physical models
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:11 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: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.