[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-9501) Some JST/VPE editos classes use deprecated content assist processors code

Victor Rubezhny (JIRA) jira-events at lists.jboss.org
Tue Aug 9 13:31:24 EDT 2011


Some JST/VPE editos classes use deprecated content assist processors code
-------------------------------------------------------------------------

                 Key: JBIDE-9501
                 URL: https://issues.jboss.org/browse/JBIDE-9501
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: jsp/jsf/xml source editing, Visual Page Editor core
    Affects Versions: 3.3.0.M2
            Reporter: Victor Rubezhny
            Assignee: Victor Rubezhny
            Priority: Minor
             Fix For: 3.3.x


Some classes in JST/VPE editors use deprecated content assist processors code which is not actual and should be removed.

Since the org.jboss.tools.jst.jsp.contentassist.*ContentAssistProcessor classes are replaced by the recent equivalents (See org.jboss.tools.jst.jsp.contentassist.computers.*CompletionProposalComputer classes), these classes are subject to be removed.

But there are number of JST/VPE classes which use those deprecated and non-actual classes. These classes are to be re-factored using new set of Content Assist computer classes.

The Search on references to org.jboss.tools.jst.jsp.contentassist.*ContentAssistProcessor classes shows the following usages:

org.jboss.tools.jst.jsp.contentassist - src - org.jboss.tools.jst.jsp

FaceletPageContectAssistProcessor
JSPDialogContentProposalProvider
getParentTags(JspContentAssistProcessor)
processor
setContext(Properties)

org.jboss.tools.jst.jsp.jspeditor - src - org.jboss.tools.jst.jsp
JSPTextEditor
AttributeDescriptorValueProviderImpl
processor

org.jboss.tools.jst.jsp.outline - src - org.jboss.tools.jst.jsp
JSPContentOutlineConfiguration
createKbQuery(JspContentAssistProcessor, Node, int)
createNodeActionManager(TreeViewer)
new HTMLNodeActionManager() {...}
contributeAddChildActions(IMenuManager, Node, int, int)
JSPPropertySourceAdapter
createKbQuery(JspContentAssistProcessor)
processor
setTarget(INodeNotifier)
ValueHelper
createContentAssistProcessor() (2 matches)
createPageContext(JspContentAssistProcessor, int)

org.jboss.tools.vpe.editor.template.expression - src - org.jboss.tools.vpe
VpeFunctionSrc
createKbQuery(JspContentAssistProcessor, Node, int, String)
processValue(VpePageContext, Node, String)


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list