| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 2 | 0.968 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 435 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodScope.java |
| 2 | 6 | 441 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodScope.java |
| ||||
// need a resize
System.arraycopy(
definiteInits,
0,
(definiteInits = new long[lastIndex + 20]),
0,
lastIndex);
|
| ||||
System.arraycopy(
extraDefiniteInits,
0,
(extraDefiniteInits = new long[lastIndex + 20][]),
0,
lastIndex);
|
| |||
// need a resize System.arraycopy( [[#variable63ba3220]], 0, ( [[#variable63ba3220]]= new long[lastIndex + 20] [[#variable63ba31c0]]), 0, lastIndex); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#63ba3220]] | definiteInits |
| 1 | 2 | [[#63ba3220]] | extraDefiniteInits |
| 2 | 1 | [[#63ba31c0]] | |
| 2 | 2 | [[#63ba31c0]] | [] |