Detecting and exploring side effects when repairing model inconsistencies (bibtex)
by Djamel Eddine Khelladi, Roland Kretschmer, Alexander Egyed
Abstract:
When software models change, developers often fail in keeping them consistent. Automated support in repairing inconsistencies is widely addressed. Yet, merely enumerating repairs for developers is not enough. A repair can as a side effect cause new unexpected inconsistencies (negative) or even fix other inconsistencies as well (positive). To make matters worse, repairing negative side effects can in turn cause further side effects. Current approaches do not detect and track such side effects in depth, which can increase developers' effort and time spent in repairing inconsistencies. This paper presents an automated approach for detecting and tracking the consequences of repairs, i.e. side effects. It recursively explores in depth positive and negative side effects and identifies paths and cycles of repairs. This paper further ranks repairs based on side effect knowledge so that developers may quickly find the relevant ones. Our approach and its tool implementation have been empirically assessed on 14 case studies from industry, academia, and GitHub. Results show that both positive and negative side effects occur frequently. A comparison with three versioned models showed the usefulness of our ranking strategy based on side effects. It showed that our approach's top prioritized repairs are those that developers would indeed choose. A controlled experiment with 24 participants further highlights the significant influence of side effects and of our ranking of repairs on developers. Developers who received side effect knowledge chose far more repairs with positive side effects and far less with negative side effects, while being 12.3% faster, in contrast to developers who did not receive side effect knowledge.
Reference:
Detecting and exploring side effects when repairing model inconsistencies (Djamel Eddine Khelladi, Roland Kretschmer, Alexander Egyed), In Proceedings of the 12th ACM SIGPLAN International Conference on Software Language Engineering (SLE), Athens, Greece, 2019.
Bibtex Entry:
@Conference{DBLP:conf/sle/KhelladiKE19,
  author    = {Djamel Eddine Khelladi and Roland Kretschmer and Alexander Egyed},
  booktitle = {Proceedings of the 12th {ACM} {SIGPLAN} International Conference on Software Language Engineering (SLE), Athens, Greece},
  title     = {Detecting and exploring side effects when repairing model inconsistencies},
  year      = {2019},
  pages     = {113--126},
  abstract  = {When software models change, developers often fail in keeping them consistent. Automated support in repairing inconsistencies is widely addressed. Yet, merely enumerating repairs for developers is not enough. A repair can as a side effect cause new unexpected inconsistencies (negative) or even fix other inconsistencies as well (positive). To make matters worse, repairing negative side effects can in turn cause further side effects. Current approaches do not detect and track such side effects in depth, which can increase developers' effort and time spent in repairing inconsistencies. This paper presents an automated approach for detecting and tracking the consequences of repairs, i.e. side effects. It recursively explores in depth positive and negative side effects and identifies paths and cycles of repairs. This paper further ranks repairs based on side effect knowledge so that developers may quickly find the relevant ones. Our approach and its tool implementation have been empirically assessed on 14 case studies from industry, academia, and GitHub. Results show that both positive and negative side effects occur frequently. A comparison with three versioned models showed the usefulness of our ranking strategy based on side effects. It showed that our approach's top prioritized repairs are those that developers would indeed choose. A controlled experiment with 24 participants further highlights the significant influence of side effects and of our ranking of repairs on developers. Developers who received side effect knowledge chose far more repairs with positive side effects and far less with negative side effects, while being 12.3% faster, in contrast to developers who did not receive side effect knowledge.},
  bibsource = {dblp computer science bibliography, https://dblp.org},
  biburl    = {https://dblp.org/rec/bib/conf/sle/KhelladiKE19},
  crossref  = {DBLP:conf/sle/2019},
  doi       = {10.1145/3357766.3359546},
  file      = {:Conferences/SLE 2019 - Detecting and Exploring Side Effects when Repairing Model Inconsistencies/Detecting and Exploring Side Effects when Repairing Model Inconsistencies-preprint.pdf:PDF},
  keywords  = {Pro2Future, LIT Secure and Correct Systems Lab, FWF P31989},
  timestamp = {Fri, 18 Oct 2019 13:17:17 +0200},
  url       = {https://doi.org/10.1145/3357766.3359546},
}
Powered by bibtexbrowser