| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 1 | 2 | 1 | 0.958 | statement_sequence_member |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 1 | 48 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/builder/ReferenceCollection.java |
| 2 | 1 | 64 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/KeyToSignature.java |
| ||||
qualifiedTypeName = CharOperation.subarray(qualifiedTypeName, 0, qualifiedTypeName.length - 1); |
| ||||
// remove trailing semi-colon as it is added later in comsumeType()
uniqueKey = CharOperation.subarray(uniqueKey, 0, uniqueKey.length - 1);
|
| |||
[[#variable9a442f80]]= CharOperation.subarray( [[#variable9a442f80]], 0, [[#variable9a442f80]].length - 1); |
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#9a442f80]] | qualifiedTypeName |
| 1 | 2 | [[#9a442f80]] | // remove trailing semi-colon as it is added later in comsumeType() uniqueKey |