Skip to content

Changes

Summary

  1. Change Random to SecureRandom (details)
  2. server: Add swagger doc for optional XY default entry flag (details)
Commit 3a7d2de8619444c0e1acc0f5c58e3deee32f05d8 by Bernd Hufmann
Change Random to SecureRandom

In order to get a true Random Random
was changed to SecureRandom and revised
seed to be a byte array

Change-Id: I241d35dcdc52f37ada3181794fda30806df6769c
Signed-off-by: Estelle Foisy <estelle.foisy@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/199348
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
The file was modified analyses/org.eclipse.tracecompass.incubator.xaf.ui/src/org/eclipse/tracecompass/incubator/internal/xaf/core/statemachine/variable/utils/RandomCombinationsIterator.java (diff)
The file was modified callstack/org.eclipse.tracecompass.incubator.callstack.core.tests/perf/org/eclipse/tracecompass/incubator/callstack/core/tests/perf/analysis/CallStackAndGraphBenchmark.java (diff)
The file was modified analyses/org.eclipse.tracecompass.incubator.xaf.ui/src/org/eclipse/tracecompass/incubator/internal/xaf/core/statemachine/variable/utils/IsiSampleIterator.java (diff)
The file was modified analyses/org.eclipse.tracecompass.incubator.xaf.ui/src/org/eclipse/tracecompass/incubator/internal/xaf/core/statemachine/variable/utils/RandomCombinationsIteratorUnique.java (diff)
Commit 125019c8f83c64e20263de0f09b6e6b757b6e87c by Bernd Hufmann
server: Add swagger doc for optional XY default entry flag

Bug 581326

[Added] Swagger doc for optional XY default entry flag

Change-Id: Ie47a51cc1f05e4762eeaff34cd14397b7e9f14da
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/199321
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Marco Miller <marco.miller@ericsson.com>
Reviewed-by: Marco Miller <marco.miller@ericsson.com>
The file was addedtrace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/model/XYTreeEntryModel.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/model/XYTreeResponse.java (diff)
The file was addedtrace-server/org.eclipse.tracecompass.incubator.trace.server.jersey.rest.core/src/org/eclipse/tracecompass/incubator/internal/trace/server/jersey/rest/core/model/XYTreeEntry.java