Bug 52376

Summary: StatCalculator#addValue(T val, int sampleCount) should use long, not int
Product: JMeter - Now in Github Reporter: Sebb <sebb>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 2.5.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   

Description Sebb 2011-12-20 20:01:18 UTC
StatCalculator#addValue(T val, int sampleCount) should use long, not int, because counts are stored internally as MutableLong
Comment 1 Sebb 2011-12-20 20:05:33 UTC
URL: http://svn.apache.org/viewvc?rev=1221465&view=rev
Log:
Bug 52376 - StatCalculator#addValue(T val, int sampleCount) should use long, not int

Modified:
   jmeter/trunk/src/jorphan/org/apache/jorphan/math/StatCalculator.java
   jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:48 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2690