Giter Club home page Giter Club logo

Comments (13)

gtoison avatar gtoison commented on September 23, 2024 2

@Vogel612 if the issue is indeed with #2894 I think that the improvement in the PR is not worth the regressions reported here?
Would you be able to look into it? Otherwise I agree with @esabol that reverting it might be reasonable

from spotbugs.

asheldon avatar asheldon commented on September 23, 2024 1

assuming generating an XML report withMessages also works as intended...

When I diff SpotBugs XML output between 4.8.2 and 4.8.5, having set output to xml:withMessages, the shortMessage and longMessage blocks are missing from the bugInstance.

<     <ShortMessage>Redundant nullcheck of value known to be non-null</ShortMessage>
<     <LongMessage>Redundant nullcheck of maxuptime, which is known to be non-null in new com.example.Test(boolean, String[])</LongMessage>

Additionally, the <SourceLine> blocks, <LocalVariable>, etc blocks are self-closing instead of including a <Message>.

from spotbugs.

asheldon avatar asheldon commented on September 23, 2024 1

I checked out the source for SpotBugs and on commit 6cf7b2c I did "git revert 789d397" and rebuilt the jar locally. The locally built jar appears to work correctly in this scenario.

from spotbugs.

esabol avatar esabol commented on September 23, 2024 1

Thanks, everyone!

from spotbugs.

gtoison avatar gtoison commented on September 23, 2024

Hello @Vogel612, I'm not sure how this was working but I was wondering if this could be a side effect of #2894

from spotbugs.

JuditKnoll avatar JuditKnoll commented on September 23, 2024

Maybe it can be because of #2915. Can you please share the fancy-hist.xml? Is there any error logged about this?

from spotbugs.

gtoison avatar gtoison commented on September 23, 2024

I think the xsl is part of SpotBugs: https://github.com/spotbugs/spotbugs/blob/master/spotbugs/src/xsl/fancy-hist.xsl
I was wondering about the version change for the filter xsd too, that might be the problem

from spotbugs.

esabol avatar esabol commented on September 23, 2024

Yes, the fancy-host.xsl we are using is the one provided by SpotBugs, as @gtoison indicated. We haven't modified it or moved it.

I'm not seeing any error messages. Where would they be logged to in this scenario?

from spotbugs.

esabol avatar esabol commented on September 23, 2024

My colleague additionally tested it with SpotBugs 4.8.2, and the stylesheet worked.

Also tested 4.8.4 with stylesheet="${spotbugs.home}/src/xsl/fancy-hist.xsl" instead of stylesheet="fancy-hist.xsl". Still didn't work.

4.8.3 works with either of those two stylesheet attribute values.

from spotbugs.

Vogel612 avatar Vogel612 commented on September 23, 2024

Hello @Vogel612, I'm not sure how this was working but I was wondering if this could be a side effect of #2894

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 withMessages also works as intended...

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...

from spotbugs.

esabol avatar esabol commented on September 23, 2024

Is there a developer who can look into this? Maybe try reverting PR #2894?

from spotbugs.

Vogel612 avatar Vogel612 commented on September 23, 2024

@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 :)

from spotbugs.

hazendaz avatar hazendaz commented on September 23, 2024

Closing as fixed on master, will be released in 4.9.0 as code reverted.

from spotbugs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.