[ http://opensource.atlassian.com/projects/spring/browse/RCP-465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_27954 ]
Peter De Bruycker commented on RCP-465:
---------------------------------------
I did an analysis of the memory usage in SimpleApp, and I didn't notice strange things.
After several invocations of the ContactPropertiesDialog, I see that the objects stay in memory, but after garbage collection, they disappear, meaning they're not a memory leak.
One could argue that the PropertiesExecutor in the ContactView could be refactored so it reuses the ContactPropertiesDialog instance, but that's another discussion.
> TextComponentPopup provokes memory leaks
> ----------------------------------------
>
> Key: RCP-465
> URL: http://opensource.atlassian.com/projects/spring/browse/RCP-465
> Project: Spring Framework Rich Client Project
> Issue Type: Bug
> Components: Command System
> Affects Versions: 0.3.0
> Reporter: Fausto Gamito
>
> TextComponentPopup provokes memory leaks.
> Using the SimpleApp, when the JMenuPopup (private method "maybeShowPopup") is created a big number of objects (ContactForm, ContactPropertiesDialog and many others) stay alive and grow on each ContactPropertiesDialog request.
> I think the problem is in the commands, but i don't find the solution.
> Any help is welcome!!!
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/spring/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|