Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.957 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 275 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ComposedAdapterFactory.java |
2 | 3 | 395 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ComposedAdapterFactory.java |
| |||||
public Adapter adapt(Notifier target, Object type) { return adapt(target, type, false); } |
| |||||
public Adapter adaptNew(Notifier target, Object type) { return adapt(target, type, true); } |
| |||
public Adapter [[#variable1758efa0]](Notifier target, Object type) { return adapt(target, type, [[#variable1758eea0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1758efa0]] | adapt |
1 | 2 | [[#1758efa0]] | adaptNew |
2 | 1 | [[#1758eea0]] | false |
2 | 2 | [[#1758eea0]] | true |