Skip to content

Changes

Summary

  1. ros2: add simple ROS 2 trace (details)
  2. CtfTestTrace: Fix sonarlint issues flagged locally (details)
Commit d5fb44e62aadad67897c7b641ba926f8f13d6b2a by Patrick Tasse
ros2: add simple ROS 2 trace

This trace can be used to test trace validation.

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
Change-Id: Ia8fbf6946bc081beedc1bda5ef0b30507b63de6c
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/tracecompass-test-traces/+/193725
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Reviewed-by: Hoang Thuan Pham <hoangpham.eclipse@gmail.com>
Reviewed-by: Marco Miller <marco.miller@ericsson.com>
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
The file was modified ctf/pom.xml (diff)
The file was addedctf/src/main/resources/ros2/ros2_6
The file was addedctf/src/main/resources/ros2/index/ros2_4.idx
The file was modified ftrace/pom.xml (diff)
The file was addedctf/src/main/resources/ros2/metadata
The file was modified pom.xml (diff)
The file was modified update-site/pom.xml (diff)
The file was addedctf/src/main/resources/ros2/index/ros2_1.idx
The file was addedctf/src/main/resources/ros2/index/ros2_6.idx
The file was addedctf/src/main/resources/ros2/ros2_7
The file was modified ctf/src/main/java/org/eclipse/tracecompass/testtraces/ctf/CtfTestTrace.java (diff)
The file was addedctf/src/main/resources/ros2/ros2_3
The file was addedctf/src/main/resources/ros2/index/ros2_5.idx
The file was addedctf/src/main/resources/ros2/index/ros2_0.idx
The file was addedctf/src/main/resources/ros2/index/ros2_2.idx
The file was addedctf/src/main/resources/ros2/ros2_5
The file was addedctf/src/main/resources/ros2/index/ros2_3.idx
The file was addedctf/src/main/resources/ros2/ros2_1
The file was addedctf/src/main/resources/ros2/ros2_0
The file was addedctf/src/main/resources/ros2/index/ros2_7.idx
The file was addedctf/src/main/resources/ros2/ros2_2
The file was addedctf/src/main/resources/ros2/ros2_4
Commit f32a1b7a235866e0b00fb01881ce3f3055606f4a by Patrick Tasse
CtfTestTrace: Fix sonarlint issues flagged locally

- Remove the redundant private access modifier for the enum constructor.
- Add the missing EOF newline.

Change-Id: I8fda0202ba5f100fc5f4b43d42aac92e7c368dea
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/tracecompass-test-traces/+/195364
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
The file was modified ctf/src/main/java/org/eclipse/tracecompass/testtraces/ctf/CtfTestTrace.java (diff)