Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.983 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1095 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java |
2 | 2 | 1170 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/TypeHierarchy.java |
| ||||
missing = new byte[i - j]; System.arraycopy(bytes, j, missing, 0, i - j); |
| ||||
b2 = new byte[i - j]; System.arraycopy(bytes, j, b2, 0, i - j); |
| |||
[[#variable5df2e0c0]]= new byte[i - j]; System.arraycopy(bytes, j, [[#variable5df2e0c0]], 0, i - j); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5df2e0c0]] | missing |
1 | 2 | [[#5df2e0c0]] | b2 |