Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.988 | class_body_declarations[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 22 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/model/AddressModel.java |
2 | 9 | 22 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/addressbook/model/EmailModel.java |
| |||||
public static final String[] NAMES = new String[] { "work", "home", "other" }; public static final int TYPE_WORK = 0; public static final int TYPE_HOME = 1; public static final int TYPE_OTHER = 2; private String poBox; |
| |||||
public static final String[] NAMES = new String[] { "work", "home", "other" }; public static final int TYPE_WORK = 0; public static final int TYPE_HOME = 1; public static final int TYPE_OTHER = 2; private String address; |
| |||
public static final String[] NAMES = new String[] { "work", "home", "other" }; public static final int TYPE_WORK = 0; public static final int TYPE_HOME = 1; public static final int TYPE_OTHER = 2; private String [[#variable13036ca0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#13036ca0]] | poBox |
1 | 2 | [[#13036ca0]] | address |