CloneSet126


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

synchronized (this ) {
  if (this.operations == null)
    this.prepare();
  if (this.context == null)
    this.context = new Context();
}
Context con = null;
synchronized (this.context) {
  con = this.context.inuse ? new Context(): this.context;
  con.reset(target, start, end, this.numberOfClosures);
}
if (match != null) {
  match.setNumberOfGroups(this.nofparen);
  match.setSource(target);
}
else
  if (this.hasBackReferences) {
    match = new Match();
    match.setNumberOfGroups(this.nofparen);
  // Need not to call setSource() because
  // a caller can not access this match instance.
  }
con.match = match;


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

synchronized (this ) {
  if (this.operations == null)
    this.prepare();
  if (this.context == null)
    this.context = new Context();
}
Context con = null;
synchronized (this.context) {
  con = this.context.inuse ? new Context(): this.context;
  con.reset(target, start, end, this.numberOfClosures);
}
if (match != null) {
  match.setNumberOfGroups(this.nofparen);
  match.setSource(target);
}
else
  if (this.hasBackReferences) {
    match = new Match();
    match.setNumberOfGroups(this.nofparen);
  // Need not to call setSource() because
  // a caller can not access this match instance.
  }
con.match = match;


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

synchronized (this ) {
  if (this.operations == null)
    this.prepare();
  if (this.context == null)
    this.context = new Context();
}
Context con = null;
synchronized (this.context) {
  con = this.context.inuse ? new Context(): this.context;
  con.reset(target, start, end, this.numberOfClosures);
}
if (match != null) {
  match.setNumberOfGroups(this.nofparen);
  match.setSource(target);
}
else
  if (this.hasBackReferences) {
    match = new Match();
    match.setNumberOfGroups(this.nofparen);
  // Need not to call setSource() because
  // a caller can not access this match instance.
  }
con.match = match;


Clone AbstractionParameter Count: 0Parameter Bindings

synchronized (this ) {
  if (this.operations == null)
    this.prepare();
  if (this.context == null)
    this.context = new Context();
}
Context con = null;
synchronized (this.context) {
  con = this.context.inuse ? new Context(): this.context;
  con.reset(target, start, end, this.numberOfClosures);
}
if (match != null) {
  match.setNumberOfGroups(this.nofparen);
  match.setSource(target);
}
else
  if (this.hasBackReferences) {
    match = new Match();
    match.setNumberOfGroups(this.nofparen);
  // Need not to call setSource() because
  // a caller can not access this match instance.
  }
con.match = match;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None