You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/10/10 11:59:08 UTC

[GitHub] [netbeans] jtulach opened a new issue, #4763: Incorrect method will recurse indifinitely

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: notifications-unsubscribe@netbeans.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] mbien closed issue #4763: Incorrect method will recurse indifinitely hint

Posted by GitBox <gi...@apache.org>.
mbien closed issue #4763: Incorrect method will recurse indifinitely hint
URL: https://github.com/apache/netbeans/issues/4763


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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


[GitHub] [netbeans] neilcsmith-net commented on issue #4763: Incorrect method will recurse indifinitely hint

Posted by GitBox <gi...@apache.org>.
neilcsmith-net commented on issue #4763:
URL: https://github.com/apache/netbeans/issues/4763#issuecomment-1290885603

   There's a PR linked to this that requires rebasing on delivery and review if we're going to fix in NB16, otherwise it'll get moved to NB17.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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