Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 4 | 2 | 0.950 | interface_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 119 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddForeignKeyDialog.java |
2 | 3 | 76 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddIndexDialog.java |
3 | 4 | 73 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddUniqueConstraintDialog.java |
4 | 4 | 78 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/MergeTableDialog.java |
| |||||
String COLUMNS_ADD_BUTTON_LABEL = s_stringMgr.getString("ForeignKeyDialog.addButtonLabel"); String COLUMNS_REMOVE_BUTTON_LABEL = s_stringMgr.getString("ForeignKeyDialog.removeButtonLabel"); |
| |||||
String COLUMNS_ADD_BUTTON_LABEL = s_stringMgr.getString("AddIndexDialog.addButtonLabel"); String COLUMNS_REMOVE_BUTTON_LABEL = s_stringMgr.getString("AddIndexDialog.removeButtonLabel"); |
| |||||
String COLUMNS_ADD_BUTTON_LABEL = s_stringMgr.getString("AddUniqueConstraintDialog.addButtonLabel"); String COLUMNS_REMOVE_BUTTON_LABEL = s_stringMgr.getString("AddUniqueConstraintDialog.removeButtonLabel"); |
| |||||
String COLUMNS_ADD_BUTTON_LABEL = s_stringMgr.getString("MergeTableDialog.addButtonLabel"); String COLUMNS_REMOVE_BUTTON_LABEL = s_stringMgr.getString("MergeTableDialog.removeButtonLabel"); |
| |||
String COLUMNS_ADD_BUTTON_LABEL = s_stringMgr.getString( [[#variable1cd64e80]]); String COLUMNS_REMOVE_BUTTON_LABEL = s_stringMgr.getString( [[#variable1cd64e40]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1cd64e80]] | "ForeignKeyDialog.addButtonLabel" |
1 | 2 | [[#1cd64e80]] | "AddIndexDialog.addButtonLabel" |
1 | 3 | [[#1cd64e80]] | "AddUniqueConstraintDialog.addButtonLabel" |
1 | 4 | [[#1cd64e80]] | "MergeTableDialog.addButtonLabel" |
2 | 1 | [[#1cd64e40]] | "ForeignKeyDialog.removeButtonLabel" |
2 | 2 | [[#1cd64e40]] | "AddIndexDialog.removeButtonLabel" |
2 | 3 | [[#1cd64e40]] | "AddUniqueConstraintDialog.removeButtonLabel" |
2 | 4 | [[#1cd64e40]] | "MergeTableDialog.removeButtonLabel" |