Skip to content

enable to import multiple spotbugs.xml results file#1633

Open
chanilurya wants to merge 2 commits intoJetBrains:masterfrom
chanilurya:side/chani/load-multiple-files
Open

enable to import multiple spotbugs.xml results file#1633
chanilurya wants to merge 2 commits intoJetBrains:masterfrom
chanilurya:side/chani/load-multiple-files

Conversation

@chanilurya
Copy link
Copy Markdown

Due to the issue described in #19, I wanted to streamline the process of running SpotBugs analysis via Maven and loading the results into the IntelliJ tool.

My project contains a large number of modules, and manually loading each spotbugs.xml results file into IntelliJ is time-consuming.
To address this, I added a function that runs when the user chooses to import SpotBugs results from a file. This function checks whether the selected path is a folder or a file. If a folder is selected, it automatically creates a merged results file by combining all spotbugs.xml files from the submodules, and then imports the consolidated file into IntelliJ.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant