CloneSet1181


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5240.952IfStatement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15384
Closure/closure/goog/editor/plugins/removeformatting.js
25391
Closure/closure/goog/editor/plugins/removeformatting.js
Clone Instance
1
Line Count
5
Source Line
384
Source File
Closure/closure/goog/editor/plugins/removeformatting.js

  // Move start after the table.
  if (startInTable) {
    var textNode=  dh.createTextNode('');
    goog.dom.insertSiblingAfter(textNode, startInTable);
    startNode=  textNode;
    startOffset=  0;
                    }


Clone Instance
2
Line Count
5
Source Line
391
Source File
Closure/closure/goog/editor/plugins/removeformatting.js

  // Move end before the table.
  if (endInTable) {
    var textNode=  dh.createTextNode('');
    goog.dom.insertSiblingBefore(textNode, endInTable);
    endNode=  textNode;
    endOffset=  0;
                  }


Clone AbstractionParameter Count: 4Parameter Bindings

// Move start after the table.
// Move end before the table.
if ( [[#variable1ee652c0]])
  { var textNode=dh.createTextNode('');
    goog.dom. [[#variable1ee65220]](textNode, [[#variable1ee652c0]]);
     [[#variable1ee65160]]=textNode;
     [[#variable1ee65100]]=0;
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1ee652c0]]
startInTable 
12[[#1ee652c0]]
endInTable 
21[[#1ee65220]]
insertSiblingAfter 
22[[#1ee65220]]
insertSiblingBefore 
31[[#1ee65160]]
startNode 
32[[#1ee65160]]
endNode 
41[[#1ee65100]]
startOffset 
42[[#1ee65100]]
endOffset