Bug 516909 - [CTF] String environment variable values should not be quoted
Summary: [CTF] String environment variable values should not be quoted
Status: NEW
Alias: None
Product: Tracecompass
Classification: Tools
Component: CTF (show other bugs)
Version: 2.3.0   Edit
Hardware: PC Windows 7
: P3 normal
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Project Inbox CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-18 14:02 EDT by Patrick Tasse CLA
Modified: 2017-05-18 14:02 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 Patrick Tasse CLA 2017-05-18 14:02:42 EDT
For the following CTF metadata:

env {
        domain = "kernel";
        tracer_major = 2;
};

The return value of CTFTrace.getEnvironment().get("domain") should be the Java string "kernel", instead of "\"kernel\"".

For numerical variables, perhaps the returned environment value should be a Number instead of a String?