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.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 a setting?


Br,

//mike


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 where the libsvnjavahl-1.dll (it might called differently) is.


On 9/30/22 01:04, Roberto Bottoni wrote:

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 unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


-
To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



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 a setting?

Br,

//mike


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 unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org
For additional commands, e-mail: users-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists