mbien commented on issue #8519: URL: https://github.com/apache/netbeans/issues/8519#issuecomment-2901766565
outside of trivial cases, this isn't really implementable via a hint. The `List` interface doesn't make any promises if the concrete implementation is mutable or not. Some API doesn't even make any promises if the returned list is mutable or not ([example](https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/stream/Collectors.html#toList())). -- 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-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists