Skip to content

Changes

Summary

  1. Support java-doc generation during Trace Compass build (details)
  2. Add install to Sonar step of the sonar jenkins file (details)
Commit 1a375c9181b88968de8ada1821aef4acb11b3903 by Bernd Hufmann
Support java-doc generation during Trace Compass build

Change-Id: I6f8834d5149187812165810c375a97b350243fb1
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified jenkins/pipelines/tracecompass-jdk11.Jenkinsfile
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. analysis.counters: Add support for double metrics (details)
Commit ac4cf8f2db57a54ae2e59e1a602616e3fe9ff06f by Matthew Khouzam
analysis.counters: Add support for double metrics

[Added] Support for double metrics.

Signed-off-by: yoann-heitz <yoann.heitz@polymtl.ca>
Change-Id: I45b157f51c9fbb87915fe5ccf25cad633f5893aa
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/193595
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Marco Miller <marco.miller@ericsson.com>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
The file was modified analysis/org.eclipse.tracecompass.analysis.counters.core/src/org/eclipse/tracecompass/analysis/counters/core/aspects/ITmfCounterAspect.java
The file was modified analysis/org.eclipse.tracecompass.analysis.counters.core.tests/traces/counter_testTrace.xml
The file was modified analysis/org.eclipse.tracecompass.analysis.counters.core/META-INF/MANIFEST.MF
The file was modified analysis/org.eclipse.tracecompass.analysis.counters.core/src/org/eclipse/tracecompass/analysis/counters/core/aspects/CounterAspect.java
The file was addedanalysis/org.eclipse.tracecompass.analysis.counters.core/src/org/eclipse/tracecompass/analysis/counters/core/CounterType.java
The file was modified analysis/org.eclipse.tracecompass.analysis.counters.core/src/org/eclipse/tracecompass/internal/analysis/counters/core/CounterDataProvider.java
The file was modified analysis/org.eclipse.tracecompass.analysis.counters.core/src/org/eclipse/tracecompass/analysis/counters/core/CounterStateProvider.java
The file was modified analysis/org.eclipse.tracecompass.analysis.counters.core/src/org/eclipse/tracecompass/analysis/counters/core/aspects/AbstractCounterAspect.java
The file was modified analysis/org.eclipse.tracecompass.analysis.counters.core.tests/src/org/eclipse/tracecompass/analysis/counters/core/tests/CounterStateProviderTest.java