W030 Redefined Namespace
Errors and Warnings 1-50
noreferences

@@description

<h2>Umple semantic warning reported when a class is declared in separate places to be in two namespaces</h2>

<p>Since a class can only be in one namespace, the last namespace declaration overides earlier ones. This can sometimes be useful, e.g. when creating a mixin to change the default location of a class. However, it is normally a sign of a mistake, hence the warning.

</p>


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


