Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
16 | 2 | 2 | 0.966 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 12 | 177 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddForeignKeyDialog.java |
2 | 16 | 114 | 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); } public String getConstraintName() { return _propertiesTab.getNameField(); } |
| |||||
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(); } |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c8bfac0]] | getConstraintName |
1 | 2 | [[#1c8bfac0]] | getReferencedTable |
2 | 1 | [[#1c8bfa20]] | getNameField |
2 | 2 | [[#1c8bfa20]] | getReferencesField |