Merge branch 'master' of https://github.com/SerVal-DTF/fixminer_source
This commit is contained in:
@@ -1,40 +1,7 @@
|
|||||||
# GumTree  [](https://coveralls.io/r/GumTreeDiff/gumtree?branch=master)
|
# FixMiner [](https://coveralls.io/github/SerVal-DTF/fixminer_source?branch=master)
|
||||||
|
|
||||||
GumTree is a complete framework to deal with source code as trees and compute differences between them. It includes possibilities such as:
|
# Code of FixMiner
|
||||||
* converting a source file into a language-agnostic tree format
|
|
||||||
* export the produced trees in various formats
|
|
||||||
* compute the differences between the trees
|
|
||||||
* export these differences in various formats
|
|
||||||
* visualize these differences graphically
|
|
||||||
|
|
||||||
Compared to classical code differencing tools, it has two important particularities:
|
Reference: [FixMiner: Mining Relevant Fix Patterns for Automated Program Repair](http://arxiv.org/pdf/1810.01791) (Empirical Software Engineering, [doi:10.1007/s10664-019-09780-z](https://doi.org/10.1007/s10664-019-09780-z))
|
||||||
* it works on a tree structure rather than a text structure,
|
|
||||||
* it can detect moved or renamed elements in addition of deleted and inserted elements.
|
|
||||||
|
|
||||||
We already deal with a wide range of languages: Java, C, JavaScript and Ruby. More languages are coming soon, if you want to help contact [me](www.labri.fr/perso/falleri).
|
|
||||||
|
|
||||||
## Citing GumTree
|
|
||||||
|
|
||||||
We are researchers, therefore if you use GumTree in an academic work we would be really glad if you cite our seminal paper using the following bibtex:
|
|
||||||
|
|
||||||
```
|
|
||||||
@inproceedings{DBLP:conf/kbse/FalleriMBMM14,
|
|
||||||
author = {Jean{-}R{\'{e}}my Falleri and
|
|
||||||
Flor{\'{e}}al Morandat and
|
|
||||||
Xavier Blanc and
|
|
||||||
Matias Martinez and
|
|
||||||
Martin Monperrus},
|
|
||||||
title = {Fine-grained and accurate source code differencing},
|
|
||||||
booktitle = {{ACM/IEEE} International Conference on Automated Software Engineering,
|
|
||||||
{ASE} '14, Vasteras, Sweden - September 15 - 19, 2014},
|
|
||||||
pages = {313--324},
|
|
||||||
year = {2014},
|
|
||||||
url = {http://doi.acm.org/10.1145/2642937.2642982},
|
|
||||||
doi = {10.1145/2642937.2642982}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
## Documentation
|
|
||||||
|
|
||||||
Please consult our [wiki](https://github.com/GumTreeDiff/gumtree/wiki)
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user