String[] args = { pluginName };
jEdit.pluginError(path,
"plugin-error.dep-plugin.broken",args);
ok = false;
String[] args = { arg };
jEdit.pluginError(path,
"plugin-error.dep-class",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 = { pluginName };↵ | | 1 | String[] args = { arg };↵
|
2 | jEdit.pluginError(path,↵ | | 2 | jEdit.pluginError(path,↵
|
3 | "plugin-error.dep-plugin.broken",args);↵ | | 3 | "plugin-error.dep-class",args);↵
|
4 | ok = false; | | 4 | ok = false;
|
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 |