Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
10 | 2 | 2 | 0.965 | statement_sequence |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 10 | 45 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/table/action/SaveMessageBodyAsAction.java |
2 | 10 | 50 | E:/TSE/Projects-CloneDR/columba-1.4-src/mail/src/main/java/org/columba/mail/gui/table/action/SaveMessageSourceAsAction.java |
| |||||
putValue(SHORT_DESCRIPTION, MailResourceLoader.getString("menu", "mainframe", "menu_message_save_tooltip").replaceAll("&", "")); putValue(SMALL_ICON, ImageLoader.getSmallIcon("document-save-as.png")); putValue(LARGE_ICON, ImageLoader.getIcon("document-save-as.png")); // *20030614, karlpeder* only enabled when message(s) selected setEnabled(false); ((MailFrameMediator) frameMediator).registerTableSelectionListener(this ); |
| |||||
// tooltip text putValue(SHORT_DESCRIPTION, MailResourceLoader.getString("menu", "mainframe", "menu_file_save_tooltip").replaceAll("&", "")); // icons putValue(SMALL_ICON, ImageLoader.getSmallIcon("document-save.png")); putValue(LARGE_ICON, ImageLoader.getIcon("document-save.png")); setEnabled(false); ((MailFrameMediator) frameMediator).registerTableSelectionListener(this ); |
| |||
// tooltip text putValue(SHORT_DESCRIPTION, MailResourceLoader.getString("menu", "mainframe", [[#variable13031400]]).replaceAll("&", "")); // icons putValue(SMALL_ICON, ImageLoader.getSmallIcon( [[#variable13031340]])); putValue(LARGE_ICON, ImageLoader.getIcon( [[#variable13031340]])); // *20030614, karlpeder* only enabled when message(s) selected setEnabled(false); ((MailFrameMediator) frameMediator).registerTableSelectionListener(this ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13031400]] | "menu_message_save_tooltip" |
1 | 2 | [[#13031400]] | "menu_file_save_tooltip" |
2 | 1 | [[#13031340]] | "document-save-as.png" |
2 | 2 | [[#13031340]] | "document-save.png" |