Re: Static Code Analysis Tutorial Review - FindBugs plugin not available

2023-09-01 Thread Benjamin Neuman
+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 > suppo

Re: Static Code Analysis Tutorial Review - FindBugs plugin not available

2023-09-01 Thread Sven Reimers
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

Re: Static Code Analysis Tutorial Review - FindBugs plugin not available

2023-08-27 Thread Michael Bien
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 support

Re: Static Code Analysis Tutorial Review - FindBugs plugin not available

2023-08-26 Thread Thomas Wolf
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

Static Code Analysis Tutorial Review - FindBugs plugin not available

2023-08-26 Thread Stroud Custer
Static Code Analysis Tutorial <https://netbeans.apache.org/kb/docs/java/code-inspect.html> This tutorial includes instructions for using a plugin called FindBugs, which is not shown in the list of Available  Plugins in NB19.  Is there a source for an NB19 version of this plugin?

FindBugs

2020-05-13 Thread Eric Raymond
I am running into an issue when trying to install the plugin Findbugs with NetBeans 8.2 using java 1.8. I keep getting an error that states:  "There were some problems while storing Establishing a connection … Cause: Cannot resolve external reference to m2:/org:ow2:asm:asm-debug-all:5.0.

Re: Static code analysis - FindBugs (SpotBugs) support

2020-01-01 Thread Bilu Al
Hello everyone, any news on this please? In fact the plugin still exist in the plugin portal: http://plugins.netbeans.org/plugin/912/findbugs-tm-plugin but seems to not have been updated since a while. there is some missing dependancy with Netbeans 11+: -The plugin javax.jmi.reflect is

Re: Static code analysis - FindBugs (SpotBugs) support

2019-11-27 Thread John Mc
. Regards John On Wed, 27 Nov 2019, 23:56 Jose Ch, wrote: > When you try to install it: > > "FindBugs Integration" module has not been downloaded. > > It does not exist in the plugin portal. > > El mié., 27 nov. 2019 a las 14:29, Emilian Bold () > escribió: &g

Re: Static code analysis - FindBugs (SpotBugs) support

2019-11-27 Thread Jose Ch
When you try to install it: "FindBugs Integration" module has not been downloaded. It does not exist in the plugin portal. El mié., 27 nov. 2019 a las 14:29, Emilian Bold () escribió: > I think JaCoCo works. I wonder why FindBugs doesn't work anymore? > > --emi > >

Re: Static code analysis - FindBugs (SpotBugs) support

2019-11-27 Thread Emilian Bold
I think JaCoCo works. I wonder why FindBugs doesn't work anymore? --emi On Wed, Nov 27, 2019 at 9:04 PM Mark A. Claassen wrote: > > Once upon a time there was a FindBugs module for Netbeans. Is there one that > works with Netbeans 11. (FindBugs or its descendant 'SpotBugs&

Static code analysis - FindBugs (SpotBugs) support

2019-11-27 Thread Mark A. Claassen
Once upon a time there was a FindBugs module for Netbeans. Is there one that works with Netbeans 11. (FindBugs or its descendant 'SpotBugs') Does Netbeans have support for any more complete tools for static analysis besides the included "hints"? Mark Claassen Senior Softwa