Bug 465434 - [StateMachineDiagram] Operation names not shown for function behaviour
Summary: [StateMachineDiagram] Operation names not shown for function behaviour
Status: UNCONFIRMED
Alias: None
Product: Papyrus
Classification: Modeling
Component: Diagram (show other bugs)
Version: 1.0.2   Edit
Hardware: PC Windows 7
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-24 10:32 EDT by Mark Burlison CLA
Modified: 2017-08-02 11:37 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Burlison CLA 2015-04-24 10:32:40 EDT
Recreate:
1: Create a state machine
2: Create a class and add an operation to it
3: Create 2 states and add a transition between them
4: Add an effect of type "function behaviour" to the transition and select the operation as the specification

Expected result - name of operation appears after "/FunctionBehavior"
Actual result - null appears after "/FunctionBehavior"

Work around - add operation name as name of function behaviour.

This issue occurs on 1.02.v201503161341 (nightly) and 1.0.2.v201502181349

The reason I expect the result defined above is that it works for triggers, if I don't name a trigger then the name of the associated event appears, meaning I only have to name and specify the event once.