Re: How to see missing implementations of a new method in interface

2022-09-30 Thread Laszlo Kishalmi
The IDE reports an error on the class line which does not implement some abstract methods. using Alt+Enter it offers a fix for implementing them. On 9/30/22 01:40, Mikael Petterson wrote: Hi, I am using Netbeans 15 ( really great IDE!!). When I build using maven I get: error: ClassA.Innercl

Re: NB 12.3 SVN do not lock files

2022-09-30 Thread Laszlo Kishalmi
Make sure when you install SilkSVN to install the Java Bindings as well. The command line client has many shortcomings. So Install the Java binding. Then if you are lucky the IDE will find it, and would display Preferred Client: JavaHL. If it still displays the cli, you have to tell the IDE whe

How to see missing implementations of a new method in interface

2022-09-30 Thread Mikael Petterson
Hi, I am using Netbeans 15 ( really great IDE!!). When I build using maven I get: error: ClassA.InnerclassB is not abstract and does not override abstract method mymethod(int number,String name) in IntefaceA. Should IDE not show warnings or hints in the code so I can fix it. Or have a missed

NB 12.3 SVN do not lock files

2022-09-30 Thread Roberto Bottoni
Hi, NB 12.3, openjdk 11 SVN : svn, version 1.14.2-SlikSvn (SlikSvn/1.14.2) when i try to lock a file i get an error : java.lang.UnsupportedOperationException: Not supported with commandline client. thanks Roberto. - To unsub