CloneSet1911


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12186
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/AddLookupTableCommand.java
22225
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/AddLookupTableCommand.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
186
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/AddLookupTableCommand.java

// Copys the distinct values from the source column into the lookup table.
ArrayList<String> insertColumns = new ArrayList<String>();
insertColumns.add(lookupPrimaryKey);


First
Previous
Clone Instance
2
Line Count
2
Source Line
225
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/commands/AddLookupTableCommand.java

// Copys the gathered values into the lookup table.
ArrayList<String> insertColumns = new ArrayList<String>();
insertColumns.add(lookupPrimaryKey);


Clone AbstractionParameter Count: 0Parameter Bindings

// Copys the distinct values from the source column into the lookup table.
// Copys the gathered values into the lookup table.
ArrayList<String> insertColumns = new ArrayList<String>();
insertColumns.add(lookupPrimaryKey);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None