Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 3 | 2 | 0.953 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 783 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
2 | 6 | 2950 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
3 | 6 | 2978 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/ASTConverter.java |
| ||||
if (this.resolveBindings) { recordNodes(name, argument); recordNodes(variableDecl, argument); variableDecl.resolveBinding(); } return variableDecl; |
| ||||
if (this.resolveBindings) { recordNodes(name, localDeclaration); recordNodes(variableDecl, localDeclaration); variableDecl.resolveBinding(); } return variableDecl; |
| ||||
if (this.resolveBindings) { recordNodes(name, fieldDeclaration); recordNodes(variableDeclarationFragment, fieldDeclaration); variableDeclarationFragment.resolveBinding(); } return variableDeclarationFragment; |
| |||
if (this.resolveBindings) { recordNodes(name, [[#variable95180ae0]]); recordNodes( [[#variable95180a00]], [[#variable95180ae0]]); [[#variable95180a00]].resolveBinding(); } return [[#variable95180a00]]; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#95180ae0]] | argument |
1 | 2 | [[#95180ae0]] | localDeclaration |
1 | 3 | [[#95180ae0]] | fieldDeclaration |
2 | 1 | [[#95180a00]] | variableDecl |
2 | 2 | [[#95180a00]] | variableDecl |
2 | 3 | [[#95180a00]] | variableDeclarationFragment |