CloneSet842


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9401.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19111
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/IndexInfo.java
29110
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/PrimaryKeyInfo.java
3973
E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/event/TableEvent.java
49158
E:/TSE/Projects-CloneDR/sql12/plugins/dbdiff/src/net/sourceforge/squirrel_sql/plugins/dbdiff/ColumnDifference.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
111
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/IndexInfo.java

/**
 * @param tableName the tableName to set
 */
public void setTableName(String tableName) {
  this.tableName = tableName;
}

/**
 * @return the tableName
 */
public String getTableName() {
  return tableName;
}


Next
Previous
Clone Instance
2
Line Count
9
Source Line
110
Source File
E:/TSE/Projects-CloneDR/sql12/fw/src/net/sourceforge/squirrel_sql/fw/sql/PrimaryKeyInfo.java

/**
 * @param tableName the tableName to set
 */
public void setTableName(String tableName) {
  this.tableName = tableName;
}

/**
 * @return the tableName
 */
public String getTableName() {
  return tableName;
}


Next
Previous
Clone Instance
3
Line Count
9
Source Line
73
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/dbcopy/src/net/sourceforge/squirrel_sql/plugins/dbcopy/event/TableEvent.java

/**
 * @param tableName The tableName to set.
 */
public void setTableName(String tableName) {
  this.tableName = tableName;
}

/**
 * @return Returns the tableName.
 */
public String getTableName() {
  return tableName;
}


First
Previous
Clone Instance
4
Line Count
9
Source Line
158
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/dbdiff/src/net/sourceforge/squirrel_sql/plugins/dbdiff/ColumnDifference.java

/**
 * @param tableName the tableName to set
 */
public void setTableName(String tableName) {
  this.tableName = tableName;
}

/**
 * @return the tableName
 */
public String getTableName() {
  return tableName;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
     * @param tableName the tableName to set
     */
/**
     * @param tableName The tableName to set.
     */
public void setTableName(String tableName) {
  this.tableName = tableName;
}

/**
     * @return the tableName
     */
/**
     * @return Returns the tableName.
     */
public String getTableName() {
  return tableName;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None