Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 343085 - Closed diagrams with moved element are not marked as dirty when opens
Summary: Closed diagrams with moved element are not marked as dirty when opens
Status: CLOSED WONTFIX
Alias: None
Product: Tigerstripe
Classification: Technology
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 0.5M0   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-18 01:53 EDT by Maria Kolchinskaja CLA
Modified: 2011-04-19 05:41 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maria Kolchinskaja CLA 2011-04-18 01:53:54 EDT
Build Identifier: 

Precondition:
Create a Tigerstripe Project with 'simple' package.
Create 'simple.moved' subpackage.
Create Entity artifact 'simple' package.
Create class diagrams with artifacts from 'simple' package inside package and
outside and add Entity artifact to the diagrams.

Steps:
Select menu item "Refactor Model/Move..." for Entity artifact. 
Select 'simple.moved' package as destination for Ent1.
Open all of the diagrams.

Expexted result: diagrams should be marked as dirty

Test Result - diagrams are already saved (not marked as dirty)


Reproducible: Always
Comment 1 Anton Salnik CLA 2011-04-18 04:08:23 EDT
It's not a bug. It was result of incorrect refactoring behaviour and diagrams was cleaned on open. Now all refactoring changes are propagated to diagrams and cleanup isn't occurred. If diagrams are correct after refactoring then the failed tests should be rewritten.
Comment 2 Maria Kolchinskaja CLA 2011-04-19 05:41:17 EDT
Not a bug