Log.log(Log.ERROR,this,e);
VFSManager.error(browser,path,
"ioerror",
new String[]
{ e.toString() });
return;
Log.log(Log.ERROR,this,e);
VFSManager.error(browser,path,
"ioerror",
new String[]
{ e.toString() });
return;
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/org/gjt/sp/jedit/browser/VFSFileChooserDialog.java
|
|
File path: /jEdit-4.2/src/org/gjt/sp/jedit/browser/VFSFileChooserDialog.java
|
Method name: void run()
|
|
Method name: void run()
|
Number of AST nodes: 3
|
|
Number of AST nodes: 3
|
|
1 | Log.log(Log.ERROR,this,e);↵ | | 1 | Log.log(Log.ERROR,this,e);↵
|
2 | VFSManager.error(browser,path,↵ | | 2 | VFSManager.error(browser,path,↵
|
3 | "ioerror",↵ | | 3 | "ioerror",↵
|
4 | new String[]↵ | | 4 | new String[]↵
|
5 | { e.toString() });↵ | | 5 | { e.toString() });↵
|
6 | return; | | 6 | return;
|
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 the same method |
Number of node comparisons | 0 |