PrintWriter printer = new PrintWriter(out);
printer.print(getXmlData());
printer.flush();
HttpMirrorThread thd = new HttpMirrorThread(clientSocket);
log.info("Starting new Mirror thread");
thd.start();
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/http/sampler/SoapSampler.java
|
|
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/protocol/http/control/HttpMirrorServer.java
|
Method name: void writeRequest(OutputStream)
|
|
Method name: void run()
|
Number of AST nodes: 3
|
|
Number of AST nodes: 3
|
|
1 | PrintWriter printer = new PrintWriter(out);↵ | | |
|
2 | printer.print(getXmlData());↵ | | |
|
3 | printer.flush↵ | | 1 | HttpMirrorThread thd = new HttpMirrorThread(clientSocket);↵
|
| | | 2 | log.info("Starting new Mirror thread");↵
|
4 | (); | | 3 | thd.start();
|
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 | 0 |