Hi,
Is there some solution to find usages getters and setters generated with
Lombok? For example:
@Getter
@Setter
public class Pair {
private String key;
private String value;
}
public class Main {
public static void main(String[] args) {
Pair pair = new Pair();
Hello there,
I migrating my Java 11 Modular Project to work with Maven in Netbeans 12.0:
I have split it down into the projects shown.
DT.FrontEndFX depends up on DT.Core and DT.Reader, both of which build fine.
When I come to build DT.FrontEndFX, I get a run of "Can not find symbol"
errors whic
That is a bug!
El 10/07/2020 a las 3:56, Ernie Rael escribió:
Perfect, many thanks. (and lots to go through)
It's probably worth noting that the main page,
https://netbeans.apache.org, has a pointer for PHP that goes to
https://netbeans.apache.org/kb/docs/php/index.html where there is far
le