Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 1 | 0.977 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 62 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/action/RemoveCardAction.java |
2 | 7 | 39 | E:/TSE/Projects-CloneDR/columba-1.4-src/core/src/main/java/org/columba/core/gui/globalactions/DeleteAction.java |
| |||||
// icons putValue(SMALL_ICON, ImageLoader.getSmallIcon(IconKeys.EDIT_DELETE)); putValue(LARGE_ICON, ImageLoader.getIcon(IconKeys.EDIT_DELETE)); setEnabled(false); |
| |||||
// small icon for menu putValue(SMALL_ICON, ImageLoader.getSmallIcon(IconKeys.EDIT_DELETE)); // large icon for toolbar putValue(LARGE_ICON, ImageLoader.getIcon(IconKeys.EDIT_DELETE)); // disable toolbar text setShowToolBarText(false); |
| |||
// icons // small icon for menu putValue(SMALL_ICON, ImageLoader.getSmallIcon(IconKeys.EDIT_DELETE)); // large icon for toolbar putValue(LARGE_ICON, ImageLoader.getIcon(IconKeys.EDIT_DELETE)); [[#variable131dcb80]](false); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#131dcb80]] | setEnabled |
1 | 2 | [[#131dcb80]] | // disable toolbar text setShowToolBarText |