epsilonlabs / incremental-evl

Incremental Validation for Eclipse Epsilon
2 stars 0 forks source link

Provide an interface for "incremental" Traces #12

Closed arcanefoam closed 8 years ago

arcanefoam commented 8 years ago

In order to generalize how traces can be persisted we need to define an interface that abstract how traces are created and queried.

arcanefoam commented 8 years ago

First version in place. Need to use it in current implementation and fisx accordingly.

arcanefoam commented 8 years ago

This interface also defined the API to create, query and delete the different objects created as part of the traces. Implementations of this interface will alllow to use different technologies for persisting the incremental execution tracing information.