Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enable to import multiple spotbugs.xml results file #1633

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

chanilurya
Copy link

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