What I would like to have:
Store Deltas and BrokenUses on disk (in the project), such that they can be reused later.
Why I need it:
My project relies on Maracas for computing API deltas and detecting broken uses on clients depending on these APIs. I analyze many cases, which means that I may encounter different clients that depend on the same API library, and where the Delta can be reused. Of course, Delta can be reused if it was stored previously. It saves some computational work.
Besides, having serialization (and storing) for broken uses is also handy in order to help generating a broken uses dataset.
How is it supposed to work?
When Delta is computed, store it in a format that can be reused later. Make this delta distinguishable by name.
Similar for Broken Uses.
What I would like to have:
Store Deltas and BrokenUses on disk (in the project), such that they can be reused later.
Why I need it:
My project relies on Maracas for computing API deltas and detecting broken uses on clients depending on these APIs. I analyze many cases, which means that I may encounter different clients that depend on the same API library, and where the Delta can be reused. Of course, Delta can be reused if it was stored previously. It saves some computational work.
Besides, having serialization (and storing) for broken uses is also handy in order to help generating a broken uses dataset.
How is it supposed to work?
When Delta is computed, store it in a format that can be reused later. Make this delta distinguishable by name.
Similar for Broken Uses.