Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonbaars/clonerefactor
A tool that automatically refactors duplicate code fragments in Java.
https://github.com/simonbaars/clonerefactor
Last synced: about 2 months ago
JSON representation
A tool that automatically refactors duplicate code fragments in Java.
- Host: GitHub
- URL: https://github.com/simonbaars/clonerefactor
- Owner: SimonBaars
- License: mit
- Created: 2019-04-04T15:26:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T06:25:39.000Z (9 months ago)
- Last Synced: 2024-04-12T14:33:16.772Z (9 months ago)
- Language: Java
- Homepage:
- Size: 4.61 MB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CloneRefactor
We bridged a gap between clone detection and refactoring by designing a tool that can detect clones by our refactoring-oriented clone types. This tool performs a comprehensive context analysis on the detected clones. Based on this this context, CloneRefactor can automatically refactor a subset of the detected clones by applying transformations to the source code of the analyzed software project(s).Please read my thesis for more details of this tool.