[jbosstools-issues] [JBoss JIRA] Updated: (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:48:32 EDT 2011


     [ https://issues.jboss.org/browse/JBIDE-9501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Victor Rubezhny updated JBIDE-9501:
-----------------------------------

    Description: 
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

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)


  was:
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

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)




> 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 Templates
>    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
> 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