| Summary: | [UML Compare] Profile and stereotyped element management | ||
|---|---|---|---|
| Product: | [Modeling] Papyrus | Reporter: | Vincent Lorenzo <vincent.lorenzo> |
| Component: | Core | Assignee: | Vincent Lorenzo <vincent.lorenzo> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | rschnekenburger |
| Version: | 0.9.0 | ||
| Target Milestone: | SR1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Bug Depends on: | 384487, 384490, 385263, 385289 | ||
| Bug Blocks: | 371390 | ||
|
Description
Vincent Lorenzo
Some model example commited in R8484 and R8485, in oep.uml.compare.diff.tests show that stereotype application is not showed in the editor. (JUnit tests are NOT yet provided) R8486 : change the inheritance of the DiffEngine used for the comparison in Papyrus Compare. -> Now we extends the UML2DiffEngine provided by EMF-Compare. We should develop ITransactionalMerger for the new DiffElement provided by EMF-Compare R8482: Implements specific mergers for StereotypeApplication and ProfileApplication. Correct the content provider which shaw StereotypeApplication object as a root of the model -> Now the merge is correctly done, but JUnit tests are not yet implemented R8504 : commit changes to get the correct comparison for the properties of stereotypes. The merger are not yet provided for stereotype properties! R8509 : provides the mergers for the changes in the values of the stereotype. A JUnit tests should be provided for that From R8482 to R8599 (of course, all commits done are not for this bug!) : development of the tests for the stereotypes and profile management. This is solved with the EMF Compare 2.x integration |