| Summary: | Some UDC Events Not Recorded | ||
|---|---|---|---|
| Product: | [Technology] EPP | Reporter: | Emerson Murphy-Hill <captain.emerson> |
| Component: | Usage Data Collector | Assignee: | Wayne Beaton <wayne.beaton> |
| Status: | RESOLVED WONTFIX | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | deepakazad, jonah, mknauer, wayne.beaton |
| Version: | unspecified | ||
| Target Milestone: | 1.3.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Emerson Murphy-Hill
*** Bug 315840 has been marked as a duplicate of this bug. *** Anything that is a command is recorded by UDC. Buttons in a dialog are not commands hence they are not recorded. In most instances opening a dialog is a command and hence should be recorded. However, the problem with 'Run' toolbar button is that the button is not defined as a 'command', see <action id = "org.eclipse.debug.internal.ui.actions.RunDropDownAction" ... > in org.eclipse.debug.ui\plugin.xml. (This action is not the same as <action id = "org.eclipse.debug.ui.actions.RunLast"... >) Another instance of the same problem is the Search toolbar button which is also not a 'command', see <action id="org.eclipse.search.OpenSearchDialogPage" ...> in /org.eclipse.search/plugin.xml. (This action is different from the command <action id="org.eclipse.search.OpenSearchDialog"..> ) The Usage Data Collector was decommissioned a long time ago. Therefore any remaining bugs are now being closed as WONTFIX. If this bug is still relevant, please make a comment and we'll move it to the correct project/component for further investigation. This change was made as part of a bulk change. |