CloneSet637


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.956method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
142805
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/internal/RegEx.java
242816
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/internal/RegEx.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
2805
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/internal/RegEx.java

private static final boolean regionMatches(String text, int offset, int limit, int offset2, int partlen) {
  if (limit - offset < partlen)
    return false;
  return text.regionMatches(offset, text, offset2, partlen);
}


First
Previous
Clone Instance
2
Line Count
4
Source Line
2816
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/internal/RegEx.java

private static final boolean regionMatchesIgnoreCase(String text, int offset, int limit, int offset2, int partlen) {
  if (limit - offset < partlen)
    return false;
  return text.regionMatches(true, offset, text, offset2, partlen);
}


Clone AbstractionParameter Count: 2Parameter Bindings

private static final boolean  [[#variable1738ef40]](String text, int offset, int limit, int offset2, int partlen) {
  if (limit - offset < partlen)
    return false;
  return text.regionMatches( [[#variable1738eee0]], text, offset2, partlen);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1738ef40]]
regionMatches 
12[[#1738ef40]]
regionMatchesIgnoreCase 
21[[#1738eee0]]
offset 
22[[#1738eee0]]
true, offset