Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 343085

Summary: Closed diagrams with moved element are not marked as dirty when opens
Product: [Technology] Tigerstripe Reporter: Maria Kolchinskaja <mshulgina>
Component: UIAssignee: Project Inbox <tigerstripe.ui-inbox>
Status: CLOSED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: skanton
Version: unspecified   
Target Milestone: 0.5M0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

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