eclipse-jdt / eclipse-jdt/eclipse.jdt.ui
UI lag JavaInformationProvider / BestMatchHover
- Dominant language
- Java
- Stars
- 59
- Forks
- 127
- Avg merge
- 22h 47m
- Merged PRs (30d)
- 28
Description
Today my OOmphed Platform workspace started straight into an UI freeze for ~20 sec before even showing anything but the eclipse IDE window.
i sampled a bit:


org.eclipse.jdt.internal.ui.text.java.hover.JavaInformationProvider.getInformation2()
org.eclipse.jdt.internal.ui.text.java.hover.BestMatchHover.getHoverInfo2()
org.eclipse.jdt.internal.ui.text.java.hover.NLSStringHover.getHoverInfo2()
org.eclipse.jdt.internal.ui.text.java.hover.NLSStringHover.internalGetHoverInfo()
org.eclipse.jdt.core.manipulation.SharedASTProviderCore.getAST()
which was probably waiting for this initialization:

jdt init always took some time but it should at least not totally freeze UI.
Contributor guide
Assessment
This issue has not been assessed yet.