Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 3 | 0.960 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 269 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/RefactoringSearchEngine2.java |
2 | 2 | 296 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/TypeVariableUtil.java |
| ||||
for (int index = 0; index < groups.length; index++) units[index] = groups[index].getCompilationUnit(); |
| ||||
for (int index = 0; index < parameters.length; index++) result[index] = parameters[index].getElementName(); |
| |||
for (int index = 0; index < [[#variable57376440]].length; index++) [[#variable57377160]][index] = [[#variable57376440]][index]. [[#variable57376460]](); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#57376440]] | parameters |
1 | 2 | [[#57376440]] | groups |
2 | 1 | [[#57377160]] | result |
2 | 2 | [[#57377160]] | units |
3 | 1 | [[#57376460]] | getElementName |
3 | 2 | [[#57376460]] | getCompilationUnit |