Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
8 | 2 | 2 | 0.966 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 8 | 13 | E:/TSE/Projects-CloneDR/columba-1.4-src/calendar/src/main/java/org/columba/calendar/search/CalendarSearchResult.java |
2 | 8 | 13 | E:/TSE/Projects-CloneDR/columba-1.4-src/contact/src/main/java/org/columba/contact/search/ContactSearchResult.java |
| |||||
public CalendarSearchResult(String title, String description, URI location, IComponent model) { super(title, description, location); this.model = model; } public IComponent getModel() { return model; } |
| |||||
public ContactSearchResult(String title, String description, URI location, IContactModel model) { super(title, description, location); this.model = model; } public IContactModel getModel() { return model; } |
| |||
public [[#variable132f4ae0]](String title, String description, URI location, [[#variable132f4ea0]] model) { super(title, description, location); this.model = model; } public [[#variable132f4ea0]] getModel() { return model; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#132f4ae0]] | CalendarSearchResult |
1 | 2 | [[#132f4ae0]] | ContactSearchResult |
2 | 1 | [[#132f4ea0]] | IComponent |
2 | 2 | [[#132f4ea0]] | IContactModel |