Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 5 | 0.952 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 127 | plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/IndexSelector.java |
2 | 2 | 322 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java |
| ||||
for (int i = 0; i < projectsAndJars.length; i++) locations.add(manager.computeIndexLocation(projectsAndJars[i])); |
| ||||
for (int i = 0; i < params.length; i++) arguments.add(ast.newSimpleName(paramNames[i])); |
| |||
for (int i = 0; i < [[#variable553e4ea0]].length; i++) [[#variable553e4e00]].add( [[#variable553e4da0]]. [[#variable553e4d20]]( [[#variable553e4c20]][i])); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#553e4ea0]] | projectsAndJars |
1 | 2 | [[#553e4ea0]] | params |
2 | 1 | [[#553e4e00]] | locations |
2 | 2 | [[#553e4e00]] | arguments |
3 | 1 | [[#553e4da0]] | manager |
3 | 2 | [[#553e4da0]] | ast |
4 | 1 | [[#553e4d20]] | computeIndexLocation |
4 | 2 | [[#553e4d20]] | newSimpleName |
5 | 1 | [[#553e4c20]] | projectsAndJars |
5 | 2 | [[#553e4c20]] | paramNames |