File path: /columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/dialog/importfilter/PluginStep.java | File path: /columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/mailboximport/PluginStep.java | |||
Method name: void PluginStep(DataModel)
|
Method name: void PluginStep(DataModel)
|
|||
Number of AST nodes: 3 | Number of AST nodes: 3 | |||
1 | super(Addressbook↵ | 1 | super(↵ | |
2 | ResourceLoader.getString("dialog",↵ | 2 | MailResourceLoader.getString("dialog",↵ | |
3 | "addressbookimport", ↵ | 3 | "mailboximport",↵ | |
4 | "plugin"), AddressbookResourceLoader↵ | 4 | "plugin"), MailResourceLoader↵ | |
5 | .getString("dialog", "addressbook↵ | 5 | .getString("dialog",↵ | |
6 | import", "plugin_description"));↵ | 6 | "mailboximport", "plugin_description"));↵ | |
7 | this.data = data;↵ | 7 | this.data = data;↵ | |
8 | pluginHandler = (IExtensionHandler) data.getData("Plugin.handler"); | 8 |
| |
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 different classes having the same super class |
Number of node comparisons | 4 |
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 | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | super(AddressbookResourceLoader.getString("dialog", "addressbookimport", "plugin"), AddressbookResourceLoader.getString("dialog", "addressbookimport", "plugin_description")); |
| 1 | super(MailResourceLoader.getString("dialog", "mailboximport", "plugin"), MailResourceLoader.getString("dialog", "mailboximport", "plugin_description")); | |||||||||||||||||||
2 | this.data = data; | 2 | this.data = data; | ||||||||||||||||||||
3 | pluginHandler = (IExtensionHandler)data.getData("Plugin.handler"); | 3 | pluginHandler = (IExtensionHandler)data.getData("Plugin.handler"); |
Row | Violation |
---|