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