Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.965 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 2020 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Signature.java |
2 | 2 | 2030 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/core/Signature.java |
| ||||
split[currentWord] = new char[i - last]; System.arraycopy( name, last, split[currentWord++ ], 0, i - last); |
| ||||
split[currentWord] = new char[length - last]; System.arraycopy(name, last, split[currentWord], 0, length - last); |
| |||
split[currentWord] = new char[ [[#variable55e42c20]] - last]; System.arraycopy(name, last, split[ [[#variable55e42c00]]], 0, [[#variable55e42c20]] - last); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#55e42c20]] | i |
1 | 2 | [[#55e42c20]] | length |
2 | 1 | [[#55e42c00]] | currentWord++ |
2 | 2 | [[#55e42c00]] | currentWord |