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

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