Towards reusing hints from past fixes
暂无分享,去创建一个
[1] Miryung Kim,et al. Sydit: creating and applying a program transformation from an example , 2011, ESEC/FSE '11.
[2] Sumit Gulwani,et al. Learning Syntactic Program Transformations from Examples , 2016, 2017 IEEE/ACM 39th International Conference on Software Engineering (ICSE).
[3] Alexey Zhikhartsev,et al. Better test cases for better automated program repair , 2017, ESEC/SIGSOFT FSE.
[4] Fan Long,et al. Staged program repair with condition synthesis , 2015, ESEC/SIGSOFT FSE.
[5] Shinji Kusumoto,et al. CCFinder: A Multilinguistic Token-Based Code Clone Detection System for Large Scale Source Code , 2002, IEEE Trans. Software Eng..
[6] Andreas Zeller,et al. Predicting faults from cached history , 2008, ISEC '08.
[7] Xiao Ma,et al. An empirical study on configuration errors in commercial and open source systems , 2011, SOSP.
[8] Carlo A. Furia,et al. Contract-based program repair without the contracts , 2017, 2017 32nd IEEE/ACM International Conference on Automated Software Engineering (ASE).
[9] Yuhua Qi,et al. The strength of random search on automated program repair , 2014, ICSE.
[10] Hridesh Rajan,et al. A study of repetitiveness of code changes in software evolution , 2013, 2013 28th IEEE/ACM International Conference on Automated Software Engineering (ASE).
[11] Hiroaki Yoshida,et al. Elixir: Effective object-oriented program repair , 2017, 2017 32nd IEEE/ACM International Conference on Automated Software Engineering (ASE).
[12] Jiachen Zhang,et al. Precise Condition Synthesis for Program Repair , 2016, 2017 IEEE/ACM 39th International Conference on Software Engineering (ICSE).
[13] Yuriy Brun,et al. The plastic surgery hypothesis , 2014, SIGSOFT FSE.
[14] Chen Liu,et al. R2Fix: Automatically Generating Bug Fixes from Bug Reports , 2013, 2013 IEEE Sixth International Conference on Software Testing, Verification and Validation.
[15] Xiaoyin Wang,et al. Boosting complete-code tool for partial program , 2017, 2017 32nd IEEE/ACM International Conference on Automated Software Engineering (ASE).
[16] Yuriy Brun,et al. The ManyBugs and IntroClass Benchmarks for Automated Repair of C Programs , 2015, IEEE Transactions on Software Engineering.
[17] Fan Long,et al. An analysis of patch plausibility and correctness for generate-and-validate patch generation systems , 2015, ISSTA.
[18] Zhendong Su,et al. An Empirical Study on Real Bug Fixes , 2015, 2015 IEEE/ACM 37th IEEE International Conference on Software Engineering.
[19] H. Kuhn. The Hungarian method for the assignment problem , 1955 .
[20] Mark Harman,et al. Predictive Mutation Testing , 2019, IEEE Transactions on Software Engineering.
[21] Tao Xie,et al. Inferring Resource Specifications from Natural Language API Documentation , 2009, 2009 IEEE/ACM International Conference on Automated Software Engineering.
[22] Tao Xie,et al. Automated detection of api refactorings in libraries , 2007, ASE '07.
[23] Fan Long,et al. Automatic patch generation by learning correct code , 2016, POPL.
[24] Shan Lu,et al. Understanding and detecting real-world performance bugs , 2012, PLDI.
[25] Miryung Kim,et al. A case study of cross-system porting in forked projects , 2012, SIGSOFT FSE.
[26] Matias Martinez,et al. Mining software repair models for reasoning on the search space of automated program fixing , 2013, Empirical Software Engineering.
[27] Laurie J. Hendren,et al. Enabling static analysis for partial java programs , 2008, OOPSLA.
[28] Sashank Dara,et al. Online Defect Prediction for Imbalanced Data , 2015, 2015 IEEE/ACM 37th IEEE International Conference on Software Engineering.
[29] Na Meng,et al. Towards reusing hints from past fixes , 2017, Empirical Software Engineering.
[30] Alessandro Orso,et al. MintHint: automated synthesis of repair hints , 2013, ICSE.
[31] Shinji Kusumoto,et al. Toward Reusing Code Changes , 2015, 2015 IEEE/ACM 12th Working Conference on Mining Software Repositories.
[32] Yuanyuan Zhou,et al. Learning from mistakes: a comprehensive study on real world concurrency bug characteristics , 2008, ASPLOS.
[33] Jaechang Nam,et al. Automatic patch generation learned from human-written patches , 2013, 2013 35th International Conference on Software Engineering (ICSE).
[34] Na Meng,et al. A Characterization Study of Repeated Bug Fixes , 2017, 2017 IEEE International Conference on Software Maintenance and Evolution (ICSME).
[35] Eugene W. Myers,et al. AnO(ND) difference algorithm and its variations , 1986, Algorithmica.
[36] Zhendong Su,et al. A study of the uniqueness of source code , 2010, FSE '10.
[37] Yuanyuan Zhou,et al. Bug characteristics in open source software , 2013, Empirical Software Engineering.
[38] Harald C. Gall,et al. Change Distilling:Tree Differencing for Fine-Grained Source Code Change Extraction , 2007, IEEE Transactions on Software Engineering.
[39] Jie Wang,et al. Fixing Recurring Crash Bugs via Analyzing Q&A Sites (T) , 2015, 2015 30th IEEE/ACM International Conference on Automated Software Engineering (ASE).
[40] J. Munkres. ALGORITHMS FOR THE ASSIGNMENT AND TRANSIORTATION tROBLEMS* , 1957 .
[41] Gene H. Golub,et al. Generalized cross-validation as a method for choosing a good ridge parameter , 1979, Milestones in Matrix Computation.
[42] Abhik Roychoudhury,et al. A correlation study between automated program repair and test-suite metrics , 2018, ICSE.
[43] David Lo,et al. S3: syntax- and semantic-guided repair synthesis via programming by examples , 2017, ESEC/SIGSOFT FSE.
[44] Matias Martinez,et al. Do the fix ingredients already exist? an empirical inquiry into the redundancy assumptions of program repair approaches , 2014, ICSE Companion.
[45] Rajiv Gupta,et al. BugFix: A learning-based tool to assist developers in fixing bugs , 2009, 2009 IEEE 17th International Conference on Program Comprehension.
[46] Claire Le Goues,et al. A systematic study of automated program repair: Fixing 55 out of 105 bugs for $8 each , 2012, 2012 34th International Conference on Software Engineering (ICSE).
[47] Na Meng,et al. An Empirical Study on Using Hints from Past Fixes , 2017, 2017 IEEE/ACM 39th International Conference on Software Engineering Companion (ICSE-C).
[48] Stas Negara,et al. Mining fine-grained code changes to detect unknown change patterns , 2014, ICSE.
[49] Hoan Anh Nguyen,et al. Recurring bug fixes in object-oriented programs , 2010, 2010 ACM/IEEE 32nd International Conference on Software Engineering.
[50] Ding Yuan,et al. How do fixes become bugs? , 2011, ESEC/FSE '11.
[51] Name M. Lastname. Automatically Finding Patches Using Genetic Programming , 2013 .
[52] Yuhua Qi,et al. An Empirical Study on the Usage of Fault Localization in Automated Program Repair , 2017, 2017 IEEE International Conference on Software Maintenance and Evolution (ICSME).
[53] Tao Xie,et al. Inferring project-specific bug patterns for detecting sibling bugs , 2013, ESEC/FSE 2013.
[54] Sunghun Kim,et al. Memories of bug fixes , 2006, SIGSOFT '06/FSE-14.