CloneSet1421


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6201.000StatementList[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16228
Closure/closure/goog/editor/plugins/removeformatting.js
26283
Closure/closure/goog/editor/plugins/removeformatting.js
Clone Instance
1
Line Count
6
Source Line
228
Source File
Closure/closure/goog/editor/plugins/removeformatting.js

      var tag=  parent.nodeName;
      // We can't remove these table tags as it will invalidate the table dom.
      if (tag==  goog.dom.TagName.TD
          ||tag==  goog.dom.TagName.TR
          ||tag==  goog.dom.TagName.TH)
                                      {
        break;
                                      }


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

        var tag=  parent.nodeName;
        // We can't remove these table tags as it will invalidate the table dom.
        if (tag==  goog.dom.TagName.TD
            ||tag==  goog.dom.TagName.TR
            ||tag==  goog.dom.TagName.TH)
                                        {
          break;
                                        }


Clone AbstractionParameter Count: 0Parameter Bindings

var tag=parent.nodeName;
// We can't remove these table tags as it will invalidate the table dom.
if (tag==goog.dom.TagName.TD
    || tag==goog.dom.TagName.TR
    || tag==goog.dom.TagName.TH)
  { break;
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None