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 96121 - RE Operation doesn't save diagram
Summary: RE Operation doesn't save diagram
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Thuy.d Nguyen
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-02-21 11:00 UTC by Sergey Petrov
Modified: 2007-02-24 01:23 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 Sergey Petrov 2007-02-21 11:00:06 UTC
reproducible with 070221_1

See also 95782
steps:
1. create package
2.add class to the package
3. add operation to the class
4. generate code
5. re on the operation
created diagram is dirty
Comment 1 Thuy.d Nguyen 2007-02-21 23:52:42 UTC
The fact that a newly created diagram from RE an operation is marked dirty is a
corrected behavior.  In coco build,  the same diagram is actually dirty upon
being created but is not accurately marked dirty, and when it is closed it's
auto saved without asking users.

With the fixes involving "save/save all" issues that Sheryl has recently put in,
 the dirty state of a diagram is now being displayed properly and the users are
prompted to save the diagram accordingly when closing it. Marking the issue as
WONTFIX.  

Comment 2 Thuy.d Nguyen 2007-02-23 00:52:13 UTC
After getting some feedback from the QA team, we decided to fix this bug; hence
reopening the issue.
Comment 3 Thuy.d Nguyen 2007-02-23 00:55:47 UTC
Added a logic to auto save the RE Operation diagram right after it is generated.

This auto-save behavior also applies for diagrams generated by invoking CDFS and
Generate Dependency Diagram.
Comment 4 Peter Lam 2007-02-24 01:23:06 UTC
verified in build 070223_1. The created diagram is now auto saved if closed
without explicitly saving it first. verified in both collab and sequence diagrams.