CloneSet7733


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

                                // check this variable can be substituted given copied variables
                                if (typeVariable.rank < length && originalVariables[typeVariable.rank] == typeVariable) {
                                                return substitutedVariables[typeVariable.rank];
                                }


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

                                // check this variable can be substituted given copied variables
                                if (typeVariable.rank < length && originalVariables[typeVariable.rank] == typeVariable) {
                                                return substitutedVariables[typeVariable.rank];
                                }


Clone AbstractionParameter Count: 0Parameter Bindings

// check this variable can be substituted given copied variables
if (typeVariable.rank < length && originalVariables[typeVariable.rank] == typeVariable) {
  return substitutedVariables[typeVariable.rank];
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None