Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 4 | 3 | 0.960 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 46 | E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/main/java/org/columba/calendar/search/CalendarSearchProvider.java |
2 | 10 | 50 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/context/ContactContextualProvider.java |
3 | 10 | 52 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/context/ContactDetailsContextualProvider.java |
4 | 10 | 51 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/contact/search/ContactSearchProvider.java |
| |||||
public String getName() { return bundle.getString("provider_title"); } public String getDescription() { return bundle.getString("provider_description"); } public ImageIcon getIcon() { return ImageLoader.getSmallIcon(IconKeys.CALENDAR); } |
| |||||
public String getName() { return bundle.getString("provider_title"); } public String getDescription() { return bundle.getString("provider_title"); } public ImageIcon getIcon() { return ImageLoader.getSmallIcon(IconKeys.ADDRESSBOOK); } |
| |||||
public String getName() { return bundle.getString("provider_related_title"); } public String getDescription() { return bundle.getString("provider_related_title"); } public ImageIcon getIcon() { return ImageLoader.getSmallIcon(IconKeys.ADDRESSBOOK); } |
| |||||
public String getName() { return bundle.getString("provider_title"); } public String getDescription() { return bundle.getString("provider_description"); } public ImageIcon getIcon() { return ImageLoader.getSmallIcon(IconKeys.ADDRESSBOOK); } |
| |||
public String getName() { return bundle.getString( [[#variable113f3c60]]); } public String getDescription() { return bundle.getString( [[#variable1320e9a0]]); } public ImageIcon getIcon() { return ImageLoader.getSmallIcon(IconKeys. [[#variable13204ba0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#113f3c60]] | "provider_title" |
1 | 2 | [[#113f3c60]] | "provider_title" |
1 | 3 | [[#113f3c60]] | "provider_related_title" |
1 | 4 | [[#113f3c60]] | "provider_title" |
2 | 1 | [[#1320e9a0]] | "provider_description" |
2 | 2 | [[#1320e9a0]] | "provider_title" |
2 | 3 | [[#1320e9a0]] | "provider_related_title" |
2 | 4 | [[#1320e9a0]] | "provider_description" |
3 | 1 | [[#13204ba0]] | CALENDAR |
3 | 2 | [[#13204ba0]] | ADDRESSBOOK |
3 | 3 | [[#13204ba0]] | ADDRESSBOOK |
3 | 4 | [[#13204ba0]] | ADDRESSBOOK |