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/03/21 07:23:22 UTC

[GitHub] [netbeans] jlahoda commented on issue #3803: Code template expansion with 'forc' causes NetBeans to hang

jlahoda commented on issue #3803:
URL: https://github.com/apache/netbeans/issues/3803#issuecomment-1073549009


   Hm, `updateDefaultValues` updates the values until they stabilize, but they don't stabilize, because the type for `IT_TYPE` oscillates between `java.util.Iterator` and `java.util.Iterator<? extends <nulltype>>` (which is obviously broken). The reason is probably captured type handling. Will try to take a look, unless @dbalek does.


-- 
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