Giter Site home page Giter Site logo

Comments (3)

jsotuyod avatar jsotuyod commented on May 21, 2024

Actually, the report is right. countOtherCalls is guaranteed to be false

So if you get into that if, it's only because isIgnored is true, and therefore, the conditional is actually useless.

I'd suggest killing countOtherCalls, simplifying that code to solve the issue, and remove the commented out code in that detector.

from spotbugs.

ThrawnCA avatar ThrawnCA commented on May 21, 2024

Hmm. You're right, but it's pretty odd that it's doing that. Maybe countOtherCalls was meant to be a debugging flag or something, toggled at compile time? Note that its other, commented-out usages are in conjunction with the also-commented-out testingEnabled flag.

Maybe this is a good opportunity to just cleanse it with fire drop the undocumented messy legacy code.

from spotbugs.

jsotuyod avatar jsotuyod commented on May 21, 2024

Yes, there are plenty of such flags in the code. Undocumented, unused, and legacy (if you check a blame / history you can probably trace those back over a decade). Most of the messy code is either useless, or Findbugs trying to be super smart about the priority to assign an issue (and usually just failing, as recently seen with lambdas). Cleanse it with fire, no one will miss it, and if we ever do, we can always pick it up from git history.

Moreover, in this case, the flag is actually useless. Setting it to false would keep on analyzing even if the return value is not discarded (poped from the stack).

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.