CloneSet3784


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3310.975statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13300
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding.java
23303
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding.java
33306
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding.java
Clone Instance
1
Line Count
3
Source Line
300
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/ParameterizedGenericMethodBinding.java

            this.parameters = Scope.substitute(this, ignoreRawTypeSubstitution ?
                                                                                  originalMethod.parameters // no substitution if original was static
                                                     :                            Scope.substitute(rawType, originalMethod.parameters));


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

            this.thrownExceptions = Scope.substitute(this,      ignoreRawTypeSubstitution ?
                                                                                  originalMethod.thrownExceptions // no substitution if original was static
                                                                :                 Scope.substitute(rawType, originalMethod.thrownExceptions));


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

            this.returnType = Scope.substitute(this, ignoreRawTypeSubstitution ?
                                                                                  originalMethod.returnType // no substitution if original was static
                                                     :                            Scope.substitute(rawType, originalMethod.returnType));


Clone AbstractionParameter Count: 1Parameter Bindings

this. [[#variable95420fa0]]= Scope.substitute(this, ignoreRawTypeSubstitution ? originalMethod. [[#variable95420fa0]]: Scope.substitute(rawType, originalMethod. [[#variable95420fa0]]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#95420fa0]]
returnType 
12[[#95420fa0]]
thrownExceptions 
13[[#95420fa0]]
parameters