Bug 496674 - Segment store analysis should automatically have views
Summary: Segment store analysis should automatically have views
Status: NEW
Alias: None
Product: Tracecompass
Classification: Tools
Component: TMF (show other bugs)
Version: 2.0.0   Edit
Hardware: PC Linux
: P3 normal
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Project Inbox CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-23 12:52 EDT by Genevieve Bastien CLA
Modified: 2016-06-23 12:52 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 Genevieve Bastien CLA 2016-06-23 12:52:57 EDT
When developing a segment store analysis, it is a lot of copy-paste to get views: copy-paste the viewers and views classes, then copy paste in the plugin.xml. These views should be automatically available and have to be overwritten only for special cases, like it is for the XML analysis.

They could actually be data-driven, one would have to write only a little XML file with the analysis ID and make it builtin through the extension point and the views would be available.