Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 3 | 0.971 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 71 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding.java |
2 | 3 | 103 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ReferenceBinding.java |
| ||||
int left = 0, right = max - 1, nameLength = name.length; int mid = 0; char[] midName; |
| ||||
int left = 0, right = max - 1, selectorLength = selector.length; int mid = 0; char[] midSelector; |
| |||
int left = 0, right = max - 1, [[#variable54f1bea0]]= [[#variable54f3c020]].length; int mid = 0; char[] [[#variable54f1a8e0]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#54f1bea0]] | selectorLength |
1 | 2 | [[#54f1bea0]] | nameLength |
2 | 1 | [[#54f3c020]] | selector |
2 | 2 | [[#54f3c020]] | name |
3 | 1 | [[#54f1a8e0]] | midSelector |
3 | 2 | [[#54f1a8e0]] | midName |