Re: Re: NB 12.6 - how to get static analyzer plugins to install

2022-01-14 Thread Eric Bresie
findbug was forked (replaced) by spotbug (see https://spotbugs.github.io/ ). Could this be used to replace the existing findbug dependency/code? Alternatively, the sonar lint plugin(s) on the plugin portal may provide an alternative for code analysis features. Eric Bresie ebre...@gmail.com (mail

Re: Re: NB 12.6 - how to get static analyzer plugins to install

2022-01-13 Thread Thomas Wolf
Yes, " Project->Inspect and Transform” seems to work. Tom On Jan 13, 2022 at 5:03:52 PM, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Can you try the other one and see if it does what you need? > > Gj > > On Thu, 13 Jan 2022 at 23:01, Thomas Wolf wrote: > >> Done: >> https://

Re: Re: NB 12.6 - how to get static analyzer plugins to install

2022-01-13 Thread Geertjan Wielenga
Can you try the other one and see if it does what you need? Gj On Thu, 13 Jan 2022 at 23:01, Thomas Wolf wrote: > Done: > https://issues.apache.org/jira/browse/NETBEANS-6388 > > Tom > > > On Jan 13, 2022 at 4:23:06 PM, Geertjan Wielenga < > geertjan.wiele...@googlemail.com> wrote: > >> Can you

Re: Re: NB 12.6 - how to get static analyzer plugins to install

2022-01-13 Thread Thomas Wolf
Done: https://issues.apache.org/jira/browse/NETBEANS-6388 Tom On Jan 13, 2022 at 4:23:06 PM, Geertjan Wielenga < geertjan.wiele...@googlemail.com> wrote: > Can you report it with steps, would be happy to try to reproduce it. And I > think we need to remove all FindBugs support since it's broke

Re: Re: NB 12.6 - how to get static analyzer plugins to install

2022-01-13 Thread Geertjan Wielenga
Can you report it with steps, would be happy to try to reproduce it. And I think we need to remove all FindBugs support since it's broken and no longer supported. Something that looks like a big 'ole bug is welcome to be turned into an issue. Gj On Thu, Jan 13, 2022 at 10:16 PM Thomas Wolf wrot

RE: Re: NB 12.6 - how to get static analyzer plugins to install

2022-01-13 Thread Thomas Wolf
Hi Michael, All my projects use “IDE-wide” in the project property hints as that seems to be the default. The problem I’m having isn’t that Netbeans can’t find “Netbeans Java Hints”. The problem is that when I try to define a configuration via the Source-Inspect… dialog, it lets me define it and

RE: Re: NB 12.6 - how to get static analyzer plugins to install

2022-01-13 Thread Michael Bien
Hi Tom, "NetBeans Java Hints" should be there out of the box. Its the same system which is responsible for the in-editor hints. Difficult to say what is going on there. But in general: There are two configs, one is global which is applied to all projects by default, and the per-project confi