Skip to main content

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

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