CloneSet758


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5520.950interface_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1242
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/gui/VacuumTableDialog.java
2550
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddAutoIncrementDialog.java
3579
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/DefaultDropDialog.java
4651
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/DropTableDialog.java
5561
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/RenameTableDialog.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
42
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/gui/VacuumTableDialog.java

String SCHEMA_LABEL = s_stringMgr.getString("VacuumTableDialog.schemaLabel");
String TABLE_LABEL = s_stringMgr.getString("VacuumTableDialog.tableLabel");


Next
Previous
Clone Instance
2
Line Count
5
Source Line
50
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddAutoIncrementDialog.java

String SCHEMA_LABEL = s_stringMgr.getString("AddAutoIncrementDialog.schemaLabel");
String TABLE_LABEL = s_stringMgr.getString("AddAutoIncrementDialog.tableLabel");


Next
Previous
Clone Instance
3
Line Count
5
Source Line
79
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/DefaultDropDialog.java

String SCHEMA_LABEL = s_stringMgr.getString("DefaultDropDialog.schemaLabel");
String TABLE_LABEL = s_stringMgr.getString("DefaultDropDialog.tableLabel");


Next
Previous
Clone Instance
4
Line Count
6
Source Line
51
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/DropTableDialog.java

//i18n[DropTableDialog.schemaLabel=Schema:]
String SCHEMA_LABEL = s_stringMgr.getString("DropTableDialog.schemaLabel");
//i18n[DropTableDialog.tableLabel=Table(s):]
String TABLE_LABEL = s_stringMgr.getString("DropTableDialog.tableLabel");


First
Previous
Clone Instance
5
Line Count
5
Source Line
61
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/RenameTableDialog.java

String SCHEMA_LABEL = s_stringMgr.getString("RenameTableDialog.schemaLabel");
String TABLE_LABEL = s_stringMgr.getString("RenameTableDialog.viewLabel");


Clone AbstractionParameter Count: 2Parameter Bindings

//i18n[DropTableDialog.schemaLabel=Schema:]
String SCHEMA_LABEL = s_stringMgr.getString( [[#variable1ccbc360]]);
//i18n[DropTableDialog.tableLabel=Table(s):]
String TABLE_LABEL = s_stringMgr.getString( [[#variable1ccbc300]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ccbc360]]
"VacuumTableDialog.schemaLabel" 
12[[#1ccbc360]]
"AddAutoIncrementDialog.schemaLabel" 
13[[#1ccbc360]]
"DefaultDropDialog.schemaLabel" 
14[[#1ccbc360]]
"DropTableDialog.schemaLabel" 
15[[#1ccbc360]]
"RenameTableDialog.schemaLabel" 
21[[#1ccbc300]]
"VacuumTableDialog.tableLabel" 
22[[#1ccbc300]]
"AddAutoIncrementDialog.tableLabel" 
23[[#1ccbc300]]
"DefaultDropDialog.tableLabel" 
24[[#1ccbc300]]
"DropTableDialog.tableLabel" 
25[[#1ccbc300]]
"RenameTableDialog.viewLabel"