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 123492

Summary: changes to attribute values are not saved
Product: uml Reporter: tichadok <tichadok>
Component: General DiagramAssignee: Trey Spiva <tspiva>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description tichadok 2007-12-05 16:37:28 UTC
To reproduce the bug :

create a new UML project with a class diagram, and a class with one attribute ant its value "value1"
File > Save ALL
change the attribute value "newvalue"
File > Save ALL   (Here you will see the .etd file is NOT modified, while the etld and etlp are).

Close and reopen netbeans, the new attribute value you entered is lost:
first you will see the "newvalue" graphically, but then when you click on the attribute it will load the old value "value1"
Comment 1 Joanne Lau 2007-12-06 17:00:39 UTC
Issue is reproducible in NB6.0 as well as in NB5.5.1
Comment 2 Trey Spiva 2008-01-16 18:02:33 UTC
We where not marking the model dirty when we modified the default value.
Comment 3 Joanne Lau 2008-01-17 17:34:09 UTC
Fix verified in build 200801170000