[jbosstools-issues] [JBoss JIRA] (JBIDE-10248) org.jboss.tools.jst.web.kb creates but never dispose images

Vitali Yemialyanchyk (Created) (JIRA) jira-events at lists.jboss.org
Thu Nov 24 08:51:42 EST 2011


org.jboss.tools.jst.web.kb creates but never dispose images
-----------------------------------------------------------

                 Key: JBIDE-10248
                 URL: https://issues.jboss.org/browse/JBIDE-10248
             Project: Tools (JBoss Tools)
          Issue Type: Sub-task
          Components: common/jst/core
    Affects Versions: 3.3.0.M4
            Reporter: Vitali Yemialyanchyk
            Assignee: Alexey Kazakov
            Priority: Minor


in these classes: ActionProposalType, ConverterIDProposalType, ConverterIDProposalType, EnumerationProposalType, FacetNameProposalType, IDProposalType, ResourceBundleNameProposalType, ResourcePathProposalType you initialize 
{code}
private static Image ICON;
{code}
field with new image, but never dispose it. 
imo may be a better to put these images in org.jboss.tools.jst.web.kb plugin image registry, so you can avoid image leak after plugin org.jboss.tools.jst.web.kb stop it's work.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list