-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incomplete Type Index / Bug 109084 #4
Comments
The problem was reproduced in |
Why is this one closed if the conducted reproduction does not apply to the issue? The original issue was a broken type index (e.g., because of some application crash during JDT indexing). This led to faulty results when using the index (e.g., when using type search). I don't see how a case where no broken index exists shows that this issue is not reproducible or that the workaround is not applicable. |
Sorry, I mixed this one with the (not so) related issue: #9 |
This is one has been marked as "in work" for half a year: what is the current state? |
I left it as "Ongoing" in August because I intended to see if the problem surfaced again, but I see no activity in it and I also have no novel ideas on how to tackle this. No idea why it wen from Ongoing -> In Progress: short |
I guess it was moved because it does not fulfill our definition of being "ongoing" :-)
I think it should be moved to "ready" then. |
Do we have our definition of Ongoing written somewhere? It was my understanding that as long as there is something going on but there is no "active" work on the ticket then it's "ongoing". I activated some logging back then to see if there was something useful in the logs when the error happened. |
Current Behavior
In some cases (with unknown reasons), the type index does not contain all available types, so the type search does not find some types that actually exist.
Rebuilding the index via the preferences does not resolve the issue.
The bug has been existing for a long time and does not seem to be fixed by now: https://bugs.eclipse.org/bugs/show_bug.cgi?id=109084
Expected Behavior
In the best case, the type index should properly contain the expected types.
At least, the "rebuild index" operation in the preferences should properly rebuild the index.
Existing Workaround
Delete .metadata.plugins\org.eclipse.jdt.core*.index, and restart Eclipse.
The text was updated successfully, but these errors were encountered: