Skip to content

Render min and max values in Summary Report as #N/A - #407

Closed
FSchumacher wants to merge 1 commit into
apache:trunkfrom
FSchumacher:bug-62822-default-values-in-summary-report
Closed

Render min and max values in Summary Report as #N/A#407
FSchumacher wants to merge 1 commit into
apache:trunkfrom
FSchumacher:bug-62822-default-values-in-summary-report

Conversation

@FSchumacher

Copy link
Copy Markdown
Contributor

Description

Render min and max values in Summary Report as #N/A

Motivation and context

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.

Bugzilla Id: 62822

How Has This Been Tested?

Used the GUI to display Summary Report and run a simple test.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code follows the code style of this project.
  • I have updated the documentation accordingly.

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`.

Bugzilla Id: 62822
@asfgit asfgit closed this in 4998146 Oct 16, 2018
asfgit pushed a commit that referenced this pull request Oct 16, 2018
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



git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1844032 13f79535-47bb-0310-9956-ffa450edef68
asfgit pushed a commit that referenced this pull request Oct 16, 2018
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



git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1844043 13f79535-47bb-0310-9956-ffa450edef68
StorDm pushed a commit to etnetera/jmeter that referenced this pull request Jan 7, 2021
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 apache#407 on github
Bugzilla Id: 62822



git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1844031 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 4998146
StorDm pushed a commit to etnetera/jmeter that referenced this pull request Jan 7, 2021
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 apache#407 on github
Bugzilla Id: 62822



git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1844032 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: d8e4585
StorDm pushed a commit to etnetera/jmeter that referenced this pull request Jan 7, 2021
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 apache#407 on github
Bugzilla Id: 62822



git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1844043 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: a78d2b2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant