You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2012/09/03 23:21:28 UTC

svn commit: r1380363 - /jmeter/trunk/src/jorphan/org/apache/jorphan/math/StatCalculator.java

Author: sebb
Date: Mon Sep  3 21:21:28 2012
New Revision: 1380363

URL: http://svn.apache.org/viewvc?rev=1380363&view=rev
Log:
Add link to Bug

Modified:
    jmeter/trunk/src/jorphan/org/apache/jorphan/math/StatCalculator.java

Modified: jmeter/trunk/src/jorphan/org/apache/jorphan/math/StatCalculator.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/jorphan/org/apache/jorphan/math/StatCalculator.java?rev=1380363&r1=1380362&r2=1380363&view=diff
==============================================================================
--- jmeter/trunk/src/jorphan/org/apache/jorphan/math/StatCalculator.java (original)
+++ jmeter/trunk/src/jorphan/org/apache/jorphan/math/StatCalculator.java Mon Sep  3 21:21:28 2012
@@ -156,7 +156,7 @@ public abstract class StatCalculator<T e
      * Returns the distribution of the values in the list.
      *
      * @return map containing either Integer or Long keys; entries are a Number array containing the key and the [Integer] count.
-     * TODO - why is the key value also stored in the entry array?
+     * TODO - why is the key value also stored in the entry array? See Bug 53825
      */
     public Map<Number, Number[]> getDistribution() {
         Map<Number, Number[]> items = new HashMap<Number, Number[]>();