CloneSet6874


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
172384
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java
282485
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java
Clone Instance
1
Line Count
7
Source Line
2384
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java

                fSegmentEnd =
                        CharOperation.indexOf(
                                pathSeparator, 
                                filepath, 
                                fSegmentStart = fSegmentEnd + 1);
                // skip separator
                if (fSegmentEnd < 0) fSegmentEnd = fLength;


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

                fSegmentEnd =
                        CharOperation.indexOf(
                                pathSeparator, 
                                filepath, 
                                fSegmentStart = fSegmentEnd + 1);
                // skip separator
                if (fSegmentEnd < 0)
                        fSegmentEnd = fLength;


Clone AbstractionParameter Count: 0Parameter Bindings

fSegmentEnd = CharOperation.indexOf(pathSeparator, filepath, fSegmentStart = fSegmentEnd + 1);
// skip separator
if (fSegmentEnd < 0)
  fSegmentEnd = fLength;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None