lami: bug 510984: allocate new formatter for each axis
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 24 Jan 2017 19:10:16 +0000 (14:10 -0500)
committerGenevieve Bastien <gbastien+lttng@versatic.net>
Tue, 31 Jan 2017 14:34:57 +0000 (09:34 -0500)
commitf6c5f8e1adca1ee8e0b8fc1114d4afb0c1ccca55
tree08e8a8f10d5015b57dea87ca15042240a06c0ff8
parent21e5cf4900cf69f1ca967b21f298ff00f6132519
lami: bug 510984: allocate new formatter for each axis

When two axis show the same data type both have
the same formatter with the Y-axis internal and external ranges.

Allocate a new formatter each time with the corresponding internal and
external ranges.

Formatters are now immutable.

Change-Id: If01d5cb4f9a396fa37fad8295ad2a41cc6401e3c
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Reviewed-on: https://git.eclipse.org/r/89465
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Reviewed-by: Hudson CI
analysis/org.eclipse.tracecompass.analysis.lami.ui/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/ui/format/LamiDecimalUnitFormat.java
analysis/org.eclipse.tracecompass.analysis.lami.ui/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/ui/format/LamiTimeStampFormat.java
analysis/org.eclipse.tracecompass.analysis.lami.ui/src/org/eclipse/tracecompass/internal/provisional/analysis/lami/ui/viewers/LamiXYChartViewer.java
This page took 0.025141 seconds and 5 git commands to generate.