You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
Should be:
The text was updated successfully, but these errors were encountered: