[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.jdt] Re: Incremental parsing in JDT

When is the index& Java Model build?


The indexes are build in a background thread. Each time a compilation unit is modified, his index is re-computed. This indexes are used by SearchEngine to answer to search request. SearchEngine and Java Model are two different thing.

To update the Index - is there some incremental parsing done, or full parsing in the background to collect info on the modified compilation unit.



Thanks!!! Orly