if (!converge()) {
if (log.isDebugEnabled()) {
log.debug("Warning : equation system resolving is unstable");
}
}
if (variable.length() > 0) {
JMeterVariables vars = getVariables();
if (vars != null){// vars will be null on TestPlan
vars.put(variable, datetime);
}
}
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/visualizers/Spline3.java
|
|
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/functions/TimeFunction.java
|
Method name: void jacobi()
|
|
Method name: String execute(SampleResult, Sampler)
|
Number of AST nodes: 3
|
|
Number of AST nodes: 4
|
|
1 | if (!converge()) {↵ | | 1 | if (↵
|
2 | if (log.isDebugEn↵ | | 2 | variable.length() > 0) {↵
|
3 | abled()) {↵ | | 3 | JMeterVariables vars = getVariables()↵
|
4 | log.debug("Warning : equation system resolving is unstable");↵ | | |
|
5 | }↵ | | |
|
6 | ↵ | | 4 | ;↵
|
| | | 5 | if (vars != null){// vars will be null on TestPlan↵
|
| | | 6 | vars.put(variable, datetime);↵
|
| | | 7 | }↵
|
7 | } | | 8 | }
|
See real code fragment |
|
See real code fragment |
Summary
Number of common nesting structure subtrees | 0 |
Number of refactorable cases | 0 |
Number of non-refactorable cases | 0 |
Time elapsed for finding largest common nesting structure subtrees (ms) | 0.0 |
Clones location | Clones are in different classes |
Number of node comparisons | 1 |