Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.957 | constructor_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 33 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/action/AddressbookImportAction.java |
2 | 7 | 41 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/action/AddVCardAction.java |
| |||||
public AddressbookImportAction(IFrameMediator frameController) { super(frameController, AddressbookResourceLoader.getString("menu", "mainframe", "menu_utilities_addressbook")); // tooltip text putValue(SHORT_DESCRIPTION, AddressbookResourceLoader.getString("menu", "mainframe", "menu_utilities_addressbook").replaceAll("&", "")); } |
| |||||
public AddVCardAction(IFrameMediator frameController) { super(frameController, AddressbookResourceLoader.getString("menu", "mainframe", "menu_file_addvcard")); // tooltip text putValue(SHORT_DESCRIPTION, AddressbookResourceLoader.getString("menu", "mainframe", "menu_file_addvcard").replaceAll("&", "")); } |
| |||
public [[#variable130b07e0]](IFrameMediator frameController) { super(frameController, AddressbookResourceLoader.getString("menu", "mainframe", [[#variable130b06e0]])); // tooltip text putValue(SHORT_DESCRIPTION, AddressbookResourceLoader.getString("menu", "mainframe", [[#variable130b06e0]]).replaceAll("&", "")); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#130b07e0]] | AddressbookImportAction |
1 | 2 | [[#130b07e0]] | AddVCardAction |
2 | 1 | [[#130b06e0]] | "menu_utilities_addressbook" |
2 | 2 | [[#130b06e0]] | "menu_file_addvcard" |