Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 4 | 0 | 1.000 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 51 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/model/AddressModel.java |
2 | 5 | 49 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/model/EmailModel.java |
3 | 5 | 43 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/model/InstantMessagingModel.java |
4 | 5 | 62 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/model/PhoneModel.java |
| |||||
// TODO: throw IllegalArgumentException in case a variable == null boolean foundMatch = false; for (int i = 0; i < NAMES.length; i++) { if (type.equals(NAMES[i])) { foundMatch = true; this.type = i; } } |
| |||||
boolean foundMatch = false; for (int i = 0; i < NAMES.length; i++) { if (type.equals(NAMES[i])) { foundMatch = true; this.type = i; } } |
| |||||
boolean foundMatch = false; for (int i = 0; i < NAMES.length; i++) { if (type.equals(NAMES[i])) { foundMatch = true; this.type = i; } } |
| |||||
boolean foundMatch = false; for (int i = 0; i < NAMES.length; i++) { if (type.equals(NAMES[i])) { foundMatch = true; this.type = i; } } |
| |||
// TODO: throw IllegalArgumentException in case a variable == null boolean foundMatch = false; for (int i = 0; i < NAMES.length; i++) { if (type.equals(NAMES[i])) { foundMatch = true; this.type = i; } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |