Log.log(Log.ERROR,this,mf); String[] args = { url, mf.getMessage() }; GUIUtilities.error(this,"badurl",args); return;
Log.log(Log.ERROR,this,io); String[] args = { url, io.toString() }; GUIUtilities.error(this,"read-error",args); return;
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/org/gjt/sp/jedit/help/HelpViewer.java File path: /jEdit-4.2/src/org/gjt/sp/jedit/help/HelpViewer.java
Method name: void gotoURL(String, boolean) Method name: void gotoURL(String, boolean)
Number of AST nodes: 4 Number of AST nodes: 4
1
Log.log(Log.ERROR,this,mf);
1
Log.log(Log.ERROR,this,io);
2
			String[] args = { url, mf.getMessage() };
2
			String[] args = { url, io.toString() };
3
			GUIUtilities.error(this,"badurl",args);
3
			GUIUtilities.error(this,"read-error",args);
4
			return;
4
			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