[
https://issues.jboss.org/browse/JBIDE-10249?page=com.atlassian.jira.plugi...
]
Max Rydahl Andersen updated JBIDE-10249:
----------------------------------------
Fix Version/s: 3.3.0.Beta1
(was: 3.3.0.M5)
Setting fix version to look at these in Beta1 if resource leaks even have an effect.
org.jboss.tools.vpe plugin has Image leak
-----------------------------------------
Key: JBIDE-10249
URL:
https://issues.jboss.org/browse/JBIDE-10249
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Visual Page Editor core
Affects Versions: 3.3.0.M4
Reporter: Vitali Yemialyanchyk
Assignee: Yahor Radtsevich
Fix For: 3.3.0.Beta1
org.jboss.tools.vpe.editor.template.VpeEditAnyDialog line 100:
{code}
setTitleImage(ModelUIImages.getImageDescriptor(
ModelUIImages.WIZARD_DEFAULT).createImage(null));
{code}
org.jboss.tools.vpe.editor.toolbar.VpeDropDownMenu line 38:
{code}
item.setImage(ImageDescriptor.createFromFile(MozillaEditor.class,
"icons/arrow.gif").createImage()); //$NON-NLS-1$
{code}
org.jboss.tools.vpe.editor.toolbar.SplitToolBar line 105:
{code}
// final Button button = new Button(parent, SWT.FLAT|SWT.PUSH);
// button.setImage(ImageDescriptor.createFromFile(MozillaEditor.class,
"icons/arrow_more.gif").createImage());
// button.setVisible(false);
{code}
- delete this from comments or update - to avoid leak in uncomment case
--
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