Skip to content

Changes

Summary

  1. Add install to Sonar step of the sonar jenkins file (details)
Commit 23cbf2f3673fe9ca0fb0727774f8b692da492924 by Bernd Hufmann
Add install to Sonar step of the sonar jenkins file

After switching to tycho 2.7.3 the analysis of Java files was not
invoked anymore. This patch fixes this.

Change-Id: I55a41f1134217efd3f963171e17f10a1b30d718e
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified jenkins/pipelines/tracecompass-sonar.Jenkinsfile

Summary

  1. Bug 580854: Make DataProviderDescriptor API (details)
Commit cbde7386a6d3109cff7e3b3d9f514852efdeb5e0 by Bernd Hufmann
Bug 580854: Make DataProviderDescriptor API

The DataProviderDescriptor class contains a builder
pattern to make instances of IDataProviderDescriptor
which are used when implementing getDescriptors
method of IDataProviderFactory

[Added] o.e.t.t.c.model.DataProviderDescriptor

Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
Change-Id: I27b26c8b0bd8313fff74a8b47640368f0a6f8c4f
Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/196317
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/196363
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
The file was modified analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/inputoutput/DiskRequestDataProviderFactory.java
The file was modified callstack/org.eclipse.tracecompass.incubator.callstack.core/src/org/eclipse/tracecompass/incubator/internal/callstack/core/instrumented/provider/FlameChartDataProviderFactory.java
The file was modified trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/webapp/WebApplication.java
The file was modified analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/fileaccess/FileAccessDataProviderFactory.java
The file was modified analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoAccessDataProviderFactory.java
The file was modified tracetypes/org.eclipse.tracecompass.incubator.opentracing.core/src/org/eclipse/tracecompass/incubator/internal/opentracing/core/analysis/spanlife/SpanLifeDataProviderFactory.java
The file was modified trace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/services/DataProviderService.java
The file was modified analyses/org.eclipse.tracecompass.incubator.kernel.core/src/org/eclipse/tracecompass/incubator/internal/kernel/core/io/IoPerProcessDataProviderFactory.java