CloneSet806


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16243
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLUtilities.java
26279
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLUtilities.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
243
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLUtilities.java

List<String> result = new ArrayList<String>();
HashSet<String> tableNames = new HashSet<String>();
for (ITableInfo table: tables) {
  tableNames.add(table.getSimpleName());
}


First
Previous
Clone Instance
2
Line Count
6
Source Line
279
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/SQLUtilities.java

List<String> result = new ArrayList<String>();
HashSet<String> tableNames = new HashSet<String>();
for (ITableInfo table: tables) {
  tableNames.add(table.getSimpleName());
}


Clone AbstractionParameter Count: 0Parameter Bindings

List<String> result = new ArrayList<String>();
HashSet<String> tableNames = new HashSet<String>();
for (ITableInfo table: tables) {
  tableNames.add(table.getSimpleName());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None