lkishalmi opened a new issue #3911: URL: https://github.com/apache/netbeans/issues/3911
### Apache NetBeans version Apache NetBeans 13 ### What happened Just invoked code completion on a variable with type ```DefaultListModel``` This might be a bug in javac. AFAIK there is at least one issue something like this reported in or JIRA as well. [DefaultListModel.dump.log](https://github.com/apache/netbeans/files/8393754/DefaultListModel.dump.log) ### How to reproduce 1. Create a new project. (Ant, Maven, Gradle) 1. Add the following lines, to the main method: ```java javax.swing.DefaultListModel model = null; model. ``` 1. Invoke code completion on ```model.``` 1. See the exception in the notifications ### Did this work correctly in an earlier version? Apache NetBeans 12.3 or earlier ### Operating System Ubuntu 21.10 ### JDK JDK17 ### Apache NetBeans packaging Apache NetBeans Snap Package ### Anything else _No response_ ### Are you willing to submit a pull request? No ### Code of Conduct Yes -- 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
