E051 Event Parameters Must Match
Errors and Warnings 51-99
noreferences

@@description

<h2>Umple semantic error reported when events with the same name have different parameters</h2>

<p>When <a href="EventsWithParameters.html">parameters are specified on a state machine event</a>, all transitions with the same event name must have identical parameters, both in name and type. The reason for this is that there is only one event method generated.
</p>


@@example
@@source manualexamples/E051EventParametersMustMatch1.ump &diagramtype=state
@@endexample

@@example @@caption Solution to The Above So the Message No Longer Appears @@endcaption
@@source manualexamples/E051EventParametersMustMatch2.ump &diagramtype=state
@@endexample

