edrobal opened a new issue, #9081:
URL: https://github.com/apache/netbeans/issues/9081

   ### Apache NetBeans version
   
   Apache NetBeans 28
   
   ### What happened
   
   In the expression :" no_fac == null ? 0 : no_fac" NetBeans show error 
"Unboxing possibly null value" for no_fac. Why ?
   
   ### Language / Project Type / NetBeans Component
   
   java class
   
   ### How to reproduce
   
   Integer no_fac;
   Integer result =  no_fac == null ? 0 : no_fac;
   
   ### Did this work correctly in an earlier version?
   
   No / Don't know
   
   ### Operating System
   
   Linux 6.4.0-150600.23.78-default x86_64 x86_64 x86_64 GNU/Linux
   
   ### JDK
   
   Java: 24.0.2; OpenJDK 64-Bit Server VM 24.0.2
   
   ### Apache NetBeans packaging
   
   Own source build
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   No


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to