[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.mdt.uml2] Re: UML2 3.0.0 metamodel now has unnamed associations
|
Hi Christian,
I will look into this today.
Cheers,
- James.
"Christian W. Damus" <cdamus@xxxxxxxxxxxxx> wrote in message
news:gcqlsr$nrg$1@xxxxxxxxxxxxxxxxxxxx
> Hi,
>
> In adopting the UML2 3.0.0 changes in the OCL project, I tripped across a
> difference from the patch on Bug 232332 that I had previously tested.
>
> There are now assocations in the UML.metamodel.uml model, such as the new
> DecisionNode::decisionInputFlow, that are unnamed. Previously, these
> would have (I assumed computed) names like
> "A_decisionInputFlow_decisionNode."
>
> Is this a bug? I clearly had a bug in the OCL parser, that would NPE on
> these in the syntax-completion algorithm, but I am thinking that probably
> these new associations should be consistent with all those that came
> before.
>
> Thanks,
>
> Christian