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 93769 - Implement Diagram->Source synchronisation
Summary: Implement Diagram->Source synchronisation
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: XSLT (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@soa
URL:
Keywords:
Depends on: 93783 93801 93813 93818 93832 93967
Blocks: 92964
  Show dependency tree
 
Reported: 2007-02-01 09:42 UTC by Alexey Yarmolenko
Modified: 2007-02-02 11:06 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Yarmolenko 2007-02-01 09:42:05 UTC
Implement synchronisation between diagram and source. When any of follwoing
events occurs on methoid graph, which starts from target tree node, XPAth
expression, contained by this node should be updated:

-Link is added or removed 
-Literal element is updated.
Comment 1 Alexey Yarmolenko 2007-02-01 09:46:04 UTC
Done with 1 limitation -  node to which methoid graph is being connected on
target tree should be an  XSLT node, not a target schema placeholder. 

To fix that i have to implement Source->Target tree synchronisation first.