-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
The min and max values in report are wrong. The min value is the duration of the
first sample and the max is the duration of the last sample. So, I have some
reports with a min value greater than the max value, and average values greater
than max values! I browse the source code, and I think the bug is in the UriReport
class : getMax and getMin methods should find the max and the min values instead
of returning the last and the first values.