CloneSet1970


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

if (prefs.isQuoteColumnNames()) {
  result.append(shapeIdentifier(columnName, prefs, dialect));
}
else {
  result.append(columnName);
}


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

if (prefs.isQuoteColumnNames()) {
  result.append(shapeIdentifier(columnName, prefs, dialect));
}
else {
  result.append(columnName);
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (prefs.isQuoteColumnNames()) {
  result.append(shapeIdentifier(columnName, prefs, dialect));
}
else {
  result.append(columnName);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None