CloneSet1423


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12210.967statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11249
E:/TSE/Projects-CloneDR/sql12/plugins/editextras/src/net/sourceforge/squirrel_sql/plugins/editextras/InQuotesCommand.java
21249
E:/TSE/Projects-CloneDR/sql12/plugins/editextras/src/net/sourceforge/squirrel_sql/plugins/editextras/RemoveQuotesCommand.java
Next
Last
Clone Instance
1
Line Count
12
Source Line
49
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/editextras/src/net/sourceforge/squirrel_sql/plugins/editextras/InQuotesCommand.java

int[] bounds = entryPanel.getBoundsOfSQLToBeExecuted();
if (bounds[0] == bounds[1]) {
  return;
}
String textToQuote = entryPanel.getSQLToBeExecuted();
if (null == textToQuote) {
  return;
}


First
Previous
Clone Instance
2
Line Count
12
Source Line
49
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/editextras/src/net/sourceforge/squirrel_sql/plugins/editextras/RemoveQuotesCommand.java

int[] bounds = entryPanel.getBoundsOfSQLToBeExecuted();
if (bounds[0] == bounds[1]) {
  return;
}
String textToUnquote = entryPanel.getSQLToBeExecuted();
if (null == textToUnquote) {
  return;
}


Clone AbstractionParameter Count: 1Parameter Bindings

int[] bounds = entryPanel.getBoundsOfSQLToBeExecuted();
if (bounds[0] == bounds[1]) {
  return;
}
String  [[#variable1c8b1bc0]]= entryPanel.getSQLToBeExecuted();
if (null == [[#variable1c8b1bc0]]) {
  return;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c8b1bc0]]
textToQuote 
12[[#1c8b1bc0]]
textToUnquote