CloneSet1567


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10210.987StatementList[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11053
Closure/closure/goog/dom/pattern/callback/callback.js
21083
Closure/closure/goog/dom/pattern/callback/callback.js
Clone Instance
1
Line Count
10
Source Line
53
Source File
Closure/closure/goog/dom/pattern/callback/callback.js

  goog.iter.nextOrValue(position, null);

  // Remove the node.
  goog.dom.removeNode(node);

  // Correct for the depth change.
  position.depth-=  1;

  // Indicate that we made position/tree changes.
  return true;


Clone Instance
2
Line Count
10
Source Line
83
Source File
Closure/closure/goog/dom/pattern/callback/callback.js

  goog.iter.nextOrValue(position, null);

  // Flatten the node.
  goog.dom.flattenElement(node);

  // Correct for the depth change.
  position.depth-=  1;

  // Indicate that we made position/tree changes.
  return true;


Clone AbstractionParameter Count: 1Parameter Bindings

goog.iter.nextOrValue(position,null);
// Remove the node.
// Flatten the node.
goog.dom. [[#variable21056340]](node);
// Correct for the depth change.
position.depth-=1;
// Indicate that we made position/tree changes.
return true;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#21056340]]
removeNode 
12[[#21056340]]
flattenElement