{
browser.setDirectory(path);
VFSManager.waitForRequests();
setText(null);
{
dout = new DataOutputStream(
new BufferedOutputStream(
new FileOutputStream(jarCachePath)));
cache.write(dout);
dout.close();
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/org/gjt/sp/jedit/browser/VFSFileNameField.java
|
|
File path: /jEdit-4.2/src/org/gjt/sp/jedit/PluginJAR.java
|
Method name:
|
|
Method name:
|
Number of AST nodes: 0
|
|
Number of AST nodes: 0
|
|
1 | {↵ | | 1 | {↵
|
2 | browser.setDirectory(p↵ | | 2 | dout = new DataOutputStream(↵
|
| | | 3 | new BufferedOutputStream(↵
|
3 | ath);↵ | | 4 | new FileOutputStream(jarCachePath)));↵
|
4 | VFSManager.waitForRequests();↵ | | 5 | cache.write(dout);↵
|
5 | setText(null);↵ | | 6 | dout.close();↵
|
6 | | | 7 |
|
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 | |
Number of node comparisons | 0 |