Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.977 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 329 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddForeignKeyDialog.java |
2 | 3 | 297 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/MergeTableDialog.java |
| |||||
public void setReferencesTable(String[] tableList) { for (String table: tableList) { _referencesField.addItem(table); } } |
| |||||
private void setReferencesTable(String[] tableList) { for (String table: tableList) { _referencesField.addItem(table); } } |
| |||
[[#variable1c983f40]]void setReferencesTable(String[] tableList) { for (String table: tableList) { _referencesField.addItem(table); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1c983f40]] | public |
1 | 2 | [[#1c983f40]] | private |