Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 3 | 3 | 0.960 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 426 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SelectionRequestor.java |
2 | 1 | 427 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SelectionRequestor.java |
3 | 1 | 271 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/SuperTypeNamesCollector.java |
| ||||
System.arraycopy(parameterPackageNames, 0, parameterPackageNames = new char[length + 1][], 1, length); |
| ||||
System.arraycopy(parameterTypeNames, 0, parameterTypeNames = new char[length + 1][], 1, length); |
| ||||
// member type -> transform A.B.C$D into A.B.C.D System.arraycopy(compoundName, 0, compoundName = new char[length + 1][], 0, last); |
| |||
// member type -> transform A.B.C$D into A.B.C.D System.arraycopy( [[#variable5f9f0140]], 0, [[#variable5f9f0140]]= new char[length + 1][], [[#variable5f9f00c0]], [[#variable5f9f01c0]]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#5f9f0140]] | compoundName |
1 | 2 | [[#5f9f0140]] | parameterPackageNames |
1 | 3 | [[#5f9f0140]] | parameterTypeNames |
2 | 1 | [[#5f9f00c0]] | 0 |
2 | 2 | [[#5f9f00c0]] | 1 |
2 | 3 | [[#5f9f00c0]] | 1 |
3 | 1 | [[#5f9f01c0]] | last |
3 | 2 | [[#5f9f01c0]] | length |
3 | 3 | [[#5f9f01c0]] | length |