Bug 568757 - [Profile]Definition fails when a Property is typed with a DataType stored in a library file
Summary: [Profile]Definition fails when a Property is typed with a DataType stored in ...
Status: NEW
Alias: None
Product: Papyrus
Classification: Modeling
Component: Others (show other bugs)
Version: 4.8.0   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-12 08:27 EST by Vincent Lorenzo CLA
Modified: 2020-11-12 08:28 EST (History)
0 users

See Also:


Attachments
illustration of the exception (222.11 KB, image/png)
2020-11-12 08:27 EST, Vincent Lorenzo CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Lorenzo CLA 2020-11-12 08:27:37 EST
Created attachment 284744 [details]
illustration of the exception

See forum topic : https://www.eclipse.org/forums/index.php/t/1105773/

Step to reproduce: 
  1. Create a uml model with a datatype. This datatype contains a Property typed with Integer (for example).
  2. Create a Profile model, with a stereotype extending Element.
  3. Create a Property inside the stereotype and typed it with the DataType created in the first model. 
  4. Save and defined
   -> you get an exception 

(the profile definition works fine with the UML Editor).