Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.975 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 221 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/MethodBinding.java |
2 | 2 | 201 | plugins/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/VariableBinding.java |
| ||||
if ( !(this.resolver instanceof DefaultBindingResolver)) return null; ASTNode node = (ASTNode) ((DefaultBindingResolver) this.resolver).bindingsToAstNodes.get(this ); |
| ||||
if ( !(this.resolver instanceof DefaultBindingResolver)) return null; VariableDeclaration localVar = (VariableDeclaration) ((DefaultBindingResolver) this.resolver).bindingsToAstNodes.get(this ); |
| |||
if ( !(this.resolver instanceof DefaultBindingResolver)) return null; [[#variable7618dfe0]] [[#variable753f5f60]]= ( [[#variable7618dfe0]]) ((DefaultBindingResolver) this.resolver).bindingsToAstNodes.get(this ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#7618dfe0]] | ASTNode |
1 | 2 | [[#7618dfe0]] | VariableDeclaration |
2 | 1 | [[#753f5f60]] | node |
2 | 2 | [[#753f5f60]] | localVar |