CloneSet2121


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
1392
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/commands/VacuumDatabaseCommand.java
23103
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/commands/VacuumTableCommand.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
92
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/postgres/src/net/sourceforge/squirrel_sql/plugins/postgres/commands/VacuumDatabaseCommand.java

if (stmt.length() > 0) {
  stmt.append(sep);
  result.add(stmt.toString());
}


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

if (stmt.length() > 0) {
  stmt.append(sep);
  result.add(stmt.toString());
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (stmt.length() > 0) {
  stmt.append(sep);
  result.add(stmt.toString());
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None