Re: Static code analysis - FindBugs (SpotBugs) support

2019-11-27 Thread John Mc
Hi The find bugs module hasn't been donated yet it's due in a later donation - I've asked about it before. I had looked to start an alternative spotbugs plugin recently but switched to another plugin and then got busy at work so haven't yet been able to get back around to it. Regards John On

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 > > On Wed, Nov 27, 2019 at 9:04

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') > > Does Netbeans

Re: JDK

2019-11-27 Thread Geertjan Wielenga
That's the reason for this: https://issues.apache.org/jira/browse/NETBEANS-3104 And here's how to use those templates in the meantime: https://www.youtube.com/watch?v=8xaRwqcKPSI Gj On Wed, Nov 27, 2019 at 8:43 PM Neil C Smith wrote: > On Wed, 27 Nov 2019 at 19:10, Geertjan Wielenga >

Re: JDK

2019-11-27 Thread Neil C Smith
On Wed, 27 Nov 2019 at 19:10, Geertjan Wielenga wrote: > You’ll need to run on JDK 8 to use those. Better to simply use the OpenJFX > Gluon templates in the “Java with Maven" category. While being aware that you need to use Run Maven / Goals / javafx:run rather than the normal Run in the IDE

Re: JDK

2019-11-27 Thread Geertjan Wielenga
You’ll need to run on JDK 8 to use those. Better to simply use the OpenJFX Gluon templates in the “Java with Maven" category. Rather than explaining all this yet again, could you search through the mailing list if you have any other questions about this since we’ve discussed this a few dozen

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 Software Engineer Donnell

JDK

2019-11-27 Thread Svein Nilsen
Hi Im using JDK 13.0.1 with NB 11.2 but it says i can’t use JavaFX with this JDK, what JDK do i need? Thanks for answer. Im new to this. - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands,

Re: Adding Javadoc containing 'element-list' for a library added to a project

2019-11-27 Thread Emilian Bold
This sounds like a NetBeans bug. In JDK 10, "element-list" was added to better support modules. So, does NetBeans work with other modern Javadocs? Maybe there is something subtler: does a library in a JDK 8 project display Javadoc 11-style documentation? --emi On Wed, Nov 27, 2019 at 4:45 PM A

Re: [java] [openjpa] [gradle] can't get weaving to work in Netbeans 11

2019-11-27 Thread Laszlo Kishalmi
Dear Matthias, Most of the properties you are seeing in the Project Properties on a Gradle project are read-only. At the moment we are not trying to edit the build files. That has to be done manually, we just read them through Gradle. Please check the following:

Adding Javadoc containing 'element-list' for a library added to a project

2019-11-27 Thread A S
Hello, I am only sporadically using Netbeans for some small projects, so my apologies if the question is too amateurish. I was previously using Netbeans 8.2, and the platform I was working with was Java 8. With a change to JDK 11 for the project, I switched up to Apache Netbeans 11.2. For one of

[java] [openjpa] [gradle] can't get weaving to work in Netbeans 11

2019-11-27 Thread Dr. Matthias Laux
Hello, I'm starting to lose hope in this ... I got my class library using OpenJPA to work nicely in Netbeans using Ant support and storing stuff in the backend Derby database. Then I decided to move to the much newer Gradle and - after a bit of a learning curve - all builds work find. The one