CloneSet6778


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13718
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java
23808
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java
Clone Instance
1
Line Count
3
Source Line
718
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java

                        IMethod method = currentType.getMethod(
                                        this.memberName[typeDepth], 
                                        convertTypeNamesToSigs(this.methodParameterTypes[typeDepth]));


Clone Instance
2
Line Count
3
Source Line
808
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/SourceMapper.java

                        IMethod method = currentType.getMethod(
                                        this.memberName[typeDepth], 
                                        convertTypeNamesToSigs(this.methodParameterTypes[typeDepth]));


Clone AbstractionParameter Count: 0Parameter Bindings

IMethod method = currentType.getMethod(this.memberName[typeDepth], convertTypeNamesToSigs(this.methodParameterTypes[typeDepth]));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None