E006 Missing Default
Errors and Warnings 1-50
noreferences

@@description

<h2>Umple syntactic error reported when no default value is specified after an attribute that is marked defaulted</h2>

<p>The keyword 'defaulted' means that the attribute will be given a default value if the value is not set in the constructor. Omitting the default value is therefore illogical. The default value is specified after an equals sign.
</p>


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

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


