matthiasblaesing commented on issue #9081:
URL: https://github.com/apache/netbeans/issues/9081#issuecomment-3647536867
This is not reproducible (Tested on NB28 and a more or less current master
build) with:
```java
public class Test2 {
public int test(Integer no_fac) {
Integer result = no_fac == null ? 0 : no_fac;
return result;
}
}
```
<img width="567" height="210" alt="Image"
src="https://github.com/user-attachments/assets/f0d4ef3a-0bc9-4584-aac2-a8df76d77676"
/>
The code "presented" as steps to reproduce are invalid and will fail for
other reasons (`no_fac` is not initialized, so this will fail compilation).
--
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