I. Groher, A. Egyed. Selective Backtracking of Model Changes. Track on New Ideas and Emerging Results (NIER), 31st International Conference on Software Engineering (ICSE 2009), pp. 231-234, Vancouver, Canada, May, 2009, doi:10.1109/ICSE-COMPANION.2009.5070989


Backtracking is necessary when design alternatives are explored or dead ends are reached. Unfortunately, current approaches support chronological backtracking only (undo or version control), where the designer is forced to undo intermittent changes even if they are not related to what should be backtracked. This work introduces an approach for selective backtracking during software modeling where previously discarded design changes are recovered without having to undo intermittent changes. Selective backtracking is a challenge because during multi-view modeling, we must understand how changes across multiple views are connected – in order to undo them together and thus avoid undesired inconsistencies. Our approach automatically discovers dependencies among design changes and is thus able to guide the designer during selective backtracking.

Selective Backtracking of Model Changes