jtulach opened a new pull request #19: Make sure unused presenters can GC URL: https://github.com/apache/netbeans-html4j/pull/19 Especially when embedding HTML/Java in NetBeans based application, it is essential to make sure that unused presenters (like dialogs) can be GCed. This PR introduces `Fn.Ref` class that is designed to hold a weak reference to a presenter. Each present can implement it using own way.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- 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
