Hi,Using the Netbeans 12 beta 4. I am getting a compiler warning on a Main
Class:
Compiler warning: " Class xxxx uses unchecked or unsafe operation. Note:
Recompile with -Xlint:unchecked for details".
In the Run->Set project Configuration->Customize->Build->Compiling->Run
Compilation with external VM->Additional Compile options: I entered
-Xlint:unchecked
I recompiled the code hoping for more details but the same compiler warning
produced again as if it does not see the -Xlint:unchecked.
In Netbeans 11.3, the -Xlint:unchecked used to produce more information. Is
this a bug in release 12 beta 4?
Thanks for any feedback.