Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.962 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 34 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/dialog/importfilter/AddressbookImporter.java |
2 | 5 | 44 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/config/mailboximport/MailboxImporter.java |
| |||||
IExtensionHandler pluginHandler = (IExtensionHandler) data.getData("Plugin.handler"); DefaultAddressbookImporter importer = null; Object[] args = new Object[] { data.getData("Location.source"), data.getData("Location.destination") }; |
| |||||
IExtensionHandler pluginHandler = (IExtensionHandler) data.getData("Plugin.handler"); AbstractMailboxImporter importer = null; Object[] args = new Object[] { data.getData("Location.destination"), data.getData("Location.source") }; |
| |||
IExtensionHandler pluginHandler = (IExtensionHandler) data.getData("Plugin.handler"); [[#variable1306bb00]] importer = null; Object[] args = new Object[] { data.getData( [[#variable1306b280]]), data.getData( [[#variable1306ba80]]) }; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1306bb00]] | DefaultAddressbookImporter |
1 | 2 | [[#1306bb00]] | AbstractMailboxImporter |
2 | 1 | [[#1306b280]] | "Location.source" |
2 | 2 | [[#1306b280]] | "Location.destination" |
3 | 1 | [[#1306ba80]] | "Location.destination" |
3 | 2 | [[#1306ba80]] | "Location.source" |