CloneSet6202


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.957statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12327
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding.java
22454
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding.java
Clone Instance
1
Line Count
2
Source Line
327
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding.java

            this.parameters = Scope.substitute(this, originalMethod.parameters);
            this.thrownExceptions = Scope.substitute(this, originalMethod.thrownExceptions);


Clone Instance
2
Line Count
2
Source Line
454
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding.java

            this.parameters = Scope.substitute(this, this.parameters);
            this.thrownExceptions = Scope.substitute(this, this.thrownExceptions);


Clone AbstractionParameter Count: 1Parameter Bindings

this.parameters = Scope.substitute(this,  [[#variable5d6f9380]].parameters);
this.thrownExceptions = Scope.substitute(this,  [[#variable5d6f9380]].thrownExceptions);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#5d6f9380]]
this 
12[[#5d6f9380]]
originalMethod