Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.975 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 92 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/NullInfoRegistry.java |
2 | 2 | 99 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/NullInfoRegistry.java |
| ||||
System.arraycopy(other.extra[i], 0, (this.extra[i] = new long[length]), 0, length); |
| ||||
System.arraycopy(this.extra[i], 0, (this.extra[i] = new long[otherLength]), 0, length); |
| |||
System.arraycopy( [[#variableb1af2260]].extra[i], 0, (this.extra[i] = new long[ [[#variable53367540]]]), 0, length); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b1af2260]] | other |
1 | 2 | [[#b1af2260]] | this |
2 | 1 | [[#53367540]] | length |
2 | 2 | [[#53367540]] | otherLength |