CloneSet3280


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4201.000statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14105
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding.java
24194
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding.java
Clone Instance
1
Line Count
4
Source Line
105
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding.java

                if (substitution != null) {
                        this.returnType = Scope.substitute(substitution, this.returnType);
                        this.parameters = Scope.substitute(substitution, this.parameters);
                        this.thrownExceptions = Scope.substitute(substitution, this.thrownExceptions);
                }


Clone Instance
2
Line Count
4
Source Line
194
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding.java

                if (substitution != null) {
                        this.returnType = Scope.substitute(substitution, this.returnType);
                        this.parameters = Scope.substitute(substitution, this.parameters);
                        this.thrownExceptions = Scope.substitute(substitution, this.thrownExceptions);
                }


Clone AbstractionParameter Count: 0Parameter Bindings

if (substitution != null) {
  this.returnType = Scope.substitute(substitution, this.returnType);
  this.parameters = Scope.substitute(substitution, this.parameters);
  this.thrownExceptions = Scope.substitute(substitution, this.thrownExceptions);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None