CloneSet1452


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
16220.966class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
112177
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddForeignKeyDialog.java
216114
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/MergeTableDialog.java
Next
Last
Clone Instance
1
Line Count
12
Source Line
177
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddForeignKeyDialog.java

private void checkInputCompletion() {
  if (_columnTab._columTable.getRowCount() == 0) {
    setAllButtonEnabled(false);
    return;
  }
  // if the check gets till here we have all the need information
  setAllButtonEnabled(true);
}

public String getConstraintName() {
  return _propertiesTab.getNameField();
}


First
Previous
Clone Instance
2
Line Count
16
Source Line
114
Source File
E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/MergeTableDialog.java

private void checkInputCompletion() {
  if (_columnTab._columTable.getRowCount() == 0) {
    setAllButtonEnabled(false);
    return;
  }
  // if the check gets till here we have all the need information
  setAllButtonEnabled(true);
}

/**
     * @see net.sourceforge.squirrel_sql.plugins.refactoring.gui.IMergeTableDialog#getReferencedTable()
     */
public String getReferencedTable() {
  return _propertiesTab.getReferencesField();
}


Clone AbstractionParameter Count: 2Parameter Bindings

private void checkInputCompletion() {
  if (_columnTab._columTable.getRowCount() == 0) {
    setAllButtonEnabled(false);
    return;
  }
  // if the check gets till here we have all the need information
  setAllButtonEnabled(true);
}

/**
         * @see net.sourceforge.squirrel_sql.plugins.refactoring.gui.IMergeTableDialog#getReferencedTable()
         */
public String  [[#variable1c8bfac0]]() {
  return _propertiesTab. [[#variable1c8bfa20]]();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1c8bfac0]]
getConstraintName 
12[[#1c8bfac0]]
getReferencedTable 
21[[#1c8bfa20]]
getNameField 
22[[#1c8bfa20]]
getReferencesField