Bug 574739 - BrowserInformationControl showing itself again over and over the the main thread (setVisible())
Summary: BrowserInformationControl showing itself again over and over the the main th...
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.19   Edit
Hardware: PC Mac OS X
: P3 normal with 2 votes (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-07-08 09:57 EDT by Johan Compagner CLA
Modified: 2021-07-08 09:59 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johan Compagner CLA 2021-07-08 09:57:30 EDT
Our product is build on top of 4.19 and we get this stack on a OSX 10.13

It seems on OSX 10.15 it works (at least that is reported)
Any idea how this can happen? Why it constantly tries to show itself?

Thread: main, state: RUNNABLE, total cpu time: 2885320.159ms, total user time: 2885320.159ms
  org.eclipse.swt.internal.cocoa.OS.objc_msgSend_bool(Native Method)
  org.eclipse.swt.internal.cocoa.NSRunLoop.runMode(NSRunLoop.java:40)
  org.eclipse.swt.widgets.Display.sleep(Display.java:5007)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:348)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.jface.internal.text.html.BrowserInformationControl.setVisible(BrowserInformationControl.java:347)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformationControl(AbstractInformationControlManager.java:1240)
  org.eclipse.jface.text.AbstractInformationControlManager.internalShowInformationControl(AbstractInformationControlManager.java:1191)
  org.eclipse.jface.text.AbstractInformationControlManager.presentInformation(AbstractInformationControlManager.java:1120)
  org.eclipse.jface.text.AbstractInformationControlManager.setInformation(AbstractInformationControlManager.java:431)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.computeInformation(AdditionalInfoController.java:567)
  org.eclipse.jface.text.AbstractInformationControlManager.doShowInformation(AbstractInformationControlManager.java:1101)
  org.eclipse.jface.text.AbstractInformationControlManager.showInformation(AbstractInformationControlManager.java:1091)
  org.eclipse.jface.text.contentassist.AdditionalInfoController.showInformation(AdditionalInfoController.java:541)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$1.showInformation(AdditionalInfoController.java:478)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$1(AdditionalInfoController.java:362)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1104/0x0000000042aba770.run(Unknown Source)
  org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)
  org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)
  org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4179)
  org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3839)
  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1157)
  org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
  org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046)
  org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
  org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
  org.eclipse.ui.internal.Workbench$$Lambda$163/0x0000000000000000.run(Unknown Source)
  org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
  org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
  org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
  org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
  org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
  org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
  org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
  org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
  java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  java.base/java.lang.reflect.Method.invoke(Unknown Source)
  org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
  org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
  org.eclipse.equinox.launcher.Main.run(Main.java:1461)
Comment 1 Johan Compagner CLA 2021-07-08 09:59:24 EDT
besides the above i also see a lot of:

Thread: Additional info timer, state: BLOCKED, total cpu time: 0.737ms, total user time: 0.737ms, blocked by: main on org.eclipse.jface.text.contentassist.AdditionalInfoController$1@6f4a684b
  java.base/java.lang.Object.wait(Native Method)
  java.base/java.lang.Object.wait(Unknown Source)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.loop(AdditionalInfoController.java:314)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$0(AdditionalInfoController.java:261)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1099/0x000000003e23eb70.run(Unknown Source)
  java.base/java.lang.Thread.run(Unknown Source)

Thread: Additional info timer, state: BLOCKED, total cpu time: 0.645ms, total user time: 0.645ms, blocked by: main on org.eclipse.jface.text.contentassist.AdditionalInfoController$1@ee9f4c54
  java.base/java.lang.Object.wait(Native Method)
  java.base/java.lang.Object.wait(Unknown Source)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.loop(AdditionalInfoController.java:314)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$0(AdditionalInfoController.java:261)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1099/0x000000003e23eb70.run(Unknown Source)
  java.base/java.lang.Thread.run(Unknown Source)

Thread: Additional info timer, state: BLOCKED, total cpu time: 0.716ms, total user time: 0.716ms, blocked by: main on org.eclipse.jface.text.contentassist.AdditionalInfoController$1@ba5684d8
  java.base/java.lang.Object.wait(Native Method)
  java.base/java.lang.Object.wait(Unknown Source)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.loop(AdditionalInfoController.java:314)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$0(AdditionalInfoController.java:261)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1099/0x000000003e23eb70.run(Unknown Source)
  java.base/java.lang.Thread.run(Unknown Source)

Thread: Additional info timer, state: BLOCKED, total cpu time: 0.725ms, total user time: 0.725ms, blocked by: main on org.eclipse.jface.text.contentassist.AdditionalInfoController$1@9c27fb63
  java.base/java.lang.Object.wait(Native Method)
  java.base/java.lang.Object.wait(Unknown Source)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.loop(AdditionalInfoController.java:314)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$0(AdditionalInfoController.java:261)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1099/0x000000003e23eb70.run(Unknown Source)
  java.base/java.lang.Thread.run(Unknown Source)

Thread: Additional info timer, state: BLOCKED, total cpu time: 0.57ms, total user time: 0.57ms, blocked by: main on org.eclipse.jface.text.contentassist.AdditionalInfoController$1@b38141a0
  java.base/java.lang.Object.wait(Native Method)
  java.base/java.lang.Object.wait(Unknown Source)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.loop(AdditionalInfoController.java:314)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$0(AdditionalInfoController.java:261)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1099/0x000000003e23eb70.run(Unknown Source)
  java.base/java.lang.Thread.run(Unknown Source)

Thread: Additional info timer, state: BLOCKED, total cpu time: 0.405ms, total user time: 0.405ms, blocked by: main on org.eclipse.jface.text.contentassist.AdditionalInfoController$1@e881294c
  java.base/java.lang.Object.wait(Native Method)
  java.base/java.lang.Object.wait(Unknown Source)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.loop(AdditionalInfoController.java:314)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$0(AdditionalInfoController.java:261)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1099/0x000000003e23eb70.run(Unknown Source)
  java.base/java.lang.Thread.run(Unknown Source)

Thread: Additional info timer, state: BLOCKED, total cpu time: 0.51ms, total user time: 0.51ms, blocked by: main on org.eclipse.jface.text.contentassist.AdditionalInfoController$1@b110f869
  java.base/java.lang.Object.wait(Native Method)
  java.base/java.lang.Object.wait(Unknown Source)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.loop(AdditionalInfoController.java:314)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer.lambda$0(AdditionalInfoController.java:261)
  org.eclipse.jface.text.contentassist.AdditionalInfoController$Timer$$Lambda$1099/0x000000003e23eb70.run(Unknown Source)
  java.base/java.lang.Thread.run(Unknown Source)