Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 2 | 0.969 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 1416 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
2 | 2 | 1425 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
3 | 2 | 1450 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/Util.java |
| ||||
System.arraycopy(text, lineStart, line, 0, lineLength); result.append(line); |
| ||||
System.arraycopy(text, lineStart, line, 0, lineLength); result.append(line); |
| ||||
System.arraycopy(text, lineStart, lastLine, 0, lastLineLength); result.append(lastLine); |
| |||
System.arraycopy(text, lineStart, [[#variable653fc980]], 0, [[#variable653fc8a0]]); result.append( [[#variable653fc980]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#653fc980]] | line |
1 | 2 | [[#653fc980]] | lastLine |
1 | 3 | [[#653fc980]] | line |
2 | 1 | [[#653fc8a0]] | lineLength |
2 | 2 | [[#653fc8a0]] | lastLineLength |
2 | 3 | [[#653fc8a0]] | lineLength |