One example to understand SemFix: Program Repair via Semantic Analysis Basic Information Authors: Hoang Duong Thien Nguyen, Dawei Qi, Abhik Roychoudhury Pulication: ICSE'13 Description: Semantic Program Repair Example Buggy code: Test Suite: Overview…
Some resources: https://www.monperrus.net/martin/automatic-software-repair 2017 [ ] DeepFix: Fixing Common C Language Errors by Deep Learning Rahul Gupta, Soham Pal, Aditya Kanade, Shirish K. Shevade AAAI 2017: 1345-1351 [ ] Contract-based program re…
Basic Information Authors: Jooyong Yi, Shin Hwei Tan, Sergey Mechtaev, Marcel Böhme, Abhik Roychoudhury Publication: EMSE'17 Conclusion: In general, with the increase of traditional test suite metrics, the reliability of repairs tend to increase. In…
Basic Information Publication: ICSE'17 Authors: Shin Hwei Tan, Jooyong Yi, Yulis, Sergey Mechtaev, Abhik Roychoudhury Language: C Program Source: Codeforces Programming Contest (Reject/Accept) Description: a set of 3902 defects from 7436 programs aut…
By executing code one line or one function at a time, you can observe changes in the data and in the page to understand exactly what is happening. You can also modify data values used by the script, and you can even modify the script itself. Why is t…
Background C++ is one of the main development languages used by many of Google's open-source projects. As every C++ programmer knows, the language has many powerful features, but this power brings with it complexity, which in turn can make code more…
2015-05-26 628 Code-Tuning Techniques ——Even though a particular technique generally represents poor coding practice, specific circumstances might make it the best one to use. ——One key to writing effective loops is to minimize the work don…