*/
@Override
protected IStatus run(IProgressMonitor monitor) {
try {
EvolizerSessionHandler handler = EvolizerSessionHandler.getHandler();
handler.updateSchema(fProject);
IEvolizerSession persistenceProvider = handler.getCurrentSession(fProject);
TransactionReconstructor.calculateCouplings(persistenceProvider, 1000 * fTMax, 1000 * fDistMax, monitor);
persistenceProvider.close();
sLogger.debug("Transaction reconstruction finished");
} catch (EvolizerException e) {