Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.960 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 57 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodBinding.java |
2 | 3 | 229 | plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding.java |
| ||||
this.returnType = initialMethodBinding.returnType; this.parameters = initialMethodBinding.parameters; this.thrownExceptions = initialMethodBinding.thrownExceptions; |
| ||||
this.returnType = overridenMethodToBridge.returnType; this.parameters = overridenMethodToBridge.parameters; this.thrownExceptions = overridenMethodToBridge.thrownExceptions; |
| |||
this.returnType = [[#variableb1a68780]].returnType; this.parameters = [[#variableb1a68780]].parameters; this.thrownExceptions = [[#variableb1a68780]].thrownExceptions; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b1a68780]] | initialMethodBinding |
1 | 2 | [[#b1a68780]] | overridenMethodToBridge |