On 11/17/06, Thilo Goetz <twgoetz@gmx.de> wrote:
> Is this something you would like to see fixed in the TypeSystemMgr, or
> in the code that calls the TypeSystemMgr? I believe I can probably fix
> it in the TypeSystemMgr without too much work.
>
I already committed the fix for it in the code that calls
TypeSystemMgr (CasCreationUtils). I already have to create the
supertype before I can create the subtype, so it was easy for me to
also add the features to the supertype befor adding them to the
subtype.
However, I think a further question is: should we produce a warning if
the user has declared a duplicate feature name on a supertype and one
of its subtypes? If we think that makes sense we can open a JIRA nit
to record this.
-Adam
|