Re: asciidoc plugin installed, but doesn't seem to have any effect

2023-09-01 Thread Philippe FICHET
Hello, The problem comes from a regression in Netbeans 18 which breaks the use of JavaFX provided by Netbeans (Show Github issue for more details: https://github.com/apache/netbeans/issues/6004). This is why you need to use a JVM that includes JavaFX with this module and Netbeans 18. I recomme

re-implement all abstract methods after changing an abstract class

2023-09-01 Thread jose . rodriguez
Hi, I can't find a way to reapply "implement all abstract methods", in all implementing classes, after changing an abstract class. I had to do it one-by one and there were a LOT of them. Is there an easier way to do this? Regards, Joe1962 ---

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 > support, if there is

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 avai