Bug 479053 - [Qompass] Qompass does not ask which concrete class to use for the generation
Summary: [Qompass] Qompass does not ask which concrete class to use for the generation
Status: NEW
Alias: None
Product: Papyrus
Classification: Modeling
Component: Designer (show other bugs)
Version: 1.1.0   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-05 10:52 EDT by Vincent Lorenzo CLA
Modified: 2017-08-02 11:37 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 Vincent Lorenzo CLA 2015-10-05 10:52:23 EDT
I create an abstract class, with 2 concretes implementations (one for C++ and one for C). In My model I always use the abstract class. 
Qompass does not ask me which implementation use and the generated code does not work. 

Replacing the abstract class usage by a concrete class, if works fine.