Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 463230

Summary: [metrics] Provide metrics for quickfixes
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 8.0   
Target Milestone: 9.0   
Hardware: All   
OS: All   
Whiteboard:

Description Michael Rennie CLA 2015-03-26 14:23:16 EDT
We should provide metrics that show
1. how often fixes are presented
2. how often they are presented but not used
3. how often which fixes are used
Comment 1 Michael Rennie CLA 2015-03-27 10:11:03 EDT
I only pushed a fix for point 3. 1 and 2 are collected as part of the command renderer framework, and I did not want to litter the command code with checks for metrics.

Fixed in: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=b5409b5575d234171cc20f14a1fea3831f997078

The fix logs an event to the 'language tools' category, for the 'quickfix' variable. It also reports the id of the fix applied and the file type.

Updated the wiki, mentioning the new event category:

https://wiki.eclipse.org/Orion/Metrics