Appendix of "Impact of Change Granularity in Refactoring Detection"
收藏资源简介:
This is the dataset for ICPC 2022 Impact of Change Granularity in Refactoring Detection, which contains data about coarse-grained refactorings in 19 open source repositories. There are 19 csv files in this dataset. Each of the csv contains 8 rows: 1. repository: repository name <br> 2. commit(s): commit SHA-1 hash<br> 3. detected_refactoring_type: refactoring type detected in that commit<br> 4. description: description for that refactoring<br> 5. leftSideLocations: refactoring start place<br> 6. rightSideLocations: refactoring end place<br> 7. is_effective: whether this refactoring is a coarse-grained refactoring (null for refactoring whose coarse-granularity is equal to 1)<br> 8. granularity: coarse-granularity of this refactoring Note that refactorings detected using RefactoringMiner(2.2) with invalid locations has been excluded.



