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 84225 - Changes are not propagated from source to model
Summary: Changes are not propagated from source to model
Status: VERIFIED WONTFIX
Alias: None
Product: uml
Classification: Unclassified
Component: Synchronization (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Craig Conover
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2006-09-05 15:08 UTC by Alexandr Scherbatiy
Modified: 2006-10-10 10:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2006-09-05 15:08:41 UTC
Coke milestone Build 19 (060828)
Java(TM) SE Runtime Environment (build 1.6.0-beta2-b86)

Editing of java source file is not propagated to UML model.

Steps to reproduce:

- Create a Java Application
- Create a UML Java Platform Model project  which is synchronized 
  with the Java Application
- Create a Class diagram
- Put a Class element on the diagram and name it 'MyClass'
- Go to the source of the Class element
- Insert into the source file
   - Attribute 'int a;'
   - Operation 'void show(){}'
- Rename the java source file by Refactoring

- Go to the diagram

 The class element is not updated.
Comment 1 Craig Conover 2006-10-05 21:48:30 UTC
This issue is obsolete the redesigned roundtrip (live roundtrip is disabled) so
there will not be any direct fix for this as the actual feature that makes this
possible will not be available.
Comment 2 Alexandr Scherbatiy 2006-10-10 10:55:47 UTC
Verified.