+1 vote from me for getting the find/spot bugs plugin working again.
Unfortunately, I would be of little to no help in making the needed changes.
On Fri, Sep 1, 2023, 05:59 Sven Reimers wrote:
> Hi all,
>
> as the original author of the NetBeans findbugs plugin I can offer
> support, if there is
Hi all,
as the original author of the NetBeans findbugs plugin I can offer support,
if there is interest in creating a spotbugs plugin for NetBeans. One
problem here, was always to keep the configuration between the build tool
and the IDE in sync. On the other hand having more static analysis
avai
Hi Stroud,
the last pieces of FindBugs support were removed in NetBeans 13 (#3455)
since it caused issues back then and wasn't maintained. FindBugs project
itself is also EOL and got replaced by SpotBugs as already mentioned.
The tutorial is out of date. Currently, NetBeans supports the alrea
I think the successor to FindBugs is SpotBugs - although I don’t know if there’s a NB plug-in for it.TomOn Aug 26, 2023, at 8:46 PM, Stroud Custer wrote:
Static
Code Analysis Tutorial
This tutorial includes instructions for using a plugin called
FindBugs, whic