[
https://issues.jboss.org/browse/JBIDE-10246?page=com.atlassian.jira.plugi...
]
Viacheslav Kabanovich commented on JBIDE-10246:
-----------------------------------------------
This is not so critical, because the method is invoked only once when Quick Fix is invoked
on marker that has 'Configure Problem Severity' option; though it may be critical
for a programmer who composes his code by constantly running quick fixes.
Anyway, this should be fixed by using the image registry.
As a related issue, I have found that CommonUIPlugin.getDefault(), used 11 times for
logging errors, returns null, because CommonUIPlugin is not registered as the bundle
activator. I will register it now to take its image registry.
org.jboss.tools.common.ui:
org.jboss.tools.common.ui.marker.ConfigureProblemSeverityMarkerResolution
----------------------------------------------------------------------------------------------------
Key: JBIDE-10246
URL:
https://issues.jboss.org/browse/JBIDE-10246
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: common/jst/core
Affects Versions: 3.3.0.M4
Reporter: Vitali Yemialyanchyk
Assignee: Viacheslav Kabanovich
Priority: Critical
Fix For: 3.3.0.Beta1
line 63:
{code}
public Image getImage() {
return JavaPluginImages.DESC_ELCL_CONFIGURE_PROBLEM_SEVERITIES.createImage();
}
{code}
- this image has no chance to be disposed. If page has a lot of problems markers, this
could be critical.
--
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