Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
22 | 4 | 3 | 0.960 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 22 | 223 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddIndexDialog.java |
2 | 22 | 246 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddIndexDialog.java |
3 | 22 | 269 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddIndexDialog.java |
4 | 22 | 292 | E:/TSE/Projects-CloneDR/sql12/plugins/refactoring/src/net/sourceforge/squirrel_sql/plugins/refactoring/gui/AddIndexDialog.java |
| |||||
add(nameLabel, new GridBagConstraints(0, 0, 1, 1, xweight_label, 0, GridBagConstraints.NORTHEAST, GridBagConstraints.NONE, boxesInsets, 0, 0)); add(_indexNameField, new GridBagConstraints(1, 0, 1, 1, xweight_field, 0, GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL, boxesInsets, 0, 0)); |
| |||||
add(tableSpaceLabel, new GridBagConstraints(0, 1, 1, 1, xweight_label, 0, GridBagConstraints.NORTHEAST, GridBagConstraints.NONE, boxesInsets, 0, 0)); add(_tableSpaceField, new GridBagConstraints(1, 1, 1, 1, xweight_field, 0, GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL, boxesInsets, 0, 0)); |
| |||||
add(accessMethodLabel, new GridBagConstraints(0, 2, 1, 1, xweight_label, 0, GridBagConstraints.NORTHEAST, GridBagConstraints.NONE, boxesInsets, 0, 0)); add(_accessMethodBox, new GridBagConstraints(1, 2, 1, 1, xweight_field, 0, GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL, boxesInsets, 0, 0)); |
| |||||
add(_uniqueLabel, new GridBagConstraints(0, 3, 1, 1, xweight_label, 0, GridBagConstraints.NORTHEAST, GridBagConstraints.NONE, boxesInsets, 0, 0)); add(_uniqueBox, new GridBagConstraints(1, 3, 1, 1, xweight_field, 0, GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL, boxesInsets, 0, 0)); |
| |||
add( [[#variable18db9f20]], new GridBagConstraints(0, [[#variable18dbfae0]], 1, 1, xweight_label, 0, GridBagConstraints.NORTHEAST, GridBagConstraints.NONE, boxesInsets, 0, 0)); add( [[#variable18dcd900]], new GridBagConstraints(1, [[#variable18dbfae0]], 1, 1, xweight_field, 0, GridBagConstraints.WEST, GridBagConstraints.HORIZONTAL, boxesInsets, 0, 0)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18db9f20]] | nameLabel |
1 | 2 | [[#18db9f20]] | tableSpaceLabel |
1 | 3 | [[#18db9f20]] | accessMethodLabel |
1 | 4 | [[#18db9f20]] | _uniqueLabel |
2 | 1 | [[#18dbfae0]] | 0 |
2 | 2 | [[#18dbfae0]] | 1 |
2 | 3 | [[#18dbfae0]] | 2 |
2 | 4 | [[#18dbfae0]] | 3 |
3 | 1 | [[#18dcd900]] | _indexNameField |
3 | 2 | [[#18dcd900]] | _tableSpaceField |
3 | 3 | [[#18dcd900]] | _accessMethodBox |
3 | 4 | [[#18dcd900]] | _uniqueBox |