Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.974 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 124 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/TypeVariableUtil.java |
2 | 2 | 714 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/text/java/CompletionProposalCollector.java |
| ||||
for (int index = 0; index < result.length; index++) result[index] = Signature.toString(signatures[index]); |
| ||||
for (int index = 0; index < paramTypes.length; index++) paramTypes[index] = Signature.toString(paramTypes[index]); |
| |||
for (int index = 0; index < [[#variable60273dc0]].length; index++) [[#variable60273dc0]][index] = Signature.toString( [[#variable60273e20]][index]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#60273dc0]] | result |
1 | 2 | [[#60273dc0]] | paramTypes |
2 | 1 | [[#60273e20]] | signatures |
2 | 2 | [[#60273e20]] | paramTypes |