File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/visualizers/Sample.java | File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/visualizers/Sample.java | |||
Method name: void Sample(String, long, long, long, long, long, double, long, boolean, long, long)
|
Method name: void Sample(String, long, long, long, long, long, double, long, boolean, long, long, int, String)
|
|||
Number of AST nodes: 13 | Number of AST nodes: 13 | |||
1 | this.data = data;↵ | 1 | this.data = data;↵ | |
2 | this.average = average;↵ | 2 | this.average = average;↵ | |
3 | this.deviation = deviation;↵ | 3 | this.deviation = deviation;↵ | |
4 | this.throughput = throughput;↵ | 4 | this.throughput = throughput;↵ | |
5 | this.success = success;↵ | 5 | this.success = success;↵ | |
6 | this.median = median;↵ | 6 | this.median = median;↵ | |
7 | this.distributionLine = distributionLine;↵ | 7 | this.distributionLine = distributionLine;↵ | |
8 | this.label = name;↵ | 8 | this.label = name;↵ | |
9 | this.errorCount = errorCount;↵ | 9 | this.errorCount = errorCount;↵ | |
10 | this.count = num;↵ | 10 | this.count = num;↵ | |
11 | this.endTime = endTime;↵ | 11 | this.endTime = endTime;↵ | |
12 | this.bytes = 0;↵ | 12 | this.bytes = bytes;↵ | |
13 | this.threadName = ""; | 13 | this.threadName = threadName; | |
See real code fragment | See real code fragment |
Number of common nesting structure subtrees | 1 |
Number of refactorable cases | 1 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | Clones are declared in the same class |
Number of node comparisons | 91 |
Number of mapped statements | 13 |
Number of unmapped statements in the first code fragment | 0 |
Number of unmapped statements in the second code fragment | 0 |
Time elapsed for statement mapping (ms) | 0.0 |
Clone type | Type 2 |
ID | Statement | ID | Statement | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | this.data = data; | 1 | this.data = data; | |||||||||||
2 | this.average = average; | 2 | this.average = average; | |||||||||||
3 | this.deviation = deviation; | 3 | this.deviation = deviation; | |||||||||||
4 | this.throughput = throughput; | 4 | this.throughput = throughput; | |||||||||||
5 | this.success = success; | 5 | this.success = success; | |||||||||||
6 | this.median = median; | 6 | this.median = median; | |||||||||||
7 | this.distributionLine = distributionLine; | 7 | this.distributionLine = distributionLine; | |||||||||||
8 | this.label = name; | 8 | this.label = name; | |||||||||||
9 | this.errorCount = errorCount; | 9 | this.errorCount = errorCount; | |||||||||||
10 | this.count = num; | 10 | this.count = num; | |||||||||||
11 | this.endTime = endTime; | 11 | this.endTime = endTime; | |||||||||||
12 | this.bytes = 0; |
| 12 | this.bytes = bytes; | ||||||||||
13 | this.threadName = ""; |
| 13 | this.threadName = threadName; |
Row | Violation |
---|