Community
Participate
Working Groups
There are a lot of commands with an origin ID like this - org.eclipse.ui.internal.WorkbenchWindow@17704280 - in the interaction log (monitor-log.xml). These aren't terribly useful, so I'll figure out where they are coming from and either stop logging them or suppress reporting them.
There could be a better way to retrieve more representative id for such actions, like class name.
These events happen for window activations (e.g. via Alt+Tab) and deactivations. I have changed them not to include the class name, but am not removing them since they are a useful indication of how often the user is switching in and out of Eclipse. To avoid them being overly high we now only capture activations, not deactivations.
Created attachment 66755 [details] mylar/context/zip