Disable -Xbootclasspath/p option

2024-05-03 Thread Grove, Ralph - groverf
I have a Java web application (built with Ant) running in Netbeans 21. The Java platform is JDK 12 and the build target is JDK 11. The applications builds and runs as a web application with no problem. There are a few stand-alone test programs I need to run, but using the Run File option result

Lombok & JavaDoc

2024-05-03 Thread Arbol One
After setting up Lombok in Netbeans 21 Maven project, I noticed that JavaDoc does not produceĀ  a full description of the Lombok tags. For instance for: *protected @Getter @Setter @NonNull String message;* JavaDoc only recognizes the @NonNull tag, omitting the other tags, i.e. : |protected @Non