jtulach opened a new issue, #4763: URL: https://github.com/apache/netbeans/issues/4763
### Apache NetBeans version Apache NetBeans latest daily build ### What happened There is a hint detecting _infinite recursion_. It works poorly JDK19 language features. Namely with `switch` expressions and pattern matching. ### How to reproduce There are incorrect hints in the source https://github.com/enso-org/enso/blob/ea60cd5fab48d9f6b16923cea21620b97216a898/engine/runtime/src/main/java/org/enso/compiler/TreeToIr.java in methods: - `translateExpression` - `translatePatternArguments` - `translatePattern` I am using a week old NetBeans sources with nb-javac that supports JDK 19 features. ### Did this work correctly in an earlier version? No / Don't know ### Operating System Linux ### JDK JDK11 ### Apache NetBeans packaging Own source build ### Anything else I am using a NetBeans sources with nb-javac that supports JDK 19 features: dfe012cdd4a5a488d6f55e33bb7f2b47c08d7080 ### 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
