1 | Matthew Stephan and Manar H. Alalfi and James R. Cordy Towards a Taxonomy for Simulink Model Mutations Seventh {IEEE} International Conference on Software Testing, Verification and Validation, {ICST} 2014 Workshops Proceedings, March 31 - April 4, 2014, Cleveland, Ohio, {USA}, 2014. |
|
| Abstract: Available soon... |
| @INPROCEEDINGS{stephan_ICSTW_14,
author = {Matthew Stephan and Manar H. Alalfi and James R. Cordy},
title = {Towards a Taxonomy for Simulink Model Mutations},
booktitle = {Seventh {IEEE} International Conference on Software Testing, Verification and Validation, {ICST} 2014 Workshops Proceedings, March 31 - April 4, 2014, Cleveland, Ohio, {USA}},
year = {2014},
address = {},
month = {},
pages = {206--215}
} |
2 | Matthew Stephan and Manar H. Alalfi and Andrew Stevenson and James R. Cordy Using mutation analysis for a model-clone detector comparison framework 35th International Conference on Software Engineering, {ICSE} '13, San Francisco, CA, USA, May 18-26, 2013, 2013. |
|
| Abstract: Available soon... |
| @INPROCEEDINGS{stephan_ICSE_13,
author = {Matthew Stephan and Manar H. Alalfi and Andrew Stevenson and James R. Cordy},
title = {Using mutation analysis for a model-clone detector comparison framework},
booktitle = {35th International Conference on Software Engineering, {ICSE} '13, San Francisco, CA, USA, May 18-26, 2013},
year = {2013},
address = {},
month = {},
pages = {1261--1264}
} |
3 | Chanchal K. Roy and James R. Cordy A Mutation/Injection-Based Automatic Framework for Evaluating Code Clone Detection Tools Second International Conference on Software Testing Verification and Validation, {ICST} 2009, Denver, Colorado, USA, April 1-4, 2009, Workshops Proceedings, 2009. |
|
| Abstract: Available soon... |
| @INPROCEEDINGS{roy_ICSTW_09,
author = {Chanchal K. Roy and James R. Cordy},
title = {A Mutation/Injection-Based Automatic Framework for Evaluating Code Clone Detection Tools},
booktitle = {Second International Conference on Software Testing Verification and Validation, {ICST} 2009, Denver, Colorado, USA, April 1-4, 2009, Workshops Proceedings},
year = {2009},
address = {},
month = {},
pages = {157--166}
} |
4 | Chanchal K. Roy and James R. Cordy A Mutation / Injection-based Automatic Framework for Evaluating Code Clone Detection Tools Proceedings of the 4th International Workshop on Mutation Analysis (MUTATION'09)Denver, Colorado, 1-4 April 2009. |
|
| Abstract: In recent years many methods and tools for software clone detection have been proposed. While some work has been done on assessing and comparing performance of these tools, very little empirical evaluation has been done. In particular, accuracy measures such as precision and recall have only been roughly estimated, due both to problems in creating a validated clone benchmark against which toolscan be compared, and to the manual effort required to hand check large numbers of candidate clones. In this paper we propose an automated method for empirically evaluating clone detection tools that leverages mutation-based techniques to overcome these limitations by automatically synthesizing large numbers of known clones based on an editing theory of clone creation. Our framework is effective in measuring recall and precision of clone detection tools for various types of fine-grained clones in real systems without manual intervention. |
| @INPROCEEDINGS{RoyC09,
author = {Chanchal K. Roy and James R. Cordy},
title = {A Mutation / Injection-based Automatic Framework for Evaluating Code Clone Detection Tools},
booktitle = {Proceedings of the 4th International Workshop on Mutation Analysis (MUTATION'09)},
year = {2009},
address = {Denver, Colorado},
month = {1-4 April},
pages = {157-166}
} |
5 | Chanchal K. Roy and James R. Cordy Towards a Mutation-based Automatic Framework for Evaluating Code Clone Detection Tools Proceedings of the Canadian Conference on Computer Science and Software Engineering (C3S2E'08)Montreal, Quebec, Canada, 12-13 May 2008. |
|
| Abstract: Available soon... |
| @INPROCEEDINGS{RoyC08,
author = {Chanchal K. Roy and James R. Cordy},
title = {Towards a Mutation-based Automatic Framework for Evaluating Code Clone Detection Tools},
booktitle = {Proceedings of the Canadian Conference on Computer Science and Software Engineering (C3S2E'08)},
year = {2008},
address = {Montreal, Quebec, Canada},
month = {12-13 May},
pages = {137-140}
} |
6 | Jeremy S. Bradbury and James R. Cordy and Juergen Dingel Comparative Assessment of Testing and Model Checking Using Program Mutation Proceedings of the 3rd Workshop on Mutation Analysis (MUTATION'07)Windsor, UK, 2007. |
|
| Abstract: Developing correct concurrent code is more difficult than developing correct sequential code. This difficulty is due in part to the many different, possibly unexpected, executions of the program, and leads to the need for special quality assurance techniques for concurrent programs such as randomized testing and state space exploration. In this paper an approach is used that assesses testing and formal analysis tools using metrics to measure the effectiveness and efficiency of each technique at finding concurrency bugs. Using program mutation, the assessment method creates a range of faulty versions of a program and then evaluates the ability of various testing and formal analysis tools to detect these faults. The approach is implemented and automated in an experimental mutation analysis framework (ExMAn) which allows results to be more easily reproducible. To demonstrate the approach, we present the results of a comparison of testing using the IBM tool ConTest and model checking using the NASA tool Java PathFinder (JPF). |
| @INPROCEEDINGS{BradburyCD07,
author = {Jeremy S. Bradbury and James R. Cordy and Juergen Dingel},
title = {Comparative Assessment of Testing and Model Checking Using Program Mutation},
booktitle = {Proceedings of the 3rd Workshop on Mutation Analysis (MUTATION'07)},
year = {2007},
address = {Windsor, UK},
month = {},
pages = {210-222}
} |
7 | Jeremy S. Bradbury and James R. Cordy and Juergen Dingel Mutation Operators for Concurrent Java (J2SE 5.0) Proceedings of the 2nd Workshop on Mutation Analysis (MUTATION'06)Raleigh, North Carolina, November 2006. |
|
| Abstract: The current version of Java (J2SE 5.0) provides a high level of support for concurreny in comparison to previous versions. For example, programmers using J2SE 5.0 can now achieve synchronization between concurrent threads using explicit locks, semaphores, barriers, latches, or exchangers. Furthermore, built-in concurrent data structures such as hash maps and queues, built-in thread pools, and atomic variables are all at the programmer's disposal. We are interested in using mutation analysis to evaluate, compare and improve quality assurance techniques for concurrent Java programs. Furthermore, we believe that the current set of method mutation operators and class operators proposed in the literature are insufficient to evaluate concurrent Java source code because the majority of operators do not directly mutate the portions of code responsible for synchronization. In this paper we will provide an overview of concurrency constructs in J2SE 5.0 and a new set of concurrent mutation operators. We will justify the operators by categorizing them with an existing bug pattern taxonomy for concurrency. Most of the bug patterns in the taxonomy have been used to classify real bugs in a benchmark of concurrent Java applications. |
| @INPROCEEDINGS{BradburyCD06a,
author = {Jeremy S. Bradbury and James R. Cordy and Juergen Dingel},
title = {Mutation Operators for Concurrent Java (J2SE 5.0)},
booktitle = {Proceedings of the 2nd Workshop on Mutation Analysis (MUTATION'06)},
year = {2006},
address = {Raleigh, North Carolina},
month = {November},
pages = {83–92}
} |
8 | Jeremy S. Bradbury and James R. Cordy and Juergen Dingel ExMAn: A Generic and Customizable Framework for Experimental Mutation Analysis Proceedings of the 2nd Workshop on Mutation Analysis (MUTATION'06)Raleigh, North Carolina, November 2006. |
|
| Abstract: Current mutation analysis tools are primarily used to compare different test suites and are tied to a particular programming language. In this paper we present the ExMAn experimental mutation analysis framework - ExMAn is automated, general and flexible and allows for the comparison of different quality assurance techniques such as testing, model checking, and static analysis. The goal of ExMAn is to allow for automatic mutation analysis that can be reproduced by other researchers. After describing ExMAn, we present a scenario of using ExMAn to compare testing with static analysis of temporal logic properties. We also provide both the benefits and the current limitations of using our framework. |
| @INPROCEEDINGS{BradburyCD06,
author = {Jeremy S. Bradbury and James R. Cordy and Juergen Dingel},
title = {ExMAn: A Generic and Customizable Framework for Experimental Mutation Analysis},
booktitle = {Proceedings of the 2nd Workshop on Mutation Analysis (MUTATION'06)},
year = {2006},
address = {Raleigh, North Carolina},
month = {November},
pages = {57–62}
} |