Hi,
I have two versions of a code source (v1 and v2) in Java and I know which files changed between the 2 versions.
I would like to model these 2 versions in FAMIX.
Currently, I parse both source code, create 2 MSEs, import them in Moose and I have my two models (converted to Orion models to take less memory).
But, I need to parse twice the complete source code. However, parsing once the V1 and only the change files of V2 is enough and faster.
Does something exist to load into Moose, a MSE of the complete V1 application and another MSE of the delta, in a way that V1 complete the missing parts of the delta?
Maybe Orion gives this possibility ?
Thanks in advance,
Cheers,
Vincent