Bug 467076 - [ALF][BACK END] - The name of a classifier behavior changes after a compilation
Summary: [ALF][BACK END] - The name of a classifier behavior changes after a compilation
Status: UNCONFIRMED
Alias: None
Product: Papyrus
Classification: Modeling
Component: Others (show other bugs)
Version: 1.1.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 1.1.0   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-12 04:17 EDT by Jeremie Tatibouet CLA
Modified: 2016-01-06 17:31 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremie Tatibouet CLA 2015-05-12 04:17:55 EDT
If the user specified for example

active class ClassA{

} do MyClassifierBehavior

then after the compilation he gets

active class ClassA{

	//constructor  + destructor

} do 'ClassA$behavior$1'

The name of the classifier behavior is not preserved.
Comment 1 Ed Seidewitz CLA 2016-01-06 17:31:28 EST
I cannot reproduce this bug. I believe it was fixed as a side effect of the resolution to Bug 466454, which revised the mapping to properly handle "stub" classifierBehaviors.