if (!converge()) { if (log.isDebugEnabled()) { log.debug("Warning : equation system resolving is unstable"); } }
if (log.isDebugEnabled()) { log.debug("Reusing the HttpClient: @"+System.identityHashCode(httpClient)); }
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/protocol/http/sampler/HTTPSampler2.java
Method name: void jacobi() Method name: HttpClient setupConnection(URL, HttpMethodBase, HTTPSampleResult)
Number of AST nodes: 3 Number of AST nodes: 2
1
if (!converge()) {
2
			if (log.isDebugEnabled()) {
1
if (log.isDebugEnabled()) {
3
				log.debug("Warning : equation system resolving is unstable");
2
                log.debug("
4
			}
5
		
3
Reusing the HttpClient: @"+System.identityHashCode(httpClient));
6
}
4
            }
Summary
Number of common nesting structure subtrees1
Number of refactorable cases1
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.1
Clones locationClones are in different classes
Number of node comparisons4
  1. {Refactorable}
    Mapping Summary
    Number of mapped statements2
    Number of unmapped statements in the first code fragment0
    Number of unmapped statements in the second code fragment0
    Time elapsed for statement mapping (ms)0.5
    Clone typeType 2
    Mapped Statements
    ID Statement ID Statement
    5
    if (log.isDebugEnabled())
    31
    if (log.isDebugEnabled())
    6
    log.debug("Warning : equation system resolving is unstable");
    6
    log.debug("Warning : equation system resolving is unstable");
    32
    log.debug("Reusing the HttpClient: @" + System.identityHashCode(httpClient));
    Differences
    Expression1Expression2Difference
    "Warning : equation system resolving is unstable""Reusing the HttpClient: @" + System.identityHashCode(httpClient)TYPE_COMPATIBLE_REPLACEMENT
    32
    log.debug("Reusing the HttpClient: @" + System.identityHashCode(httpClient));
    Precondition Violations (0)
    Row Violation