CloneSet560


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
14210.992class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11430
E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/action/IndexDefragCommand.java
21430
E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/action/ShowStatisticsCommand.java
Next
Last
Clone Instance
1
Line Count
14
Source Line
30
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/action/IndexDefragCommand.java

private final ITableInfo _tableInfo;

private final String _indexName;

public IndexDefragCommand(ISession session, MssqlPlugin plugin, ITableInfo tableInfo, String indexName) {
  super();
  if (session == null)
    throw new IllegalArgumentException("ISession == null");
  if (tableInfo == null)
    throw new IllegalArgumentException("ITableInfo == null");
  _session = session;
  _plugin = plugin;
  _tableInfo = tableInfo;
  _indexName = indexName;
}


First
Previous
Clone Instance
2
Line Count
14
Source Line
30
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/mssql/src/net/sourceforge/squirrel_sql/plugins/mssql/action/ShowStatisticsCommand.java

private final ITableInfo _tableInfo;

private final String _indexName;

public ShowStatisticsCommand(ISession session, MssqlPlugin plugin, ITableInfo tableInfo, String indexName) {
  super();
  if (session == null)
    throw new IllegalArgumentException("ISession == null");
  if (tableInfo == null)
    throw new IllegalArgumentException("ITableInfo == null");
  _session = session;
  _plugin = plugin;
  _tableInfo = tableInfo;
  _indexName = indexName;
}


Clone AbstractionParameter Count: 1Parameter Bindings

private final ITableInfo _tableInfo;

private final String _indexName;

public [[#variable1ceb9ca0]](ISession session, MssqlPlugin plugin, ITableInfo tableInfo, String indexName) {
  super();
  if (session == null)
    throw new IllegalArgumentException("ISession == null");
  if (tableInfo == null)
    throw new IllegalArgumentException("ITableInfo == null");
  _session = session;
  _plugin = plugin;
  _tableInfo = tableInfo;
  _indexName = indexName;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ceb9ca0]]
IndexDefragCommand 
12[[#1ceb9ca0]]
ShowStatisticsCommand