httpServer.stopServer();
httpServer = null;
// delete temporay file
temporaryFile.delete();
super.clearGui();
inputVal.setText(""); // $NON-NLS-1$
returnVal.setText(""); // $NON-NLS-1$
useSeparator.setSelected(true);
Clone fragments detected by clone detection tool
File path: /jakarta-jmeter-2.3.2/test/src/org/apache/jmeter/protocol/http/sampler/TestHTTPSamplersAgainstHttpMirrorServer.java
|
|
File path: /jakarta-jmeter-2.3.2/src/org/apache/jmeter/control/gui/ForeachControlPanel.java
|
Method name: void tearDown()
|
|
Method name: void clearGui()
|
Number of AST nodes: 3
|
|
Number of AST nodes: 4
|
|
1 | httpServer.stopServer();↵ | | 1 | super.clearGui();↵
|
2 | httpServer = null;↵ | | 2 | ↵
|
3 | // delete temporay file↵ | | 3 | inputVal.setText(""); // $NON-NLS-1$↵
|
| | | 4 | returnVal.setText(""); // $NON-NLS-1$↵
|
4 | temporaryFile.delete(); | | 5 | useSeparator.setSelected(true);
|
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 |