[jbosstools-issues] [JBoss JIRA] (JBIDE-10220) TextEditorComponent has resorce leak problem

Vitali Yemialyanchyk (Created) (JIRA) jira-events at lists.jboss.org
Wed Nov 23 07:14:40 EST 2011


TextEditorComponent has resorce leak problem
--------------------------------------------

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


TextEditorComponent has resorce leak problem -> it create Color, but does not dispose it -> org.jboss.tools.common.model.ui.texteditors.TextEditorComponent line 186:
{code}
return (rgb != null) ? new Color(display, rgb) : null;
{code}


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