CloneSet8493


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11201.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
111346
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java
211360
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java
Clone Instance
1
Line Count
11
Source Line
346
Source File
plugins/org.eclipse.jdt.core/compiler/org/eclipse/jdt/core/compiler/CharOperation.java

                iPattern++;
                iName++;

                if (iPattern == patternEnd) {
                        // We have exhausted pattern, so it's a match
                        return true;
                }

                if (iName == nameEnd) {
                        // We have exhausted name (and not pattern), so it's not a match 
                        return false;
                }


Clone Instance
2
Line Count
11
Source Line
360
Source File
plugins/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/SearchPattern.java

                iPattern++;
                iName++;

                if (iPattern == patternEnd) {
                        // We have exhausted pattern, so it's a match
                        return true;
                }

                if (iName == nameEnd) {
                        // We have exhausted name (and not pattern), so it's not a match 
                        return false;
                }


Clone AbstractionParameter Count: 0Parameter Bindings

iPattern++;
iName++;
if (iPattern == patternEnd) {
  // We have exhausted pattern, so it's a match
  return true;
}
if (iName == nameEnd) {
  // We have exhausted name (and not pattern), so it's not a match 
  return false;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None