CloneSet1868


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
131527
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/DialectUtils.java
232255
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/DialectUtils.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
1527
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/DialectUtils.java

for ( final String column: columns) {
  sql.append(shapeIdentifier(column, prefs, dialect)).append(", ");
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
2255
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/dialects/DialectUtils.java

for ( final String column: columns) {
  sql.append(shapeIdentifier(column, prefs, dialect)).append(", ");
}


Clone AbstractionParameter Count: 0Parameter Bindings

for ( final String column: columns) {
  sql.append(shapeIdentifier(column, prefs, dialect)).append(", ");
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None