[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-6685) JSF 2 Quickfixes should be more descriptive about its intent

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Wed Jul 21 09:38:52 EDT 2010


JSF 2 Quickfixes should be more descriptive about its intent
------------------------------------------------------------

                 Key: JBIDE-6685
                 URL: https://jira.jboss.org/browse/JBIDE-6685
             Project: Tools (JBoss Tools)
          Issue Type: Feature Request
          Components: Visual Page Editor core
    Affects Versions: 3.2.0.M2
            Reporter: Max Rydahl Andersen
            Assignee: Maxim Areshkau
             Fix For: 3.2.0.M2


The new JSF 2 quick fixes are great but they are very hard to understand what they want to do based on their generic description.

"Create folder container for JSF 2 resources" for a xmlns:custom="http://java.sun.com/jsf/composite/custom" without matching folder should have a quickfix saying something like "Create 'custom' folder for composite resources" and then possibly and extra info describing it more, i.e.

"Create folder '/MyProject/WebContent/custom' to hold resources for custom component resources.

same goes for:

"Create JSF 2 Composite Component in project resources folder" for a <custom:table should be something like:
"Create composite component named 'table' in '/WebContent/custom'" 

"Create attribute in an interface declariton of composite component" for a unknwon attribute "width" should be:
"Add 'width' attribute to interface of <custom:table>" with info saying "Add 'width' attribute to interface of <custom:table> at '/WebContent/custom/table.xhtml'



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list