| Previous CloneSet | Next CloneSet | Back to Main Report |
| Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
|---|---|---|---|---|
| 6 | 2 | 2 | 0.953 | statement_sequence[2] |
| Clone Abstraction | Parameter Bindings |
| Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
|---|---|---|---|
| 1 | 6 | 565 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
| 2 | 6 | 732 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
| ||||
if (this.resolveBindings) {
recordNodes(methodDecl, methodDeclaration);
recordNodes(methodName, methodDeclaration);
methodDecl.resolveBinding();
}
return methodDecl;
|
| ||||
if (this.resolveBindings) {
recordNodes(annotationTypeMemberDeclaration2, annotationTypeMemberDeclaration);
recordNodes(methodName, annotationTypeMemberDeclaration);
annotationTypeMemberDeclaration2.resolveBinding();
}
return annotationTypeMemberDeclaration2;
|
| |||
if (this.resolveBindings) {
recordNodes( [[#variable53dee140]], [[#variable53def3e0]]);
recordNodes(methodName, [[#variable53def3e0]]);
[[#variable53dee140]].resolveBinding();
}
return [[#variable53dee140]];
|
| CloneAbstraction |
| Parameter Index | Clone Instance | Parameter Name | Value |
|---|---|---|---|
| 1 | 1 | [[#53dee140]] | methodDecl |
| 1 | 2 | [[#53dee140]] | annotationTypeMemberDeclaration2 |
| 2 | 1 | [[#53def3e0]] | methodDeclaration |
| 2 | 2 | [[#53def3e0]] | annotationTypeMemberDeclaration |