Skip to content

Conversation

@bhufmann
Copy link
Contributor

@bhufmann bhufmann commented Sep 30, 2025

What it does

server: Allow lower case strings for time graph tooltip's element type.

The TSP specifies that the element type should be upper case (due to enum). This code change will convert the input value to lower case before comparing the actual string. This will allow TSP clients to slowly update to the TSP compliant values.

fixes #240

How to test

Follow steps in #240 and verify that test are successful.

Follow-ups

Review checklist

  • As an author, I have thoroughly tested my changes and carefully followed the instructions in this template

The TSP specifies that the element type should be upper case (due to
enum). This code change will convert the input value to lower case
before comparing the actual string. This will allow TSP clients to
slowly update to the TSP compliant values.

fixes eclipse-tracecompass-incubator#240

Signed-off-by: Bernd Hufmann <[email protected]>
@bhufmann bhufmann merged commit 7bdac3b into eclipse-tracecompass-incubator:master Oct 1, 2025
2 checks passed
@bhufmann bhufmann deleted the fix_element_type branch October 1, 2025 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Time graph tooltips fails with ElementType with upper case strings

2 participants