FindBugs project in its current form is dead
41–50 of 121 posts
Re: FindBugs project in its current form is dead
#42Re: FindBugs project in its current form is dead
#43Google error-prone is a good alternative to FindBugs: https://github.com/google/error-prone http://errorprone.info/bugpatterns Pros: * has faster cycle times and integrates into compilation workflow * emits fewer false positives * active maintainers fix issues * releases several times per year Cons: * FindBugs has a greater breadth of checks * current error-prone releases only work with Java 8
Re: FindBugs project in its current form is dead
#44Google error-prone is a good alternative to FindBugs: https://github.com/google/error-prone http://errorprone.info/bugpatterns Pros: * has faster cycle times and integrates into compilation workflow * emits fewer false positives * active maintainers fix issues * releases several times per year Cons: * FindBugs has a greater breadth of checks * current error-prone releases only work with Java 8
I'm assuming that means it will only run on the JVM8, but it can analyze any version of Java code?
Re: FindBugs project in its current form is dead
#45Earlier quoted context omitted.
Yeah, they aren't really big on the 'contributing to open source' thing.
They're about to lose a valuable tool that they'll have to pay money to replace anyhow. It's not hard to make a business case for.
Re: FindBugs project in its current form is dead
#46Earlier quoted context omitted.
As with insistence on code quality, useful and careful testing, infrastructure automation, and good design and review practices, I think the culture of giving back has to come from developers who care about their professional ethos. My team at EvilCorp contributes fixes to several open-source libraries. The reason this happens, though, is that two of our stronger devs said "the correct thing to do is to take the time…
> I think the culture of giving back has to come from developers who care about their professional ethos. On my case that would be the path to be fired. In none of the companies I worked for, doing that would work without going though legal and all the necessary layers to green light it.
Re: FindBugs project in its current form is dead
#47Coverity makes a shitload of money off FindBugs. It's annoying they don't contribute back while my organisation pays their most expensive license.
Re: FindBugs project in its current form is dead
#48Google error-prone is a good alternative to FindBugs: https://github.com/google/error-prone http://errorprone.info/bugpatterns Pros: * has faster cycle times and integrates into compilation workflow * emits fewer false positives * active maintainers fix issues * releases several times per year Cons: * FindBugs has a greater breadth of checks * current error-prone releases only work with Java 8
Re: FindBugs project in its current form is dead
#49I’ve been juggling far too many projects, but I’m now working to move FindBugs back into the active rotation.
I also want announce I'll be working with GrammaTech as part of the Swamp Project, and they will be helping with rebooting the FindBugs project. This has been in the works for a long time (almost a year), and although I’ve known that GrammaTech was likely to win an award, this hasn’t been official and something I could talk about until recently. Was hoping to have something a little more concrete to talk about as far as that goes; but I don’t yet have the information I wanted to share.
Thanks to all the FindBugs fans and supporters who lobbied for me to return to active maintenance of FindBugs. Give me a week to get up to speed on current project needs.
Bill Pugh