]
Denis Golovin updated JBIDE-3355:
---------------------------------
Fix Version/s: 3.3.x
(was: 3.2.x)
org.jboss.tools.common.text.ext.hyperlink.AbstractHyperlink review
------------------------------------------------------------------
Key: JBIDE-3355
URL:
https://jira.jboss.org/browse/JBIDE-3355
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: Cleanup
Affects Versions: 3.0.0.cr1
Reporter: Denis Golovin
Assignee: Denis Golovin
Fix For: 3.3.x
1. Consider using another approach instead of using snippet below in all methods:
protected IFile getFile() {
StructuredModelWrapper smw = new StructuredModelWrapper();
try {
smw.init(getDocument());
return smw.getFile();
} finally {
smw.dispose();
}
}
2. Review static methods, as example - public static IFile getFile(IStructuredModel
structuredModel) looks to compex
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: