CloneSet1603


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

protected Op(int type) {
  this.type = type;
}

int size() { // for UNION
  return 0;
}


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

protected Token(int type) {
  this.type = type;
}

/**
 * A number of children.
 */
int size() {
  return 0;
}


Clone AbstractionParameter Count: 1Parameter Bindings

protected [[#variable175ff360]](int type) {
  this.type = type;
}

/**
       * A number of children.
       */
int size() { // for UNION
  return 0;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#175ff360]]
Op 
12[[#175ff360]]
Token