Skip to content

Commit

Permalink
docs: add some builder for refs
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Jan 2, 2024
1 parent 3bec910 commit dba287a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/finetune/ext-datasets-builder.md
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.

0 comments on commit dba287a

Please sign in to comment.