-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Are there any plans to add Spotbugs to the Maven code analysis tools? #10900
Comments
Any updates on this? |
This issue is stale because it has been open for a year with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days |
If this was done for Gradle, can we also do it for Maven? |
Hi @in-fke yes, we are planning to add support for Maven task too - reopened this issue to track it. |
This issue is stale because it has been open for 180 days with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days |
@anatolybolshakov can you remove the "stale" label again? |
@in-fke sure, removed it since still actual. |
Thank you! |
Any updates on this? |
Hi! Thanks for the information you provided. We are currently working on resolving this issue. |
Hi everyone! Later we are planning to add support of multi-module for the spotbugs plugin. Thanks! |
Thanks for the update, "multi-module" would of course be essential, since most Maven Pipeline are probably multi-module. |
This issue is stale because it has been open for 180 days with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days |
Could you update this issue regarding this? I guess it should not be stale then. |
May 2022 @KonstantinTyukalov wrote:
any update on this? Maybe it is already solved? |
This is frustrating, I tried it on a multi-module Maven Project and the SpotBugs Analysis is picking some random Maven Project that was not even part of the Multi-Module build (e.g. omitted due to profiles, or just not contained in the tag). So apparently:
But this raises a more general question: do we even get a decent Pipeline Web UI output like from Unit Tests? |
This issue is stale because it has been open for 180 days with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days |
Yes, Bot, this issue is still relevant. |
+1 for the bot, facing same issue currently when migrating from findbugs to spotbugs... |
Question:
Task Name: Maven
Environment: Azure Pipelines, hosted agent
The Maven task has the option of enabling Findbugs static analysis tool. Findbugs seems to be no longer be maintained and instead it is recommended to use Spotbugs.
Are there any plans to add Spotbugs to the Maven code analysis tools?
The text was updated successfully, but these errors were encountered: