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.955 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 70 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding.java |
2 | 4 | 75 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/LocalVariableBinding.java |
| ||||
{ MethodBinding methodBinding = ((AbstractMethodDeclaration) referenceContext).binding; if (methodBinding != null) { buffer.append(methodBinding.computeUniqueKey(false /*not a leaf*/ )); } } |
| ||||
{ TypeBinding typeBinding = ((TypeDeclaration) referenceContext).binding; if (typeBinding != null) { buffer.append(typeBinding.computeUniqueKey(false /*not a leaf*/ )); } } |
| |||
{ [[#variable638d1d60]] [[#variable638d1de0]]= (( [[#variable638d1dc0]]) referenceContext).binding; if ( [[#variable638d1de0]]!= null) { buffer.append( [[#variable638d1de0]].computeUniqueKey(false /*not a leaf*/ )); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#638d1d60]] | MethodBinding |
1 | 2 | [[#638d1d60]] | TypeBinding |
2 | 1 | [[#638d1de0]] | methodBinding |
2 | 2 | [[#638d1de0]] | typeBinding |
3 | 1 | [[#638d1dc0]] | AbstractMethodDeclaration |
3 | 2 | [[#638d1dc0]] | TypeDeclaration |