Requirements

To run the TestRefactoringMiner, you need a runtime environment compatible with:

  • JDK 1.7

  • Gradle 8.1

  • Git

  • IntelliJ IDE (optional)

## Installing JDK 1.7 on Windows

  1. Download the JDK

  2. Execute the “jdk-7u80-windows-x64.exe” with the default configuration.

  3. Find the Java location (e.g., “C:Program FilesJava")

  4. Configure Windows environment variables 4.1. Go to the “Properties” > “Advanced System Settings” > “Environment Variables” 4.2. In “Environment Variables” select the “Path” variable, click to edit, and enter with “..Javajdk1.7.0_80bin”

  5. Open CMD and test the “java -v” command

Please, refer to the Oracle documentation for more information.

## Installing Gradle 8.1 on Windows

  1. Download the Gradle ZIP from https://gradle.org/releases/

  2. Create a folder named “Gradlew” in C://

  3. Extract the Gradlew ZIP files to the “C://Gradlew” folder

  4. Configure Windows environment variables 4.1. Go to the “Properties” > “Advanced System Settings” > “Environment Variables” 4.2. In “Environment Variables” select the “Path” variable, click to edit, and enter with “C:Gradlegradle-8.1bin”

  5. Open CMD and test the “gradle -v” command

Note: Please, refer to the Gradlew documentation for more information.

## Installing Git 1. Download the Git 2. Execute the “Git-versionXX-bit.exe” with the default configuration.

## Installing IntelliJ IDE 1. Download the IntelliJ IDE Community Edition 2. Execute the “ideaIC-versionXX.exe” with the default configuration.