-
Bug
-
Resolution: Done
-
Minor
-
3.3.0.M2
-
None
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)