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.963 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 190 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java |
2 | 3 | 501 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/flow/UnconditionalFlowInfo.java |
| ||||
for (int j = 2; j < extraLength; j++) { System.arraycopy(otherInits.extra[j], 0, (this.extra[j] = new long[otherLength]), 0, otherLength); } |
| ||||
for (int j = 2; j < extraLength; j++) { System.arraycopy(this.extra[j], 0, (copy.extra[j] = new long[length]), 0, length); } |
| |||
for (int j = 2; j < extraLength; j++) { System.arraycopy( [[#variable9eff18e0]].extra[j], 0, ( [[#variable9eff1860]].extra[j] = new long[ [[#variable9eff17c0]]]), 0, [[#variable9eff17c0]]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9eff18e0]] | otherInits |
1 | 2 | [[#9eff18e0]] | this |
2 | 1 | [[#9eff1860]] | this |
2 | 2 | [[#9eff1860]] | copy |
3 | 1 | [[#9eff17c0]] | otherLength |
3 | 2 | [[#9eff17c0]] | length |