Summary: | code calculates average with integer math, expecting double value | ||
---|---|---|---|
Product: | JMeter | Reporter: | Dave Brosius <dbrosius> |
Component: | HTTP | Assignee: | JMeter issues mailing list <issues> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dbrosius, p.mouawad |
Priority: | P2 | ||
Version: | Nightly (Please specify date) | ||
Target Milestone: | --- | ||
Hardware: | All | ||
OS: | All | ||
Attachments: | patch to use double averaging |
Was that found by FindBugs? yes URL: http://svn.apache.org/viewvc?rev=1044200&view=rev Log: Bug 50438 - code calculates average with integer math, expecting double value Modified: jakarta/jmeter/trunk/src/core/org/apache/jmeter/visualizers/SamplingStatCalculator.java Date: Sat Jan 14 22:40:58 2012 New Revision: 1231598 URL: http://svn.apache.org/viewvc?rev=1231598&view=rev Log: Bug 50438 - code calculates average with integer math, expecting double value Adding to changes (fix made by sebb) Modified: jmeter/trunk/xdocs/changes.xml |
Created attachment 26380 [details] patch to use double averaging SamplingStatCalculator