E3507 Duplicate Emit Method Name
Errors and Warnings 1000+
noreferences

@@description

<h2>Umple semantic error raised when a class has duplicate emit method names</h2>

<p>
Each emit method name must be unique in a class.<br/>
Attributing a different name to the duplicate method will solve the error.
</p>


@@example
@@source manualexamples/E3507DuplicateEmitMethodName1.ump
@@endexample

@@example  @@caption Solution to The Above So the Message No Longer Appears @@endcaption
@@source manualexamples/E3507DuplicateEmitMethodName2.ump
@@endexample
