CloneSet670


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7320.964statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1765
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/commands/AbstractPostgresDialogCommand.java
2799
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/commands/AbstractPostgresDialogCommand.java
37129
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/commands/AbstractPostgresDialogCommand.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
65
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/commands/AbstractPostgresDialogCommand.java

if (stmts == null || stmts.length == 0) {
  _session.showMessage("No changes have been done.");
  return;
}
StringBuilder script = new StringBuilder();
for (String stmt: stmts) {
  script.append(stmt).append("\n\n");
}


Next
Previous
Clone Instance
2
Line Count
7
Source Line
99
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/commands/AbstractPostgresDialogCommand.java

if (stmts == null || stmts.length == 0) {
  _session.showMessage("No changes have been done.");
  return;
}
final StringBuilder script = new StringBuilder();
for (String stmt: stmts) {
  script.append(stmt).append("\n\n");
}


First
Previous
Clone Instance
3
Line Count
7
Source Line
129
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/commands/AbstractPostgresDialogCommand.java

if (stmts == null || stmts.length == 0) {
  _session.showMessage("No changes have been done.");
  return;
}
final StringBuilder script = new StringBuilder();
for (String stmt: stmts) {
  script.append(stmt).append("\n");
}


Clone AbstractionParameter Count: 2Parameter Bindings

if (stmts == null || stmts.length == 0) {
  _session.showMessage("No changes have been done.");
  return;
}
 [[#variable1cc25660]]StringBuilder script = new StringBuilder();
for (String stmt: stmts) {
  script.append(stmt).append( [[#variable1cc2c740]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1cc25660]]
12[[#1cc25660]]
final 
13[[#1cc25660]]
final 
21[[#1cc2c740]]
"\n\n" 
22[[#1cc2c740]]
"\n\n" 
23[[#1cc2c740]]
"\n"