-
Notifications
You must be signed in to change notification settings - Fork 602
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
Stylesheet not working in 4.8.4 #2969
Comments
Maybe it can be because of #2915. Can you please share the |
I think the xsl is part of SpotBugs: https://github.com/spotbugs/spotbugs/blob/master/spotbugs/src/xsl/fancy-hist.xsl |
Yes, the I'm not seeing any error messages. Where would they be logged to in this scenario? |
My colleague additionally tested it with SpotBugs 4.8.2, and the stylesheet worked. Also tested 4.8.4 with 4.8.3 works with either of those two |
The changeset you mention should only affect the filepaths, although I did touch the stylesheet assignment so I can't exclude it with any degree of certainty. Judging by the syntax of the options, the code contributed with that changeset should be working as intended and not mess with the stylesheets, assuming generating an XML report I haven't checked the release yet, but unfortunately this seems like my changes are a more likely culprit than the filter XSD namespace changes... |
When I diff SpotBugs XML output between 4.8.2 and 4.8.5, having set output to
Additionally, the |
Is there a developer who can look into this? Maybe try reverting PR #2894? |
@gtoison I really don't have the capacity to look into it right now. I'm happy to go for a revert, the improvement is only marginal and the regression is quite a heavy thing. I might be able to look at it at some later point with some more test coverage around this specific element of it, but not in any reasonable time frame. I would like to see the original issue that was supposed to be fixed by that PR reopened if we revert, though :) |
Keeping track of the files used by bug reporters (to prevent writing the same file multiple times) seems to prevent the html stylesheets to apply, as well as breaking xml:withMessages Revert the changes from spotbugs#2894 as discussed in spotbugs#2969
Keeping track of the files used by bug reporters (to prevent writing the same file multiple times) seems to prevent the html stylesheets to apply, as well as breaking xml:withMessages Revert the changes from #2894 as discussed in #2969 Co-authored-by: Jeremy Landis <[email protected]>
Closing as fixed on master, will be released in 4.9.0 as code reverted. |
Thanks, everyone! |
We use
stylesheet="fancy-hist.xsl"
to generate our SpotBugs reports in our CI/CD pipeline, which builds using ant. Ourbuild.xml
has the following:This all worked for us just fine with SpotBugs 4.8.3. After upgrading to 4.8.4, however, the SpotBugs report generated by the same exact
build.xml
is clearly not usingfancy-hist.xml
. And, yes,spotbugs.home
is defined properly inproject.properties
(which hasn't changed) and we are using thespotbugs-ant.jar
from the 4.8.4 release.Any idea as to what the problem is or what the solution might be? Thanks!
The text was updated successfully, but these errors were encountered: