CloneSet401


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12210.992executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1121510
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/internal/RegEx.java
2122872
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
12
Source Line
1510
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/internal/RegEx.java

if (RegularExpression.isSet(this.options, XMLSCHEMA_MODE)) {
  int matchEnd = this.matchCharArray(con, this.operations, con.start, 1, this.options);
  //System.err.println("DEBUG: matchEnd="+matchEnd);
  if (matchEnd == con.limit) {
    if (con.match != null) {
      con.match.setBeginning(0, con.start);
      con.match.setEnd(0, matchEnd);
    }
    con.inuse = false;
    return true;
  }
  return false;
}


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

if (RegularExpression.isSet(this.options, XMLSCHEMA_MODE)) {
  int matchEnd = this.matchCharacterIterator(con, this.operations, con.start, 1, this.options);
  //System.err.println("DEBUG: matchEnd="+matchEnd);
  if (matchEnd == con.limit) {
    if (con.match != null) {
      con.match.setBeginning(0, con.start);
      con.match.setEnd(0, matchEnd);
    }
    con.inuse = false;
    return true;
  }
  return false;
}


Clone AbstractionParameter Count: 1Parameter Bindings

if (RegularExpression.isSet(this.options, XMLSCHEMA_MODE)) {
  int matchEnd = this. [[#variable17277560]](con, this.operations, con.start, 1, this.options);
  //System.err.println("DEBUG: matchEnd="+matchEnd);
  if (matchEnd == con.limit) {
    if (con.match != null) {
      con.match.setBeginning(0, con.start);
      con.match.setEnd(0, matchEnd);
    }
    con.inuse = false;
    return true;
  }
  return false;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#17277560]]
matchCharArray 
12[[#17277560]]
matchCharacterIterator