eclipse-jdt / eclipse-jdt/eclipse.jdt.ui
Decoration Calculation waits for Indexing
Open
wontfix
- Dominant language
- Java
- Stars
- 59
- Forks
- 127
- Avg merge
- 21h 41m
- Merged PRs (30d)
- 31
Description
I just saw a very long running Decoration Job.
It was because of the usage of
IJavaSearchConstants.WAIT_UNTIL_READY_TO_SEARCH
in
org.eclipse.jdt.internal.ui.InterfaceIndicatorLabelDecorator.addOverlaysWithSearchEngine(ITypeRoot, String, IDecoration)
I am not sure about the consequences but i guess it will stall all other Decorations till indexer is ready... is that really smart when indexing takes a long time - say minutes?
Contributor guide
Assessment
This issue has not been assessed yet.