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
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
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