Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 4 | 0.952 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1268 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java |
2 | 1 | 125 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/CharArrayBuffer.java |
3 | 1 | 126 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/CharArrayBuffer.java |
| ||||
System.arraycopy( imports, 0, (imports = new char[importsCounter][]), 0, importsCounter); |
| ||||
System.arraycopy(fBuffer, 0, (fBuffer = new char[size2][]), 0, fSize); |
| ||||
System.arraycopy(fRanges, 0, (fRanges = new int[size2][]), 0, fSize); |
| |||
System.arraycopy( [[#variable64b0d3c0]], 0, ( [[#variable64b0d3c0]]= new [[#variable64b0d360]][ [[#variable64b0c900]]][]), 0, [[#variable64b0d3a0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#64b0d3c0]] | fBuffer |
1 | 2 | [[#64b0d3c0]] | fRanges |
1 | 3 | [[#64b0d3c0]] | imports |
2 | 1 | [[#64b0d360]] | char |
2 | 2 | [[#64b0d360]] | int |
2 | 3 | [[#64b0d360]] | char |
3 | 1 | [[#64b0c900]] | size2 |
3 | 2 | [[#64b0c900]] | size2 |
3 | 3 | [[#64b0c900]] | importsCounter |
4 | 1 | [[#64b0d3a0]] | fSize |
4 | 2 | [[#64b0d3a0]] | fSize |
4 | 3 | [[#64b0d3a0]] | importsCounter |