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, plu

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 th

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 tutoria

Re: Problem missing FindBugs

2019-03-01 Thread Geertjan Wielenga
Yes, let’s hide that tutorial from the trail until we figure this out. Gj On Fri, 1 Mar 2019 at 12:19, Jeremy Cavanagh wrote: > 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