You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Hans Gilde (JIRA)" <co...@jakarta.apache.org> on 2005/11/06 18:24:19 UTC

[jira] Created: (JELLY-223) Swing tags should clear their component to avoid holding extra memory

Swing tags should clear their component to avoid holding extra memory
---------------------------------------------------------------------

         Key: JELLY-223
         URL: http://issues.apache.org/jira/browse/JELLY-223
     Project: jelly
        Type: Bug
  Components: taglib.swing  
    Versions: 1.0    
    Reporter: Hans Gilde
    Priority: Minor


It seems that JELLY-122 has been undone and now, Swing component tags keep a reference to their component after running. This reference is *useless* because the tags will always create a new component when they run a second time. It serves only as an additional reference to the component that could keep it from being GC'd.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (JELLY-223) Swing tags should clear their component to avoid holding extra memory

Posted by "Hans Gilde (JIRA)" <co...@jakarta.apache.org>.
    [ http://issues.apache.org/jira/browse/JELLY-223?page=comments#action_12356912 ] 

Hans Gilde commented on JELLY-223:
----------------------------------

re-fixed per SVN commit

> Swing tags should clear their component to avoid holding extra memory
> ---------------------------------------------------------------------
>
>          Key: JELLY-223
>          URL: http://issues.apache.org/jira/browse/JELLY-223
>      Project: jelly
>         Type: Bug
>   Components: taglib.swing
>     Versions: 1.0
>     Reporter: Hans Gilde
>     Priority: Minor

>
> It seems that JELLY-122 has been undone and now, Swing component tags keep a reference to their component after running. This reference is *useless* because the tags will always create a new component when they run a second time. It serves only as an additional reference to the component that could keep it from being GC'd.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org