Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 3 | 0.972 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 3209 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
2 | 5 | 3238 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
| ||||
if (this.resolveBindings) { recordNodes(simpleType, typeReference); recordNodes(parameterizedType, typeReference); } start = simpleType.getStartPosition(); |
| ||||
if (this.resolveBindings) { recordNodes(simpleName, typeReference); recordNodes(qualifiedType, typeReference); } start = currentType.getStartPosition(); |
| |||
if (this.resolveBindings) { recordNodes( [[#variable53dac660]], typeReference); recordNodes( [[#variable53dac640]], typeReference); } start = [[#variable53dac9a0]].getStartPosition(); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#53dac660]] | simpleType |
1 | 2 | [[#53dac660]] | simpleName |
2 | 1 | [[#53dac640]] | parameterizedType |
2 | 2 | [[#53dac640]] | qualifiedType |
3 | 1 | [[#53dac9a0]] | simpleType |
3 | 2 | [[#53dac9a0]] | currentType |