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;
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones locationClones are in the same method
Number of node comparisons0