Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.980 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 113 | plugins/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/InternalCompletionProposal.java |
2 | 3 | 557 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/BinaryType.java |
3 | 3 | 282 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/eval/EvaluationContextWrapper.java |
| ||||
String[] args = new String[length]; for (int i = 0; i < length; i++) { args[i] = new String(paramTypeNames[i]); } |
| ||||
String[] strings = new String[length]; for (int i = 0; i < length; i++) { strings[i] = new String(names[i]); } |
| ||||
String[] result = new String[length]; for (int i = 0; i < length; i++) { result[i] = new String(imports[i]); } |
| |||
String[] [[#variable59f34dc0]]= new String[length]; for (int i = 0; i < length; i++) { [[#variable59f34dc0]][i] = new String( [[#variable59f34e40]][i]); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#59f34dc0]] | strings |
1 | 2 | [[#59f34dc0]] | args |
1 | 3 | [[#59f34dc0]] | result |
2 | 1 | [[#59f34e40]] | names |
2 | 2 | [[#59f34e40]] | paramTypeNames |
2 | 3 | [[#59f34e40]] | imports |