You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stefan Seelmann (JIRA)" <ji...@apache.org> on 2008/03/04 22:11:41 UTC

[jira] Created: (DIRSTUDIO-290) Check creation and proper disposal of SWT Graphics objects

Check creation and proper disposal of SWT Graphics objects
----------------------------------------------------------

                 Key: DIRSTUDIO-290
                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-290
             Project: Directory Studio
          Issue Type: Task
    Affects Versions: 1.1.0
            Reporter: Stefan Seelmann
             Fix For: 1.1.0


Issue DIRSTUDIO-288 pointed me to the following problem: When creating SWT Graphics objects like images, fonts and colors it is necessary to dispose them, they are not cleaned up by the garbage collector. We have to go through the code and check for proper handling of these objects. Another possibility is to use an ImageRegistry for images.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (DIRSTUDIO-290) Check creation and proper disposal of SWT Graphics objects

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre-Arnaud Marcelot closed DIRSTUDIO-290.
--------------------------------------------


Version 1.1.0 has been released.
Closing this issue.

> Check creation and proper disposal of SWT Graphics objects
> ----------------------------------------------------------
>
>                 Key: DIRSTUDIO-290
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-290
>             Project: Directory Studio
>          Issue Type: Task
>    Affects Versions: 1.1.0
>            Reporter: Stefan Seelmann
>             Fix For: 1.1.0
>
>
> Issue DIRSTUDIO-288 pointed me to the following problem: When creating SWT Graphics objects like images, fonts and colors it is necessary to dispose them, they are not cleaned up by the garbage collector. We have to go through the code and check for proper handling of these objects. Another possibility is to use an ImageRegistry for images.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (DIRSTUDIO-290) Check creation and proper disposal of SWT Graphics objects

Posted by "Stefan Seelmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DIRSTUDIO-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Seelmann resolved DIRSTUDIO-290.
---------------------------------------

    Resolution: Fixed

Thanks, Pierre-Arnaud for handling this. I just fixed one more in the ValueEditorsPreferencePage.

> Check creation and proper disposal of SWT Graphics objects
> ----------------------------------------------------------
>
>                 Key: DIRSTUDIO-290
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-290
>             Project: Directory Studio
>          Issue Type: Task
>    Affects Versions: 1.1.0
>            Reporter: Stefan Seelmann
>             Fix For: 1.1.0
>
>
> Issue DIRSTUDIO-288 pointed me to the following problem: When creating SWT Graphics objects like images, fonts and colors it is necessary to dispose them, they are not cleaned up by the garbage collector. We have to go through the code and check for proper handling of these objects. Another possibility is to use an ImageRegistry for images.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (DIRSTUDIO-290) Check creation and proper disposal of SWT Graphics objects

Posted by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DIRSTUDIO-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12577889#action_12577889 ] 

Pierre-Arnaud Marcelot commented on DIRSTUDIO-290:
--------------------------------------------------

Stefan S.,

i think we're done with this issue.

I have searched for image creation in the whole project and they all seem to be using the ImageRegistry now.

I think we can close this issue.

> Check creation and proper disposal of SWT Graphics objects
> ----------------------------------------------------------
>
>                 Key: DIRSTUDIO-290
>                 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-290
>             Project: Directory Studio
>          Issue Type: Task
>    Affects Versions: 1.1.0
>            Reporter: Stefan Seelmann
>             Fix For: 1.1.0
>
>
> Issue DIRSTUDIO-288 pointed me to the following problem: When creating SWT Graphics objects like images, fonts and colors it is necessary to dispose them, they are not cleaned up by the garbage collector. We have to go through the code and check for proper handling of these objects. Another possibility is to use an ImageRegistry for images.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.