Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.978 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 47 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints2/TTypes.java |
2 | 2 | 59 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints2/TTypes.java |
3 | 2 | 84 | plugins/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/typeconstraints2/TTypes.java |
| ||||
for (int i = 0; i < bounds.length; i++) fWorklist.push(bounds[i].getTypeDeclaration()); |
| ||||
for (int i = 0; i < interfaces.length; i++) fWorklist.push(interfaces[i].getTypeDeclaration()); |
| ||||
for (int i = 0; i < subTypes.length; i++) fWorklist.push(subTypes[i].getTypeDeclaration()); |
| |||
for (int i = 0; i < [[#variable9baf3780]].length; i++) fWorklist.push( [[#variable9baf3780]][i].getTypeDeclaration()); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#9baf3780]] | subTypes |
1 | 2 | [[#9baf3780]] | interfaces |
1 | 3 | [[#9baf3780]] | bounds |