Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.958 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 193 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/BindingKeyResolver.java |
2 | 4 | 227 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/BindingKeyResolver.java |
| ||||
if (CharOperation.equals(fieldName, field.name)) { this.typeBinding = null; this.compilerBinding = field; return; } |
| ||||
if (CharOperation.equals(varName, local.name)) { this.methodBinding = null; this.compilerBinding = local; return; } |
| |||
if (CharOperation.equals( [[#variable59278da0]], [[#variable59278e40]].name)) { this. [[#variable59278e00]]= null; this.compilerBinding = [[#variable59278e40]]; return; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#59278da0]] | varName |
1 | 2 | [[#59278da0]] | fieldName |
2 | 1 | [[#59278e40]] | local |
2 | 2 | [[#59278e40]] | field |
3 | 1 | [[#59278e00]] | methodBinding |
3 | 2 | [[#59278e00]] | typeBinding |