Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.955 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 788 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/BlockScope.java |
2 | 1 | 60 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LocalTypeBinding.java |
| ||||
System.arraycopy(path, 0, (path = new Object[count + 1]), 0, count); |
| ||||
System.arraycopy(dependents, 0, (dependents = new InnerEmulationDependency[index + 1]), 0, index); |
| |||
System.arraycopy( [[#variable637c98e0]], 0, ( [[#variable637c98e0]]= new [[#variable637c9840]][ [[#variable637c97c0]] + 1]), 0, [[#variable637c97c0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#637c98e0]] | dependents |
1 | 2 | [[#637c98e0]] | path |
2 | 1 | [[#637c9840]] | InnerEmulationDependency |
2 | 2 | [[#637c9840]] | Object |
3 | 1 | [[#637c97c0]] | index |
3 | 2 | [[#637c97c0]] | count |