Add JSF Capabilities Dialog should Browse for web.xml in Eclipse workspace not in Local File System
---------------------------------------------------------------------------------------------------
Key: JBIDE-3505
URL: https://jira.jboss.org/jira/browse/JBIDE-3505
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.0.0.cr1
Reporter: Denis Golovin
Assignee: Denis Golovin
…
[View More] Fix For: 3.1.0
Attachments: Screenshot-Add JSF Capabilities .png
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
Actions that modifies resources (Add JSF/Custom Capabilities) should let user review the changes as Java Code refactoring and clean-up do
-----------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-3515
URL: https://jira.jboss.org/jira/browse/JBIDE-3515
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JSF
Affects …
[View More]Versions: 3.0.0.cr1
Reporter: Denis Golovin
Assignee: Denis Golovin
Fix For: 3.1.0, LATER
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]
org.jboss.tools.common.text.ext.hyperlink.AbstractHyperlink review
------------------------------------------------------------------
Key: JBIDE-3355
URL: https://jira.jboss.org/jira/browse/JBIDE-3355
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Affects Versions: 3.0.0.cr1
Reporter: Denis Golovin
Assignee: Denis Golovin
Fix For: 3.1.0
1. Consider using another approach instead of using …
[View More]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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[View Less]