Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tmf: Fix HistogramDataProvider index OOB
For the event statistics histogram view, the HistogramDataProvider will occasionally fail with an IndexOutOfBoundsException when its fetchXY method is called before its state-system backed statistics have been populated with attributes. Add a check to verify that the y-values provided by the statistics is is large enough for the x-values. Signed-off-by: Adam Wendelin <adam.wendelin@ericsson.com>
- Loading branch information