Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 1 | 0.989 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 290 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/ConstructorLocator.java |
2 | 1 | 247 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/OrLocator.java |
3 | 1 | 401 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/PatternLocator.java |
| ||||
// super implementation... return locator.newDeclarationMatch(element, binding, accuracy, reference.sourceStart, length); |
| ||||
// super implementation... return locator.newDeclarationMatch(element, elementBinding, accuracy, reference.sourceStart, length); |
| ||||
return locator.newDeclarationMatch(element, elementBinding, accuracy, reference.sourceStart, length); |
| |||
// super implementation... return locator.newDeclarationMatch(element, [[#variablea3c99f40]], accuracy, reference.sourceStart, length); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a3c99f40]] | elementBinding |
1 | 2 | [[#a3c99f40]] | binding |
1 | 3 | [[#a3c99f40]] | elementBinding |