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 84540

Summary: [55cat] Regression: diagram isn't keep in sync with source code anymore
Product: uml Reporter: brviking <brviking>
Component: SynchronizationAssignee: issues@uml <issues>
Status: VERIFIED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P1    
Version: 5.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description brviking 2006-09-08 19:45:15 UTC
[ BUILD # : 20060828 ]
[ JDK VERSION : 1.6 ]

NB: 200609050000
EP: 20060828
OS: Ubuntu 6.06 LTS

UML project created with beta EntPack is not being keep in sync with source code anymore.
Clicking the "Synchronize" button on diagram toolbar doesn't work either.
Unique way to sync is right click class on sources project -> tools -> Update model from sources.
Comment 1 Trey Spiva 2006-10-05 21:00:20 UTC
The synchronize button on the diagram was not designed to update the source file.  The synchronize 
button is used to synchronize the diagram with the data file.  The diagram can become out of date if you 
perform actions like version control.  Basically you update the metadata file, but not the diagram file.

We are also removing the live round trip mechanism.  Check out the following link for more information.
http://uml.netbeans.org/FunctionalSpecs/coke/RoundtripRedesign/index.html
Comment 2 Trey Spiva 2006-10-05 21:01:57 UTC
This issue is fixed in a mannor of speaking, since we are taking out live round trip this is no longer a 
supported feature.
Comment 3 Alexandr Scherbatiy 2006-10-10 15:23:22 UTC
Live synchronization is not supported any more.