An open API service indexing awesome lists of open source software.

https://github.com/deezer/java-diff-merge-tool

A smart tool to provide diff/merge resolution for Java files
https://github.com/deezer/java-diff-merge-tool

Last synced: 9 months ago
JSON representation

A smart tool to provide diff/merge resolution for Java files

Awesome Lists containing this project

README

          

# Java Diff/Merge tool

Java Diff/Merge tool is a utility used to provide information and automatic resolution for merge conflicts on Java files.

## Running

This project is under active development but is not ready to be used yet...

## Objectives

Use only this tool to perform merges in our production environment

## Changelog

### v0.1 (2012-10-22)

- Initial commit

## TODOs and Possible Features

- ...

## Development

Help for this project is more than welcomed, so feel free to [create an issue](https://github.com/deezer/java-diff-merge-tool/issues) or to [send a pull request](https://github.com/deezer/java-diff-merge-tool/pulls).

## License

The Java Diff/Merge tool is licensed under the MIT License (see the [LICENSE](LICENSE) file)

## Credits

This project was made possible thanks to several Open Source Projects :

- [JavaParser](https://code.google.com/p/javaparser/) : a tool converting Java Source files into Abstract Syntax Trees