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
(which by the way I'd like to turn into local paths for schema resolution against Gradle dependency)
I'm still getting the following error:
The following errors occurred during analysis:
Unable to read filter: C:\Project\spotbugs-baseline.xml : Failing reading C:\Project\spotbugs-baseline.xml
org.dom4j.DocumentException: Failing reading C:\Project\spotbugs-baseline.xml
At edu.umd.cs.findbugs.SortedBugCollection.readXML(SortedBugCollection.java:279)
I wasn't able to find any documentation with steps how to generate the baseline file, which we define under
There are two issues about using it, but nothing about how it's generated.
When I copy all
<BugInstance>
elements inside(which by the way I'd like to turn into local paths for schema resolution against Gradle dependency)
I'm still getting the following error:
I'm not even sure if it should have syntax from https://spotbugs.readthedocs.io/en/stable/filter.html
I was thinking if the SpotBugs IntelliJ IDEA Plugin could support creating baseline similar to FindBugs mentioned by https://stackoverflow.com/a/48072089, but the plugin is broken, so I can't even try.
The text was updated successfully, but these errors were encountered: