Skip to content

Changes

Summary

  1. releng: Add e4.27 and update eStaging targets for 2023-03 M1 (details)
  2. callstack: Fix CallStackAnalysis format in Eclipse (details)
  3. callgraph: Fix CallGraphAnalysis format and lints (details)
Commit e86c29ae1c30529fb613d9840d1ddd60e3263e32 by Bernd Hufmann
releng: Add e4.27 and update eStaging targets for 2023-03 M1

Add org.eclipse.jdt.core.compiler.batch to all targets since it's
required by Eclipse Help in e4.27. Update RCP feature accordingly.

Use org.apache.commons.lang3 from latest Eclipse Orbit and remove
minimum version from MANIFEST.MF to make older target work.

Change-Id: I8884a5b48bc883bb855165ddb643d5cdc08cd06b
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/197857
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
The file was modified releng/org.eclipse.tracecompass.target/tracecompass-e4.18.target (diff)
The file was modified releng/org.eclipse.tracecompass.target/tracecompass-e4.20.target (diff)
The file was modified releng/org.eclipse.tracecompass.target/tracecompass-e4.17.target (diff)
The file was modified lttng/org.eclipse.tracecompass.lttng2.ust.core/META-INF/MANIFEST.MF (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.graph.core/META-INF/MANIFEST.MF (diff)
The file was modified rcp/org.eclipse.tracecompass.rcp/feature.xml (diff)
The file was modified statesystem/org.eclipse.tracecompass.statesystem.core/META-INF/MANIFEST.MF (diff)
The file was modified rcp/org.eclipse.tracecompass.rcp/pom.xml (diff)
The file was modified releng/org.eclipse.tracecompass.target/tracecompass-e4.19.target (diff)
The file was modified releng/org.eclipse.tracecompass.target/tracecompass-e4.23.target (diff)
The file was modified releng/org.eclipse.tracecompass.target/tracecompass-e4.16.target (diff)
The file was modified releng/org.eclipse.tracecompass.target/tracecompass-eStaging.target (diff)
The file was modified analysis/org.eclipse.tracecompass.analysis.timing.core/META-INF/MANIFEST.MF (diff)
The file was addedreleng/org.eclipse.tracecompass.target/tracecompass-e4.27.target
The file was modified releng/org.eclipse.tracecompass.target/tracecompass-e4.26.target (diff)
The file was modified releng/org.eclipse.tracecompass.target/tracecompass-e4.24.target (diff)
The file was modified releng/org.eclipse.tracecompass.target/tracecompass-e4.21.target (diff)
The file was modified releng/org.eclipse.tracecompass.target/tracecompass-e4.22.target (diff)
The file was modified releng/org.eclipse.tracecompass.target/tracecompass-e4.25.target (diff)
Commit 2e4ac028b10e45dc2130c6f319b4c5a95e13e01c by Marco Miller
callstack: Fix CallStackAnalysis format in Eclipse

Change-Id: I70f8f3c84f470e5391160827f1a96fd6bc53c50f
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/197777
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
The file was modified analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/analysis/profiling/core/callstack/CallStackAnalysis.java (diff)
Commit 132fda320f4fd73ff1e4cceecb00f84592fccdfa by Marco Miller
callgraph: Fix CallGraphAnalysis format and lints

Fix the SonarLint IDE warnings found locally in this file.

Apply the default Eclipse formatting while being there.

Change-Id: I80e4584f65aca9223f8385113ab8d00d3a2e925e
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/197778
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
The file was modified analysis/org.eclipse.tracecompass.analysis.profiling.core/src/org/eclipse/tracecompass/internal/analysis/profiling/core/callgraph/CallGraphAnalysis.java (diff)