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 = { jarPath };↵ | |
2 | jEdit.pluginError(path,↵ | 2 | jEdit.pluginError(path,↵ | |
3 | "plugin-error.dep-plugin.broken",args);↵ | 3 | "plugin-error.missing-jar",args);↵ | |
4 | ok = false; | 4 | ok = false; | |
See real code fragment | See real code fragment |
Number of common nesting structure subtrees | 1 |
Number of refactorable cases | 1 |
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 | 11 |
Number of mapped statements | 3 |
Number of unmapped statements in the first code fragment | 0 |
Number of unmapped statements in the second code fragment | 0 |
Time elapsed for statement mapping (ms) | 0.0 |
Clone type | Type 2 |
ID | Statement | ID | Statement | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
55 | String[] args = {pluginName}; |
| 75 | String[] args = {jarPath}; | ||||||||||
56 | jEdit.pluginError(path, "plugin-error.dep-plugin.broken", args); |
| 76 | jEdit.pluginError(path, "plugin-error.missing-jar", args); | ||||||||||
57 | ok = false; | 77 | ok = false; |
Row | Violation |
---|