Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.972 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 34 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/NestedTypeBinding.java |
2 | 3 | 63 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/NestedTypeBinding.java |
| ||||
{ synthLocal = new SyntheticArgumentBinding(actualOuterLocalVariable); outerLocalVariables = new SyntheticArgumentBinding[] { synthLocal }; } |
| ||||
{ synthLocal = new SyntheticArgumentBinding(targetEnclosingType); enclosingInstances = new SyntheticArgumentBinding[] { synthLocal }; } |
| |||
{ synthLocal = new SyntheticArgumentBinding( [[#variable780da340]]); [[#variable780da2c0]]= new SyntheticArgumentBinding[] { synthLocal }; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#780da340]] | actualOuterLocalVariable |
1 | 2 | [[#780da340]] | targetEnclosingType |
2 | 1 | [[#780da2c0]] | outerLocalVariables |
2 | 2 | [[#780da2c0]] | enclosingInstances |