-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
layout: default | ||
title: Ext Datasets Builder | ||
parent: FineTune | ||
nav_order: 100 | ||
--- | ||
|
||
## Refactoring | ||
|
||
[RefactoringMiner](https://github.com/tsantalis/RefactoringMiner) is a library/API written in Java that can detect | ||
refactorings applied in the history of a Java project. | ||
|
||
- [kotlinRMiner](https://github.com/JetBrains-Research/kotlinRMiner) is A library that detects performed refactorings in | ||
changes in Kotlin code. | ||
- [PyRef](https://github.com/PyRef/PyRef) is a tool that automatically detect mainly method-level refactoring operations | ||
in Python projects. | ||
- [RefactoringMiner](https://github.com/maldil/RefactoringMiner) s a Java library that can detects refactorings applied | ||
in the commit history of a Java project. | ||
|
||
## Merge | ||
|
||
- [MergeScenarioMiner](https://github.com/Symbolk/MergeScenarioMiner) is a mining tool to collect merge scenarios from | ||
Git repositories. |