Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 5 | 3 | 0.957 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 161 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ConvertIterableLoopOperation.java |
2 | 2 | 163 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/fix/ConvertIterableLoopOperation.java |
3 | 2 | 1508 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/MoveInstanceMethodProcessor.java |
4 | 2 | 708 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/PushDownRefactoringProcessor.java |
5 | 2 | 2456 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/NewTypeWizardPage.java |
| ||||
for (int index = 0; index < before.length; index++) names.add(before[index].getName()); |
| ||||
for (int index = 0; index < after.length; index++) names.add(after[index].getName()); |
| ||||
for (int index = 0; index < bindings.length; index++) names.add(bindings[index].getName()); |
| ||||
for (int index = 0; index < types.length; index++) result.add(types[index].getCompilationUnit()); |
| ||||
for (int index = 0; index < typeMethods.length; index++) handleIds.add(typeMethods[index].getHandleIdentifier()); |
| |||
for (int index = 0; index < [[#variable7d1ab9a0]].length; index++) [[#variable7d1ab2c0]].add( [[#variable7d1ab9a0]][index]. [[#variable7d1ab9e0]]()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#7d1ab9a0]] | typeMethods |
1 | 2 | [[#7d1ab9a0]] | types |
1 | 3 | [[#7d1ab9a0]] | bindings |
1 | 4 | [[#7d1ab9a0]] | before |
1 | 5 | [[#7d1ab9a0]] | after |
2 | 1 | [[#7d1ab2c0]] | handleIds |
2 | 2 | [[#7d1ab2c0]] | result |
2 | 3 | [[#7d1ab2c0]] | names |
2 | 4 | [[#7d1ab2c0]] | names |
2 | 5 | [[#7d1ab2c0]] | names |
3 | 1 | [[#7d1ab9e0]] | getHandleIdentifier |
3 | 2 | [[#7d1ab9e0]] | getCompilationUnit |
3 | 3 | [[#7d1ab9e0]] | getName |
3 | 4 | [[#7d1ab9e0]] | getName |
3 | 5 | [[#7d1ab9e0]] | getName |