Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 » UML2 3.0.0 metamodel now has unnamed associations
UML2 3.0.0 metamodel now has unnamed associations [message #477814] Sat, 11 October 2008 16:56 Go to next message
Eclipse UserFriend
Originally posted by: cdamus.zeligsoft.com

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
Re: UML2 3.0.0 metamodel now has unnamed associations [message #477820 is a reply to message #477814] Tue, 14 October 2008 14:46 Go to previous messageGo to next message
james bruck is currently offline james bruckFriend
Messages: 1724
Registered: July 2009
Senior Member
Hi Christian,

I will look into this today.

Cheers,
- James.



"Christian W. Damus" <cdamus@zeligsoft.com> wrote in message
news:gcqlsr$nrg$1@build.eclipse.org...
> 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
Re: UML2 3.0.0 metamodel now has unnamed associations [message #477821 is a reply to message #477820] Tue, 14 October 2008 17:00 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: cdamus.zeligsoft.com

Thanks, James,

I took a closer look at the UML metamodel using the OCL console:

Evaluating:
Association.allInstances()->select(name.oclIsUndefined())

Results:
<Association> A_result_writeStructuralFeatureAction
<Association> A_result_clearStructuralFeatureAction
<Association> A_object_startObjectBehaviorAction
<Association> A_decisionInputFlow_decisionNode

As you can see, there are four null-named associations. The label
provider kindly computes names for us.

Cheers,

Christian


James Bruck wrote:
> Hi Christian,
>
> I will look into this today.
>
> Cheers,
> - James.
>
>
>
> "Christian W. Damus" <cdamus@zeligsoft.com> wrote in message
> news:gcqlsr$nrg$1@build.eclipse.org...
>> 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
>
>
Re: UML2 3.0.0 metamodel now has unnamed associations [message #477822 is a reply to message #477820] Tue, 14 October 2008 17:30 Go to previous message
james bruck is currently offline james bruckFriend
Messages: 1724
Registered: July 2009
Senior Member
Hi Christian

The 4 offending associations can be tracked back to the original
Superstructure.uml. These are their id's

_0TsdIBk7Ed2AFo75-uQLRQ

_OPUWUCG7Ed2y9aVPK_72RA

_ijq7oBk8Ed2AFo75-uQLRQ

_wv1fYBk8Ed2AFo75-uQLRQ



That correspond to:

<Association> A_result_writeStructuralFeatureAction
<Association> A_result_clearStructuralFeatureAction
<Association> A_object_startObjectBehaviorAction
<Association> A_decisionInputFlow_decisionNode

I will update and regenerate.

Thanks for finding those missing names.



Cheers,

- James.

"James Bruck" <jbruck@ca.ibm.com> wrote in message
news:gd2b9p$ohs$1@build.eclipse.org...
> Hi Christian,
>
> I will look into this today.
>
> Cheers,
> - James.
>
>
>
> "Christian W. Damus" <cdamus@zeligsoft.com> wrote in message
> news:gcqlsr$nrg$1@build.eclipse.org...
>> 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
>
>
Re: UML2 3.0.0 metamodel now has unnamed associations [message #627024 is a reply to message #477814] Tue, 14 October 2008 14:46 Go to previous message
james bruck is currently offline james bruckFriend
Messages: 1724
Registered: July 2009
Senior Member
Hi Christian,

I will look into this today.

Cheers,
- James.



"Christian W. Damus" <cdamus@zeligsoft.com> wrote in message
news:gcqlsr$nrg$1@build.eclipse.org...
> 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
Re: UML2 3.0.0 metamodel now has unnamed associations [message #627025 is a reply to message #477820] Tue, 14 October 2008 17:00 Go to previous message
Eclipse UserFriend
Originally posted by: cdamus.zeligsoft.com

Thanks, James,

I took a closer look at the UML metamodel using the OCL console:

Evaluating:
Association.allInstances()->select(name.oclIsUndefined())

Results:
<Association> A_result_writeStructuralFeatureAction
<Association> A_result_clearStructuralFeatureAction
<Association> A_object_startObjectBehaviorAction
<Association> A_decisionInputFlow_decisionNode

As you can see, there are four null-named associations. The label
provider kindly computes names for us.

Cheers,

Christian


James Bruck wrote:
> Hi Christian,
>
> I will look into this today.
>
> Cheers,
> - James.
>
>
>
> "Christian W. Damus" <cdamus@zeligsoft.com> wrote in message
> news:gcqlsr$nrg$1@build.eclipse.org...
>> 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
>
>
Re: UML2 3.0.0 metamodel now has unnamed associations [message #627026 is a reply to message #477820] Tue, 14 October 2008 17:30 Go to previous message
james bruck is currently offline james bruckFriend
Messages: 1724
Registered: July 2009
Senior Member
Hi Christian

The 4 offending associations can be tracked back to the original
Superstructure.uml. These are their id's

_0TsdIBk7Ed2AFo75-uQLRQ

_OPUWUCG7Ed2y9aVPK_72RA

_ijq7oBk8Ed2AFo75-uQLRQ

_wv1fYBk8Ed2AFo75-uQLRQ



That correspond to:

<Association> A_result_writeStructuralFeatureAction
<Association> A_result_clearStructuralFeatureAction
<Association> A_object_startObjectBehaviorAction
<Association> A_decisionInputFlow_decisionNode

I will update and regenerate.

Thanks for finding those missing names.



Cheers,

- James.

"James Bruck" <jbruck@ca.ibm.com> wrote in message
news:gd2b9p$ohs$1@build.eclipse.org...
> Hi Christian,
>
> I will look into this today.
>
> Cheers,
> - James.
>
>
>
> "Christian W. Damus" <cdamus@zeligsoft.com> wrote in message
> news:gcqlsr$nrg$1@build.eclipse.org...
>> 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
>
>
Previous Topic:Relationship between UML and a custom model
Next Topic:Main intention of PackageMerge
Goto Forum:
  


Current Time: Thu Apr 25 06:04:48 GMT 2024

Powered by FUDForum. Page generated in 0.03413 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top