Re: Unused Element in Unit Tests

2023-08-09 Thread Michael Bien
https://github.com/apache/netbeans/pull/6277 should be in NB 20. -mbien On 09.08.23 17:48, Ulrich Mayring wrote: Netbeans generates an "Unused Element" hint in the sidebar and a wavy underline in the editor if I define a variable or method that goes unused. This is a very useful feature, but

RE: mysql connectivity problem with ApachNetbeans 18:Exception: com.mysql.jdbc.Driver

2023-08-09 Thread Greenberg, Gary
1. This is not a netbeans question you are asking. 2. There is not enough info, but IMHO you did not include MySQL jar file in you dependencies in your project. From: Zulfi Khan Sent: Tuesday, August 8, 2023 9:23 PM To: NetBeans Mailing List Subject: mysql connectivity problem with ApachN

Unused Element in Unit Tests

2023-08-09 Thread Ulrich Mayring
Netbeans generates an "Unused Element" hint in the sidebar and a wavy underline in the editor if I define a variable or method that goes unused. This is a very useful feature, but in the case of JUnit5 it has an unwanted effect. For example: @Test void myTest() { ... } This method is recogniz