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. https://iss

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 y

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 33

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 c

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", n