[Uml-devel] [Bug 283744] Gratuitous warning messages on loading project file

Oliver Kellogg okellogg at users.sourceforge.net
Fri Feb 10 11:47:58 UTC 2012


https://bugs.kde.org/show_bug.cgi?id=283744





--- Comment #15 from Oliver Kellogg <okellogg users sourceforge net>  2012-02-10 11:47:57 ---
Created an attachment (id=68675)
 --> (http://bugs.kde.org/attachment.cgi?id=68675)
Usages of the "undef" data type

(In reply to comment #4)
> [...]
> The next step would be to grep for all references to the "undef" datatype:
> 
>   $ grep '"A7B42ow89qzr"' Engine_without_undef_generalizations.xmi
> 
> and decide how to change those references to something sensible.

I did this and found an interesting hint.
Right at the start of the attachment, we have:

<UML:DataType stereotype="datatype" visibility="public" isSpecification="false"
namespace="Datatypes" isAbstract="false" isLeaf="false"
elementReference="A7B42ow89qzr" isRoot="false" xmi.id="58disHkordQ4"
name="GLfloat[16]"/>
<UML:DataType stereotype="datatype" visibility="public" isSpecification="false"
namespace="Datatypes" isAbstract="false" isLeaf="false"
elementReference="A7B42ow89qzr" isRoot="false" xmi.id="62pEao8eqKtO"
name="GLfloat[4]"/>
<UML:DataType stereotype="datatype" visibility="public" isSpecification="false"
namespace="Datatypes" isAbstract="false" isLeaf="false"
elementReference="A7B42ow89qzr" isRoot="false" xmi.id="bmvyN1hi28V3"
name="GLfloat[3]"/>

The elementReference="A7B42ow89qzr" points to the undef data type.
The names "GLfloat[16]", "GLfloat[4]", "GLfloat[3]" would strongly suggest that
the undef type is "GLfloat".
@Kip: Can you confirm?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the umbrello-devel mailing list