[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jmeter-dev
Subject:    svn commit: r890978 -
From:       sebb () apache ! org
Date:       2009-12-15 20:37:41
Message-ID: 20091215203741.743EA2388A4F () eris ! apache ! org
[Download RAW message or body]

Author: sebb
Date: Tue Dec 15 20:37:41 2009
New Revision: 890978

URL: http://svn.apache.org/viewvc?rev=890978&view=rev
Log:
Remove unused code

Modified:
    jakarta/jmeter/trunk/src/core/org/apache/jmeter/visualizers/Sample.java

Modified: jakarta/jmeter/trunk/src/core/org/apache/jmeter/visualizers/Sample.java
URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/core/org/apache/jmeter/visualizers/Sample.java?rev=890978&r1=890977&r2=890978&view=diff
 ==============================================================================
--- jakarta/jmeter/trunk/src/core/org/apache/jmeter/visualizers/Sample.java \
                (original)
+++ jakarta/jmeter/trunk/src/core/org/apache/jmeter/visualizers/Sample.java Tue Dec \
15 20:37:41 2009 @@ -49,17 +49,6 @@
 
     private final int bytes;
 
-
-    // TODO - is this used?
-    public Sample(long data, long average, long deviation, double throughput, long \
                median, boolean success) {
-        this(null, data, average, deviation, median, 0, throughput, 0, success, 0, \
                0);
-    }
-
-    // TODO - is this used?
-    public Sample(long data) {
-        this(null, data, 0, 0, 0, 0, 0, 0, false, 0, 0);
-    }
-
     public Sample(String name, long data, long average, long deviation, long median, \
                long distributionLine,
             double throughput, long errorCount, boolean success, long num, long \
endTime) {  this.data = data;
@@ -78,23 +67,6 @@
     }
 
     public Sample(String name, long data, long average, long deviation, long median, \
                long distributionLine,
-            double throughput, long errorCount, boolean success, long num, long \
                endTime, int bytes) {
-        this.data = data;
-        this.average = average;
-        this.deviation = deviation;
-        this.throughput = throughput;
-        this.success = success;
-        this.median = median;
-        this.distributionLine = distributionLine;
-        this.label = name;
-        this.errorCount = errorCount;
-        this.count = num;
-        this.endTime = endTime;
-        this.bytes = bytes;
-        this.threadName = "";
-    }
-
-    public Sample(String name, long data, long average, long deviation, long median, \
                long distributionLine,
             double throughput, long errorCount, boolean success, long num, long \
endTime, int bytes, String threadName) {  this.data = data;
         this.average = average;



---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic