CloneSet9460


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.960statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1357
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodBinding.java
23229
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding.java
Clone Instance
1
Line Count
3
Source Line
57
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/MethodBinding.java

        this.returnType = initialMethodBinding.returnType;
        this.parameters = initialMethodBinding.parameters;
        this.thrownExceptions = initialMethodBinding.thrownExceptions;


Clone Instance
2
Line Count
3
Source Line
229
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/SyntheticMethodBinding.java

            this.returnType = overridenMethodToBridge.returnType;
            this.parameters = overridenMethodToBridge.parameters;
            this.thrownExceptions = overridenMethodToBridge.thrownExceptions;


Clone AbstractionParameter Count: 1Parameter Bindings

this.returnType = [[#variableb1a68780]].returnType;
this.parameters = [[#variableb1a68780]].parameters;
this.thrownExceptions = [[#variableb1a68780]].thrownExceptions;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#b1a68780]]
initialMethodBinding 
12[[#b1a68780]]
overridenMethodToBridge