CloneSet1677


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9220.958nested_interface_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1856
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/action/DeleteTablesCommand.java
2962
E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/commands/CopyTableCommand.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
56
Source File
E:/TSE/Projects-CloneDR/sql12/app/src/net/sourceforge/squirrel_sql/client/session/action/DeleteTablesCommand.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");
}


First
Previous
Clone Instance
2
Line Count
9
Source Line
62
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/commands/CopyTableCommand.java

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");
}


Clone AbstractionParameter Count: 2Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c94c420]]
"DeleteTablesCommand.progressDialogTitle" 
12[[#1c94c420]]
"CopyTablesCommand.progressDialogTitle" 
21[[#1c94c3c0]]
"DeleteTablesCommand.loadingPrefix" 
22[[#1c94c3c0]]
"CopyTablesCommand.loadingPrefix"