CloneSet2930


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8401.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
182375
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java
272399
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java
342439
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java
482476
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java
Clone Instance
1
Line Count
8
Source Line
2375
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java

                // jump to next segment         
                pSegmentEnd =
                        CharOperation.indexOf(
                                pathSeparator, 
                                pattern, 
                                pSegmentStart = pSegmentEnd + 1);
                // skip separator
                if (pSegmentEnd < 0)
                        pSegmentEnd = pLength;


Clone Instance
2
Line Count
7
Source Line
2399
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java

                pSegmentEnd =
                        CharOperation.indexOf(
                                pathSeparator, 
                                pattern, 
                                pSegmentStart = pSegmentEnd + 1);
                // skip separator
                if (pSegmentEnd < 0) pSegmentEnd = pLength;


Clone Instance
3
Line Count
4
Source Line
2439
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java

                        pSegmentEnd =
                                CharOperation.indexOf(pathSeparator, pattern, pSegmentStart = pSegmentEnd + 1);
                        // skip separator
                        if (pSegmentEnd < 0) pSegmentEnd = pLength;


Clone Instance
4
Line Count
8
Source Line
2476
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java

                // jump to next segment         
                pSegmentEnd =
                        CharOperation.indexOf(
                                pathSeparator, 
                                pattern, 
                                pSegmentStart = pSegmentEnd + 1);
                // skip separator
                if (pSegmentEnd < 0)
                        pSegmentEnd = pLength;


Clone AbstractionParameter Count: 0Parameter Bindings

// jump to next segment         
pSegmentEnd = CharOperation.indexOf(pathSeparator, pattern, pSegmentStart = pSegmentEnd + 1);
// skip separator
if (pSegmentEnd < 0)
  pSegmentEnd = pLength;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None