Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [capra-dev] Notification system in artifact handler breaks support for external models

Hi Jens,

 

Sorry this broke ReqTool.

 

I think we can make this notification feature more generic and get rid of the dependency. I ll spend some time today after lunch and make a fix for that. Will get back to you as soon as the patch lands.

 

Best regards,

 

Salome.

 

 

From: <capra-dev-bounces@xxxxxxxxxxx> on behalf of Jens Lideström <jens.lidestrom@xxxxxxxxxxx>
Reply-To: capra developer discussions <capra-dev@xxxxxxxxxxx>
Date: Thursday, 29 June 2017 at 11:11
To: capra developer discussions <capra-dev@xxxxxxxxxxx>
Subject: Re: [capra-dev] Notification system in artifact handler breaks support for external models

 

Now I've talked with Hans-Erik and you were apparently already aware of this issue, so there was probably no reason for me to write the earlier mail.

Just lets try to find a solution as fast as possible!

BR,


Jens Lideström

Software developer
rt-labs

 

2017-06-29 11:04 GMT+02:00 Jens Lideström <jens.lidestrom@xxxxxxxxxxx>:

Hello,

I noticed that after a change in the notification system Capra has completely lost the ability to run other models than the generic model.

This completely breaks ReqTool and all sorts of model extendability. This urgently has to be reworked.

This change is this:

https://git.eclipse.org/r/#/c/93502/

* It introduced a dependency on the generic model from all artifact handlers.

* It assumes that the model is the generic model and crashes otherwise. See for example JavaElementChangeListener.

 

Optimally a notification system that doesn't depend on any particular model should be developed. Until that happens *all code that depends on the generic model should be moved out of the artifact handlers*!

BR,

Jens Lideström

Software developer
rt-labs

 


Back to the top