An IntelliJ plugin to run Infer and display its results.
- Add a Run configuration of the type "Infer" and change the "run command" parameter (example: "infer run -- mvn compile"
- Run the configuration
- Go to the SimpleInfer tab at the top and do the Parse action (will be automated in the future)
Majority of the code is taken from Friedrich Hudinjan's Infer Integration