Re: Abstract methods not implemented

2019-11-28 Thread Richard Grin
It is not installed. Perhaps I must install it? Richard Le 29/11/2019 à 06:19, Geertjan Wielenga a écrit : Does uninstalling nb-javac solve this problem? Gj On Fri, 29 Nov 2019 at 05:24, William Reynolds mailto:wnreyno...@stellarscience.com>> wrote: Yes, its' a known bug in 11.2.

Re: Abstract methods not implemented

2019-11-28 Thread Ty Young
On 11/28/19 11:19 PM, Geertjan Wielenga wrote: Does uninstalling nb-javac solve this problem? Gj FWIW, it works for me(TM) on Netbeans 11.2 on JDK 14 and nb-javac installed. Although... there *is* a bug with anonymous methods. Doing: Comparator c = new Comparator<>() {}; prompts

Re: Abstract methods not implemented

2019-11-28 Thread Geertjan Wielenga
Does uninstalling nb-javac solve this problem? Gj On Fri, 29 Nov 2019 at 05:24, William Reynolds < wnreyno...@stellarscience.com> wrote: > Yes, its' a known bug in 11.2. > https://issues.apache.org/jira/browse/NETBEANS-3340 (it has been > reported numerous times, each one which links back to

Re: Abstract methods not implemented

2019-11-28 Thread William Reynolds
Yes, its' a known bug in 11.2. https://issues.apache.org/jira/browse/NETBEANS-3340 (it has been reported numerous times, each one which links back to 3300). I've had to go back to 11.1, since this bug makes the ide unusable. On 11/28/2019 6:05 AM, Richard Grin wrote: Hello, If I write this

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

2019-11-28 Thread Richard Grin
Hi Abhinav, What is this "hint window"? How do you open it? Richard Le 28/11/2019 à 16:00, A S a écrit : One additional info: With Alt-F1(or context menu) or by clicking on the "Show documentation in external web browser" button in the hint window, I do land to the correct part of the

Re: JDK

2019-11-28 Thread Gustavo Castro
see https://openjfx.io/openjfx-docs/#JavaFX_and_NetBeans, JavaFX 13 builds on top of JDK 13 and is a standalone component. There are 2 different options for developing JavaFX applications: - Use the JavaFX SDK - Use a build system (e.g. maven/gradle)

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

2019-11-28 Thread A S
One additional info: With Alt-F1(or context menu) or by clicking on the "Show documentation in external web browser" button in the hint window, I do land to the correct part of the documentation in the external browser. Just that the documentation doesn't show up in the hint window in the editor.

Re: [ scala ] Just asking for update on Scala for NetBeans

2019-11-28 Thread Mark Phipps
Hi Chris, Does your fork work when running  NB 11 under JDK 11 with a JDK 11 Maven project? Thanks Mark On 01/10/2019 09:41, Luff,Chris wrote: I have not been focused to much on this plugin of late - I have a few minutes this morning to push some changes that are needed to have it build

Abstract methods not implemented

2019-11-28 Thread Richard Grin
Hello, If I write this code: Comparator c = new Comparator<>() { }; I get an error " is not abstract and does not override abstract method Compare(Town, Town) in Comparator. It's normal, but, if I click on the red button at the left of the code, and then on "implement all abstract method",

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

2019-11-28 Thread A S
Thanks for your response Emi! I haven't tried with any other libraries or any other JDK versions to try other Javadoc formats. To be frank I only got to know these two possibilities because of the issue here, and am not aware of any other formats. I am hoping some more experienced users have some

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

2019-11-28 Thread Dr. Matthias Laux
Dear Laszlo, thanks a lot for that ... it seems to be working now :-) I really appreciate your swift response! Thanks much, Matthias Am Mi., 27. Nov. 2019 um 16:12 Uhr schrieb Laszlo Kishalmi < laszlo.kisha...@gmail.com>: > Dear Matthias, > > Most of the properties you are seeing in the Project