https://bz.apache.org/bugzilla/show_bug.cgi?id=62822
--- Comment #3 from Felix Schumacher <[email protected]> --- Date: Tue Oct 16 18:50:09 2018 New Revision: 1844043 URL: http://svn.apache.org/viewvc?rev=1844043&view=rev Log: Unused import Followup to r1844031 Render uninitialized min and max values in Summary Report as `#N/A` In the Summary Report min and max values are initialized with `Long#MAX_VALUE` and `Long#MIN_VALUE` to work easily with them. Those initial values are looking weird in the rendered view. Hide them by replacing the extrema by the text `#N/A`. Relates to #407 on github Bugzilla Id: 62822 Modified: jmeter/trunk/src/components/org/apache/jmeter/visualizers/SummaryReport.java -- You are receiving this mail because: You are the assignee for the bug.
