tweaks to the indexer to fix some files not getting indexed on reopen
|
bug 67680 - better error handling around problems in the base clause specifier
|
better error reporting to the callbacks around the base specifier |
better problem reporting when DeclarationWrapper.createASTNodes fails |
Fix for Bug 66933: [Selection Search] Working set name is {0} in search results
|
Part 2 of Fix for Bug 62668 |
Partial Fix for Bug 62668: [Search] Search results rely on case of file names in include statement
|
Patch for Tanya |
Deferred typeid reference list creation until absolutely necessary. |
Added caching of type ID's in completeparse mode.
|
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=67834. Thanks to Dave for the JUnit test. |
Remove NPE from ASTTypeId.getReferences() |
Remove infinite loop on catching Throwable/Exception in Parser.translationUnit(). |
Final adjustment on error handling. |
Fixed NPE in cleanup. |