Verification-Guided Refactoring Tool for refactoring implicit null checks in Java programs.
java VGRTool <sourceDirPath> <refactoringModule>
./gradlew run --args="<sourceDirPath> <refactoringModule>"
This will apply the provided refactorings to the Java project at
./gradlew test
This will run the test suite.