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

plugin should add a space character when displaying failed report files #1034

Closed
xzel23 opened this issue Nov 25, 2023 · 2 comments · Fixed by #1035
Closed

plugin should add a space character when displaying failed report files #1034

xzel23 opened this issue Nov 25, 2023 · 2 comments · Fixed by #1035

Comments

@xzel23
Copy link
Contributor

xzel23 commented Nov 25, 2023

When more than one report file is generated, i.e. when both HTML and XML outputs are active, SpotBugs outputs a message with both file paths concatenated by a single comma. This makes it harder to read and confuses link detection in IDEs like IntelliJ IDEA so that it is not possible to open the report file by clicking on the link.

Current output:

    > Verification failed: SpotBugs ended with exit code 1. See the 
report at: file:///Users/axelhowind/IdeaProjects/utility/utility/build/reports/spotbugs.html,file:///Users/axelhowind/IdeaProjects/utility/utility/build/reports/spotbugs.xml

Should be:

    > Verification failed: SpotBugs ended with exit code 1. See the 
report at: file:///Users/axelhowind/IdeaProjects/utility/utility/build/reports/spotbugs.html, file:///Users/axelhowind/IdeaProjects/utility/utility/build/reports/spotbugs.xml
Copy link

🎉 This issue has been resolved in version 5.2.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This issue has been resolved in version 6.0.0-rc.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging a pull request may close this issue.

1 participant