charts: Add unit tests for the .ui plugin
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.chart.ui / src / org / eclipse / tracecompass / internal / tmf / chart / ui / format / ChartDecimalUnitFormat.java
index 6262ee19a574638f54e0b3e03fdd252e72cece0a..2eda266de91f4fb597dc7dfd0e6351e04361f5ad 100644 (file)
@@ -26,6 +26,12 @@ import org.eclipse.tracecompass.internal.tmf.chart.ui.data.ChartRangeMap;
  * precision for decimal values is not a big concern. If it ever become one the
  * use of Long while formatting might come in handy.
  *
+ * TODO: See if this formatter is specific to the swtchart charts that are
+ * implemented in this plugin or if they can be re-used in another other
+ * charting scheme. We'll probably know when we actually have another
+ * implementation. If swtchart specific, the name of the class and package
+ * should make it clear.
+ *
  * @author Jonathan Rajotte-Julien
  * @author Gabriel-Andrew Pollo-Guilbert
  */
This page took 0.02544 seconds and 5 git commands to generate.