CloneSet1275


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5220.962statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1542
E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/action/UpdateStatisticsCommand.java
2569
E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/action/AbstractTableListCommand.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
42
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/action/UpdateStatisticsCommand.java

final IObjectTreeAPI api = _session.getSessionInternalFrame().getObjectTreeAPI();
final IDatabaseObjectInfo[] dbObjs = api.getSelectedDatabaseObjects();
// Get the names of all the selected tables in a comma separated list,
final StringBuffer cmd = new StringBuffer(512);


First
Previous
Clone Instance
2
Line Count
5
Source Line
69
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/mysql/src/net/sourceforge/squirrel_sql/plugins/mysql/action/AbstractTableListCommand.java

final IObjectTreeAPI api = _session.getSessionInternalFrame().getObjectTreeAPI();
final IDatabaseObjectInfo[] dbObjs = api.getSelectedDatabaseObjects();
// Get the names of all the selected tables in a comma separated list,
StringBuffer tableList = new StringBuffer(512);


Clone AbstractionParameter Count: 2Parameter Bindings

final IObjectTreeAPI api = _session.getSessionInternalFrame().getObjectTreeAPI();
final IDatabaseObjectInfo[] dbObjs = api.getSelectedDatabaseObjects();
 [[#variable1c843000]]
                                                                      // Get the names of all the selected tables in a comma separated list,
                                                                      StringBuffer  [[#variable1c838ce0]]= new StringBuffer(512);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c843000]]
// Get the names of all the selected tables in a comma separated list,
final 
12[[#1c843000]]
21[[#1c838ce0]]
cmd 
22[[#1c838ce0]]
tableList