Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 2 | 0.958 | nested_interface_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 56 | E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/action/DeleteTablesCommand.java |
2 | 9 | 62 | E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/commands/CopyTableCommand.java |
| |||||
static interface i18n { // i18n[DeleteTablesCommand.progressDialogTitle=Analyzing tables to delete] String PROGRESS_DIALOG_TITLE = s_stringMgr.getString("DeleteTablesCommand.progressDialogTitle"); // i18n[DeleteTablesCommand.loadingPrefix=Analyzing table:] String LOADING_PREFIX = s_stringMgr.getString("DeleteTablesCommand.loadingPrefix"); } |
| |||||
static interface i18n { //i18n[CopyTablesCommand.progressDialogTitle=Analyzing FKs in Tables to Copy] String PROGRESS_DIALOG_TITLE = s_stringMgr.getString("CopyTablesCommand.progressDialogTitle"); //i18n[CopyTablesCommand.loadingPrefix=Analyzing table:] String LOADING_PREFIX = s_stringMgr.getString("CopyTablesCommand.loadingPrefix"); } |
| |||
static interface i18n { //i18n[CopyTablesCommand.progressDialogTitle=Analyzing FKs in Tables to Copy] // i18n[DeleteTablesCommand.progressDialogTitle=Analyzing tables to delete] String PROGRESS_DIALOG_TITLE = s_stringMgr.getString( [[#variable1c94c420]]); //i18n[CopyTablesCommand.loadingPrefix=Analyzing table:] // i18n[DeleteTablesCommand.loadingPrefix=Analyzing table:] String LOADING_PREFIX = s_stringMgr.getString( [[#variable1c94c3c0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c94c420]] | "DeleteTablesCommand.progressDialogTitle" |
1 | 2 | [[#1c94c420]] | "CopyTablesCommand.progressDialogTitle" |
2 | 1 | [[#1c94c3c0]] | "DeleteTablesCommand.loadingPrefix" |
2 | 2 | [[#1c94c3c0]] | "CopyTablesCommand.loadingPrefix" |