Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.973 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 194 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/TypeReferenceLocator.java |
2 | 1 | 268 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/TypeReferenceLocator.java |
| ||||
// Create search match match = locator.newTypeReferenceMatch(element, binding, accuracy, importRef); |
| ||||
match = locator.newTypeReferenceMatch(element, elementBinding, accuracy, arrayRef); |
| |||
// Create search match match = locator.newTypeReferenceMatch(element, [[#variable9bad48a0]], accuracy, [[#variable9bad4980]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9bad48a0]] | elementBinding |
1 | 2 | [[#9bad48a0]] | binding |
2 | 1 | [[#9bad4980]] | arrayRef |
2 | 2 | [[#9bad4980]] | importRef |