neilcsmith-net commented on PR #9241: URL: https://github.com/apache/netbeans/pull/9241#issuecomment-3985275119
I'm a fan of the various forms of `Lazy` and glad to see an efficient form _potentially_ making it in to the JDK. I'm unsure this is the right way to support its use in NetBeans. What else do you envisage this module possibly being used for too? My inclination would be towards putting this in `openide.util`. We're at least 4 years from being able to adopt solely use of the JDK API, and we could deprecate our own version at that point. Migrating the various existing things (like use of class-holder idiom) to a central API could help with updating to direct use of the JDK variant at a later date. -- 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
