Skip to content

AtomicPhoenix/VGRTool

 
 

Repository files navigation

Verification-Guided Refactoring Tool for refactoring implicit null checks in Java programs.

Running

Normal Usage

java VGRTool <sourceDirPath> <refactoringModule>

With Gradle

To Run

./gradlew run --args="<sourceDirPath> <refactoringModule>"

This will apply the provided refactorings to the Java project at

To Test

./gradlew test

This will run the test suite.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 81.7%
  • Python 18.3%