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 2019/05/04 09:31:12 UTC

[GitHub] [netbeans-html4j] jtulach opened a new pull request #19: Make sure unused presenters can GC

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:
users@infra.apache.org


With regards,
Apache Git Services

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