Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 3 | 0.958 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 208 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java |
2 | 1 | 291 | plugins/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/codemanipulation/StubUtility2.java |
| ||||
var.setType(imports.addImport(variableBindings[i].getType(), ast)); |
| ||||
varDecl.setType(imports.addImport(params[i].getBound(), ast)); |
| |||
[[#variablebb79a500]].setType(imports.addImport( [[#variableb4437960]][i]. [[#variablebb79a540]](), ast)); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#bb79a500]] | var |
1 | 2 | [[#bb79a500]] | varDecl |
2 | 1 | [[#b4437960]] | variableBindings |
2 | 2 | [[#b4437960]] | params |
3 | 1 | [[#bb79a540]] | getType |
3 | 2 | [[#bb79a540]] | getBound |