String[] args = { arg }; jEdit.pluginError(path, "plugin-error.dep-class",args); ok = false;
String[] args = { jarPath }; jEdit.pluginError(path, "plugin-error.missing-jar",args); ok = false;
Clone fragments detected by clone detection tool
File path: /jEdit-4.2/src/org/gjt/sp/jedit/PluginJAR.java File path: /jEdit-4.2/src/org/gjt/sp/jedit/PluginJAR.java
Method name: boolean checkDependencies() Method name: boolean checkDependencies()
Number of AST nodes: 3 Number of AST nodes: 3
1
String[] args = { arg };
1
String[] args = { jarPath };
2
						jEdit.pluginError(path,
2
					jEdit.pluginError(path,
3
							"plugin-error.dep-class",args);
3
						"plugin-error.missing-jar",args);
4
						ok = false;
4
					ok = false;
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