https://bz.apache.org/bugzilla/show_bug.cgi?id=62822
Felix Schumacher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #2 from Felix Schumacher <[email protected]> --- Will be in the next version, which is probably 5.1. Could you test the next nightly, if it works for you? Date: Tue Oct 16 17:33:44 2018 New Revision: 1844031 URL: http://svn.apache.org/viewvc?rev=1844031&view=rev Log: 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`. Closes #407 on github Bugzilla Id: 62822 Date: Tue Oct 16 17:36:39 2018 New Revision: 1844032 URL: http://svn.apache.org/viewvc?rev=1844032&view=rev Log: Add missing License header 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`. Closes #407 on github Bugzilla Id: 62822 -- You are receiving this mail because: You are the assignee for the bug.
