]
Ilya Buziuk updated ERT-358:
----------------------------
Sprint: devex #118 July 2016, devex #121 October 2016 (was: devex #118 July 2016,
devex #120 September 2016)
Replace traces of old parser in Search/Indexing code. [EBZ#498371]
------------------------------------------------------------------
Key: ERT-358
URL:
https://issues.jboss.org/browse/ERT-358
Project: Eclipse Release Train
Issue Type: Task
Components: JSDT
Reporter: Friendly Jira Robot
Assignee: Angel Misevski
Priority: Trivial
Labels: General, bzira
Search and Indexing should be changed to use the newer dom ASTParser, instead of the old
parser (e.g. in org.eclipse.wst.jsdt.internal.core.search.indexing.SourceIndexer).
This needs to happen before any other improvements/refinements to JSDT Search.
Looking at org.eclipse.wst.jsdt.internal.compiler.SourceElementParser, most of the class
is using deprecated code.