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