eclipse-jdt / eclipse-jdt/eclipse.jdt.ui

Decoration Calculation waits for Indexing

Open
#73 5 comments 0 reactions 1 assignee Claimed by @vogella View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.