|
1 week ago | |
---|---|---|
gradle/wrapper | 5 months ago | |
src | 1 week ago | |
.gitattributes | 5 months ago | |
.gitignore | 4 months ago | |
README.md | 3 months ago | |
build.gradle.kts | 1 month ago | |
gradlew | 5 months ago | |
gradlew.bat | 5 months ago | |
settings.gradle.kts | 3 months ago |
This is a research project, exploring the possibility of automatic detection of clones in test code, and suggestions and actions to fix this automated to a degree. The research you'll see here is still ongoing, the results will be published later on.
This library utilizes javaparser and tree algorithms to perform static analysis on ASTs of testing code, to gain knowledge about code clones, and if possible fix them automatically. The library itself is written in kotlin using the partially functional approach that kotlin used.
For this repository you require gradle. A project build tool based on maven. All dependencies you need will be added once the build process begins.
A short description on how to install and setup gradle can be found here.
To build and run the tests:
$ ./gradlew build
The process may take some time, but if everything is in order it should display a Build successful
in the end, this indicates that the project could be build and all tests succeeded.