Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 4 | 2 | 0.957 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 482 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/dialog/contact/ContactEditorDialog.java |
2 | 3 | 486 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/dialog/contact/ContactEditorDialog.java |
3 | 3 | 490 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/dialog/contact/ContactEditorDialog.java |
4 | 3 | 494 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/gui/dialog/contact/ContactEditorDialog.java |
| |||||
if (it.hasNext()) { PhoneModel m = (PhoneModel) it.next(); fillPhoneView(m, telephoneComboBox1, telephoneTextField1); } |
| |||||
if (it.hasNext()) { PhoneModel m = (PhoneModel) it.next(); fillPhoneView(m, telephoneComboBox2, telephoneTextField2); } |
| |||||
if (it.hasNext()) { PhoneModel m = (PhoneModel) it.next(); fillPhoneView(m, telephoneComboBox3, telephoneTextField3); } |
| |||||
if (it.hasNext()) { PhoneModel m = (PhoneModel) it.next(); fillPhoneView(m, telephoneComboBox4, telephoneTextField4); } |
| |||
if (it.hasNext()) { PhoneModel m = (PhoneModel) it.next(); fillPhoneView(m, [[#variable13018620]], [[#variable13018560]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13018620]] | telephoneComboBox1 |
1 | 2 | [[#13018620]] | telephoneComboBox2 |
1 | 3 | [[#13018620]] | telephoneComboBox3 |
1 | 4 | [[#13018620]] | telephoneComboBox4 |
2 | 1 | [[#13018560]] | telephoneTextField1 |
2 | 2 | [[#13018560]] | telephoneTextField2 |
2 | 3 | [[#13018560]] | telephoneTextField3 |
2 | 4 | [[#13018560]] | telephoneTextField4 |