CloneSet692


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

void reset(CharacterIterator target, int start, int limit, int nofclosures) {
  this.ciTarget = target;
  this.start = start;
  this.limit = limit;
  this.resetCommon(nofclosures);
}


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

void reset(String target, int start, int limit, int nofclosures) {
  this.strTarget = target;
  this.start = start;
  this.limit = limit;
  this.resetCommon(nofclosures);
}


Clone AbstractionParameter Count: 2Parameter Bindings

void reset( [[#variable173b46a0]] target, int start, int limit, int nofclosures) {
  this. [[#variable173b4600]]= target;
  this.start = start;
  this.limit = limit;
  this.resetCommon(nofclosures);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#173b46a0]]
CharacterIterator 
12[[#173b46a0]]
String 
21[[#173b4600]]
ciTarget 
22[[#173b4600]]
strTarget