| [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.
Thanks!!! Orly