https://bz.apache.org/bugzilla/show_bug.cgi?id=62822
--- Comment #4 from AJ Johnson <[email protected]> --- (In reply to Felix Schumacher from comment #2) > 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 Tested it today on latest build, and it looks solid to me. -- You are receiving this mail because: You are the assignee for the bug.
