CloneSet9706


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.973statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12112
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClassFileInfo.java
22548
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java
Clone Instance
1
Line Count
2
Source Line
112
Source File
plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/ClassFileInfo.java

                // TODO (jerome) filter out synthetic members
                //                        indexer should not index them as well
                // if ((methodInfo.getModifiers() & IConstants.AccSynthetic) != 0) continue; // skip synthetic
                char[] signature = methodInfo.getGenericSignature();
                if (signature == null) signature = methodInfo.getMethodDescriptor();


Clone Instance
2
Line Count
2
Source Line
548
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/search/matching/MatchLocator.java

                                        char[] signature = binaryMethod.getGenericSignature();
                                        if (signature == null) signature = binaryMethod.getMethodDescriptor();


Clone AbstractionParameter Count: 1Parameter Bindings

// TODO (jerome) filter out synthetic members
//                        indexer should not index them as well
// if ((methodInfo.getModifiers() & IConstants.AccSynthetic) != 0) continue; // skip synthetic
char[] signature = [[#variable8fdc4380]].getGenericSignature();
if (signature == null)
  signature = [[#variable8fdc4380]].getMethodDescriptor();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#8fdc4380]]
binaryMethod 
12[[#8fdc4380]]
methodInfo