Re: Problem missing FindBugs

2019-03-01 Thread Victor Williams Stafusa da Silva
FindBugs is pretty much dead BTW. It doesn't work with Java >= 9 (and barely with Java 8) nor is actively mantained anymore. However, SpotBugs is the FindBugs sucessor. SpotBugs is a fork of FindBugs and they value backwards compatibility. So, the migration should be easy. This way, any docs,

Re: Problem missing FindBugs

2019-03-01 Thread Jeremy Cavanagh
Hi Geertjan, I've just done a fairly comprehensive pass through the document, modifying a few things and checking for FindBugs dependency. Of eight major sections only three do not require FindBugs. Although these sections discuss configurations (customizing, creation & deletion), I don't

Re: Problem missing FindBugs

2019-03-01 Thread Geertjan Wielenga
On the other hand, FindBugs is only part of that document -- I'd recommend commenting out all parts that deal with FindBugs for the moment and leaving the rest in there. Gj On Fri, Mar 1, 2019 at 12:56 PM Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Yes, let’s hide that

Problem missing FindBugs

2019-03-01 Thread Jeremy Cavanagh
Hi, I have just started working on code-inspect.asciidoc. I expressed some concerns in an earlier message. However, I am now trying to follow the instructions and hit a problem, "FindBUgs Integration" is not currently available in the NetBeans plugin portal. This makes the whole of this