This application is a frontend to SonarQube API in order to interact with issues that have CodeFix available.
- set the parameters including severity and folder
- specifying a folder will make the app to retrieve all issues in that folder and below
- get the issues
- the grid will fill with only the issues that have CodeFix available
- we can open the selected issue in the SonarQube instance configured
- we can export those issues in the grid and the app will generate 2 files with a name using the params and the prefix set
- these 2 files are a JSON and a CSV
- if we select an issue and click on Send to Sonarlint this will open the local instance of the IDE with the refactored issue
The project is a standard Maven project. To run it from the command line,
type mvnw (Windows), or ./mvnw (Mac & Linux), then open
http://localhost:8080 in your browser.
## Requirements Java 21