Skip to content

JakkuSakura/intellij-idea-astor-plugin

Repository files navigation

IntelliJ Idea Astor Plugin

IntelliJ Idea Astor Plugin is a plugin that integrates Astor in Intellij Idea. It communicates with a local Astor backend with gRPC framework.

What does this plugin do?

This plugin creates a set of Actions, i.e. items in main menu, and a tool window that shows the analysis progress. While clicking the Execute Astor action, it communicates with the backend Astor with gRPC with arguments generated from project settings. The logging and stdout are forwarded to the tool window so you can see the real time progress. Then the astor output are analyzed, cleansed and displayed as a Diff window

Compatibility

Supported Build system

It supports maven and gradle out of the box, though only maven is slightly tested.

JDK version

Astor backend should be run with JDK 1.8, this plugin requires JRE 11 to run on Intellij Idea 2021.2. The code to be analyzed should be targeting Java 1.8

TODO

  • Finer controls over which algorithm to use
  • Speed up analysis progress
  • Also show failed fixes
  • maven/gradle test before analysis

About

IntelliJ Idea Astor Plugin is a plugin that integrates Astor in Intellij Idea

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published