]
Vitali Yemialyanchyk updated JBIDE-10220:
-----------------------------------------
Parent: JBIDE-10221
Issue Type: Sub-task (was: Bug)
TextEditorComponent has resorce leak problem
--------------------------------------------
Key: JBIDE-10220
URL:
https://issues.jboss.org/browse/JBIDE-10220
Project: Tools (JBoss Tools)
Issue Type: Sub-task
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: